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 676539af79e..87e2e150c65 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,7121 +1,7179 @@
{
- "name": "pokemon-rogue-battle",
- "version": "1.5.2",
- "lockfileVersion": 3,
- "requires": true,
- "packages": {
- "": {
- "name": "pokemon-rogue-battle",
- "version": "1.5.2",
- "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": {
- "@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/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.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/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/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/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.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/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.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_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-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/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.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 da5bc393c52..ce9e8b4a07b 100644
--- a/package.json
+++ b/package.json
@@ -1,74 +1,71 @@
{
- "name": "pokemon-rogue-battle",
- "private": true,
- "version": "1.5.2",
- "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",
- "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": {
- "@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",
- "jszip": "^3.10.1",
- "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/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/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/pokemon-emerald-pro.ttf b/public/fonts/pokemon-emerald-pro.ttf
index 758130172c7..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/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/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/pokemon/261.png b/public/images/pokemon/261.png
index 9e47128a545..da22d88806f 100644
Binary files a/public/images/pokemon/261.png and b/public/images/pokemon/261.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 e5d051dd850..65b56582339 100644
Binary files a/public/images/pokemon/335.png and b/public/images/pokemon/335.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/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 b653616955d..06a9cd58268 100644
Binary files a/public/images/pokemon/656.png and b/public/images/pokemon/656.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.json b/public/images/pokemon/668-female.json
deleted file mode 100644
index 13d67c90194..00000000000
--- a/public/images/pokemon/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:3f88e039152d4a967a218cb721938610:e6991ce9c3bad348cbc05ebf9b440302:d99ed0e84a0695b54e479aa98271aba1$"
- }
-}
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/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/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 2e00f5693a6..d9e638561d1 100644
Binary files a/public/images/pokemon/698.png and b/public/images/pokemon/698.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 e173bfe25ff..08d9c985776 100644
Binary files a/public/images/pokemon/715.png and b/public/images/pokemon/715.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/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/658.json b/public/images/pokemon/back/658.json
index 050b63e3592..1d8893e2d5d 100644
--- a/public/images/pokemon/back/658.json
+++ b/public/images/pokemon/back/658.json
@@ -1,19 +1,19 @@
{ "frames": [
{
"filename": "0001.png",
- "frame": { "x": 0, "y": 0, "w": 77, "h": 77 },
+ "frame": { "x": 0, "y": 0, "w": 77, "h": 65 },
"rotated": false,
"trimmed": false,
- "spriteSourceSize": { "x": 0, "y": 0, "w": 77, "h": 77 },
- "sourceSize": { "w": 77, "h": 77 },
+ "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",
+ "version": "1.3.9.2-x64",
"format": "I8",
- "size": { "w": 77, "h": 77 },
+ "size": { "w": 77, "h": 65 },
"scale": "1"
}
}
diff --git a/public/images/pokemon/back/658.png b/public/images/pokemon/back/658.png
index ea24d9a6336..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/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/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/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/881.png b/public/images/pokemon/back/881.png
index 2f77327cfd0..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/shiny/477.png b/public/images/pokemon/back/shiny/477.png
index 45879a61d11..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/658.json b/public/images/pokemon/back/shiny/658.json
index 050b63e3592..867e1d2d3d2 100644
--- a/public/images/pokemon/back/shiny/658.json
+++ b/public/images/pokemon/back/shiny/658.json
@@ -1,11 +1,11 @@
{ "frames": [
{
"filename": "0001.png",
- "frame": { "x": 0, "y": 0, "w": 77, "h": 77 },
+ "frame": { "x": 0, "y": 0, "w": 77, "h": 65 },
"rotated": false,
"trimmed": false,
- "spriteSourceSize": { "x": 0, "y": 0, "w": 77, "h": 77 },
- "sourceSize": { "w": 77, "h": 77 },
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 77, "h": 65 },
+ "sourceSize": { "w": 77, "h": 65 },
"duration": 100
}
],
@@ -13,7 +13,7 @@
"app": "https://www.aseprite.org/",
"version": "1.3.7-x64",
"format": "I8",
- "size": { "w": 77, "h": 77 },
+ "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 21519b6a145..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.json b/public/images/pokemon/back/shiny/668-female.json
deleted file mode 100644
index 7b4adc1a94d..00000000000
--- a/public/images/pokemon/back/shiny/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:a3f814ea1f5b062df0ecc4e7c343d89b:769178f31dc2505ae0e67b72b1319828:d99ed0e84a0695b54e479aa98271aba1$"
- }
-}
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/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 3daad1fd4ab..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/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/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/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/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/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/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/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/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 7afec8b08ee..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/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 e47863f724b..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/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 6d8ca555881..00000000000
Binary files a/public/images/pokemon/exp/698.png and /dev/null 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 9d042fd8293..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/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/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/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/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/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/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/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 99119d2e96e..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/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 4e6a3c88277..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/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 43738b78928..00000000000
Binary files a/public/images/pokemon/exp/back/698.png and /dev/null 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 e90d2e5200b..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/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/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/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/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/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/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/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 e662b3198a6..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 dbd5cefcbf0..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/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 35e2594241a..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/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/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/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/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/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/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/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 e45e79556c5..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/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 84d8ba3dac5..00000000000
Binary files a/public/images/pokemon/exp/shiny/698.png and /dev/null 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/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/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/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/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/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/shiny/261.png b/public/images/pokemon/shiny/261.png
index 6ae6e5838ce..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/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 765344af6fd..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/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/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/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 c04cc11875d..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/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/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/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/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 1aade727abf..00000000000
Binary files a/public/images/pokemon/variant/248-mega_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/656.json b/public/images/pokemon/variant/656.json
index 68743a4c9f1..5037f86f22a 100644
--- a/public/images/pokemon/variant/656.json
+++ b/public/images/pokemon/variant/656.json
@@ -3,12 +3,12 @@
"838394": "4d7dc5",
"62ace6": "8363af",
"7bcdff": "9c75c2",
- "ffec8c": "ddfff9",
+ "fdea88": "ddfff9",
"a1a1c4": "7ab7ec",
"c9b241": "97d6e2",
- "dfcf77": "bae7e8",
+ "ccbd70": "bae7e8",
"174592": "37408c",
- "fdfdfd": "b1e5ff",
+ "f8f8f8": "b1e5ff",
"9c9cc5": "5385c7",
"cdcde6": "7eb7e8",
"396a83": "362864",
@@ -18,12 +18,12 @@
"838394": "cc6845",
"62ace6": "c44848",
"7bcdff": "dd6155",
- "ffec8c": "ddfff9",
+ "fdea88": "ddfff9",
"a1a1c4": "f7c685",
"c9b241": "97d6e2",
- "dfcf77": "bae7e8",
+ "ccbd70": "bae7e8",
"174592": "198158",
- "fdfdfd": "fff4bd",
+ "f8f8f8": "fff4bd",
"9c9cc5": "c96a48",
"cdcde6": "f7b785",
"396a83": "5c0d33",
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 24e4c9ab37c..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 100ba90d7e4..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 a8453d6cbce..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 e6056246fce..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 a5a65f4933b..00000000000
Binary files a/public/images/pokemon/variant/666-river_2.png and /dev/null 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 5d30b38b1d4..00000000000
Binary files a/public/images/pokemon/variant/669-red_2.png and /dev/null 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/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 82e8be45c39..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 800063f08aa..00000000000
Binary files a/public/images/pokemon/variant/859_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/_masterlist.json b/public/images/pokemon/variant/_masterlist.json
index 87c9816b8cb..6d2da0ed0ee 100644
--- a/public/images/pokemon/variant/_masterlist.json
+++ b/public/images/pokemon/variant/_masterlist.json
@@ -221,7 +221,7 @@
"246": [0, 1, 1],
"247": [0, 1, 1],
"248": [0, 1, 1],
- "248-mega": [0, 2, 1],
+ "248-mega": [0, 1, 1],
"249": [0, 2, 2],
"250": [0, 2, 2],
"251": [0, 1, 1],
@@ -526,9 +526,9 @@
"664": [0, 1, 1],
"665": [0, 1, 1],
"666-archipelago": [0, 1, 1],
- "666-continental": [0, 1, 2],
+ "666-continental": [0, 1, 1],
"666-elegant": [0, 1, 1],
- "666-fancy": [0, 2, 2],
+ "666-fancy": [0, 1, 1],
"666-garden": [0, 1, 1],
"666-high-plains": [0, 1, 1],
"666-icy-snow": [0, 1, 1],
@@ -538,14 +538,14 @@
"666-modern": [0, 1, 1],
"666-monsoon": [0, 1, 1],
"666-ocean": [0, 1, 1],
- "666-poke-ball": [0, 1, 2],
+ "666-poke-ball": [0, 1, 1],
"666-polar": [0, 1, 1],
- "666-river": [0, 2, 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, 1],
+ "669-red": [0, 1, 1],
"669-blue": [0, 2, 2],
"669-white": [0, 1, 1],
"669-yellow": [0, 2, 1],
@@ -600,7 +600,7 @@
"712": [0, 1, 1],
"713": [0, 1, 1],
"714": [0, 1, 1],
- "715": [0, 2, 2],
+ "715": [0, 1, 1],
"716-active": [0, 1, 1],
"716-neutral": [0, 1, 1],
"717": [0, 1, 1],
@@ -692,7 +692,7 @@
"857": [0, 2, 2],
"858-gigantamax": [0, 1, 1],
"858": [0, 1, 1],
- "859": [0, 2, 2],
+ "859": [0, 1, 1],
"860": [0, 1, 1],
"861-gigantamax": [0, 1, 1],
"861": [0, 1, 1],
@@ -1397,7 +1397,7 @@
"612": [0, 1, 1],
"616": [0, 1, 1],
"617": [0, 1, 1],
- "618": [0, 2, 2],
+ "618": [0, 1, 1],
"619": [0, 1, 1],
"620": [0, 1, 1],
"621": [0, 1, 1],
@@ -1438,7 +1438,7 @@
"666-archipelago": [0, 1, 1],
"666-continental": [0, 1, 1],
"666-elegant": [0, 1, 1],
- "666-fancy": [0, 2, 2],
+ "666-fancy": [0, 1, 1],
"666-garden": [0, 1, 1],
"666-high-plains": [0, 1, 1],
"666-icy-snow": [0, 1, 1],
@@ -1450,7 +1450,7 @@
"666-ocean": [0, 1, 1],
"666-poke-ball": [0, 1, 1],
"666-polar": [0, 1, 1],
- "666-river": [0, 2, 1],
+ "666-river": [0, 1, 1],
"666-sandstorm": [0, 1, 1],
"666-savanna": [0, 1, 1],
"666-sun": [0, 1, 1],
@@ -1510,7 +1510,7 @@
"712": [0, 1, 1],
"713": [0, 1, 1],
"714": [0, 1, 1],
- "715": [0, 2, 2],
+ "715": [0, 1, 1],
"716-active": [0, 1, 1],
"716-neutral": [0, 1, 1],
"717": [0, 1, 1],
@@ -1617,7 +1617,7 @@
"877-hangry": [1, 1, 1],
"877": [1, 1, 1],
"880": [0, 1, 1],
- "881": [0, 2, 2],
+ "881": [0, 1, 1],
"882": [0, 1, 1],
"883": [0, 1, 1],
"884-gigantamax": [0, 1, 1],
@@ -1864,19 +1864,19 @@
"666-archipelago": [0, 1, 1],
"666-continental": [0, 1, 1],
"666-elegant": [0, 1, 1],
- "666-fancy": [0, 2, 2],
+ "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, 2, 2],
+ "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-poke-ball": [0, 1, 1],
"666-polar": [0, 1, 1],
- "666-river": [0, 2, 1],
+ "666-river": [0, 1, 1],
"666-sandstorm": [0, 1, 1],
"666-savanna": [0, 1, 1],
"666-sun": [0, 1, 1],
@@ -1927,7 +1927,7 @@
"712": [0, 1, 1],
"713": [0, 1, 1],
"714": [0, 1, 1],
- "715": [0, 2, 1],
+ "715": [0, 1, 1],
"716-active": [0, 1, 1],
"716-neutral": [0, 1, 1],
"717": [0, 2, 2],
@@ -2143,7 +2143,9 @@
"6705": [0, 1, 1],
"6706": [0, 1, 1],
"6713": [0, 1, 1],
- "female": {},
+ "female": {
+ "6215": [0, 1, 1]
+ },
"back": {
"3-mega": [0, 2, 2],
"6-mega-x": [0, 2, 2],
@@ -2158,7 +2160,7 @@
"181-mega": [0, 1, 2],
"212-mega": [1, 2, 2],
"229-mega": [0, 1, 1],
- "248-mega": [0, 2, 1],
+ "248-mega": [0, 1, 1],
"257-mega": [0, 1, 1],
"282-mega": [0, 1, 1],
"302-mega": [0, 1, 1],
@@ -2190,27 +2192,27 @@
"658": [0, 1, 1],
"658-ash": [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],
+ "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],
@@ -2470,7 +2472,10 @@
"6571": [0, 1, 1],
"6705": [0, 1, 1],
"6706": [0, 1, 1],
- "6713": [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/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/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 a0077a1f023..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/656.json b/public/images/pokemon/variant/back/656.json
index 34b11bfab78..f41398f3154 100644
--- a/public/images/pokemon/variant/back/656.json
+++ b/public/images/pokemon/variant/back/656.json
@@ -1,17 +1,17 @@
{
"1": {
- "838394": "4d7dc5",
+ "848496": "4d7dc5",
"7bcdff": "9c75c2",
"62ace6": "8363af",
"ffffff": "b1e5ff",
"396a83": "362864",
"9c9cc5": "5385c7",
"cdcde6": "7eb7e8",
- "174592": "198158",
+ "174592": "37408c",
"5a94cd": "7054a4"
},
"2": {
- "838394": "cc6845",
+ "848496": "cc6845",
"7bcdff": "dd6155",
"62ace6": "c44848",
"ffffff": "fff4bd",
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 a1e23edd659..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 6d15bc3f680..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 8d829e974f4..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/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/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 2060481d855..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 6ed3c2495ba..00000000000
Binary files a/public/images/pokemon/variant/back/881_3.png and /dev/null 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/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/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
index 68743a4c9f1..1d1003f739c 100644
--- a/public/images/pokemon/variant/exp/656.json
+++ b/public/images/pokemon/variant/exp/656.json
@@ -3,12 +3,12 @@
"838394": "4d7dc5",
"62ace6": "8363af",
"7bcdff": "9c75c2",
- "ffec8c": "ddfff9",
+ "fdea88": "ddfff9",
"a1a1c4": "7ab7ec",
"c9b241": "97d6e2",
"dfcf77": "bae7e8",
"174592": "37408c",
- "fdfdfd": "b1e5ff",
+ "ffffff": "b1e5ff",
"9c9cc5": "5385c7",
"cdcde6": "7eb7e8",
"396a83": "362864",
@@ -18,12 +18,12 @@
"838394": "cc6845",
"62ace6": "c44848",
"7bcdff": "dd6155",
- "ffec8c": "ddfff9",
+ "fdea88": "ddfff9",
"a1a1c4": "f7c685",
"c9b241": "97d6e2",
"dfcf77": "bae7e8",
"174592": "198158",
- "fdfdfd": "fff4bd",
+ "ffffff": "fff4bd",
"9c9cc5": "c96a48",
"cdcde6": "f7b785",
"396a83": "5c0d33",
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 68af4d0a07a..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 a8e39976f2a..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 8aada72636f..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 146ea5e2ba9..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 767a55ab849..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 863acbbdc76..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/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/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/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/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 7971c22d8fe..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/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/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
index 34b11bfab78..f41398f3154 100644
--- a/public/images/pokemon/variant/exp/back/656.json
+++ b/public/images/pokemon/variant/exp/back/656.json
@@ -1,17 +1,17 @@
{
"1": {
- "838394": "4d7dc5",
+ "848496": "4d7dc5",
"7bcdff": "9c75c2",
"62ace6": "8363af",
"ffffff": "b1e5ff",
"396a83": "362864",
"9c9cc5": "5385c7",
"cdcde6": "7eb7e8",
- "174592": "198158",
+ "174592": "37408c",
"5a94cd": "7054a4"
},
"2": {
- "838394": "cc6845",
+ "848496": "cc6845",
"7bcdff": "dd6155",
"62ace6": "c44848",
"ffffff": "fff4bd",
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/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 86e17e33f11..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 7028f550d45..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 3b9a31469af..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 b61b16538eb..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 315b2fe859d..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 490bbb5951c..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 a92f1e7eecf..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 7a54e9bb6cd..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 c56ff652c7d..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 60c7f5b7d01..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 d53634ed092..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 d6c577be131..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 02e7e2e61af..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 3c247e0d43a..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 d6023a6500f..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 0f4ca358601..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 ffa21823012..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 ee4c51543ee..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 bb54cac34cd..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 865e404c1cd..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 4cd5d770881..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 5795174404f..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 8f091f4d1de..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 f216010ca99..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 6f4fefc99f8..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 554fcb7b510..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 a1bd953a1b3..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 9e7ff12912d..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 b66daac7d2c..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 cab4822a306..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 c689a6c7150..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 a163e179d0e..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 534e96bee13..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 649fa83e025..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 b4b8ecedb9e..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 6bc0a0b8363..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 c9168d5a1c5..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 1a36299851e..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 49325397d8a..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 3284e1e637b..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/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/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/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_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/statuses_es-ES.png b/public/images/statuses_es-ES.png
index d372b989be9..dc845d6fb1f 100644
Binary files a/public/images/statuses_es-ES.png and b/public/images/statuses_es-ES.png differ
diff --git a/public/images/types_de.png b/public/images/types_de.png
old mode 100644
new mode 100755
index 62ad3a332bc..a033554029c
Binary files a/public/images/types_de.png and b/public/images/types_de.png differ
diff --git a/public/images/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 2d3765a4f03..6b3f37cb351 160000
--- a/public/locales
+++ b/public/locales
@@ -1 +1 @@
-Subproject commit 2d3765a4f035b4916523bf75b754e153e9d65134
+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/account.ts b/src/account.ts
index 316645b38ff..96ce32714bb 100644
--- a/src/account.ts
+++ b/src/account.ts
@@ -8,13 +8,25 @@ export let loggedInUser: UserInfo | null = null;
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}`)) {
@@ -24,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}`);
@@ -35,16 +47,15 @@ export function updateUserInfo(): Promise<[boolean, integer]> {
localStorage.removeItem(d);
}
});
- return resolve([ true, 200 ]);
+ return resolve([true, 200]);
}
- pokerogueApi.account.getInfo().then(([ accountInfo, status ]) => {
+ pokerogueApi.account.getInfo().then(([accountInfo, status]) => {
if (!accountInfo) {
- resolve([ false, status ]);
+ resolve([false, status]);
return;
- } else {
- loggedInUser = accountInfo;
- resolve([ true, 200 ]);
}
+ loggedInUser = accountInfo;
+ resolve([true, 200]);
});
});
}
diff --git a/src/battle-scene.ts b/src/battle-scene.ts
index 2c67c4d2cde..a6c986d3d0f 100644
--- a/src/battle-scene.ts
+++ b/src/battle-scene.ts
@@ -9,19 +9,62 @@ import type { Constructor } from "#app/utils";
import { isNullOrUndefined, randSeedInt } from "#app/utils";
import * as Utils from "#app/utils";
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, TerastallizeModifier } 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 {
+ 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 { 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 {
+ 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, applyPostItemLostAbAttrs, BlockItemTheftAbAttr, DoubleBattleChanceAbAttr, PostBattleInitAbAttr, PostItemLostAbAttr } from "#app/data/ability";
+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";
@@ -47,10 +90,15 @@ import { addUiThemeOverrides } from "#app/ui/ui-theme";
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 {
+ FormChangeItem,
+ pokemonFormChanges,
+ SpeciesFormChangeManualTrigger,
+ SpeciesFormChangeTimeOfDayTrigger,
+} from "#app/data/pokemon-forms";
import { FormChangePhase } from "#app/phases/form-change-phase";
import { getTypeRgb } from "#app/data/type";
-import { Type } from "#enums/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";
@@ -100,7 +148,14 @@ 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";
@@ -113,16 +168,16 @@ 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;
@@ -130,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 {
@@ -149,93 +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 commandCursorMemory: boolean = false;
- 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 windowType = 0;
+ public experimentalSprites = false;
public musicPreference: number = MusicPreference.ALLGENS;
- public moveAnimations: boolean = true;
+ 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[];
@@ -244,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;
@@ -265,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 */
@@ -290,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[];
@@ -300,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;
@@ -314,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[] = [];
@@ -357,7 +413,11 @@ 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`,
+ );
}
/**
@@ -369,17 +429,17 @@ export default class BattleScene extends SceneBase {
fileRoot = `exp/${fileRoot}`;
}
let variantConfig = variantData;
- fileRoot.split("/").map((p) => (variantConfig ? (variantConfig = variantConfig[p]) : null));
+ fileRoot.split("/").map(p => (variantConfig ? (variantConfig = variantConfig[p]) : null));
const variantSet = variantConfig as VariantSet;
- return new Promise((resolve) => {
+ 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) => {
+ .then(res => res.json())
+ .then(c => {
variantColorCache[spriteKey] = c;
resolve();
});
@@ -393,8 +453,8 @@ export default class BattleScene extends SceneBase {
if (DEBUG_RNG) {
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", ++this.rngCounter, ret / (max - min), `min: ${min} / max: ${max}` ];
+ 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}`);
@@ -440,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");
@@ -460,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({
@@ -488,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);
@@ -546,28 +609,39 @@ export default class BattleScene extends SceneBase {
this.candyBar.setup();
this.fieldUI.add(this.candyBar);
- this.biomeWaveText = addTextObject((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.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.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.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.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);
@@ -584,7 +658,10 @@ export default class BattleScene extends SceneBase {
this.spriteSparkleHandler = new PokemonSpriteSparkleHandler();
this.spriteSparkleHandler.setup();
- this.pokemonInfoContainer = new PokemonInfoContainer((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);
@@ -606,14 +683,18 @@ export default class BattleScene extends SceneBase {
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");
@@ -626,16 +707,19 @@ 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);
@@ -647,13 +731,15 @@ export default class BattleScene extends SceneBase {
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().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()
+ 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.pushPhase(new TitlePhase());
@@ -687,7 +773,7 @@ export default class BattleScene extends SceneBase {
if (this.lastSavePlayTime !== null) {
this.lastSavePlayTime++;
}
- }
+ },
});
this.updateBiomeWaveText();
@@ -699,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];
@@ -730,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();
});
@@ -753,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();
- });
});
}
@@ -830,7 +905,7 @@ export default class BattleScene extends SceneBase {
* 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: boolean = true): PlayerPokemon | undefined {
+ public getPlayerPokemon(includeSwitching = true): PlayerPokemon | undefined {
return this.getPlayerField().find(p => p.isActive() && (includeSwitching || p.switchOutStatus === false));
}
@@ -855,7 +930,7 @@ export default class BattleScene extends SceneBase {
* or `undefined` if there are no valid pokemon
* @param includeSwitching Whether a pokemon that is currently switching out is valid, default `true`
*/
- public getEnemyPokemon(includeSwitching: boolean = true): EnemyPokemon | undefined {
+ public getEnemyPokemon(includeSwitching = true): EnemyPokemon | undefined {
return this.getEnemyField().find(p => p.isActive() && (includeSwitching || p.switchOutStatus === false));
}
@@ -875,15 +950,13 @@ export default class BattleScene extends SceneBase {
* @param activeOnly Whether to consider only active pokemon
* @returns array of {@linkcode Pokemon}
*/
- public getField(activeOnly: boolean = false): 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;
}
/**
@@ -899,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();
}
@@ -922,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.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(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);
}
@@ -940,7 +1042,15 @@ export default class BattleScene extends SceneBase {
return pokemon;
}
- addEnemyPokemon(species: PokemonSpecies, level: integer, trainerSlot: TrainerSlot, boss: boolean = false, shinyLock: 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;
}
@@ -959,7 +1069,13 @@ export default class BattleScene extends SceneBase {
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) {
@@ -982,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;
}
@@ -996,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`);
@@ -1026,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);
@@ -1048,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);
@@ -1061,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) {
@@ -1092,11 +1231,11 @@ export default class BattleScene extends SceneBase {
* @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 {
+ 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();
}
@@ -1110,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;
@@ -1152,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);
@@ -1161,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();
@@ -1179,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();
@@ -1192,7 +1344,7 @@ 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",
@@ -1205,21 +1357,29 @@ export default class BattleScene extends SceneBase {
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;
@@ -1234,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(), (battleConfig.seedOffsetWaveIndex || newWaveIndex) << 8);
+ this.executeWithSeedOffset(
+ () => (newTrainer = battleConfig?.getTrainer()),
+ (battleConfig.seedOffsetWaveIndex || newWaveIndex) << 8,
+ );
if (newTrainer) {
this.field.add(newTrainer);
}
@@ -1255,11 +1418,18 @@ 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);
+ 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);
}
@@ -1299,10 +1469,10 @@ export default class BattleScene extends SceneBase {
doubleOverrideForWave = "single";
break;
case "even-doubles":
- doubleOverrideForWave = (newWaveIndex % 2) ? "single" : "double";
+ doubleOverrideForWave = newWaveIndex % 2 ? "single" : "double";
break;
case "odd-doubles":
- doubleOverrideForWave = (newWaveIndex % 2) ? "double" : "single";
+ doubleOverrideForWave = newWaveIndex % 2 ? "double" : "single";
break;
}
@@ -1332,12 +1502,18 @@ export default class BattleScene extends SceneBase {
if (lastBattle?.double && !newDouble) {
this.tryRemovePhase(p => p instanceof SwitchPhase);
- this.getPlayerField().forEach(p => p.lapseTag(BattlerTagType.COMMANDED));
+ 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.executeWithSeedOffset(
+ () => {
+ this.currentBattle = new Battle(this.gameMode, newWaveIndex, newBattleType, newTrainer, newDouble);
+ },
+ newWaveIndex << 3,
+ this.waveSeed,
+ );
this.currentBattle.incrementTurn();
if (newBattleType === BattleType.MYSTERY_ENCOUNTER) {
@@ -1350,19 +1526,27 @@ 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();
- playerField.forEach((pokemon) => pokemon.lapseTag(BattlerTagType.COMMANDED));
+ for (const pokemon of playerField) {
+ pokemon.lapseTag(BattlerTagType.COMMANDED);
+ }
playerField.forEach((pokemon, p) => {
if (pokemon.isOnField()) {
@@ -1372,7 +1556,14 @@ export default class BattleScene extends SceneBase {
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) {
@@ -1400,26 +1591,34 @@ export default class BattleScene extends SceneBase {
return this.currentBattle;
}
- newArena(biome: Biome): Arena {
- this.arena = new Arena(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) {
@@ -1438,17 +1637,78 @@ 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 ?? "");
+ 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:
@@ -1457,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:
@@ -1481,13 +1739,19 @@ export default class BattleScene extends SceneBase {
}
return Utils.randSeedInt(8);
case Species.EEVEE:
- if (this.currentBattle?.battleType === BattleType.TRAINER && this.currentBattle?.waveIndex < 30 && !isEggPhase) {
+ 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) {
- return 0; // Don't give trainers Battle Bond 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:
@@ -1503,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
+ // 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) {
@@ -1534,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;
}
@@ -1565,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++;
@@ -1589,7 +1878,7 @@ export default class BattleScene extends SceneBase {
trySpreadPokerus(): void {
const party = this.getPlayerParty();
- const infectedIndexes: integer[] = [];
+ const infectedIndexes: number[] = [];
const spread = (index: number, spreadTo: number) => {
const partyMember = party[index + spreadTo];
if (!partyMember.pokerus && !Utils.randSeedInt(10)) {
@@ -1602,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;
}
@@ -1629,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 || "";
@@ -1640,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) {
@@ -1650,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;
}
@@ -1669,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(),
});
});
}
@@ -1701,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({
@@ -1709,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({
@@ -1722,7 +2044,7 @@ export default class BattleScene extends SceneBase {
alpha: 0,
duration: duration,
ease: "Cubic.easeIn",
- onComplete: () => resolve()
+ onComplete: () => resolve(),
});
});
}
@@ -1739,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;
}
@@ -1769,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)),
});
}
@@ -1783,8 +2105,10 @@ 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 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) {
@@ -1792,29 +2116,33 @@ export default class BattleScene extends SceneBase {
} 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);
+ }
+ },
});
}
@@ -1822,11 +2150,15 @@ export default class BattleScene extends SceneBase {
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);
@@ -1843,18 +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 = false): integer {
+ getMaxExpLevel(ignoreLevelCap = false): number {
if (Overrides.LEVEL_CAP_OVERRIDE > 0) {
return Overrides.LEVEL_CAP_OVERRIDE;
- } else if (ignoreLevelCap || Overrides.LEVEL_CAP_OVERRIDE < 0) {
+ }
+ if (ignoreLevelCap || Overrides.LEVEL_CAP_OVERRIDE < 0) {
return Number.MAX_SAFE_INTEGER;
}
const waveIndex = Math.ceil((this.currentBattle?.waveIndex || 1) / 10) * 10;
@@ -1863,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).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]);
@@ -1903,7 +2257,7 @@ 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 {
@@ -1913,7 +2267,7 @@ export default class BattleScene extends SceneBase {
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;
@@ -1924,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;
}
@@ -1941,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 }));
@@ -1990,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- ")) {
@@ -2008,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;
}
@@ -2027,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);
@@ -2047,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);
@@ -2075,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);
@@ -2084,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;
});
@@ -2096,9 +2447,9 @@ export default class BattleScene extends SceneBase {
getBgmLoopPoint(bgmName: string): number {
switch (bgmName) {
case "title": //Firel PokéRogue Title
- return 46.500;
+ 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
@@ -2112,7 +2463,7 @@ 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
@@ -2128,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
@@ -2156,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
@@ -2170,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
@@ -2186,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
@@ -2204,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
@@ -2228,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
@@ -2236,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
@@ -2246,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
@@ -2260,7 +2611,7 @@ export default class BattleScene extends SceneBase {
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
@@ -2274,7 +2625,7 @@ export default class BattleScene extends SceneBase {
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
@@ -2327,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.
*
@@ -2339,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]);
}
/**
@@ -2347,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);
}
}
@@ -2497,34 +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 to index after target phase in the {@linkcode phaseQueue}, else simply calls {@linkcode unshiftPhase()}
- * @param phase {@linkcode Phase} the phase to be added
+ * 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, targetPhase: Constructor): boolean {
+ 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);
+ this.phaseQueue.splice(targetIndex + 1, 0, ...phase);
return true;
- } else {
- this.unshiftPhase(phase);
- return false;
}
+ this.unshiftPhase(...phase);
+ return false;
}
/**
@@ -2535,7 +2889,13 @@ 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) {
+ 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
@@ -2546,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)
*/
@@ -2557,117 +2932,116 @@ export default class BattleScene extends SceneBase {
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)) {
- 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)) {
- if (modifier instanceof PokemonFormChangeItemModifier || modifier instanceof TerastallizeModifier) {
+ if (modifier instanceof PokemonFormChangeItemModifier) {
const pokemon = this.getPokemonById(modifier.pokemonId);
if (pokemon) {
modifier.apply(pokemon, true);
@@ -2678,7 +3052,8 @@ export default class BattleScene extends SceneBase {
}
}
if (!ignoreUpdate) {
- this.updateModifiers(false, instant).then(() => resolve());
+ this.updateModifiers(false, instant);
+ resolve();
} else {
resolve();
}
@@ -2699,76 +3074,128 @@ export default class BattleScene extends SceneBase {
* @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: number = 1, instant?: boolean, ignoreUpdate?: boolean, itemLost: boolean = true): Promise {
- return new Promise(resolve => {
- const source = itemModifier.pokemonId ? itemModifier.getPokemon() : 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 = this.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();
- 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(() => {
- if (source && itemLost) {
- applyPostItemLostAbAttrs(PostItemLostAbAttr, source, false);
- }
- resolve(true);
- });
- } else {
- this.addEnemyModifier(newItemModifier, ignoreUpdate, instant).then(() => {
- if (source && itemLost) {
- applyPostItemLostAbAttrs(PostItemLostAbAttr, source, false);
- }
- 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.getPlayerParty()[partyMemberIndex].id;
- const modifiersToRemove = this.modifiers.filter(m => m instanceof PokemonHeldItemModifier && (m as PokemonHeldItemModifier).pokemonId === pokemonId);
+ 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();
});
}
@@ -2793,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);
@@ -2806,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;
@@ -2816,99 +3245,108 @@ 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));
+ 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() === 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.getPlayerParty() : 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 => {
- p.calculateStats();
- return p.updateInfo(instant);
- })).then(() => resolve());
+ Promise.allSettled(
+ party.map(p => {
+ p.calculateStats();
+ return p.updateInfo(instant);
+ }),
+ ).then(() => resolve());
});
}
+ 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.
@@ -2917,12 +3355,12 @@ export default class BattleScene extends SceneBase {
* @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: boolean = false): boolean {
+ 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);
@@ -2940,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);
}
@@ -2950,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);
}
@@ -2960,7 +3398,7 @@ 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);
}
@@ -2971,18 +3409,28 @@ 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.
*/
- applyShuffledModifiers(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));
- 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);
+ 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);
}
@@ -2993,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)) {
@@ -3018,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)" : "");
@@ -3030,22 +3494,33 @@ 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];
}
@@ -3070,7 +3545,12 @@ export default class BattleScene extends SceneBase {
return false;
}
- triggerPokemonBattleAnim(pokemon: Pokemon, battleAnimType: PokemonAnimType, fieldAssets?: Phaser.GameObjects.Sprite[], delayed: boolean = false): boolean {
+ 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);
@@ -3088,8 +3568,10 @@ export default class BattleScene extends SceneBase {
}
validateAchv(achv: Achv, args?: unknown[]): boolean {
- if ((!this.gameData.achvUnlocks.hasOwnProperty(achv.id) || Overrides.ACHIEVEMENTS_REUNLOCK_OVERRIDE)
- && achv.validate(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)) {
@@ -3118,18 +3600,21 @@ export default class BattleScene extends SceneBase {
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,
- form: p.getFormKey(),
- types: p.getTypes().map((type) => Type[type]),
- teraType: p.getTeraType() !== Type.UNKNOWN ? Type[p.getTeraType()] : "",
- level: p.level,
- currentHP: p.hp,
- maxHP: p.getMaxHp(),
- status: p.status?.effect ? StatusEffect[p.status.effect] : ""
- };
- }) : [],
+ 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;
@@ -3145,7 +3630,7 @@ export default class BattleScene extends SceneBase {
const keys: string[] = [];
let activePokemon: (PlayerPokemon | EnemyPokemon)[] = this.getPlayerParty();
activePokemon = activePokemon.concat(this.getEnemyParty());
- activePokemon.forEach((p) => {
+ for (const p of activePokemon) {
keys.push(p.getSpriteKey(true));
if (p instanceof PlayerPokemon) {
keys.push(p.getBattleSpriteKey(true, true));
@@ -3154,7 +3639,7 @@ export default class BattleScene extends SceneBase {
if (p.fusionSpecies) {
keys.push(p.fusionSpecies.getCryKey(p.fusionFormIndex));
}
- });
+ }
return keys;
}
@@ -3165,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.getPlayerParty().filter((p) => p.isAllowedInBattle());
- if (availablePartyMembers.length > 1) {
- this.pushPhase(new ToggleDoublePositionPhase(true));
- if (!availablePartyMembers[1].isOnField()) {
- this.pushPhase(new SummonPhase(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;
}
@@ -3196,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.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);
@@ -3237,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;
}
@@ -3275,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(),
+ );
});
}
@@ -3284,7 +3790,11 @@ export default class BattleScene extends SceneBase {
if (exp) {
const partyMemberIndex = party.indexOf(expPartyMembers[pm]);
- this.unshiftPhase(expPartyMembers[pm].isOnField() ? new ExpPhase(partyMemberIndex, exp) : new ShowPartyExpBarPhase(partyMemberIndex, exp));
+ this.unshiftPhase(
+ expPartyMembers[pm].isOnField()
+ ? new ExpPhase(partyMemberIndex, exp)
+ : new ShowPartyExpBarPhase(partyMemberIndex, exp),
+ );
}
}
}
@@ -3296,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
+ );
}
/**
@@ -3308,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;
@@ -3317,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;
}
}
@@ -3348,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;
@@ -3361,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];
@@ -3381,53 +3916,78 @@ export default class BattleScene extends SceneBase {
}
// 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[] = [];
- const previousEncounter = this.mysteryEncounterSaveData.encounteredEvents.length > 0 ?
- this.mysteryEncounterSaveData.encounteredEvents[this.mysteryEncounterSaveData.encounteredEvents.length - 1].type
- : null;
+ 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)) ?? [];
+ 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 (this.eventManager.getMysteryEncounterTierForEvent(encounterType, encounterCandidate.encounterTier) !== 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)) {
+ if (
+ disallowedGameModes &&
+ disallowedGameModes.length > 0 &&
+ disallowedGameModes.includes(this.gameMode.modeId)
+ ) {
return false;
}
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;
}
}
@@ -3437,14 +3997,18 @@ export default class BattleScene extends SceneBase {
if (previousEncounter !== null && encounterType === previousEncounter) {
return false;
}
- if (this.mysteryEncounterSaveData.encounteredEvents.length > 0 &&
- (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;
diff --git a/src/battle.ts b/src/battle.ts
index fa333040c22..5ada921bf5a 100644
--- a/src/battle.ts
+++ b/src/battle.ts
@@ -50,7 +50,7 @@ export enum BattleType {
WILD,
TRAINER,
CLEAR,
- MYSTERY_ENCOUNTER
+ MYSTERY_ENCOUNTER,
}
export enum BattlerIndex {
@@ -58,25 +58,25 @@ export enum BattlerIndex {
PLAYER,
PLAYER_2,
ENEMY,
- ENEMY_2
+ ENEMY_2,
}
export interface TurnCommand {
- command: Command;
- cursor?: number;
- move?: TurnMove;
- targets?: BattlerIndex[];
- skip?: boolean;
- args?: any[];
+ command: Command;
+ cursor?: number;
+ 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 {
@@ -89,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[] = [];
@@ -113,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 {
@@ -174,7 +181,8 @@ export default class Battle {
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;
}
@@ -187,16 +195,23 @@ export default class Battle {
}
addPostBattleLoot(enemyPokemon: EnemyPokemon): void {
- 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;
- }));
+ 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(): void {
- const moneyAmount = new Utils.IntegerHolder(globalScene.currentBattle.moneyScattered);
+ const moneyAmount = new Utils.NumberHolder(globalScene.currentBattle.moneyScattered);
globalScene.applyModifiers(MoneyMultiplierModifier, true, moneyAmount);
if (globalScene.arena.getTag(ArenaTagType.HAPPY_HOUR)) {
@@ -207,7 +222,9 @@ export default class Battle {
const userLocale = navigator.language || "en-US";
const formattedMoneyAmount = moneyAmount.value.toLocaleString(userLocale);
- const message = i18next.t("battle:moneyPickedUp", { moneyAmount: formattedMoneyAmount });
+ const message = i18next.t("battle:moneyPickedUp", {
+ moneyAmount: formattedMoneyAmount,
+ });
globalScene.queueMessage(message, undefined, true);
globalScene.currentBattle.moneyScattered = 0;
@@ -220,13 +237,17 @@ export default class Battle {
}
for (const p of globalScene.getEnemyParty()) {
if (p.isBoss()) {
- partyMemberTurnMultiplier *= (p.bossSegments / 1.5) / globalScene.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);
globalScene.score += finalBattleScore;
- console.log(`Battle Score: ${finalBattleScore} (${this.turn - 1} Turns x${Math.floor(turnMultiplier * 100) / 100})`);
+ console.log(
+ `Battle Score: ${finalBattleScore} (${this.turn - 1} Turns x${Math.floor(turnMultiplier * 100) / 100})`,
+ );
console.log(`Total Score: ${globalScene.score}`);
globalScene.updateScoreText();
}
@@ -236,16 +257,20 @@ export default class Battle {
// 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 (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";
}
const wildOpponents = globalScene.getEnemyParty();
@@ -274,7 +299,8 @@ export default class Battle {
}
return "battle_legendary_unova";
}
- } else if (globalScene.musicPreference === MusicPreference.ALLGENS) {
+ }
+ if (globalScene.musicPreference === MusicPreference.ALLGENS) {
switch (pokemon.species.speciesId) {
case Species.ARTICUNO:
case Species.ZAPDOS:
@@ -427,7 +453,7 @@ 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(range: number, min: number = 0): number {
+ randSeedInt(range: number, min = 0): number {
if (range <= 1) {
return min;
}
@@ -437,7 +463,7 @@ export default class Battle {
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);
}
globalScene.rngCounter = this.rngCounter++;
@@ -460,7 +486,13 @@ export default class Battle {
export class FixedBattle extends Battle {
constructor(waveIndex: number, config: FixedBattleConfig) {
- super(globalScene.gameMode, waveIndex, config.battleType, config.battleType === BattleType.TRAINER ? config.getTrainer() : undefined, config.double);
+ super(
+ globalScene.gameMode,
+ waveIndex,
+ config.battleType,
+ config.battleType === BattleType.TRAINER ? config.getTrainer() : undefined,
+ config.double,
+ );
if (config.getEnemyParty) {
this.enemyParty = config.getEnemyParty();
}
@@ -509,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
@@ -517,31 +548,44 @@ export class FixedBattleConfig {
* @param seedOffset the seed offset to use for the random generation of the trainer
* @returns the generated trainer
*/
-export function getRandomTrainerFunc(trainerPool: (TrainerType | TrainerType[])[], randomGender: boolean = false, seedOffset: number = 0): GetTrainerFunc {
+export function getRandomTrainerFunc(
+ trainerPool: (TrainerType | TrainerType[])[],
+ randomGender = false,
+ seedOffset = 0,
+): GetTrainerFunc {
return () => {
const rand = Utils.randSeedInt(trainerPool.length);
const trainerTypes: TrainerType[] = [];
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(trainerTypes[rand], (Utils.randInt(3) === 0) ? TrainerVariant.DOUBLE : trainerGender);
+ return new Trainer(trainerTypes[rand], Utils.randInt(3) === 0 ? TrainerVariant.DOUBLE : trainerGender);
}
return new Trainer(trainerTypes[rand], trainerGender);
@@ -549,7 +593,7 @@ export function getRandomTrainerFunc(trainerPool: (TrainerType | TrainerType[])[
}
export interface FixedBattleConfigs {
- [key: number]: FixedBattleConfig
+ [key: number]: FixedBattleConfig;
}
/**
* Youngster/Lass on 5
@@ -561,51 +605,355 @@ export interface FixedBattleConfigs {
* Champion on 190
*/
export const classicFixedBattles: FixedBattleConfigs = {
- [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 })
+ [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/data/ability.ts b/src/data/ability.ts
index 8f0698e38b9..ab78d1dd06c 100644
--- a/src/data/ability.ts
+++ b/src/data/ability.ts
@@ -1,7 +1,7 @@
-import type { EnemyPokemon } from "../field/pokemon";
+import type { EnemyPokemon, PokemonMove } from "../field/pokemon";
import type Pokemon from "../field/pokemon";
-import { HitResult, MoveResult, PlayerPokemon, PokemonMove } from "../field/pokemon";
-import { Type } from "#enums/type";
+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";
@@ -10,9 +10,12 @@ 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 type Move from "./move";
-import { AttackMove, MoveCategory, MoveFlags, MoveTarget, FlinchAttr, OneHitKOAttr, HitHealAttr, allMoves, StatusMove, SelfStatusMove, VariablePowerAttr, applyMoveAttrs, VariableMoveTypeAttr, RandomMovesetMoveAttr, RandomMoveAttr, NaturePowerAttr, CopyMoveAttr, NeutralDamageAgainstFlyingTypeMultiplierAttr, FixedDamageAttr } from "./move";
-import type { ArenaTrapTag } from "./arena-tag";
+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";
@@ -32,7 +35,6 @@ import { Species } from "#enums/species";
import { Stat, type BattleStat, type EffectiveStat, BATTLE_STATS, EFFECTIVE_STATS, getStatKey } from "#app/enums/stat";
import { MovePhase } from "#app/phases/move-phase";
import { PokemonHealPhase } from "#app/phases/pokemon-heal-phase";
-import { ShowAbilityPhase } from "#app/phases/show-ability-phase";
import { StatStageChangePhase } from "#app/phases/stat-stage-change-phase";
import { globalScene } from "#app/global-scene";
import { SwitchType } from "#app/enums/switch-type";
@@ -44,6 +46,7 @@ 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;
@@ -51,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 = "";
@@ -143,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?
@@ -155,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;
@@ -175,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[]) {
@@ -192,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() {
@@ -202,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 globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false);
- }
+ return formIndex !== pokemon.formIndex && !simulated;
+ }
- return false;
+ override applyPostBattleInit(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false);
}
}
-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.getBattlerIndex(), true, this.stats, this.stages));
- } else {
- for (const opponent of pokemon.getOpponents()) {
- statStageChangePhases.push(new StatStageChangePhase(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) {
- globalScene.pushPhase(statStageChangePhase);
- } else { // TODO: This causes the ability bar to be shown at the wrong time
- globalScene.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[]) {
@@ -313,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;
}
}
@@ -327,21 +409,19 @@ export class ReceivedMoveDamageMultiplierAbAttr extends PreDefendAbAttr {
protected condition: PokemonDefendCondition;
private damageMultiplier: number;
- constructor(condition: PokemonDefendCondition, damageMultiplier: number) {
- super();
+ constructor(condition: PokemonDefendCondition, damageMultiplier: number, showAbility: boolean = false) {
+ super(showAbility);
this.condition = condition;
this.damageMultiplier = damageMultiplier;
}
- applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- if (this.condition(pokemon, attacker, move)) {
- (args[0] as Utils.NumberHolder).value = Utils.toDmgValue((args[0] as Utils.NumberHolder).value * this.damageMultiplier);
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder | null, args: any[]): boolean {
+ return this.condition(pokemon, attacker, move);
+ }
- return true;
- }
-
- return false;
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void {
+ (args[0] as Utils.NumberHolder).value = Utils.toDmgValue((args[0] as Utils.NumberHolder).value * this.damageMultiplier);
}
}
@@ -362,16 +442,15 @@ export class AlliedFieldDamageReductionAbAttr extends PreDefendAbAttr {
* @param args
* - `[0]` {@linkcode Utils.NumberHolder} - The damage being dealt
*/
- override applyPreDefend(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, _attacker: Pokemon, _move: Move, _cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ override applyPreDefend(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, _attacker: Pokemon, _move: Move, _cancelled: Utils.BooleanHolder, args: any[]): void {
const damage = args[0] as Utils.NumberHolder;
damage.value = Utils.toDmgValue(damage.value * this.damageMultiplier);
- return true;
}
}
export class ReceivedTypeDamageMultiplierAbAttr extends ReceivedMoveDamageMultiplierAbAttr {
- constructor(moveType: 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);
}
}
@@ -382,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.
@@ -402,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;
}
@@ -424,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;
- globalScene.unshiftPhase(new PokemonHealPhase(pokemon.getBattlerIndex(),
- Utils.toDmgValue(pokemon.getMaxHp() / 4), i18next.t("abilityTriggers:typeImmunityHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }), true));
- cancelled.value = true; // Suppresses "No Effect" message
- }
- return true;
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void {
+ super.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args);
+ if (!pokemon.isFullHp() && !simulated) {
+ const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name;
+ globalScene.unshiftPhase(new PokemonHealPhase(pokemon.getBattlerIndex(),
+ Utils.toDmgValue(pokemon.getMaxHp() / 4), i18next.t("abilityTriggers:typeImmunityHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }), true));
+ cancelled.value = true; // Suppresses "No Effect" message
}
-
- return false;
}
}
@@ -468,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) {
- globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ this.stat ], this.stages));
- }
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void {
+ super.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args);
+ cancelled.value = true; // Suppresses "No Effect" message
+ if (!simulated) {
+ globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ this.stat ], this.stages));
}
-
- return ret;
}
}
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;
}
}
@@ -519,18 +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 {
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder | null, args: any[]): boolean {
const modifierValue = args.length > 0
? (args[0] as Utils.NumberHolder).value
: pokemon.getAttackTypeEffectiveness(attacker.getMoveType(move), attacker, undefined, undefined, move);
+ return move instanceof AttackMove && modifierValue < 2;
+ }
- if (move instanceof AttackMove && modifierValue < 2) {
- cancelled.value = true; // Suppresses "No Effect" message
- (args[0] as Utils.NumberHolder).value = 0;
- return true;
- }
-
- return false;
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void {
+ cancelled.value = true; // Suppresses "No Effect" message
+ (args[0] as Utils.NumberHolder).value = 0;
}
getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
@@ -547,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
@@ -556,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 {
@@ -584,30 +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 {
- if (move.moveTarget === MoveTarget.USER || move.moveTarget === MoveTarget.NEAR_ALLY) {
- return false;
- }
- if (move.getPriority(attacker) > 0 && !move.isMultiTarget()) {
- cancelled.value = true;
- return true;
- }
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder | null, args: any[]): boolean {
+ return !(move.moveTarget === MoveTarget.USER || move.moveTarget === MoveTarget.NEAR_ALLY) && move.getPriority(attacker) > 0 && !move.isMultiTarget();
+ }
- return false;
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void {
+ cancelled.value = true;
}
}
export class PostStatStageChangeAbAttr extends AbAttr {
- 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 {
@@ -619,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 {
@@ -640,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;
}
}
@@ -661,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) {
- globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ this.stat ], this.stages));
- }
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder | null, args: any[]): boolean {
+ return !simulated && super.canApplyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args);
+ }
- return ret;
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): void {
+ super.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args);
+ globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ this.stat ], this.stages));
}
}
/**
@@ -676,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.
@@ -686,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) {
- globalScene.queueMessage(i18next.t("abilityTriggers:reverseDrain", { pokemonNameWithAffix: getPokemonNameWithAffix(attacker) }));
- }
- return true;
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void {
+ if (!simulated) {
+ globalScene.queueMessage(i18next.t("abilityTriggers:reverseDrain", { pokemonNameWithAffix: getPokemonNameWithAffix(attacker) }));
}
- return false;
}
}
@@ -706,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;
@@ -716,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) {
- globalScene.unshiftPhase(new StatStageChangePhase((other).getBattlerIndex(), false, [ this.stat ], this.stages));
- }
- return true;
- }
- globalScene.unshiftPhase(new StatStageChangePhase((this.selfTarget ? pokemon : attacker).getBattlerIndex(), this.selfTarget, [ this.stat ], this.stages));
- return true;
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void {
+ if (simulated) {
+ return;
}
- return false;
+ if (this.allOthers) {
+ const otherPokemon = pokemon.getAlly() ? pokemon.getOpponents().concat([ pokemon.getAlly() ]) : pokemon.getOpponents();
+ for (const other of otherPokemon) {
+ globalScene.unshiftPhase(new StatStageChangePhase((other).getBattlerIndex(), false, [ this.stat ], this.stages));
+ }
+ } else {
+ globalScene.unshiftPhase(new StatStageChangePhase((this.selfTarget ? pokemon : attacker).getBattlerIndex(), this.selfTarget, [ this.stat ], this.stages));
+ }
}
}
@@ -744,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;
@@ -754,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) {
- globalScene.unshiftPhase(new StatStageChangePhase((this.selfTarget ? pokemon : attacker).getBattlerIndex(), true, this.stats, this.stages));
- }
- return true;
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void {
+ if (!simulated) {
+ globalScene.unshiftPhase(new StatStageChangePhase((this.selfTarget ? pokemon : attacker).getBattlerIndex(), true, this.stats, this.stages));
}
-
- return false;
}
}
@@ -781,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 = globalScene.arena.getTag(this.tagType) as ArenaTrapTag;
- if (!globalScene.arena.getTag(this.tagType) || tag.layers < tag.maxLayers) {
- if (!simulated) {
- globalScene.arena.addTag(this.tagType, 0, undefined, pokemon.id, pokemon.isPlayer() ? ArenaTagSide.ENEMY : ArenaTagSide.PLAYER);
- }
- return true;
- }
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean {
+ const tag = globalScene.arena.getTag(this.tagType) as ArenaTrapTag;
+ return (this.condition(pokemon, attacker, move) && !move.hitsSubstitute(attacker, pokemon))
+ && (!globalScene.arena.getTag(this.tagType) || tag.layers < tag.maxLayers);
+ }
+
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void {
+ if (!simulated) {
+ globalScene.arena.addTag(this.tagType, 0, undefined, pokemon.id, pokemon.isPlayer() ? ArenaTagSide.ENEMY : ArenaTagSide.PLAYER);
}
- return false;
}
}
@@ -805,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);
- globalScene.queueMessage(i18next.t("abilityTriggers:windPowerCharged", { pokemonName: getPokemonNameWithAffix(pokemon), moveName: move.name }));
- }
- return true;
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean {
+ return this.condition(pokemon, attacker, move) && !move.hitsSubstitute(attacker, pokemon);
+ }
+
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void {
+ if (!pokemon.getTag(this.tagType) && !simulated) {
+ pokemon.addTag(this.tagType, undefined, undefined, pokemon.id);
+ globalScene.queueMessage(i18next.t("abilityTriggers:windPowerCharged", { pokemonName: getPokemonNameWithAffix(pokemon), moveName: move.name }));
}
- return false;
}
}
export class PostDefendTypeChangeAbAttr extends PostDefendAbAttr {
- override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, _args: any[]): boolean {
- if (hitResult < HitResult.NO_EFFECT && !move.hitsSubstitute(attacker, pokemon)) {
- if (simulated) {
- return true;
- }
- const type = attacker.getMoveType(move);
- const pokemonTypes = pokemon.getTypes(true);
- if (pokemonTypes.length !== 1 || pokemonTypes[0] !== type) {
- pokemon.summonData.types = [ type ];
- return true;
- }
- }
+ private type: PokemonType;
- return false;
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): boolean {
+ this.type = attacker.getMoveType(move);
+ const pokemonTypes = pokemon.getTypes(true);
+ return hitResult < HitResult.NO_EFFECT && !move.hitsSubstitute(attacker, pokemon) && (simulated || pokemonTypes.length !== 1 || pokemonTypes[0] !== this.type);
+ }
+
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, _args: any[]): void {
+ const type = attacker.getMoveType(move);
+ pokemon.summonData.types = [ type ];
}
override getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]): string {
return i18next.t("abilityTriggers:postDefendTypeChange", {
pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
abilityName,
- typeName: i18next.t(`pokemonInfo:Type.${Type[pokemon.getTypes(true)[0]]}`)
+ typeName: i18next.t(`pokemonInfo:Type.${PokemonType[this.type]}`)
});
}
}
@@ -852,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 globalScene.arena.terrain?.terrainType !== (this.terrainType || undefined);
- } else {
- return globalScene.arena.trySetTerrain(this.terrainType, true);
- }
- }
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): boolean {
+ return hitResult < HitResult.NO_EFFECT && !move.hitsSubstitute(attacker, pokemon) && globalScene.arena.canSetTerrain(this.terrainType);
+ }
- return false;
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, _args: any[]): void {
+ if (!simulated) {
+ globalScene.arena.trySetTerrain(this.terrainType, 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);
}
}
@@ -896,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;
@@ -917,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);
+ }
}
}
@@ -941,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) {
globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ this.stat ], this.stages));
}
-
- return true;
}
override getCondition(): AbAttrCondition {
@@ -959,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 {
@@ -993,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 {
@@ -1032,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 (!globalScene.arena.weather?.isImmutable()) {
- if (simulated) {
- return globalScene.arena.weather?.weatherType !== this.weatherType;
- }
- return globalScene.arena.trySetWeather(this.weatherType, true);
- }
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean {
+ return (!(this.condition && !this.condition(pokemon, attacker, move) || move.hitsSubstitute(attacker, pokemon))
+ && !globalScene.arena.weather?.isImmutable() && globalScene.arena.canSetWeather(this.weatherType));
+ }
- return false;
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void {
+ if (!simulated) {
+ globalScene.arena.trySetWeather(this.weatherType, true);
+ }
}
}
@@ -1052,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 {
@@ -1079,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 {
@@ -1101,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;
}
}
@@ -1141,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) {
- globalScene.unshiftPhase(new StatStageChangePhase((pokemon).getBattlerIndex(), true, this.statsToChange, this.stages));
- }
- return true;
- }
+ override canApplyPostStatStageChange(pokemon: Pokemon, simulated: boolean, statStagesChanged: BattleStat[], stagesChanged: integer, selfTarget: boolean, args: any[]): boolean {
+ return this.condition(pokemon, statStagesChanged, stagesChanged) && !selfTarget;
+ }
- return false;
+ override applyPostStatStageChange(pokemon: Pokemon, simulated: boolean, statStagesChanged: BattleStat[], stagesChanged: number, selfTarget: boolean, args: any[]): void {
+ if (!simulated) {
+ globalScene.unshiftPhase(new StatStageChangePhase((pokemon).getBattlerIndex(), true, this.statsToChange, this.stages));
+ }
}
}
export class PreAttackAbAttr extends AbAttr {
- 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 {}
}
/**
@@ -1168,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;
-
}
}
@@ -1197,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;
}
}
@@ -1238,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;
@@ -1246,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
@@ -1255,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]}`),
});
}
}
@@ -1357,6 +1442,10 @@ export class AddSecondStrikeAbAttr extends PreAttackAbAttr {
this.damageMultiplier = damageMultiplier;
}
+ override canApplyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon | null, move: Move, args: any[]): boolean {
+ return move.canBeMultiStrikeEnhanced(pokemon, true);
+ }
+
/**
* If conditions are met, this doubles the move's hit count (via args[1])
* or multiplies the damage of secondary strikes (via args[2])
@@ -1367,24 +1456,17 @@ export class AddSecondStrikeAbAttr extends PreAttackAbAttr {
* @param args Additional arguments:
* - `[0]` the number of strikes this move currently has ({@linkcode Utils.NumberHolder})
* - `[1]` the damage multiplier for the current strike ({@linkcode Utils.NumberHolder})
- * @returns
*/
- applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): boolean {
+ override applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): void {
const hitCount = args[0] as Utils.NumberHolder;
const multiplier = args[1] as Utils.NumberHolder;
-
- if (move.canBeMultiStrikeEnhanced(pokemon, true)) {
- this.showAbility = !!hitCount?.value;
- if (hitCount?.value) {
- hitCount.value += 1;
- }
-
- if (multiplier?.value && pokemon.turnData.hitsLeft === 1) {
- multiplier.value = this.damageMultiplier;
- }
- return true;
+ if (hitCount?.value) {
+ hitCount.value += 1;
+ }
+
+ if (multiplier?.value && pokemon.turnData.hitsLeft === 1) {
+ multiplier.value = this.damageMultiplier;
}
- return false;
}
}
@@ -1399,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
@@ -1411,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);
}
}
@@ -1428,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);
}
@@ -1473,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;
}
}
@@ -1497,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;
@@ -1510,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;
}
}
@@ -1530,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);
}
}
@@ -1574,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;
}
}
@@ -1589,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 {}
}
/**
@@ -1627,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
@@ -1636,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();
@@ -1661,23 +1764,56 @@ 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)];
- globalScene.tryTransferHeldItemModifier(stolenItem, pokemon, false).then(success => {
- if (success) {
- globalScene.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[] {
@@ -1688,10 +1824,10 @@ export class PostAttackStealHeldItemAbAttr extends PostAttackAbAttr {
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;
@@ -1699,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();
@@ -1754,23 +1901,48 @@ 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)];
- globalScene.tryTransferHeldItemModifier(stolenItem, pokemon, false).then(success => {
- if (success) {
- globalScene.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[] {
@@ -1784,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.
@@ -1791,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 {}
}
/**
@@ -1804,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,
@@ -1823,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 {
@@ -1851,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) {
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) {
- globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false);
- }
- return true;
- }
+ return formIndex !== pokemon.formIndex;
+ }
- return false;
+ override applyPostVictory(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false);
+ }
}
}
export class PostKnockOutAbAttr extends AbAttr {
- applyPostKnockOut(pokemon: Pokemon, passive: boolean, simulated: boolean, knockedOut: Pokemon, args: any[]): boolean | 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 {
@@ -1901,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) {
globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ stat ], this.stages));
}
- return true;
}
}
@@ -1917,16 +2099,15 @@ 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;
- globalScene.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 }));
+ }
}
}
@@ -1943,6 +2124,10 @@ export class IgnoreOpponentStatStagesAbAttr extends AbAttr {
this.stats = stats ?? BATTLE_STATS;
}
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return this.stats.includes(args[0]);
+ }
+
/**
* Modifies a BooleanHolder and returns the result to see if a stat is ignored or not
* @param _pokemon n/a
@@ -1950,14 +2135,9 @@ export class IgnoreOpponentStatStagesAbAttr extends AbAttr {
* @param simulated n/a
* @param _cancelled n/a
* @param args A BooleanHolder that represents whether or not to ignore a stat's stat changes
- * @returns true if the stat is ignored, false otherwise
*/
- apply(_pokemon: Pokemon, _passive: boolean, simulated: boolean, _cancelled: Utils.BooleanHolder, args: any[]) {
- if (this.stats.includes(args[0])) {
- (args[1] as Utils.BooleanHolder).value = true;
- return true;
- }
- return false;
+ override apply(_pokemon: Pokemon, _passive: boolean, simulated: boolean, _cancelled: Utils.BooleanHolder, args: any[]): void {
+ (args[1] as Utils.BooleanHolder).value = true;
}
}
@@ -1966,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 {
@@ -1991,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) {
globalScene.pushPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), false, this.stats, this.stages));
}
cancelled.value = this.overwrites;
- return true;
}
}
@@ -2005,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 {}
}
/**
@@ -2032,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) {
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);
+ }
}
}
@@ -2051,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) {
globalScene.queueMessage(this.messageFunc(pokemon));
}
-
- return true;
}
}
@@ -2070,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) {
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);
}
}
}
@@ -2106,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;
@@ -2114,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)
globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, this.stats, this.stages));
- return true;
- }
- for (const opponent of pokemon.getOpponents()) {
- const cancelled = new Utils.BooleanHolder(false);
- if (this.intimidate) {
- applyAbAttrs(IntimidateImmunityAbAttr, opponent, cancelled, simulated);
- applyAbAttrs(PostIntimidateStatStageChangeAbAttr, opponent, cancelled, simulated);
+ } else {
+ for (const opponent of pokemon.getOpponents()) {
+ const cancelled = new Utils.BooleanHolder(false);
+ if (this.intimidate) {
+ applyAbAttrs(IntimidateImmunityAbAttr, opponent, cancelled, simulated);
+ applyAbAttrs(PostIntimidateStatStageChangeAbAttr, opponent, cancelled, simulated);
- if (opponent.getTag(BattlerTagType.SUBSTITUTE)) {
- cancelled.value = true;
+ if (opponent.getTag(BattlerTagType.SUBSTITUTE)) {
+ cancelled.value = true;
+ }
+ }
+ if (!cancelled.value) {
+ globalScene.unshiftPhase(new StatStageChangePhase(opponent.getBattlerIndex(), false, this.stats, this.stages));
}
}
- if (!cancelled.value) {
- globalScene.unshiftPhase(new StatStageChangePhase(opponent.getBattlerIndex(), false, this.stats, this.stages));
- }
}
- return true;
}
}
@@ -2148,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) {
- globalScene.unshiftPhase(new PokemonHealPhase(target.getBattlerIndex(),
- Utils.toDmgValue(pokemon.getMaxHp() / this.healRatio), i18next.t("abilityTriggers:postSummonAllyHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(target), pokemonName: pokemon.name }), true, !this.showAnim));
- }
-
- return true;
+ if (!simulated) {
+ globalScene.unshiftPhase(new PokemonHealPhase(target.getBattlerIndex(),
+ Utils.toDmgValue(pokemon.getMaxHp() / this.healRatio), i18next.t("abilityTriggers:postSummonAllyHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(target), pokemonName: pokemon.name }), true, !this.showAnim));
}
-
- return false;
}
}
@@ -2183,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);
+ }
- globalScene.queueMessage(i18next.t("abilityTriggers:postSummonClearAllyStats", { pokemonNameWithAffix: getPokemonNameWithAffix(target) }));
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ const target = pokemon.getAlly();
+ if (!simulated) {
+ for (const s of BATTLE_STATS) {
+ target.setStatStage(s, 0);
}
- return true;
+ globalScene.queueMessage(i18next.t("abilityTriggers:postSummonClearAllyStats", { pokemonNameWithAffix: getPokemonNameWithAffix(target) }));
}
-
- return false;
}
}
@@ -2209,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;
@@ -2234,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) {
- globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), false, this.stats, 1));
- }
- return true;
+ if (!simulated) {
+ globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), false, this.stats, 1));
}
-
- return false;
}
}
@@ -2261,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) || !globalScene.arena.weather?.isImmutable()) {
- if (simulated) {
- return globalScene.arena.weather?.weatherType !== this.weatherType;
- } else {
- return globalScene.arena.trySetWeather(this.weatherType, true);
- }
- }
+ this.weatherType === WeatherType.STRONG_WINDS) || !globalScene.arena.weather?.isImmutable();
+ return weatherReplaceable && globalScene.arena.canSetWeather(this.weatherType);
+ }
- return false;
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ globalScene.arena.trySetWeather(this.weatherType, true);
+ }
}
}
@@ -2285,31 +2497,34 @@ export class PostSummonTerrainChangeAbAttr extends PostSummonAbAttr {
this.terrainType = terrainType;
}
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- if (simulated) {
- return globalScene.arena.terrain?.terrainType !== this.terrainType;
- } else {
- return globalScene.arena.trySetTerrain(this.terrainType, true);
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return globalScene.arena.canSetTerrain(this.terrainType);
+ }
+
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ globalScene.arena.trySetTerrain(this.terrainType, 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 || globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false);
- }
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return this.formFunc(pokemon) !== pokemon.formIndex;
+ }
- return false;
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false);
+ }
}
}
@@ -2318,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;
@@ -2339,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 {
@@ -2374,22 +2591,22 @@ export class PostSummonUserFieldRemoveStatusEffectAbAttr extends PostSummonAbAtt
this.statusEffect = statusEffect;
}
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ const party = pokemon instanceof PlayerPokemon ? globalScene.getPlayerField() : globalScene.getEnemyField();
+ return party.filter(p => p.isAllowedInBattle()).length > 0;
+ }
+
/**
* Removes supplied status effect from the user's field when user of the ability is summoned.
*
* @param pokemon - The Pokémon that triggered the ability.
* @param passive - n/a
* @param args - n/a
- * @returns A boolean 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 {
+ 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)) {
@@ -2399,14 +2616,13 @@ export class PostSummonUserFieldRemoveStatusEffectAbAttr extends PostSummonAbAtt
}
}
}
- return true;
}
}
/** Attempt to copy the stat changes on an ally pokemon */
export class PostSummonCopyAllyStatsAbAttr extends PostSummonAbAttr {
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
if (!globalScene.currentBattle.double) {
return false;
}
@@ -2416,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 {
@@ -2439,16 +2658,10 @@ export class PostSummonCopyAllyStatsAbAttr extends PostSummonAbAttr {
*/
export class PostSummonTransformAbAttr extends PostSummonAbAttr {
constructor() {
- super(true);
+ super(true, false);
}
- async applyPostSummon(pokemon: Pokemon, _passive: boolean, simulated: boolean, _args: any[]): Promise {
- const targets = pokemon.getOpponents();
- if (simulated || !targets.length) {
- return simulated;
- }
- const promises: Promise[] = [];
-
+ private getTarget(targets: Pokemon[]): Pokemon {
let target: Pokemon;
if (targets.length > 1) {
globalScene.executeWithSeedOffset(() => {
@@ -2468,48 +2681,29 @@ export class PostSummonTransformAbAttr extends PostSummonAbAttr {
}
target = target!;
+ return target;
+ }
+
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ const targets = pokemon.getOpponents();
+ if (simulated || !targets.length) {
+ return simulated;
+ }
+
// transforming from or into fusion pokemon causes various problems (including crashes and save corruption)
- if (target.fusionSpecies || pokemon.fusionSpecies) {
+ if (this.getTarget(targets).fusionSpecies || pokemon.fusionSpecies) {
return false;
}
- pokemon.summonData.speciesForm = target.getSpeciesForm();
- pokemon.summonData.ability = target.getAbility().id;
- pokemon.summonData.gender = target.getGender();
-
- // 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) => {
- if (m) {
- // If PP value is less than 5, do nothing. If greater, we need to reduce the value to 5.
- return new PokemonMove(m.moveId, 0, 0, false, Math.min(m.getMove().pp, 5));
- } else {
- console.warn(`Imposter: somehow iterating over a ${m} value when copying moveset!`);
- return new PokemonMove(Moves.NONE);
- }
- });
- pokemon.summonData.types = target.getTypes();
- promises.push(pokemon.updateInfo());
-
- globalScene.queueMessage(i18next.t("abilityTriggers:postSummonTransform", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), targetName: target.name, }));
- globalScene.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));
+
+ }
}
/**
@@ -2518,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();
-
- if (pokemonToTransform.length < 1) {
- return false;
- }
-
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
if (!simulated) {
globalScene.arena.triggerWeatherBasedFormChangesToNormal();
}
-
- return true;
}
}
@@ -2554,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
@@ -2562,23 +2757,13 @@ export class PostSummonFormChangeByWeatherAbAttr extends PostSummonAbAttr {
* @param {Pokemon} pokemon the Pokemon with this ability
* @param passive n/a
* @param args n/a
- * @returns whether the form change was triggered
*/
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- const isCastformWithForecast = (pokemon.species.speciesId === Species.CASTFORM && this.ability === Abilities.FORECAST);
- const isCherrimWithFlowerGift = (pokemon.species.speciesId === Species.CHERRIM && this.ability === Abilities.FLOWER_GIFT);
-
- if (isCastformWithForecast || isCherrimWithFlowerGift) {
- if (simulated) {
- return simulated;
- }
-
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeWeatherTrigger);
globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeRevertWeatherFormTrigger);
- queueShowAbility(pokemon, passive);
- return true;
+ globalScene.queueAbilityDisplay(pokemon, passive, true);
}
- return false;
}
}
@@ -2593,53 +2778,55 @@ export class CommanderAbAttr extends AbAttr {
super(true);
}
- override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: null, args: any[]): boolean {
- // TODO: Should this work with X + Dondozo fusions?
- if (globalScene.currentBattle?.double && pokemon.getAlly()?.species.speciesId === Species.DONDOZO) {
- // If the ally Dondozo is fainted or was previously "commanded" by
- // another Pokemon, this effect cannot apply.
- if (pokemon.getAlly().isFainted() || pokemon.getAlly().getTag(BattlerTagType.COMMANDED)) {
- return false;
- }
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ // If the ally Dondozo is fainted or was previously "commanded" by
+ // another Pokemon, this effect cannot apply.
- if (!simulated) {
- // Lapse the source's semi-invulnerable tags (to avoid visual inconsistencies)
- pokemon.lapseTags(BattlerTagLapseType.MOVE_EFFECT);
- // Play an animation of the source jumping into the ally Dondozo's mouth
- globalScene.triggerPokemonBattleAnim(pokemon, PokemonAnimType.COMMANDER_APPLY);
- // Apply boosts from this effect to the ally Dondozo
- pokemon.getAlly().addTag(BattlerTagType.COMMANDED, 0, Moves.NONE, pokemon.id);
- // Cancel the source Pokemon's next move (if a move is queued)
- globalScene.tryRemovePhase((phase) => phase instanceof MovePhase && phase.pokemon === pokemon);
- }
- return true;
+ // TODO: Should this work with X + Dondozo fusions?
+ return globalScene.currentBattle?.double && pokemon.getAlly()?.species.speciesId === Species.DONDOZO
+ && !(pokemon.getAlly().isFainted() || pokemon.getAlly().getTag(BattlerTagType.COMMANDED));
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: null, args: any[]): void {
+ if (!simulated) {
+ // Lapse the source's semi-invulnerable tags (to avoid visual inconsistencies)
+ pokemon.lapseTags(BattlerTagLapseType.MOVE_EFFECT);
+ // Play an animation of the source jumping into the ally Dondozo's mouth
+ globalScene.triggerPokemonBattleAnim(pokemon, PokemonAnimType.COMMANDER_APPLY);
+ // Apply boosts from this effect to the ally Dondozo
+ pokemon.getAlly().addTag(BattlerTagType.COMMANDED, 0, Moves.NONE, pokemon.id);
+ // Cancel the source Pokemon's next move (if a move is queued)
+ globalScene.tryRemovePhase((phase) => phase instanceof MovePhase && phase.pokemon === pokemon);
}
- return false;
}
}
export class PreSwitchOutAbAttr extends AbAttr {
- constructor() {
- super(true);
+ constructor(showAbility: boolean = true) {
+ super(showAbility);
}
- applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- return false;
+ canApplyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return true;
}
+
+ applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {}
}
export class PreSwitchOutResetStatusAbAttr extends PreSwitchOutAbAttr {
- 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;
}
}
@@ -2647,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 {
+ 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)
- && globalScene.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)
- && globalScene.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)
- && globalScene.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;
@@ -2694,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;
}
}
@@ -2715,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) {
- globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false);
- }
- return true;
+ override applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false);
}
-
- return false;
}
}
-export class 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")
+ });
+ }
}
/**
@@ -2763,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
@@ -2771,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 {
@@ -2807,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
@@ -2815,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 {}
}
/**
@@ -2850,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.
*
@@ -2858,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 {
@@ -2896,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 {}
}
/**
@@ -2909,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 {
@@ -2948,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;
}
}
@@ -2965,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;
}
}
@@ -2989,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;
}
}
@@ -3035,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;
}
}
@@ -3072,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 { }
@@ -3102,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;
}
}
@@ -3120,18 +3484,17 @@ export class SuppressWeatherEffectAbAttr extends PreWeatherEffectAbAttr {
public affectsImmutable: boolean;
constructor(affectsImmutable?: boolean) {
- super();
+ super(true);
this.affectsImmutable = !!affectsImmutable;
}
- applyPreWeatherEffect(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- if (this.affectsImmutable || weather.isImmutable()) {
- cancelled.value = true;
- return true;
- }
+ override canApplyPreWeatherEffect(pokemon: Pokemon, passive: Boolean, simulated: boolean, weather: Weather, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ return this.affectsImmutable || weather.isImmutable();
+ }
- return false;
+ override applyPreWeatherEffect(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather, cancelled: Utils.BooleanHolder, args: any[]): void {
+ cancelled.value = true;
}
}
@@ -3203,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;
@@ -3236,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;
@@ -3263,7 +3626,6 @@ export class ForewarnAbAttr extends PostSummonAbAttr {
if (!simulated) {
globalScene.queueMessage(i18next.t("abilityTriggers:forewarn", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), moveName: maxMove }));
}
- return true;
}
}
@@ -3272,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()) {
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 {}
}
/**
@@ -3305,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}
@@ -3312,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 = globalScene.arena.weather?.weatherType;
-
- if (weatherType && this.formRevertingWeathers.includes(weatherType)) {
- globalScene.arena.triggerWeatherBasedFormChangesToNormal();
- } else {
- globalScene.arena.triggerWeatherBasedFormChanges();
- }
- return true;
+ override applyPostWeatherChange(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: WeatherType, args: any[]): void {
+ if (simulated) {
+ return;
+ }
+
+ const weatherType = globalScene.arena.weather?.weatherType;
+
+ if (weatherType && this.formRevertingWeathers.includes(weatherType)) {
+ globalScene.arena.triggerWeatherBasedFormChangesToNormal();
+ } else {
+ globalScene.arena.triggerWeatherBasedFormChanges();
}
- return false;
}
}
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;
@@ -3349,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);
}
}
}
@@ -3372,74 +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 abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name;
- if (!simulated) {
- globalScene.unshiftPhase(new PokemonHealPhase(pokemon.getBattlerIndex(),
- Utils.toDmgValue(pokemon.getMaxHp() / (16 / this.healFactor)), i18next.t("abilityTriggers:postWeatherLapseHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }), true));
- }
- return true;
- }
+ override canApplyPostWeatherLapse(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather | null, args: any[]): boolean {
+ return !pokemon.isFullHp();
+ }
- return false;
+ override applyPostWeatherLapse(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather, args: any[]): void {
+ const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name;
+ if (!simulated) {
+ globalScene.unshiftPhase(new PokemonHealPhase(pokemon.getBattlerIndex(),
+ Utils.toDmgValue(pokemon.getMaxHp() / (16 / this.healFactor)), i18next.t("abilityTriggers:postWeatherLapseHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }), true));
+ }
}
}
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 {
- if (pokemon.hasAbilityWithAttr(BlockNonDirectDamageAbAttr)) {
- return false;
- }
+ override canApplyPostWeatherLapse(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather | null, args: any[]): boolean {
+ return !pokemon.hasAbilityWithAttr(BlockNonDirectDamageAbAttr);
+ }
+ override applyPostWeatherLapse(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather, args: any[]): void {
if (!simulated) {
const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name;
globalScene.queueMessage(i18next.t("abilityTriggers:postWeatherLapseDamage", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }));
pokemon.damageAndUpdate(Utils.toDmgValue(pokemon.getMaxHp() / (16 / this.damageFactor)), HitResult.OTHER);
}
-
- 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;
@@ -3447,15 +3818,13 @@ export class PostTerrainChangeAddBattlerTagAttr extends PostTerrainChangeAbAttr
this.terrainTypes = terrainTypes;
}
- applyPostTerrainChange(pokemon: Pokemon, passive: boolean, simulated: boolean, terrain: TerrainType, args: any[]): boolean {
- if (!this.terrainTypes.find(t => t === terrain)) {
- return false;
- }
+ override canApplyPostTerrainChange(pokemon: Pokemon, passive: boolean, simulated: boolean, terrain: TerrainType, args: any[]): boolean {
+ return !!this.terrainTypes.find(t => t === terrain) && pokemon.canAddTag(this.tagType);
+ }
- if (simulated) {
- return pokemon.canAddTag(this.tagType);
- } else {
- return pokemon.addTag(this.tagType, this.turnCount);
+ override applyPostTerrainChange(pokemon: Pokemon, passive: boolean, simulated: boolean, terrain: TerrainType, args: any[]): void {
+ if (!simulated) {
+ pokemon.addTag(this.tagType, this.turnCount);
}
}
}
@@ -3468,9 +3837,11 @@ function getTerrainCondition(...terrainTypes: TerrainType[]): AbAttrCondition {
}
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 {}
}
/**
@@ -3488,24 +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 abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name;
- globalScene.unshiftPhase(new PokemonHealPhase(pokemon.getBattlerIndex(),
- Utils.toDmgValue(pokemon.getMaxHp() / 8), i18next.t("abilityTriggers:poisonHeal", { pokemonName: getPokemonNameWithAffix(pokemon), abilityName }), true));
- }
- return true;
- }
+ override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name;
+ globalScene.unshiftPhase(new PokemonHealPhase(pokemon.getBattlerIndex(),
+ Utils.toDmgValue(pokemon.getMaxHp() / 8), i18next.t("abilityTriggers:poisonHeal", { pokemonName: getPokemonNameWithAffix(pokemon), abilityName }), true));
}
- return false;
}
}
@@ -3517,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) {
- globalScene.queueMessage(getStatusEffectHealText(this.target.status?.effect, getPokemonNameWithAffix(this.target)));
- this.target.resetStatus(false);
- this.target.updateInfo();
- }
+ return !Utils.isNullOrUndefined(this.target.status);
+ }
- return true;
+ override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated && this.target.status) {
+ globalScene.queueMessage(getStatusEffectHealText(this.target.status?.effect, getPokemonNameWithAffix(this.target)));
+ this.target.resetStatus(false);
+ this.target.updateInfo();
}
-
- return false;
}
}
@@ -3559,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);
}
/**
@@ -3631,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);
@@ -3652,8 +4013,6 @@ export class MoodyAbAttr extends PostTurnAbAttr {
globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ loweredStat ], -1));
}
}
-
- return true;
}
}
@@ -3663,54 +4022,46 @@ export class SpeedBoostAbAttr extends PostTurnAbAttr {
super(true);
}
- applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- if (!simulated) {
- if (!pokemon.turnData.switchedInThisTurn && !pokemon.turnData.failedRunAway) {
- globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ Stat.SPD ], 1));
- } else {
- return false;
- }
- }
- return true;
+ override canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return simulated || (!pokemon.turnData.switchedInThisTurn && !pokemon.turnData.failedRunAway);
+ }
+
+ override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ Stat.SPD ], 1));
}
}
export class PostTurnHealAbAttr extends PostTurnAbAttr {
- applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- if (!pokemon.isFullHp()) {
- if (!simulated) {
- const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name;
- globalScene.unshiftPhase(new PokemonHealPhase(pokemon.getBattlerIndex(),
- Utils.toDmgValue(pokemon.getMaxHp() / 16), i18next.t("abilityTriggers:postTurnHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }), true));
- }
+ override canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return !pokemon.isFullHp();
+ }
- return true;
+ override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name;
+ globalScene.unshiftPhase(new PokemonHealPhase(pokemon.getBattlerIndex(),
+ Utils.toDmgValue(pokemon.getMaxHp() / 16), i18next.t("abilityTriggers:postTurnHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }), true));
}
-
- return false;
}
}
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) {
- globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false);
- }
+ override canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return this.formFunc(pokemon) !== pokemon.formIndex;
+ }
- return true;
+ override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false);
}
-
- return false;
}
}
@@ -3719,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 that has this ability
* @param passive N/A
* @param simulated `true` if applying in a simulated call.
* @param args N/A
- * @returns `true` if any opponents are sleeping
*/
- 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) && !opp.switchOutStatus) {
if (!simulated) {
opp.damageAndUpdate(Utils.toDmgValue(opp.getMaxHp() / 8), HitResult.OTHER);
globalScene.queueMessage(i18next.t("abilityTriggers:badDreams", { pokemonName: getPokemonNameWithAffix(opp) }));
}
- hadEffect = true;
}
-
}
- return hadEffect;
}
}
@@ -3753,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;
- }
+ override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
const lastUsed = globalScene.currentBattle.lastUsedPokeball;
- if (lastUsed !== null && !!pokemon.isPlayer) {
- globalScene.pokeballCounts[lastUsed]++;
- globalScene.currentBattle.lastUsedPokeball = null;
- globalScene.queueMessage(i18next.t("abilityTriggers:fetchBall", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), pokeballName: getPokeballName(lastUsed) }));
- return true;
- }
- return false;
+ globalScene.pokeballCounts[lastUsed!]++;
+ globalScene.currentBattle.lastUsedPokeball = null;
+ globalScene.queueMessage(i18next.t("abilityTriggers:fetchBall", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), pokeballName: getPokeballName(lastUsed!) }));
}
}
@@ -3786,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 (!globalScene.arena.weather?.isImmutable()) {
- if (simulated) {
- return globalScene.arena.weather?.weatherType !== this.weatherType;
- } else {
- return globalScene.arena.trySetWeather(this.weatherType, true);
- }
- }
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return ((globalScene.arena.weather?.isImmutable() ?? false) && globalScene.arena.canSetWeather(this.weatherType));
+ }
- return false;
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
+ if (!simulated) {
+ globalScene.arena.trySetWeather(this.weatherType, true);
+ }
}
}
@@ -3808,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 globalScene.arena.terrain?.terrainType !== this.terrainType;
- } else {
- return globalScene.arena.trySetTerrain(this.terrainType, true);
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return globalScene.arena.canSetTerrain(this.terrainType);
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
+ if (!simulated) {
+ globalScene.arena.trySetTerrain(this.terrainType, true);
}
}
}
@@ -3822,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 {}
}
/**
@@ -3832,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
@@ -3840,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);
- 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));
- }
+ 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;
}
/**
@@ -3885,9 +4249,11 @@ export class PostDancingMoveAbAttr extends PostMoveUsedAbAttr {
* @extends AbAttr
*/
export class PostItemLostAbAttr extends AbAttr {
- applyPostItemLost(pokemon: Pokemon, simulated: boolean, args: any[]): boolean | Promise {
- return false;
+ canApplyPostItemLost(pokemon: Pokemon, simulated: boolean, args: any[]): boolean {
+ return true;
}
+
+ applyPostItemLost(pokemon: Pokemon, simulated: boolean, args: any[]): void {}
}
/**
@@ -3897,46 +4263,49 @@ export class PostItemLostAbAttr extends AbAttr {
export class PostItemLostApplyBattlerTagAbAttr extends PostItemLostAbAttr {
private tagType: BattlerTagType;
constructor(tagType: BattlerTagType) {
- super(true);
+ super(false);
this.tagType = tagType;
}
+
+ override canApplyPostItemLost(pokemon: Pokemon, simulated: boolean, args: any[]): boolean {
+ return !pokemon.getTag(this.tagType) && !simulated;
+ }
+
/**
* Adds the last used Pokeball back into the player's inventory
* @param pokemon {@linkcode Pokemon} with this ability
* @param args N/A
- * @returns true if BattlerTag was applied
*/
- applyPostItemLost(pokemon: Pokemon, simulated: boolean, args: any[]): boolean | Promise {
- if (!pokemon.getTag(this.tagType) && !simulated) {
- pokemon.addTag(this.tagType);
- return true;
- }
- return false;
+ override applyPostItemLost(pokemon: Pokemon, simulated: boolean, args: any[]): void {
+ pokemon.addTag(this.tagType);
}
}
export class StatStageChangeMultiplierAbAttr extends AbAttr {
- private multiplier: integer;
+ private multiplier: number;
- constructor(multiplier: integer) {
- super(true);
+ 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) {
globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, (args[0] as BattleStat[]), (args[1] as number), true, false, false));
}
- return true;
}
}
@@ -3945,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;
}
}
@@ -3967,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;
}
}
@@ -4008,7 +4368,7 @@ export class HealFromBerryUseAbAttr extends AbAttr {
this.healPercent = Math.max(Math.min(healPercent, 1), 0);
}
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, ...args: [Utils.BooleanHolder, any[]]): boolean {
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, ...args: [Utils.BooleanHolder, any[]]): void {
const { name: abilityName } = passive ? pokemon.getPassiveAbility() : pokemon.getAbility();
if (!simulated) {
globalScene.unshiftPhase(
@@ -4020,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;
}
}
@@ -4048,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 {}
}
/**
@@ -4060,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
@@ -4071,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 {
@@ -4095,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;
}
}
@@ -4107,36 +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 {
- /**
- * @param args - `[0]`: boolean for if the battle ended in a victory
- * @returns `true` if successful
- */
- applyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ private randItem?: PokemonHeldItemModifier;
+
+ override canApplyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
const postBattleLoot = globalScene.currentBattle.postBattleLoot;
if (!simulated && postBattleLoot.length && args[0]) {
- const randItem = Utils.randSeedItem(postBattleLoot);
- //@ts-ignore - TODO see below
- if (globalScene.tryTransferHeldItemModifier(randItem, pokemon, true, 1, true, undefined, false)) { // TODO: fix. This is a promise!?
- postBattleLoot.splice(postBattleLoot.indexOf(randItem), 1);
- globalScene.queueMessage(i18next.t("abilityTriggers:postBattleLoot", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), itemName: randItem.type.name }));
- return true;
- }
+ this.randItem = Utils.randSeedItem(postBattleLoot);
+ return globalScene.canTransferHeldItemModifier(this.randItem, pokemon, 1);
+ }
+ return false;
+ }
+
+ /**
+ * @param args - `[0]`: boolean for if the battle ended in a victory
+ */
+ override applyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ const postBattleLoot = globalScene.currentBattle.postBattleLoot;
+ if (!this.randItem) {
+ this.randItem = Utils.randSeedItem(postBattleLoot);
}
- return false;
+ if (globalScene.tryTransferHeldItemModifier(this.randItem, pokemon, true, 1, true, undefined, false)) {
+ postBattleLoot.splice(postBattleLoot.indexOf(this.randItem), 1);
+ globalScene.queueMessage(i18next.t("abilityTriggers:postBattleLoot", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), itemName: this.randItem.type.name }));
+ }
+ this.randItem = undefined;
}
}
export class PostFaintAbAttr extends AbAttr {
- applyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): boolean {
- return false;
+ canApplyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): boolean {
+ return true;
}
+
+ applyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): void {}
}
/**
@@ -4145,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
@@ -4154,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();
-
- if (pokemonToTransform.length < 1) {
- return false;
- }
-
+ override applyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): void {
if (!simulated) {
globalScene.arena.triggerWeatherBasedFormChanges();
}
-
- return true;
- }
-}
-
-/**
- * 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 = 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)
- && globalScene.getField(true).filter(p => p.hasAbility(Abilities.DESOLATE_LAND)).length === 0) {
- turnOffWeather = true;
- }
- break;
- case (WeatherType.HEAVY_RAIN):
- if (pokemon.hasAbility(Abilities.PRIMORDIAL_SEA)
- && globalScene.getField(true).filter(p => p.hasAbility(Abilities.PRIMORDIAL_SEA)).length === 0) {
- turnOffWeather = true;
- }
- break;
- case (WeatherType.STRONG_WINDS):
- if (pokemon.hasAbility(Abilities.DELTA_STREAM)
- && globalScene.getField(true).filter(p => p.hasAbility(Abilities.DELTA_STREAM)).length === 0) {
- turnOffWeather = true;
- }
- break;
- }
-
- if (simulated) {
- return turnOffWeather;
- }
-
- if (turnOffWeather) {
- globalScene.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);
- globalScene.getField(true).map(p => applyAbAttrs(FieldPreventExplosiveMovesAbAttr, p, cancelled, simulated));
- if (cancelled.value || attacker.hasAbilityWithAttr(BlockNonDirectDamageAbAttr)) {
- return false;
- }
- if (!simulated) {
- attacker.damageAndUpdate(Utils.toDmgValue(attacker.getMaxHp() * (1 / this.damageRatio)), HitResult.OTHER);
- attacker.turnData.damageTaken += Utils.toDmgValue(attacker.getMaxHp() * (1 / this.damageRatio));
- }
- return true;
+ override canApplyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): boolean {
+ const diedToDirectDamage = move !== undefined && attacker !== undefined && move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon);
+ const cancelled = new Utils.BooleanHolder(false);
+ globalScene.getField(true).map(p => applyAbAttrs(FieldPreventExplosiveMovesAbAttr, p, cancelled, simulated));
+ if (!diedToDirectDamage || cancelled.value || attacker!.hasAbilityWithAttr(BlockNonDirectDamageAbAttr)) {
+ return false;
}
- return false;
+ return true;
+ }
+
+ override applyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): void {
+ if (!simulated) {
+ attacker!.damageAndUpdate(Utils.toDmgValue(attacker!.getMaxHp() * (1 / this.damageRatio)), HitResult.OTHER);
+ attacker!.turnData.damageTaken += Utils.toDmgValue(attacker!.getMaxHp() * (1 / this.damageRatio));
+ }
}
getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
@@ -4263,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 {
@@ -4277,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;
}
}
@@ -4321,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;
}
}
@@ -4365,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) {
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;
}
}
@@ -4387,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;
}
}
@@ -4404,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;
}
}
@@ -4424,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;
}
}
@@ -4440,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;
}
}
@@ -4474,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
@@ -4481,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);
@@ -4524,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;
}
}
@@ -4547,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;
}
}
@@ -4577,18 +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 - `[0]`: boolean for if the battle ended in a victory
- * @returns `true` if successful
*/
- applyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- if (!simulated && args[0]) {
- globalScene.currentBattle.moneyScattered += globalScene.getWaveMoneyAmount(0.2);
- return true;
- }
- return false;
+ override applyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ globalScene.currentBattle.moneyScattered += globalScene.getWaveMoneyAmount(0.2);
}
}
@@ -4616,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.
@@ -4623,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 (globalScene.arena.getTagOnSide(this.tagType, side)) {
- return super.applyPostSummon(pokemon, passive, simulated, args);
- }
- return false;
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ super.applyPostSummon(pokemon, passive, simulated, args);
}
}
@@ -4655,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.
@@ -4665,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;
}
/**
@@ -4700,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 =
- globalScene.currentBattle.turnCommands[pokemon.getBattlerIndex()];
- const isCommandFight = turnCommand?.command === Command.FIGHT;
- const move = turnCommand?.move?.move ? allMoves[turnCommand.move.move] : null;
- const isDamageMove = move?.category === MoveCategory.PHYSICAL || move?.category === MoveCategory.SPECIAL;
-
- if (isCommandFight && isDamageMove) {
- bypassSpeed.value = true;
- return true;
- }
- }
-
- return false;
+ bypassSpeed.value = true;
}
getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
@@ -4760,23 +5063,22 @@ export class PreventBypassSpeedChanceAbAttr extends AbAttr {
this.condition = condition;
}
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ const turnCommand = globalScene.currentBattle.turnCommands[pokemon.getBattlerIndex()];
+ const isCommandFight = turnCommand?.command === Command.FIGHT;
+ const move = turnCommand?.move?.move ? allMoves[turnCommand.move.move] : null;
+ return isCommandFight && this.condition(pokemon, move!);
+ }
+
/**
* @argument {boolean} bypassSpeed - determines if a Pokemon is able to bypass speed at the moment
* @argument {boolean} canCheckHeldItems - determines if a Pokemon has access to Quick Claw's effects or not
*/
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
const bypassSpeed = args[0] as Utils.BooleanHolder;
const canCheckHeldItems = args[1] as Utils.BooleanHolder;
-
- const turnCommand = globalScene.currentBattle.turnCommands[pokemon.getBattlerIndex()];
- const isCommandFight = turnCommand?.command === Command.FIGHT;
- const move = turnCommand?.move?.move ? allMoves[turnCommand.move.move] : null;
- if (this.condition(pokemon, move!) && isCommandFight) {
- bypassSpeed.value = false;
- canCheckHeldItems.value = false;
- return false;
- }
- return true;
+ bypassSpeed.value = false;
+ canCheckHeldItems.value = false;
}
}
@@ -4789,12 +5091,13 @@ export class TerrainEventTypeChangeAbAttr extends PostSummonAbAttr {
super(true);
}
- override apply(pokemon: Pokemon, _passive: boolean, _simulated: boolean, _cancelled: Utils.BooleanHolder, _args: any[]): boolean {
- if (pokemon.isTerastallized()) {
- return false;
- }
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return !pokemon.isTerastallized;
+ }
+
+ override apply(pokemon: Pokemon, _passive: boolean, _simulated: boolean, _cancelled: Utils.BooleanHolder, _args: any[]): void {
const currentTerrain = globalScene.arena.getTerrainType();
- const typeChange: Type[] = this.determineTypeChange(pokemon, currentTerrain);
+ const typeChange: PokemonType[] = this.determineTypeChange(pokemon, currentTerrain);
if (typeChange.length !== 0) {
if (pokemon.summonData.addedType && typeChange.includes(pokemon.summonData.addedType)) {
pokemon.summonData.addedType = null;
@@ -4802,7 +5105,6 @@ export class TerrainEventTypeChangeAbAttr extends PostSummonAbAttr {
pokemon.summonData.types = typeChange;
pokemon.updateInfo();
}
- return true;
}
/**
@@ -4811,20 +5113,20 @@ export class TerrainEventTypeChangeAbAttr extends PostSummonAbAttr {
* @param currentTerrain {@linkcode TerrainType}
* @returns a list of type(s)
*/
- private determineTypeChange(pokemon: Pokemon, currentTerrain: TerrainType): Type[] {
- const typeChange: Type[] = [];
+ private determineTypeChange(pokemon: Pokemon, currentTerrain: TerrainType): PokemonType[] {
+ const typeChange: PokemonType[] = [];
switch (currentTerrain) {
case TerrainType.ELECTRIC:
- typeChange.push(Type.ELECTRIC);
+ typeChange.push(PokemonType.ELECTRIC);
break;
case TerrainType.MISTY:
- typeChange.push(Type.FAIRY);
+ typeChange.push(PokemonType.FAIRY);
break;
case TerrainType.GRASSY:
- typeChange.push(Type.GRASS);
+ typeChange.push(PokemonType.GRASS);
break;
case TerrainType.PSYCHIC:
- typeChange.push(Type.PSYCHIC);
+ typeChange.push(PokemonType.PSYCHIC);
break;
default:
pokemon.getTypes(false, false, true).forEach(t => {
@@ -4835,15 +5137,16 @@ export class TerrainEventTypeChangeAbAttr extends PostSummonAbAttr {
return typeChange;
}
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return globalScene.arena.getTerrainType() !== TerrainType.NONE &&
+ this.canApply(pokemon, passive, simulated, args);
+ }
+
/**
* Checks if the Pokemon should change types if summoned into an active terrain
- * @returns `true` if there is an active terrain requiring a type change | `false` if not
*/
- override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- if (globalScene.arena.getTerrainType() !== TerrainType.NONE) {
- return this.apply(pokemon, passive, simulated, new Utils.BooleanHolder(false), []);
- }
- return false;
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ this.apply(pokemon, passive, simulated, new Utils.BooleanHolder(false), []);
}
override getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]) {
@@ -4852,63 +5155,66 @@ export class TerrainEventTypeChangeAbAttr extends PostSummonAbAttr {
if (currentTerrain === TerrainType.NONE) {
return i18next.t("abilityTriggers:pokemonTypeChangeRevert", { pokemonNameWithAffix });
} else {
- const moveType = i18next.t(`pokemonInfo:Type.${Type[this.determineTypeChange(pokemon, currentTerrain)[0]]}`);
+ const moveType = i18next.t(`pokemonInfo:Type.${PokemonType[this.determineTypeChange(pokemon, currentTerrain)[0]]}`);
return i18next.t("abilityTriggers:pokemonTypeChange", { pokemonNameWithAffix, moveType });
}
}
}
-async function applyAbAttrsInternal(
+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();
- globalScene.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) {
- globalScene.abilityBar.showAbility(pokemon, passive);
- } else {
- queueShowAbility(pokemon, passive);
- }
- }
- const message = attr.getTriggerMessage(pokemon, ability.name, args);
- if (message) {
- if (!simulated) {
- globalScene.queueMessage(message);
- }
- }
- messages.push(message!);
- }
+ if (attr.showAbility && !simulated) {
+ globalScene.queueAbilityDisplay(pokemon, passive, true);
+ abShown = true;
}
+ const message = attr.getTriggerMessage(pokemon, ability.name, args);
+ if (message) {
+ if (!simulated) {
+ globalScene.queueMessage(message);
+ }
+ messages.push(message);
+ }
+
+ applyFunc(attr, passive);
+
+ if (abShown) {
+ globalScene.queueAbilityDisplay(pokemon, passive, false);
+ }
+
+ if (pokemon.summonData && !pokemon.summonData.abilitiesApplied.includes(ability.id)) {
+ pokemon.summonData.abilitiesApplied.push(ability.id);
+ }
+ if (pokemon.battleData && !simulated && !pokemon.battleData.abilitiesApplied.includes(ability.id)) {
+ pokemon.battleData.abilitiesApplied.push(ability.id);
+ }
+
globalScene.clearPhaseQueueSplice();
}
}
@@ -5053,9 +5359,24 @@ function calculateShellBellRecovery(pokemon: Pokemon): number {
* @extends AbAttr
*/
export class PostDamageAbAttr extends AbAttr {
- public applyPostDamage(pokemon: Pokemon, damage: number, passive: boolean, simulated: boolean, args: any[], source?: Pokemon): boolean | Promise {
- return false;
+ 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 {}
}
/**
@@ -5072,25 +5393,18 @@ export class PostDamageForceSwitchAbAttr extends PostDamageAbAttr {
private helper: ForceSwitchOutHelper = new ForceSwitchOutHelper(SwitchType.SWITCH);
private hpRatio: number;
- constructor(hpRatio: number = 0.5) {
+ constructor(hpRatio = 0.5) {
super();
this.hpRatio = hpRatio;
}
- /**
- * Applies the switch-out logic after the Pokémon takes damage.
- * Checks various conditions based on the moves used by the Pokémon, the opponents' moves, and
- * the Pokémon's health after damage to determine whether the switch-out should occur.
- *
- * @param pokemon The Pokémon that took damage.
- * @param damage The amount of damage taken by the Pokémon.
- * @param passive N/A
- * @param simulated Whether the ability is being simulated.
- * @param args N/A
- * @param source The Pokemon that dealt damage
- * @returns `true` if the switch-out logic was successfully applied
- */
- public override applyPostDamage(pokemon: Pokemon, damage: number, passive: boolean, simulated: boolean, args: any[], source?: Pokemon): boolean | Promise {
+ 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 ];
@@ -5124,7 +5438,6 @@ export class PostDamageForceSwitchAbAttr extends PostDamageAbAttr {
}
if (pokemon.hp + damage >= pokemon.getMaxHp() * this.hpRatio) {
- // Activates if it falls below half and recovers back above half from a Shell Bell
const shellBellHeal = calculateShellBellRecovery(pokemon);
if (pokemon.hp - shellBellHeal < pokemon.getMaxHp() * this.hpRatio) {
for (const opponent of pokemon.getOpponents()) {
@@ -5132,56 +5445,185 @@ export class PostDamageForceSwitchAbAttr extends PostDamageAbAttr {
return false;
}
}
- return this.helper.switchOutLogic(pokemon);
- } else {
- return false;
+ return true;
}
- } else {
- return false;
+ }
+
+ 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();
}
}
- public getFailedText(user: Pokemon, target: Pokemon, move: Move, cancelled: Utils.BooleanHolder): string | null {
- return this.helper.getFailedText(target);
- }
}
-
-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);
+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 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);
+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 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);
+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: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostDefend(pokemon, passive, simulated, attacker, move, hitResult, args), args, false, 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: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostMoveUsed(pokemon, move, source, targets, simulated, args), args, false, 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: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyStatStage(pokemon, passive, simulated, stat, statValue, args), args);
+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: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostSetStatus(pokemon, sourcePokemon, passive, effect, simulated, args), args, false, simulated);
+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: boolean = false, args: any[], source?: Pokemon): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostDamage(pokemon, damage, passive, simulated, args, source), args);
+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,
+ );
}
/**
@@ -5194,109 +5636,400 @@ export function applyPostDamageAbAttrs(attrType: Constructor,
* @param hasApplied {@linkcode Utils.BooleanHolder} whether or not a FieldMultiplyBattleStatAbAttr has already affected this stat
* @param args unused
*/
-export function applyFieldStatMultiplierAbAttrs(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