diff --git a/lefthook.yml b/lefthook.yml
index 06eb0446ee5..ddf875f15de 100644
--- a/lefthook.yml
+++ b/lefthook.yml
@@ -1,19 +1,13 @@
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
- rebase
-
-pre-push:
- commands:
- eslint:
- glob: "*.{js,ts,jsx,tsx}"
- run: npx eslint --fix {push_files}
post-merge:
commands:
diff --git a/package-lock.json b/package-lock.json
index 9e512884922..622eac908de 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,7034 +1,7993 @@
{
- "name": "pokemon-rogue-battle",
- "version": "1.1.6",
- "lockfileVersion": 3,
- "requires": true,
- "packages": {
- "": {
- "name": "pokemon-rogue-battle",
- "version": "1.1.6",
- "hasInstallScript": true,
- "dependencies": {
- "@material/material-color-utilities": "^0.2.7",
- "crypto-js": "^4.2.0",
- "i18next": "^23.11.1",
- "i18next-browser-languagedetector": "^7.2.1",
- "i18next-http-backend": "^2.6.1",
- "i18next-korean-postposition-processor": "^1.0.0",
- "json-stable-stringify": "^1.1.0",
- "phaser": "^3.70.0",
- "phaser3-rex-plugins": "^1.1.84"
- },
- "devDependencies": {
- "@eslint/js": "^9.3.0",
- "@hpcc-js/wasm": "^2.18.0",
- "@stylistic/eslint-plugin-ts": "^2.6.0-beta.0",
- "@types/jsdom": "^21.1.7",
- "@types/node": "^20.12.13",
- "@typescript-eslint/eslint-plugin": "^8.0.0-alpha.54",
- "@typescript-eslint/parser": "^8.0.0-alpha.54",
- "@vitest/coverage-istanbul": "^2.0.4",
- "dependency-cruiser": "^16.3.10",
- "eslint": "^9.7.0",
- "eslint-plugin-import-x": "^4.2.1",
- "inquirer": "^11.0.2",
- "jsdom": "^24.0.0",
- "lefthook": "^1.6.12",
- "msw": "^2.4.9",
- "phaser3spectorjs": "^0.0.8",
- "typedoc": "^0.26.4",
- "typescript": "^5.5.3",
- "typescript-eslint": "^8.0.0-alpha.54",
- "vite": "^5.4.8",
- "vite-tsconfig-paths": "^4.3.2",
- "vitest": "^2.0.4",
- "vitest-canvas-mock": "^0.3.3"
- },
- "engines": {
- "node": ">=20.0.0"
- }
- },
- "node_modules/@ampproject/remapping": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
- "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "@jridgewell/gen-mapping": "^0.3.5",
- "@jridgewell/trace-mapping": "^0.3.24"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@babel/code-frame": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
- "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/highlight": "^7.24.7",
- "picocolors": "^1.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/compat-data": {
- "version": "7.24.9",
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.9.tgz",
- "integrity": "sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/core": {
- "version": "7.24.9",
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.9.tgz",
- "integrity": "sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@ampproject/remapping": "^2.2.0",
- "@babel/code-frame": "^7.24.7",
- "@babel/generator": "^7.24.9",
- "@babel/helper-compilation-targets": "^7.24.8",
- "@babel/helper-module-transforms": "^7.24.9",
- "@babel/helpers": "^7.24.8",
- "@babel/parser": "^7.24.8",
- "@babel/template": "^7.24.7",
- "@babel/traverse": "^7.24.8",
- "@babel/types": "^7.24.9",
- "convert-source-map": "^2.0.0",
- "debug": "^4.1.0",
- "gensync": "^1.0.0-beta.2",
- "json5": "^2.2.3",
- "semver": "^6.3.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/babel"
- }
- },
- "node_modules/@babel/core/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/@babel/generator": {
- "version": "7.24.10",
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.10.tgz",
- "integrity": "sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/types": "^7.24.9",
- "@jridgewell/gen-mapping": "^0.3.5",
- "@jridgewell/trace-mapping": "^0.3.25",
- "jsesc": "^2.5.1"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-compilation-targets": {
- "version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz",
- "integrity": "sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/compat-data": "^7.24.8",
- "@babel/helper-validator-option": "^7.24.8",
- "browserslist": "^4.23.1",
- "lru-cache": "^5.1.1",
- "semver": "^6.3.1"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/@babel/helper-environment-visitor": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz",
- "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==",
- "dev": true,
- "dependencies": {
- "@babel/types": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-function-name": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz",
- "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==",
- "dev": true,
- "dependencies": {
- "@babel/template": "^7.24.7",
- "@babel/types": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-hoist-variables": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz",
- "integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==",
- "dev": true,
- "dependencies": {
- "@babel/types": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-module-imports": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz",
- "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/traverse": "^7.24.7",
- "@babel/types": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-module-transforms": {
- "version": "7.24.9",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz",
- "integrity": "sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-environment-visitor": "^7.24.7",
- "@babel/helper-module-imports": "^7.24.7",
- "@babel/helper-simple-access": "^7.24.7",
- "@babel/helper-split-export-declaration": "^7.24.7",
- "@babel/helper-validator-identifier": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/helper-simple-access": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz",
- "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/traverse": "^7.24.7",
- "@babel/types": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-split-export-declaration": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz",
- "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==",
- "dev": true,
- "dependencies": {
- "@babel/types": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-string-parser": {
- "version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz",
- "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-validator-identifier": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",
- "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-validator-option": {
- "version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz",
- "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helpers": {
- "version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.8.tgz",
- "integrity": "sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/template": "^7.24.7",
- "@babel/types": "^7.24.8"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/highlight": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz",
- "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-validator-identifier": "^7.24.7",
- "chalk": "^2.4.2",
- "js-tokens": "^4.0.0",
- "picocolors": "^1.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/highlight/node_modules/ansi-styles": {
- "version": "3.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
- "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
- "dev": true,
- "dependencies": {
- "color-convert": "^1.9.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/highlight/node_modules/chalk": {
- "version": "2.4.2",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
- "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^3.2.1",
- "escape-string-regexp": "^1.0.5",
- "supports-color": "^5.3.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/highlight/node_modules/color-convert": {
- "version": "1.9.3",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
- "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-name": "1.1.3"
- }
- },
- "node_modules/@babel/highlight/node_modules/color-name": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
- "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
- "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.8.0"
- }
- },
- "node_modules/@babel/highlight/node_modules/has-flag": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
- "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/highlight/node_modules/supports-color": {
- "version": "5.5.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
- "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "has-flag": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/parser": {
- "version": "7.25.0",
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.0.tgz",
- "integrity": "sha512-CzdIU9jdP0dg7HdyB+bHvDJGagUv+qtzZt5rYCWwW6tITNqV9odjp6Qu41gkG0ca5UfdDUWrKkiAnHHdGRnOrA==",
- "dev": true,
- "license": "MIT",
- "bin": {
- "parser": "bin/babel-parser.js"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@babel/runtime": {
- "version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.8.tgz",
- "integrity": "sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA==",
- "dependencies": {
- "regenerator-runtime": "^0.14.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/template": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz",
- "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/code-frame": "^7.24.7",
- "@babel/parser": "^7.24.7",
- "@babel/types": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/traverse": {
- "version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.8.tgz",
- "integrity": "sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/code-frame": "^7.24.7",
- "@babel/generator": "^7.24.8",
- "@babel/helper-environment-visitor": "^7.24.7",
- "@babel/helper-function-name": "^7.24.7",
- "@babel/helper-hoist-variables": "^7.24.7",
- "@babel/helper-split-export-declaration": "^7.24.7",
- "@babel/parser": "^7.24.8",
- "@babel/types": "^7.24.8",
- "debug": "^4.3.1",
- "globals": "^11.1.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/traverse/node_modules/globals": {
- "version": "11.12.0",
- "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
- "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/types": {
- "version": "7.25.0",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.0.tgz",
- "integrity": "sha512-LcnxQSsd9aXOIgmmSpvZ/1yo46ra2ESYyqLcryaBZOghxy5qqOBjvCWP5JfkI8yl9rlxRgdLTTMCQQRcN2hdCg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-string-parser": "^7.24.8",
- "@babel/helper-validator-identifier": "^7.24.7",
- "to-fast-properties": "^2.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@bundled-es-modules/cookie": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@bundled-es-modules/cookie/-/cookie-2.0.0.tgz",
- "integrity": "sha512-Or6YHg/kamKHpxULAdSqhGqnWFneIXu1NKvvfBBzKGwpVsYuFIQ5aBPHDnnoR3ghW1nvSkALd+EF9iMtY7Vjxw==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "cookie": "^0.5.0"
- }
- },
- "node_modules/@bundled-es-modules/statuses": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/@bundled-es-modules/statuses/-/statuses-1.0.1.tgz",
- "integrity": "sha512-yn7BklA5acgcBr+7w064fGV+SGIFySjCKpqjcWgBAIfrAkY+4GQTJJHQMeT3V/sgz23VTEVV8TtOmkvJAhFVfg==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "statuses": "^2.0.1"
- }
- },
- "node_modules/@bundled-es-modules/tough-cookie": {
- "version": "0.1.6",
- "resolved": "https://registry.npmjs.org/@bundled-es-modules/tough-cookie/-/tough-cookie-0.1.6.tgz",
- "integrity": "sha512-dvMHbL464C0zI+Yqxbz6kZ5TOEp7GLW+pry/RWndAR8MJQAXZ2rPmIs8tziTZjeIyhSNZgZbCePtfSbdWqStJw==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "@types/tough-cookie": "^4.0.5",
- "tough-cookie": "^4.1.4"
- }
- },
- "node_modules/@esbuild/aix-ppc64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
- "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
- "cpu": [
- "ppc64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "aix"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/android-arm": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
- "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "android"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/android-arm64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
- "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "android"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/android-x64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
- "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "android"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/darwin-arm64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
- "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/darwin-x64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
- "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/freebsd-arm64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
- "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "freebsd"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/freebsd-x64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
- "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "freebsd"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-arm": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
- "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-arm64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
- "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-ia32": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
- "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
- "cpu": [
- "ia32"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-loong64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
- "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
- "cpu": [
- "loong64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-mips64el": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
- "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
- "cpu": [
- "mips64el"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-ppc64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
- "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
- "cpu": [
- "ppc64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-riscv64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
- "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
- "cpu": [
- "riscv64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-s390x": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
- "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
- "cpu": [
- "s390x"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-x64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
- "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/netbsd-x64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
- "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "netbsd"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/openbsd-x64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
- "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "openbsd"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/sunos-x64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
- "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "sunos"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/win32-arm64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
- "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/win32-ia32": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
- "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
- "cpu": [
- "ia32"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/win32-x64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
- "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@eslint-community/eslint-utils": {
- "version": "4.4.0",
- "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
- "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "eslint-visitor-keys": "^3.3.0"
- },
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- },
- "peerDependencies": {
- "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
- }
- },
- "node_modules/@eslint-community/regexpp": {
- "version": "4.11.0",
- "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.0.tgz",
- "integrity": "sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
- }
- },
- "node_modules/@eslint/config-array": {
- "version": "0.17.1",
- "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.17.1.tgz",
- "integrity": "sha512-BlYOpej8AQ8Ev9xVqroV7a02JK3SkBAaN9GfMMH9W6Ch8FlQlkjGw4Ir7+FgYwfirivAf4t+GtzuAxqfukmISA==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "@eslint/object-schema": "^2.1.4",
- "debug": "^4.3.1",
- "minimatch": "^3.1.2"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- }
- },
- "node_modules/@eslint/config-array/node_modules/brace-expansion": {
- "version": "1.1.11",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
- }
- },
- "node_modules/@eslint/config-array/node_modules/minimatch": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "brace-expansion": "^1.1.7"
- },
- "engines": {
- "node": "*"
- }
- },
- "node_modules/@eslint/eslintrc": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.1.0.tgz",
- "integrity": "sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ajv": "^6.12.4",
- "debug": "^4.3.2",
- "espree": "^10.0.1",
- "globals": "^14.0.0",
- "ignore": "^5.2.0",
- "import-fresh": "^3.2.1",
- "js-yaml": "^4.1.0",
- "minimatch": "^3.1.2",
- "strip-json-comments": "^3.1.1"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/@eslint/eslintrc/node_modules/ajv": {
- "version": "6.12.6",
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
- "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "fast-deep-equal": "^3.1.1",
- "fast-json-stable-stringify": "^2.0.0",
- "json-schema-traverse": "^0.4.1",
- "uri-js": "^4.2.2"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/epoberezkin"
- }
- },
- "node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
- "version": "1.1.11",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
- "dev": true,
- "dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
- }
- },
- "node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
- "version": "0.4.1",
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
- "dev": true
- },
- "node_modules/@eslint/eslintrc/node_modules/minimatch": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
- "dev": true,
- "dependencies": {
- "brace-expansion": "^1.1.7"
- },
- "engines": {
- "node": "*"
- }
- },
- "node_modules/@eslint/js": {
- "version": "9.7.0",
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.7.0.tgz",
- "integrity": "sha512-ChuWDQenef8OSFnvuxv0TCVxEwmu3+hPNKvM9B34qpM0rDRbjL8t5QkQeHHeAfsKQjuH9wS82WeCi1J/owatng==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- }
- },
- "node_modules/@eslint/object-schema": {
- "version": "2.1.4",
- "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.4.tgz",
- "integrity": "sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- }
- },
- "node_modules/@hpcc-js/wasm": {
- "version": "2.18.0",
- "resolved": "https://registry.npmjs.org/@hpcc-js/wasm/-/wasm-2.18.0.tgz",
- "integrity": "sha512-M9XVIvAXGH4Xcyb5UoiohWcn6fil89pcos/gClNdBZG2v+W48xSf2bjcA8BW131X/AFHUerVY28n1P1Jw81/9A==",
- "dev": true,
- "dependencies": {
- "yargs": "17.7.2"
- },
- "bin": {
- "dot-wasm": "bin/dot-wasm.js"
- }
- },
- "node_modules/@humanwhocodes/module-importer": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
- "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": ">=12.22"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/nzakas"
- }
- },
- "node_modules/@humanwhocodes/retry": {
- "version": "0.3.0",
- "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.0.tgz",
- "integrity": "sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": ">=18.18"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/nzakas"
- }
- },
- "node_modules/@inquirer/checkbox": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-3.0.1.tgz",
- "integrity": "sha512-0hm2nrToWUdD6/UHnel/UKGdk1//ke5zGUpHIvk5ZWmaKezlGxZkOJXNSWsdxO/rEqTkbB3lNC2J6nBElV2aAQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/figures": "^1.0.6",
- "@inquirer/type": "^2.0.0",
- "ansi-escapes": "^4.3.2",
- "yoctocolors-cjs": "^2.1.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/confirm": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-4.0.1.tgz",
- "integrity": "sha512-46yL28o2NJ9doViqOy0VDcoTzng7rAb6yPQKU7VDLqkmbCaH4JqK4yk4XqlzNWy9PVC5pG1ZUXPBQv+VqnYs2w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/type": "^2.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/core": {
- "version": "9.2.1",
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.2.1.tgz",
- "integrity": "sha512-F2VBt7W/mwqEU4bL0RnHNZmC/OxzNx9cOYxHqnXX3MP6ruYvZUZAW9imgN9+h/uBT/oP8Gh888J2OZSbjSeWcg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/figures": "^1.0.6",
- "@inquirer/type": "^2.0.0",
- "@types/mute-stream": "^0.0.4",
- "@types/node": "^22.5.5",
- "@types/wrap-ansi": "^3.0.0",
- "ansi-escapes": "^4.3.2",
- "cli-width": "^4.1.0",
- "mute-stream": "^1.0.0",
- "signal-exit": "^4.1.0",
- "strip-ansi": "^6.0.1",
- "wrap-ansi": "^6.2.0",
- "yoctocolors-cjs": "^2.1.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/core/node_modules/@types/node": {
- "version": "22.5.5",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.5.tgz",
- "integrity": "sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "undici-types": "~6.19.2"
- }
- },
- "node_modules/@inquirer/core/node_modules/emoji-regex": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@inquirer/core/node_modules/string-width": {
- "version": "4.2.3",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@inquirer/core/node_modules/undici-types": {
- "version": "6.19.8",
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
- "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@inquirer/core/node_modules/wrap-ansi": {
- "version": "6.2.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@inquirer/editor": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-3.0.1.tgz",
- "integrity": "sha512-VA96GPFaSOVudjKFraokEEmUQg/Lub6OXvbIEZU1SDCmBzRkHGhxoFAVaF30nyiB4m5cEbDgiI2QRacXZ2hw9Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/type": "^2.0.0",
- "external-editor": "^3.1.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/expand": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-3.0.1.tgz",
- "integrity": "sha512-ToG8d6RIbnVpbdPdiN7BCxZGiHOTomOX94C2FaT5KOHupV40tKEDozp12res6cMIfRKrXLJyexAZhWVHgbALSQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/type": "^2.0.0",
- "yoctocolors-cjs": "^2.1.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/figures": {
- "version": "1.0.6",
- "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.6.tgz",
- "integrity": "sha512-yfZzps3Cso2UbM7WlxKwZQh2Hs6plrbjs1QnzQDZhK2DgyCo6D8AaHps9olkNcUFlcYERMqU3uJSp1gmy3s/qQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/input": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-3.0.1.tgz",
- "integrity": "sha512-BDuPBmpvi8eMCxqC5iacloWqv+5tQSJlUafYWUe31ow1BVXjW2a5qe3dh4X/Z25Wp22RwvcaLCc2siHobEOfzg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/type": "^2.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/number": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-2.0.1.tgz",
- "integrity": "sha512-QpR8jPhRjSmlr/mD2cw3IR8HRO7lSVOnqUvQa8scv1Lsr3xoAMMworcYW3J13z3ppjBFBD2ef1Ci6AE5Qn8goQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/type": "^2.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/password": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-3.0.1.tgz",
- "integrity": "sha512-haoeEPUisD1NeE2IanLOiFr4wcTXGWrBOyAyPZi1FfLJuXOzNmxCJPgUrGYKVh+Y8hfGJenIfz5Wb/DkE9KkMQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/type": "^2.0.0",
- "ansi-escapes": "^4.3.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/prompts": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-6.0.1.tgz",
- "integrity": "sha512-yl43JD/86CIj3Mz5mvvLJqAOfIup7ncxfJ0Btnl0/v5TouVUyeEdcpknfgc+yMevS/48oH9WAkkw93m7otLb/A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/checkbox": "^3.0.1",
- "@inquirer/confirm": "^4.0.1",
- "@inquirer/editor": "^3.0.1",
- "@inquirer/expand": "^3.0.1",
- "@inquirer/input": "^3.0.1",
- "@inquirer/number": "^2.0.1",
- "@inquirer/password": "^3.0.1",
- "@inquirer/rawlist": "^3.0.1",
- "@inquirer/search": "^2.0.1",
- "@inquirer/select": "^3.0.1"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/rawlist": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-3.0.1.tgz",
- "integrity": "sha512-VgRtFIwZInUzTiPLSfDXK5jLrnpkuSOh1ctfaoygKAdPqjcjKYmGh6sCY1pb0aGnCGsmhUxoqLDUAU0ud+lGXQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/type": "^2.0.0",
- "yoctocolors-cjs": "^2.1.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/search": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-2.0.1.tgz",
- "integrity": "sha512-r5hBKZk3g5MkIzLVoSgE4evypGqtOannnB3PKTG9NRZxyFRKcfzrdxXXPcoJQsxJPzvdSU2Rn7pB7lw0GCmGAg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/figures": "^1.0.6",
- "@inquirer/type": "^2.0.0",
- "yoctocolors-cjs": "^2.1.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/select": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-3.0.1.tgz",
- "integrity": "sha512-lUDGUxPhdWMkN/fHy1Lk7pF3nK1fh/gqeyWXmctefhxLYxlDsc7vsPBEpxrfVGDsVdyYJsiJoD4bJ1b623cV1Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/figures": "^1.0.6",
- "@inquirer/type": "^2.0.0",
- "ansi-escapes": "^4.3.2",
- "yoctocolors-cjs": "^2.1.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/type": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-2.0.0.tgz",
- "integrity": "sha512-XvJRx+2KR3YXyYtPUUy+qd9i7p+GO9Ko6VIIpWlBrpWwXDv8WLFeHTxz35CfQFUiBMLXlGHhGzys7lqit9gWag==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "mute-stream": "^1.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@isaacs/cliui": {
- "version": "8.0.2",
- "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
- "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "string-width": "^5.1.2",
- "string-width-cjs": "npm:string-width@^4.2.0",
- "strip-ansi": "^7.0.1",
- "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
- "wrap-ansi": "^8.1.0",
- "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
- }
- },
- "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^6.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
- }
- },
- "node_modules/@istanbuljs/schema": {
- "version": "0.1.3",
- "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
- "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@jridgewell/gen-mapping": {
- "version": "0.3.5",
- "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
- "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@jridgewell/set-array": "^1.2.1",
- "@jridgewell/sourcemap-codec": "^1.4.10",
- "@jridgewell/trace-mapping": "^0.3.24"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@jridgewell/resolve-uri": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
- "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@jridgewell/set-array": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
- "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@jridgewell/sourcemap-codec": {
- "version": "1.5.0",
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
- "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
- "dev": true
- },
- "node_modules/@jridgewell/trace-mapping": {
- "version": "0.3.25",
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
- "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@jridgewell/resolve-uri": "^3.1.0",
- "@jridgewell/sourcemap-codec": "^1.4.14"
- }
- },
- "node_modules/@material/material-color-utilities": {
- "version": "0.2.7",
- "resolved": "https://registry.npmjs.org/@material/material-color-utilities/-/material-color-utilities-0.2.7.tgz",
- "integrity": "sha512-0FCeqG6WvK4/Cc06F/xXMd/pv4FeisI0c1tUpBbfhA2n9Y8eZEv4Karjbmf2ZqQCPUWMrGp8A571tCjizxoTiQ==",
- "license": "Apache-2.0"
- },
- "node_modules/@mswjs/interceptors": {
- "version": "0.35.8",
- "resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.35.8.tgz",
- "integrity": "sha512-PFfqpHplKa7KMdoQdj5td03uG05VK2Ng1dG0sP4pT9h0dGSX2v9txYt/AnrzPb/vAmfyBBC0NQV7VaBEX+efgQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@open-draft/deferred-promise": "^2.2.0",
- "@open-draft/logger": "^0.3.0",
- "@open-draft/until": "^2.0.0",
- "is-node-process": "^1.2.0",
- "outvariant": "^1.4.3",
- "strict-event-emitter": "^0.5.1"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@nodelib/fs.scandir": {
- "version": "2.1.5",
- "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
- "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@nodelib/fs.stat": "2.0.5",
- "run-parallel": "^1.1.9"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@nodelib/fs.stat": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
- "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@nodelib/fs.walk": {
- "version": "1.2.8",
- "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
- "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@nodelib/fs.scandir": "2.1.5",
- "fastq": "^1.6.0"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@open-draft/deferred-promise": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/@open-draft/deferred-promise/-/deferred-promise-2.2.0.tgz",
- "integrity": "sha512-CecwLWx3rhxVQF6V4bAgPS5t+So2sTbPgAzafKkVizyi7tlwpcFpdFqq+wqF2OwNBmqFuu6tOyouTuxgpMfzmA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@open-draft/logger": {
- "version": "0.3.0",
- "resolved": "https://registry.npmjs.org/@open-draft/logger/-/logger-0.3.0.tgz",
- "integrity": "sha512-X2g45fzhxH238HKO4xbSr7+wBS8Fvw6ixhTDuvLd5mqh6bJJCFAPwU9mPDxbcrRtfxv4u5IHCEH77BmxvXmmxQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-node-process": "^1.2.0",
- "outvariant": "^1.4.0"
- }
- },
- "node_modules/@open-draft/until": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/@open-draft/until/-/until-2.1.0.tgz",
- "integrity": "sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@pkgjs/parseargs": {
- "version": "0.11.0",
- "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
- "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
- "dev": true,
- "license": "MIT",
- "optional": true,
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@rollup/rollup-android-arm-eabi": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.22.4.tgz",
- "integrity": "sha512-Fxamp4aEZnfPOcGA8KSNEohV8hX7zVHOemC8jVBoBUHu5zpJK/Eu3uJwt6BMgy9fkvzxDaurgj96F/NiLukF2w==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "android"
- ]
- },
- "node_modules/@rollup/rollup-android-arm64": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.22.4.tgz",
- "integrity": "sha512-VXoK5UMrgECLYaMuGuVTOx5kcuap1Jm8g/M83RnCHBKOqvPPmROFJGQaZhGccnsFtfXQ3XYa4/jMCJvZnbJBdA==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "android"
- ]
- },
- "node_modules/@rollup/rollup-darwin-arm64": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.22.4.tgz",
- "integrity": "sha512-xMM9ORBqu81jyMKCDP+SZDhnX2QEVQzTcC6G18KlTQEzWK8r/oNZtKuZaCcHhnsa6fEeOBionoyl5JsAbE/36Q==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "darwin"
- ]
- },
- "node_modules/@rollup/rollup-darwin-x64": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.22.4.tgz",
- "integrity": "sha512-aJJyYKQwbHuhTUrjWjxEvGnNNBCnmpHDvrb8JFDbeSH3m2XdHcxDd3jthAzvmoI8w/kSjd2y0udT+4okADsZIw==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "darwin"
- ]
- },
- "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.22.4.tgz",
- "integrity": "sha512-j63YtCIRAzbO+gC2L9dWXRh5BFetsv0j0va0Wi9epXDgU/XUi5dJKo4USTttVyK7fGw2nPWK0PbAvyliz50SCQ==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-arm-musleabihf": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.22.4.tgz",
- "integrity": "sha512-dJnWUgwWBX1YBRsuKKMOlXCzh2Wu1mlHzv20TpqEsfdZLb3WoJW2kIEsGwLkroYf24IrPAvOT/ZQ2OYMV6vlrg==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-arm64-gnu": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.22.4.tgz",
- "integrity": "sha512-AdPRoNi3NKVLolCN/Sp4F4N1d98c4SBnHMKoLuiG6RXgoZ4sllseuGioszumnPGmPM2O7qaAX/IJdeDU8f26Aw==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-arm64-musl": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.22.4.tgz",
- "integrity": "sha512-Gl0AxBtDg8uoAn5CCqQDMqAx22Wx22pjDOjBdmG0VIWX3qUBHzYmOKh8KXHL4UpogfJ14G4wk16EQogF+v8hmA==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.22.4.tgz",
- "integrity": "sha512-3aVCK9xfWW1oGQpTsYJJPF6bfpWfhbRnhdlyhak2ZiyFLDaayz0EP5j9V1RVLAAxlmWKTDfS9wyRyY3hvhPoOg==",
- "cpu": [
- "ppc64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-riscv64-gnu": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.22.4.tgz",
- "integrity": "sha512-ePYIir6VYnhgv2C5Xe9u+ico4t8sZWXschR6fMgoPUK31yQu7hTEJb7bCqivHECwIClJfKgE7zYsh1qTP3WHUA==",
- "cpu": [
- "riscv64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-s390x-gnu": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.22.4.tgz",
- "integrity": "sha512-GqFJ9wLlbB9daxhVlrTe61vJtEY99/xB3C8e4ULVsVfflcpmR6c8UZXjtkMA6FhNONhj2eA5Tk9uAVw5orEs4Q==",
- "cpu": [
- "s390x"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-x64-gnu": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.22.4.tgz",
- "integrity": "sha512-87v0ol2sH9GE3cLQLNEy0K/R0pz1nvg76o8M5nhMR0+Q+BBGLnb35P0fVz4CQxHYXaAOhE8HhlkaZfsdUOlHwg==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-x64-musl": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.22.4.tgz",
- "integrity": "sha512-UV6FZMUgePDZrFjrNGIWzDo/vABebuXBhJEqrHxrGiU6HikPy0Z3LfdtciIttEUQfuDdCn8fqh7wiFJjCNwO+g==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-win32-arm64-msvc": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.22.4.tgz",
- "integrity": "sha512-BjI+NVVEGAXjGWYHz/vv0pBqfGoUH0IGZ0cICTn7kB9PyjrATSkX+8WkguNjWoj2qSr1im/+tTGRaY+4/PdcQw==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "win32"
- ]
- },
- "node_modules/@rollup/rollup-win32-ia32-msvc": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.22.4.tgz",
- "integrity": "sha512-SiWG/1TuUdPvYmzmYnmd3IEifzR61Tragkbx9D3+R8mzQqDBz8v+BvZNDlkiTtI9T15KYZhP0ehn3Dld4n9J5g==",
- "cpu": [
- "ia32"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "win32"
- ]
- },
- "node_modules/@rollup/rollup-win32-x64-msvc": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.22.4.tgz",
- "integrity": "sha512-j8pPKp53/lq9lMXN57S8cFz0MynJk8OWNuUnXct/9KCpKU7DgU3bYMJhwWmcqC0UU29p8Lr0/7KEVcaM6bf47Q==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "win32"
- ]
- },
- "node_modules/@shikijs/core": {
- "version": "1.12.0",
- "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.12.0.tgz",
- "integrity": "sha512-mc1cLbm6UQ8RxLc0dZES7v5rkH+99LxQp/ZvTqV3NLyYsO/fD6JhEflP1H5b2SDq9gI0+0G36AVZWxvounfR9w==",
- "dev": true,
- "dependencies": {
- "@types/hast": "^3.0.4"
- }
- },
- "node_modules/@stylistic/eslint-plugin-js": {
- "version": "2.6.0-beta.0",
- "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.6.0-beta.0.tgz",
- "integrity": "sha512-KQiNvzNzvl9AmMs1MiIBszLIy/Xy1bTExnyaVy5dSzOF9c+yT64JQfH0p0jP6XpGwoCnZsrPUNflwP30G42QBQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/eslint": "^8.56.10",
- "acorn": "^8.12.0",
- "eslint-visitor-keys": "^4.0.0",
- "espree": "^10.1.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "peerDependencies": {
- "eslint": ">=8.40.0"
- }
- },
- "node_modules/@stylistic/eslint-plugin-js/node_modules/eslint-visitor-keys": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz",
- "integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/@stylistic/eslint-plugin-ts": {
- "version": "2.6.0-beta.0",
- "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-2.6.0-beta.0.tgz",
- "integrity": "sha512-WMz1zgmMC3bvg1L/tiYt5ygvDbTDKlbezoHoX2lV9MnUCAEQZUP4xJ9Wj3jmIKxb4mUuK5+vFZJVcOygvbbqow==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@stylistic/eslint-plugin-js": "2.6.0-beta.0",
- "@types/eslint": "^8.56.10",
- "@typescript-eslint/utils": "^8.0.0-alpha.34"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "peerDependencies": {
- "eslint": ">=8.40.0"
- }
- },
- "node_modules/@types/cookie": {
- "version": "0.6.0",
- "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz",
- "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/eslint": {
- "version": "8.56.11",
- "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.11.tgz",
- "integrity": "sha512-sVBpJMf7UPo/wGecYOpk2aQya2VUGeHhe38WG7/mN5FufNSubf5VT9Uh9Uyp8/eLJpu1/tuhJ/qTo4mhSB4V4Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/estree": "*",
- "@types/json-schema": "*"
- }
- },
- "node_modules/@types/estree": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
- "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/hast": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
- "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
- "dev": true,
- "dependencies": {
- "@types/unist": "*"
- }
- },
- "node_modules/@types/jsdom": {
- "version": "21.1.7",
- "resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-21.1.7.tgz",
- "integrity": "sha512-yOriVnggzrnQ3a9OKOCxaVuSug3w3/SbOj5i7VwXWZEyUNl3bLF9V3MfxGbZKuwqJOQyRfqXyROBB1CoZLFWzA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/node": "*",
- "@types/tough-cookie": "*",
- "parse5": "^7.0.0"
- }
- },
- "node_modules/@types/json-schema": {
- "version": "7.0.15",
- "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
- "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/mute-stream": {
- "version": "0.0.4",
- "resolved": "https://registry.npmjs.org/@types/mute-stream/-/mute-stream-0.0.4.tgz",
- "integrity": "sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/node": "*"
- }
- },
- "node_modules/@types/node": {
- "version": "20.14.11",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz",
- "integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==",
- "dev": true,
- "dependencies": {
- "undici-types": "~5.26.4"
- }
- },
- "node_modules/@types/statuses": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/@types/statuses/-/statuses-2.0.5.tgz",
- "integrity": "sha512-jmIUGWrAiwu3dZpxntxieC+1n/5c3mjrImkmOSQ2NC5uP6cYO4aAZDdSmRcI5C1oiTmqlZGHC+/NmJrKogbP5A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/tough-cookie": {
- "version": "4.0.5",
- "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz",
- "integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/unist": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz",
- "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==",
- "dev": true
- },
- "node_modules/@types/wrap-ansi": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz",
- "integrity": "sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@typescript-eslint/eslint-plugin": {
- "version": "8.0.0-alpha.58",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0-alpha.58.tgz",
- "integrity": "sha512-5G9oIj8jvosj8RTa0VDFXvRmUg1U6FxXJu7ZEfyJYMvFkdMJoY5YnzFvgAvHbYsXOj+YgXZu81fNOTRWQzwk5A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@eslint-community/regexpp": "^4.10.0",
- "@typescript-eslint/scope-manager": "8.0.0-alpha.58",
- "@typescript-eslint/type-utils": "8.0.0-alpha.58",
- "@typescript-eslint/utils": "8.0.0-alpha.58",
- "@typescript-eslint/visitor-keys": "8.0.0-alpha.58",
- "graphemer": "^1.4.0",
- "ignore": "^5.3.1",
- "natural-compare": "^1.4.0",
- "ts-api-utils": "^1.3.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0",
- "eslint": "^8.57.0 || ^9.0.0"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/@typescript-eslint/parser": {
- "version": "8.0.0-alpha.58",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.0.0-alpha.58.tgz",
- "integrity": "sha512-/RpgxIejBui6WXJgV9ukwzxmvbZt5TlfHUGGLB/BsNLj+NRZEbXVtWT9rKuxVOqsGb1Dn9c5gxvBI/XzyuIsMQ==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "@typescript-eslint/scope-manager": "8.0.0-alpha.58",
- "@typescript-eslint/types": "8.0.0-alpha.58",
- "@typescript-eslint/typescript-estree": "8.0.0-alpha.58",
- "@typescript-eslint/visitor-keys": "8.0.0-alpha.58",
- "debug": "^4.3.4"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "eslint": "^8.57.0 || ^9.0.0"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/@typescript-eslint/scope-manager": {
- "version": "8.0.0-alpha.58",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.58.tgz",
- "integrity": "sha512-bGgJXn8B3Pf3mzEOUQTPxEqhux54MOJSqw4HcgBReuP7dudz/hsN4TH9GqHbMXkFv8N4Ed1iqVRfgGeC8b1mGw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/types": "8.0.0-alpha.58",
- "@typescript-eslint/visitor-keys": "8.0.0-alpha.58"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "node_modules/@typescript-eslint/type-utils": {
- "version": "8.0.0-alpha.58",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.0.0-alpha.58.tgz",
- "integrity": "sha512-spW/I/UAY6HM0lKj+/333Zb9arOvUoi8+H0cVNYHELPhOti9re9NjyyJFhck84PNiwi8WmpkEf3GXe7/h+Cquw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/typescript-estree": "8.0.0-alpha.58",
- "@typescript-eslint/utils": "8.0.0-alpha.58",
- "debug": "^4.3.4",
- "ts-api-utils": "^1.3.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/@typescript-eslint/types": {
- "version": "8.0.0-alpha.58",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.0.0-alpha.58.tgz",
- "integrity": "sha512-6+jM4y31a6pwKeV3MVQuVXPZl6d3I1ySMvP5WjZdZ+n57uovMvasZ3ZJstXngoRpa7JtkjVZ7NrMhQ1J8dxKCQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "node_modules/@typescript-eslint/typescript-estree": {
- "version": "8.0.0-alpha.58",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.58.tgz",
- "integrity": "sha512-hm4nsoJnQcA7axMopUJrH7CD0MJhAMtE2zQt65uMFCy+U2YDdKPwE0g6qEAUBoKn6UBLQJWthJgUmwDbWrnwZg==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "@typescript-eslint/types": "8.0.0-alpha.58",
- "@typescript-eslint/visitor-keys": "8.0.0-alpha.58",
- "debug": "^4.3.4",
- "globby": "^11.1.0",
- "is-glob": "^4.0.3",
- "minimatch": "^9.0.4",
- "semver": "^7.6.0",
- "ts-api-utils": "^1.3.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/@typescript-eslint/utils": {
- "version": "8.0.0-alpha.58",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.0.0-alpha.58.tgz",
- "integrity": "sha512-lZuGnpK23jr3huebgY4/qqrOKsWJ8dX0Q1Fo4oVYcyAy+sK6p+6nObK4VEPJG098gUmrriiavRiDKIhPDFm4Ig==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@eslint-community/eslint-utils": "^4.4.0",
- "@typescript-eslint/scope-manager": "8.0.0-alpha.58",
- "@typescript-eslint/types": "8.0.0-alpha.58",
- "@typescript-eslint/typescript-estree": "8.0.0-alpha.58"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "eslint": "^8.57.0 || ^9.0.0"
- }
- },
- "node_modules/@typescript-eslint/visitor-keys": {
- "version": "8.0.0-alpha.58",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.58.tgz",
- "integrity": "sha512-V//E9PRY2216kh9fN/ihRvTtjpobAXEtmrsr3utlVUwHa2iklcofq1J12yl3KOjx9QBRfBrtfQnYaeruF7L0Fw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/types": "8.0.0-alpha.58",
- "eslint-visitor-keys": "^3.4.3"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "node_modules/@vitest/coverage-istanbul": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/@vitest/coverage-istanbul/-/coverage-istanbul-2.0.4.tgz",
- "integrity": "sha512-6VibYMkXh8cJm5Bg8JYeOoR4oURlPf4YKP9kuVRE/NKasfYrXPnzSwuxrpgMbgOfPj13KUJXgMB3VAGukECtlQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@istanbuljs/schema": "^0.1.3",
- "debug": "^4.3.5",
- "istanbul-lib-coverage": "^3.2.2",
- "istanbul-lib-instrument": "^6.0.3",
- "istanbul-lib-report": "^3.0.1",
- "istanbul-lib-source-maps": "^5.0.6",
- "istanbul-reports": "^3.1.7",
- "magicast": "^0.3.4",
- "test-exclude": "^7.0.1",
- "tinyrainbow": "^1.2.0"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- },
- "peerDependencies": {
- "vitest": "2.0.4"
- }
- },
- "node_modules/@vitest/expect": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-2.0.4.tgz",
- "integrity": "sha512-39jr5EguIoanChvBqe34I8m1hJFI4+jxvdOpD7gslZrVQBKhh8H9eD7J/LJX4zakrw23W+dITQTDqdt43xVcJw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@vitest/spy": "2.0.4",
- "@vitest/utils": "2.0.4",
- "chai": "^5.1.1",
- "tinyrainbow": "^1.2.0"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- }
- },
- "node_modules/@vitest/pretty-format": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-2.0.4.tgz",
- "integrity": "sha512-RYZl31STbNGqf4l2eQM1nvKPXE0NhC6Eq0suTTePc4mtMQ1Fn8qZmjV4emZdEdG2NOWGKSCrHZjmTqDCDoeFBw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "tinyrainbow": "^1.2.0"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- }
- },
- "node_modules/@vitest/runner": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-2.0.4.tgz",
- "integrity": "sha512-Gk+9Su/2H2zNfNdeJR124gZckd5st4YoSuhF1Rebi37qTXKnqYyFCd9KP4vl2cQHbtuVKjfEKrNJxHHCW8thbQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@vitest/utils": "2.0.4",
- "pathe": "^1.1.2"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- }
- },
- "node_modules/@vitest/snapshot": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-2.0.4.tgz",
- "integrity": "sha512-or6Mzoz/pD7xTvuJMFYEtso1vJo1S5u6zBTinfl+7smGUhqybn6VjzCDMhmTyVOFWwkCMuNjmNNxnyXPgKDoPw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@vitest/pretty-format": "2.0.4",
- "magic-string": "^0.30.10",
- "pathe": "^1.1.2"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- }
- },
- "node_modules/@vitest/spy": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-2.0.4.tgz",
- "integrity": "sha512-uTXU56TNoYrTohb+6CseP8IqNwlNdtPwEO0AWl+5j7NelS6x0xZZtP0bDWaLvOfUbaYwhhWp1guzXUxkC7mW7Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "tinyspy": "^3.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- }
- },
- "node_modules/@vitest/utils": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-2.0.4.tgz",
- "integrity": "sha512-Zc75QuuoJhOBnlo99ZVUkJIuq4Oj0zAkrQ2VzCqNCx6wAwViHEh5Fnp4fiJTE9rA+sAoXRf00Z9xGgfEzV6fzQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@vitest/pretty-format": "2.0.4",
- "estree-walker": "^3.0.3",
- "loupe": "^3.1.1",
- "tinyrainbow": "^1.2.0"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- }
- },
- "node_modules/acorn": {
- "version": "8.12.1",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz",
- "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==",
- "dev": true,
- "bin": {
- "acorn": "bin/acorn"
- },
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/acorn-jsx": {
- "version": "5.3.2",
- "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
- "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
- "dev": true,
- "license": "MIT",
- "peerDependencies": {
- "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
- }
- },
- "node_modules/acorn-jsx-walk": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/acorn-jsx-walk/-/acorn-jsx-walk-2.0.0.tgz",
- "integrity": "sha512-uuo6iJj4D4ygkdzd6jPtcxs8vZgDX9YFIkqczGImoypX2fQ4dVImmu3UzA4ynixCIMTrEOWW+95M2HuBaCEOVA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/acorn-loose": {
- "version": "8.4.0",
- "resolved": "https://registry.npmjs.org/acorn-loose/-/acorn-loose-8.4.0.tgz",
- "integrity": "sha512-M0EUka6rb+QC4l9Z3T0nJEzNOO7JcoJlYMrBlyBCiFSXRyxjLKayd4TbQs2FDRWQU1h9FR7QVNHt+PEaoNL5rQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "acorn": "^8.11.0"
- },
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/acorn-walk": {
- "version": "8.3.3",
- "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.3.tgz",
- "integrity": "sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==",
- "dev": true,
- "dependencies": {
- "acorn": "^8.11.0"
- },
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/agent-base": {
- "version": "7.1.1",
- "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
- "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "debug": "^4.3.4"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/ajv": {
- "version": "8.17.1",
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
- "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
- "dev": true,
- "dependencies": {
- "fast-deep-equal": "^3.1.3",
- "fast-uri": "^3.0.1",
- "json-schema-traverse": "^1.0.0",
- "require-from-string": "^2.0.2"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/epoberezkin"
- }
- },
- "node_modules/ansi-escapes": {
- "version": "4.3.2",
- "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
- "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^0.21.3"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/ansi-regex": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/ansi-styles": {
- "version": "4.3.0",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
- "dev": true,
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/argparse": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
- "license": "Python-2.0"
- },
- "node_modules/array-union": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
- "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/assertion-error": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
- "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/asynckit": {
- "version": "0.4.0",
- "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
- "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
- "dev": true,
- "dependencies": {
- "possible-typed-array-names": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/balanced-match": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
- "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/brace-expansion": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
- "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "balanced-match": "^1.0.0"
- }
- },
- "node_modules/braces": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
- "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "fill-range": "^7.1.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/browserslist": {
- "version": "4.23.2",
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.2.tgz",
- "integrity": "sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==",
- "dev": true,
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/browserslist"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/browserslist"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "caniuse-lite": "^1.0.30001640",
- "electron-to-chromium": "^1.4.820",
- "node-releases": "^2.0.14",
- "update-browserslist-db": "^1.1.0"
- },
- "bin": {
- "browserslist": "cli.js"
- },
- "engines": {
- "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
- }
- },
- "node_modules/cac": {
- "version": "6.7.14",
- "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
- "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/call-bind": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz",
- "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==",
- "license": "MIT",
- "dependencies": {
- "es-define-property": "^1.0.0",
- "es-errors": "^1.3.0",
- "function-bind": "^1.1.2",
- "get-intrinsic": "^1.2.4",
- "set-function-length": "^1.2.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/callsites": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
- "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/caniuse-lite": {
- "version": "1.0.30001642",
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001642.tgz",
- "integrity": "sha512-3XQ0DoRgLijXJErLSl+bLnJ+Et4KqV1PY6JJBGAFlsNsz31zeAIncyeZfLCabHK/jtSh+671RM9YMldxjUPZtA==",
- "dev": true,
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/browserslist"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "license": "CC-BY-4.0"
- },
- "node_modules/chai": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/chai/-/chai-5.1.1.tgz",
- "integrity": "sha512-pT1ZgP8rPNqUgieVaEY+ryQr6Q4HXNg8Ei9UnLUrjN4IA7dvQC5JB+/kxVcPNDHyBcc/26CXPkbNzq3qwrOEKA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "assertion-error": "^2.0.1",
- "check-error": "^2.1.1",
- "deep-eql": "^5.0.1",
- "loupe": "^3.1.0",
- "pathval": "^2.0.0"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/chalk": {
- "version": "4.1.2",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "node_modules/chardet": {
- "version": "0.7.0",
- "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz",
- "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/check-error": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/check-error/-/check-error-2.1.1.tgz",
- "integrity": "sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 16"
- }
- },
- "node_modules/cli-width": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
- "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">= 12"
- }
- },
- "node_modules/cliui": {
- "version": "8.0.1",
- "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
- "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "string-width": "^4.2.0",
- "strip-ansi": "^6.0.1",
- "wrap-ansi": "^7.0.0"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/cliui/node_modules/emoji-regex": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/cliui/node_modules/string-width": {
- "version": "4.2.3",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/cliui/node_modules/wrap-ansi": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
- "node_modules/color-convert": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
- "dev": true,
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/color-name": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "dev": true
- },
- "node_modules/combined-stream": {
- "version": "1.0.8",
- "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
- "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "delayed-stream": "~1.0.0"
- },
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/commander": {
- "version": "12.1.0",
- "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
- "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/concat-map": {
- "version": "0.0.1",
- "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
- "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/convert-source-map": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
- "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/cookie": {
- "version": "0.5.0",
- "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
- "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/cross-fetch": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.0.0.tgz",
- "integrity": "sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==",
- "license": "MIT",
- "dependencies": {
- "node-fetch": "^2.6.12"
- }
- },
- "node_modules/cross-spawn": {
- "version": "7.0.3",
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
- "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/crypto-js": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz",
- "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==",
- "license": "MIT"
- },
- "node_modules/cssfontparser": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/cssfontparser/-/cssfontparser-1.2.1.tgz",
- "integrity": "sha512-6tun4LoZnj7VN6YeegOVb67KBX/7JJsqvj+pv3ZA7F878/eN33AbGa5b/S/wXxS/tcp8nc40xRUrsPlxIyNUPg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/cssstyle": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.0.1.tgz",
- "integrity": "sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "rrweb-cssom": "^0.6.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/cssstyle/node_modules/rrweb-cssom": {
- "version": "0.6.0",
- "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz",
- "integrity": "sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==",
- "dev": true
- },
- "node_modules/data-urls": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz",
- "integrity": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "whatwg-mimetype": "^4.0.0",
- "whatwg-url": "^14.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/debug": {
- "version": "4.3.5",
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz",
- "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ms": "2.1.2"
- },
- "engines": {
- "node": ">=6.0"
- },
- "peerDependenciesMeta": {
- "supports-color": {
- "optional": true
- }
- }
- },
- "node_modules/decimal.js": {
- "version": "10.4.3",
- "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz",
- "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/deep-eql": {
- "version": "5.0.2",
- "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-5.0.2.tgz",
- "integrity": "sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/deep-is": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
- "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/define-data-property": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
- "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
- "license": "MIT",
- "dependencies": {
- "es-define-property": "^1.0.0",
- "es-errors": "^1.3.0",
- "gopd": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/delayed-stream": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
- "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/dependency-cruiser": {
- "version": "16.3.10",
- "resolved": "https://registry.npmjs.org/dependency-cruiser/-/dependency-cruiser-16.3.10.tgz",
- "integrity": "sha512-WkCnibHBfvaiaQ+S46LZ6h4AR6oj42Vsf5/0Vgtrwdwn7ZekMJdZ/ALoTwNp/RaGlKW+MbV/fhSZOvmhAWVWzQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "acorn": "8.12.1",
- "acorn-jsx": "5.3.2",
- "acorn-jsx-walk": "2.0.0",
- "acorn-loose": "8.4.0",
- "acorn-walk": "8.3.3",
- "ajv": "8.17.1",
- "commander": "12.1.0",
- "enhanced-resolve": "5.17.1",
- "ignore": "5.3.1",
- "interpret": "^3.1.1",
- "is-installed-globally": "1.0.0",
- "json5": "2.2.3",
- "memoize": "10.0.0",
- "picocolors": "1.0.1",
- "picomatch": "4.0.2",
- "prompts": "2.4.2",
- "rechoir": "^0.8.0",
- "safe-regex": "2.1.1",
- "semver": "^7.6.3",
- "teamcity-service-messages": "0.1.14",
- "tsconfig-paths-webpack-plugin": "4.1.0",
- "watskeburt": "4.1.0"
- },
- "bin": {
- "depcruise": "bin/dependency-cruise.mjs",
- "depcruise-baseline": "bin/depcruise-baseline.mjs",
- "depcruise-fmt": "bin/depcruise-fmt.mjs",
- "depcruise-wrap-stream-in-html": "bin/wrap-stream-in-html.mjs",
- "dependency-cruise": "bin/dependency-cruise.mjs",
- "dependency-cruiser": "bin/dependency-cruise.mjs"
- },
- "engines": {
- "node": "^18.17||>=20"
- }
- },
- "node_modules/dir-glob": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
- "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "path-type": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/doctrine": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
- "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "esutils": "^2.0.2"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/eastasianwidth": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
- "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/electron-to-chromium": {
- "version": "1.4.830",
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.830.tgz",
- "integrity": "sha512-TrPKKH20HeN0J1LHzsYLs2qwXrp8TF4nHdu4sq61ozGbzMpWhI7iIOPYPPkxeq1azMT9PZ8enPFcftbs/Npcjg==",
- "dev": true
- },
- "node_modules/emoji-regex": {
- "version": "9.2.2",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
- "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/enhanced-resolve": {
- "version": "5.17.1",
- "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz",
- "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "graceful-fs": "^4.2.4",
- "tapable": "^2.2.0"
- },
- "engines": {
- "node": ">=10.13.0"
- }
- },
- "node_modules/entities": {
- "version": "4.5.0",
- "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
- "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
- "dev": true,
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=0.12"
- },
- "funding": {
- "url": "https://github.com/fb55/entities?sponsor=1"
- }
- },
- "node_modules/es-define-property": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz",
- "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==",
- "license": "MIT",
- "dependencies": {
- "get-intrinsic": "^1.2.4"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-errors": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
- "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/esbuild": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz",
- "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
- "dev": true,
- "hasInstallScript": true,
- "license": "MIT",
- "bin": {
- "esbuild": "bin/esbuild"
- },
- "engines": {
- "node": ">=12"
- },
- "optionalDependencies": {
- "@esbuild/aix-ppc64": "0.21.5",
- "@esbuild/android-arm": "0.21.5",
- "@esbuild/android-arm64": "0.21.5",
- "@esbuild/android-x64": "0.21.5",
- "@esbuild/darwin-arm64": "0.21.5",
- "@esbuild/darwin-x64": "0.21.5",
- "@esbuild/freebsd-arm64": "0.21.5",
- "@esbuild/freebsd-x64": "0.21.5",
- "@esbuild/linux-arm": "0.21.5",
- "@esbuild/linux-arm64": "0.21.5",
- "@esbuild/linux-ia32": "0.21.5",
- "@esbuild/linux-loong64": "0.21.5",
- "@esbuild/linux-mips64el": "0.21.5",
- "@esbuild/linux-ppc64": "0.21.5",
- "@esbuild/linux-riscv64": "0.21.5",
- "@esbuild/linux-s390x": "0.21.5",
- "@esbuild/linux-x64": "0.21.5",
- "@esbuild/netbsd-x64": "0.21.5",
- "@esbuild/openbsd-x64": "0.21.5",
- "@esbuild/sunos-x64": "0.21.5",
- "@esbuild/win32-arm64": "0.21.5",
- "@esbuild/win32-ia32": "0.21.5",
- "@esbuild/win32-x64": "0.21.5"
- }
- },
- "node_modules/escalade": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz",
- "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/escape-string-regexp": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
- "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/eslint": {
- "version": "9.7.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.7.0.tgz",
- "integrity": "sha512-FzJ9D/0nGiCGBf8UXO/IGLTgLVzIxze1zpfA8Ton2mjLovXdAPlYDv+MQDcqj3TmrhAGYfOpz9RfR+ent0AgAw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@eslint-community/eslint-utils": "^4.2.0",
- "@eslint-community/regexpp": "^4.11.0",
- "@eslint/config-array": "^0.17.0",
- "@eslint/eslintrc": "^3.1.0",
- "@eslint/js": "9.7.0",
- "@humanwhocodes/module-importer": "^1.0.1",
- "@humanwhocodes/retry": "^0.3.0",
- "@nodelib/fs.walk": "^1.2.8",
- "ajv": "^6.12.4",
- "chalk": "^4.0.0",
- "cross-spawn": "^7.0.2",
- "debug": "^4.3.2",
- "escape-string-regexp": "^4.0.0",
- "eslint-scope": "^8.0.2",
- "eslint-visitor-keys": "^4.0.0",
- "espree": "^10.1.0",
- "esquery": "^1.5.0",
- "esutils": "^2.0.2",
- "fast-deep-equal": "^3.1.3",
- "file-entry-cache": "^8.0.0",
- "find-up": "^5.0.0",
- "glob-parent": "^6.0.2",
- "ignore": "^5.2.0",
- "imurmurhash": "^0.1.4",
- "is-glob": "^4.0.0",
- "is-path-inside": "^3.0.3",
- "json-stable-stringify-without-jsonify": "^1.0.1",
- "levn": "^0.4.1",
- "lodash.merge": "^4.6.2",
- "minimatch": "^3.1.2",
- "natural-compare": "^1.4.0",
- "optionator": "^0.9.3",
- "strip-ansi": "^6.0.1",
- "text-table": "^0.2.0"
- },
- "bin": {
- "eslint": "bin/eslint.js"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/eslint-import-resolver-node": {
- "version": "0.3.9",
- "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
- "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "debug": "^3.2.7",
- "is-core-module": "^2.13.0",
- "resolve": "^1.22.4"
- }
- },
- "node_modules/eslint-import-resolver-node/node_modules/debug": {
- "version": "3.2.7",
- "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
- "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ms": "^2.1.1"
- }
- },
- "node_modules/eslint-plugin-import-x": {
- "version": "4.2.1",
- "resolved": "https://registry.npmjs.org/eslint-plugin-import-x/-/eslint-plugin-import-x-4.2.1.tgz",
- "integrity": "sha512-WWi2GedccIJa0zXxx3WDnTgouGQTtdYK1nhXMwywbqqAgB0Ov+p1pYBsWh3VaB0bvBOwLse6OfVII7jZD9xo5Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/utils": "^8.1.0",
- "debug": "^4.3.4",
- "doctrine": "^3.0.0",
- "eslint-import-resolver-node": "^0.3.9",
- "get-tsconfig": "^4.7.3",
- "is-glob": "^4.0.3",
- "minimatch": "^9.0.3",
- "semver": "^7.6.3",
- "stable-hash": "^0.0.4",
- "tslib": "^2.6.3"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "peerDependencies": {
- "eslint": "^8.57.0 || ^9.0.0"
- }
- },
- "node_modules/eslint-plugin-import-x/node_modules/@typescript-eslint/scope-manager": {
- "version": "8.5.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.5.0.tgz",
- "integrity": "sha512-06JOQ9Qgj33yvBEx6tpC8ecP9o860rsR22hWMEd12WcTRrfaFgHr2RB/CA/B+7BMhHkXT4chg2MyboGdFGawYg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/types": "8.5.0",
- "@typescript-eslint/visitor-keys": "8.5.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "node_modules/eslint-plugin-import-x/node_modules/@typescript-eslint/types": {
- "version": "8.5.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.5.0.tgz",
- "integrity": "sha512-qjkormnQS5wF9pjSi6q60bKUHH44j2APxfh9TQRXK8wbYVeDYYdYJGIROL87LGZZ2gz3Rbmjc736qyL8deVtdw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "node_modules/eslint-plugin-import-x/node_modules/@typescript-eslint/typescript-estree": {
- "version": "8.5.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.5.0.tgz",
- "integrity": "sha512-vEG2Sf9P8BPQ+d0pxdfndw3xIXaoSjliG0/Ejk7UggByZPKXmJmw3GW5jV2gHNQNawBUyfahoSiCFVov0Ruf7Q==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "@typescript-eslint/types": "8.5.0",
- "@typescript-eslint/visitor-keys": "8.5.0",
- "debug": "^4.3.4",
- "fast-glob": "^3.3.2",
- "is-glob": "^4.0.3",
- "minimatch": "^9.0.4",
- "semver": "^7.6.0",
- "ts-api-utils": "^1.3.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/eslint-plugin-import-x/node_modules/@typescript-eslint/utils": {
- "version": "8.5.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.5.0.tgz",
- "integrity": "sha512-6yyGYVL0e+VzGYp60wvkBHiqDWOpT63pdMV2CVG4LVDd5uR6q1qQN/7LafBZtAtNIn/mqXjsSeS5ggv/P0iECw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@eslint-community/eslint-utils": "^4.4.0",
- "@typescript-eslint/scope-manager": "8.5.0",
- "@typescript-eslint/types": "8.5.0",
- "@typescript-eslint/typescript-estree": "8.5.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "eslint": "^8.57.0 || ^9.0.0"
- }
- },
- "node_modules/eslint-plugin-import-x/node_modules/@typescript-eslint/visitor-keys": {
- "version": "8.5.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.5.0.tgz",
- "integrity": "sha512-yTPqMnbAZJNy2Xq2XU8AdtOW9tJIr+UQb64aXB9f3B1498Zx9JorVgFJcZpEc9UBuCCrdzKID2RGAMkYcDtZOw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/types": "8.5.0",
- "eslint-visitor-keys": "^3.4.3"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "node_modules/eslint-scope": {
- "version": "8.0.2",
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.0.2.tgz",
- "integrity": "sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "esrecurse": "^4.3.0",
- "estraverse": "^5.2.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/eslint-visitor-keys": {
- "version": "3.4.3",
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
- "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/eslint/node_modules/ajv": {
- "version": "6.12.6",
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
- "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "fast-deep-equal": "^3.1.1",
- "fast-json-stable-stringify": "^2.0.0",
- "json-schema-traverse": "^0.4.1",
- "uri-js": "^4.2.2"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/epoberezkin"
- }
- },
- "node_modules/eslint/node_modules/brace-expansion": {
- "version": "1.1.11",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
- }
- },
- "node_modules/eslint/node_modules/eslint-visitor-keys": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz",
- "integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/eslint/node_modules/json-schema-traverse": {
- "version": "0.4.1",
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
- "dev": true
- },
- "node_modules/eslint/node_modules/minimatch": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "brace-expansion": "^1.1.7"
- },
- "engines": {
- "node": "*"
- }
- },
- "node_modules/espree": {
- "version": "10.1.0",
- "resolved": "https://registry.npmjs.org/espree/-/espree-10.1.0.tgz",
- "integrity": "sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "acorn": "^8.12.0",
- "acorn-jsx": "^5.3.2",
- "eslint-visitor-keys": "^4.0.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/espree/node_modules/eslint-visitor-keys": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz",
- "integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/esquery": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
- "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "estraverse": "^5.1.0"
- },
- "engines": {
- "node": ">=0.10"
- }
- },
- "node_modules/esrecurse": {
- "version": "4.3.0",
- "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
- "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "estraverse": "^5.2.0"
- },
- "engines": {
- "node": ">=4.0"
- }
- },
- "node_modules/estraverse": {
- "version": "5.3.0",
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
- "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
- "dev": true,
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=4.0"
- }
- },
- "node_modules/estree-walker": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
- "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/estree": "^1.0.0"
- }
- },
- "node_modules/esutils": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
- "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
- "dev": true,
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/eventemitter3": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
- "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
- "license": "MIT"
- },
- "node_modules/execa": {
- "version": "8.0.1",
- "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
- "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cross-spawn": "^7.0.3",
- "get-stream": "^8.0.1",
- "human-signals": "^5.0.0",
- "is-stream": "^3.0.0",
- "merge-stream": "^2.0.0",
- "npm-run-path": "^5.1.0",
- "onetime": "^6.0.0",
- "signal-exit": "^4.1.0",
- "strip-final-newline": "^3.0.0"
- },
- "engines": {
- "node": ">=16.17"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/execa?sponsor=1"
- }
- },
- "node_modules/external-editor": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz",
- "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "chardet": "^0.7.0",
- "iconv-lite": "^0.4.24",
- "tmp": "^0.0.33"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/fast-deep-equal": {
- "version": "3.1.3",
- "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
- "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/fast-glob": {
- "version": "3.3.2",
- "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
- "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@nodelib/fs.stat": "^2.0.2",
- "@nodelib/fs.walk": "^1.2.3",
- "glob-parent": "^5.1.2",
- "merge2": "^1.3.0",
- "micromatch": "^4.0.4"
- },
- "engines": {
- "node": ">=8.6.0"
- }
- },
- "node_modules/fast-glob/node_modules/glob-parent": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
- "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "is-glob": "^4.0.1"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/fast-json-stable-stringify": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
- "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/fast-levenshtein": {
- "version": "2.0.6",
- "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
- "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/fast-uri": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz",
- "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==",
- "dev": true
- },
- "node_modules/fastq": {
- "version": "1.17.1",
- "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
- "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "reusify": "^1.0.4"
- }
- },
- "node_modules/file-entry-cache": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
- "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "flat-cache": "^4.0.0"
- },
- "engines": {
- "node": ">=16.0.0"
- }
- },
- "node_modules/fill-range": {
- "version": "7.1.1",
- "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
- "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "to-regex-range": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/find-up": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
- "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "locate-path": "^6.0.0",
- "path-exists": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/flat-cache": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
- "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "flatted": "^3.2.9",
- "keyv": "^4.5.4"
- },
- "engines": {
- "node": ">=16"
- }
- },
- "node_modules/flatted": {
- "version": "3.3.1",
- "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
- "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/foreground-child": {
- "version": "3.2.1",
- "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.1.tgz",
- "integrity": "sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "cross-spawn": "^7.0.0",
- "signal-exit": "^4.0.1"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/form-data": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
- "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "asynckit": "^0.4.0",
- "combined-stream": "^1.0.8",
- "mime-types": "^2.1.12"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/fsevents": {
- "version": "2.3.3",
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
- "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
- "dev": true,
- "hasInstallScript": true,
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
- }
- },
- "node_modules/function-bind": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
- "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
- "license": "MIT",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/gensync": {
- "version": "1.0.0-beta.2",
- "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
- "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/get-caller-file": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
- "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": "6.* || 8.* || >= 10.*"
- }
- },
- "node_modules/get-func-name": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.2.tgz",
- "integrity": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "*"
- }
- },
- "node_modules/get-intrinsic": {
- "version": "1.2.4",
- "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
- "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==",
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "function-bind": "^1.1.2",
- "has-proto": "^1.0.1",
- "has-symbols": "^1.0.3",
- "hasown": "^2.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/get-stream": {
- "version": "8.0.1",
- "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
- "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/get-tsconfig": {
- "version": "4.8.0",
- "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.8.0.tgz",
- "integrity": "sha512-Pgba6TExTZ0FJAn1qkJAjIeKoDJ3CsI2ChuLohJnZl/tTU8MVrq3b+2t5UOPfRa4RMsorClBjJALkJUMjG1PAw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "resolve-pkg-maps": "^1.0.0"
- },
- "funding": {
- "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
- }
- },
- "node_modules/glob-parent": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
- "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "is-glob": "^4.0.3"
- },
- "engines": {
- "node": ">=10.13.0"
- }
- },
- "node_modules/global-directory": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz",
- "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ini": "4.1.1"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/globals": {
- "version": "14.0.0",
- "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
- "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/globby": {
- "version": "11.1.0",
- "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
- "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "array-union": "^2.1.0",
- "dir-glob": "^3.0.1",
- "fast-glob": "^3.2.9",
- "ignore": "^5.2.0",
- "merge2": "^1.4.1",
- "slash": "^3.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/globrex": {
- "version": "0.1.2",
- "resolved": "https://registry.npmjs.org/globrex/-/globrex-0.1.2.tgz",
- "integrity": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/gopd": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
- "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
- "license": "MIT",
- "dependencies": {
- "get-intrinsic": "^1.1.3"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/graceful-fs": {
- "version": "4.2.11",
- "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
- "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/graphemer": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
- "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/graphql": {
- "version": "16.9.0",
- "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz",
- "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
- }
- },
- "node_modules/has-flag": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/has-property-descriptors": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
- "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
- "license": "MIT",
- "dependencies": {
- "es-define-property": "^1.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/has-proto": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz",
- "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/has-symbols": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
- "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/hasown": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
- "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
- "license": "MIT",
- "dependencies": {
- "function-bind": "^1.1.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/headers-polyfill": {
- "version": "4.0.3",
- "resolved": "https://registry.npmjs.org/headers-polyfill/-/headers-polyfill-4.0.3.tgz",
- "integrity": "sha512-IScLbePpkvO846sIwOtOTDjutRMWdXdJmXdMvk6gCBHxFO8d+QKOQedyZSxFTTFYRSmlgSTDtXqqq4pcenBXLQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/html-encoding-sniffer": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz",
- "integrity": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "whatwg-encoding": "^3.1.1"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/html-escaper": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
- "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/http-proxy-agent": {
- "version": "7.0.2",
- "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
- "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "agent-base": "^7.1.0",
- "debug": "^4.3.4"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/https-proxy-agent": {
- "version": "7.0.5",
- "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz",
- "integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "agent-base": "^7.0.2",
- "debug": "4"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/human-signals": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
- "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": ">=16.17.0"
- }
- },
- "node_modules/i18next": {
- "version": "23.12.2",
- "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.2.tgz",
- "integrity": "sha512-XIeh5V+bi8SJSWGL3jqbTEBW5oD6rbP5L+E7dVQh1MNTxxYef0x15rhJVcRb7oiuq4jLtgy2SD8eFlf6P2cmqg==",
- "funding": [
- {
- "type": "individual",
- "url": "https://locize.com"
- },
- {
- "type": "individual",
- "url": "https://locize.com/i18next.html"
- },
- {
- "type": "individual",
- "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.23.2"
- }
- },
- "node_modules/i18next-browser-languagedetector": {
- "version": "7.2.1",
- "resolved": "https://registry.npmjs.org/i18next-browser-languagedetector/-/i18next-browser-languagedetector-7.2.1.tgz",
- "integrity": "sha512-h/pM34bcH6tbz8WgGXcmWauNpQupCGr25XPp9cZwZInR9XHSjIFDYp1SIok7zSPsTOMxdvuLyu86V+g2Kycnfw==",
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.23.2"
- }
- },
- "node_modules/i18next-http-backend": {
- "version": "2.6.1",
- "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.6.1.tgz",
- "integrity": "sha512-rCilMAnlEQNeKOZY1+x8wLM5IpYOj10guGvEpeC59tNjj6MMreLIjIW8D1RclhD3ifLwn6d/Y9HEM1RUE6DSog==",
- "license": "MIT",
- "dependencies": {
- "cross-fetch": "4.0.0"
- }
- },
- "node_modules/i18next-korean-postposition-processor": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/i18next-korean-postposition-processor/-/i18next-korean-postposition-processor-1.0.0.tgz",
- "integrity": "sha512-ruNXjI9awsFK6Ie+F9gYaMW8ciLMuCkeRjH9QkSv2Wb8xI0mnm773v3M9eua8dtvAXudIUk4p6Ho7hNkEASXDg==",
- "license": "MIT",
- "peerDependencies": {
- "i18next": ">=8.4.0"
- }
- },
- "node_modules/iconv-lite": {
- "version": "0.4.24",
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
- "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "safer-buffer": ">= 2.1.2 < 3"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/ignore": {
- "version": "5.3.1",
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
- "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 4"
- }
- },
- "node_modules/import-fresh": {
- "version": "3.3.0",
- "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
- "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "parent-module": "^1.0.0",
- "resolve-from": "^4.0.0"
- },
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/imurmurhash": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
- "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.8.19"
- }
- },
- "node_modules/ini": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
- "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
- }
- },
- "node_modules/inquirer": {
- "version": "11.0.2",
- "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-11.0.2.tgz",
- "integrity": "sha512-pnbn3nL+JFrTw/pLhzyE/IQ3+gA3n5JxTAZQDjB6qu4gbjOaiTnpZbxT6HY2DDCT7bzDjTTsd3snRP+B6N//Pg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/prompts": "^6.0.1",
- "@inquirer/type": "^2.0.0",
- "@types/mute-stream": "^0.0.4",
- "ansi-escapes": "^4.3.2",
- "mute-stream": "^1.0.0",
- "run-async": "^3.0.0",
- "rxjs": "^7.8.1"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/interpret": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/interpret/-/interpret-3.1.1.tgz",
- "integrity": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=10.13.0"
- }
- },
- "node_modules/is-core-module": {
- "version": "2.15.0",
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz",
- "integrity": "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==",
- "dev": true,
- "dependencies": {
- "hasown": "^2.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-extglob": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
- "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/is-fullwidth-code-point": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/is-glob": {
- "version": "4.0.3",
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
- "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-extglob": "^2.1.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/is-installed-globally": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-1.0.0.tgz",
- "integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "global-directory": "^4.0.1",
- "is-path-inside": "^4.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/is-installed-globally/node_modules/is-path-inside": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
- "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/is-node-process": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/is-node-process/-/is-node-process-1.2.0.tgz",
- "integrity": "sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/is-number": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
- "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.12.0"
- }
- },
- "node_modules/is-path-inside": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
- "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/is-potential-custom-element-name": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
- "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/is-stream": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
- "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/isarray": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
- "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
- "license": "MIT"
- },
- "node_modules/isexe": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
- "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/istanbul-lib-coverage": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz",
- "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==",
- "dev": true,
- "license": "BSD-3-Clause",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/istanbul-lib-instrument": {
- "version": "6.0.3",
- "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz",
- "integrity": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "@babel/core": "^7.23.9",
- "@babel/parser": "^7.23.9",
- "@istanbuljs/schema": "^0.1.3",
- "istanbul-lib-coverage": "^3.2.0",
- "semver": "^7.5.4"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/istanbul-lib-report": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz",
- "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "istanbul-lib-coverage": "^3.0.0",
- "make-dir": "^4.0.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/istanbul-lib-source-maps": {
- "version": "5.0.6",
- "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-5.0.6.tgz",
- "integrity": "sha512-yg2d+Em4KizZC5niWhQaIomgf5WlL4vOOjZ5xGCmF8SnPE/mDWWXgvRExdcpCgh9lLRRa1/fSYp2ymmbJ1pI+A==",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "@jridgewell/trace-mapping": "^0.3.23",
- "debug": "^4.1.1",
- "istanbul-lib-coverage": "^3.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/istanbul-reports": {
- "version": "3.1.7",
- "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz",
- "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "html-escaper": "^2.0.0",
- "istanbul-lib-report": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/jackspeak": {
- "version": "3.4.3",
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
- "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
- "dev": true,
- "license": "BlueOak-1.0.0",
- "dependencies": {
- "@isaacs/cliui": "^8.0.2"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- },
- "optionalDependencies": {
- "@pkgjs/parseargs": "^0.11.0"
- }
- },
- "node_modules/jest-canvas-mock": {
- "version": "2.5.2",
- "resolved": "https://registry.npmjs.org/jest-canvas-mock/-/jest-canvas-mock-2.5.2.tgz",
- "integrity": "sha512-vgnpPupjOL6+L5oJXzxTxFrlGEIbHdZqFU+LFNdtLxZ3lRDCl17FlTMM7IatoRQkrcyOTMlDinjUguqmQ6bR2A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cssfontparser": "^1.2.1",
- "moo-color": "^1.0.2"
- }
- },
- "node_modules/js-tokens": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
- "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/js-yaml": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
- "license": "MIT",
- "dependencies": {
- "argparse": "^2.0.1"
- },
- "bin": {
- "js-yaml": "bin/js-yaml.js"
- }
- },
- "node_modules/jsdom": {
- "version": "24.1.0",
- "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-24.1.0.tgz",
- "integrity": "sha512-6gpM7pRXCwIOKxX47cgOyvyQDN/Eh0f1MeKySBV2xGdKtqJBLj8P25eY3EVCWo2mglDDzozR2r2MW4T+JiNUZA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cssstyle": "^4.0.1",
- "data-urls": "^5.0.0",
- "decimal.js": "^10.4.3",
- "form-data": "^4.0.0",
- "html-encoding-sniffer": "^4.0.0",
- "http-proxy-agent": "^7.0.2",
- "https-proxy-agent": "^7.0.4",
- "is-potential-custom-element-name": "^1.0.1",
- "nwsapi": "^2.2.10",
- "parse5": "^7.1.2",
- "rrweb-cssom": "^0.7.0",
- "saxes": "^6.0.0",
- "symbol-tree": "^3.2.4",
- "tough-cookie": "^4.1.4",
- "w3c-xmlserializer": "^5.0.0",
- "webidl-conversions": "^7.0.0",
- "whatwg-encoding": "^3.1.1",
- "whatwg-mimetype": "^4.0.0",
- "whatwg-url": "^14.0.0",
- "ws": "^8.17.0",
- "xml-name-validator": "^5.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "peerDependencies": {
- "canvas": "^2.11.2"
- },
- "peerDependenciesMeta": {
- "canvas": {
- "optional": true
- }
- }
- },
- "node_modules/jsesc": {
- "version": "2.5.2",
- "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
- "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
- "dev": true,
- "license": "MIT",
- "bin": {
- "jsesc": "bin/jsesc"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/json-buffer": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
- "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/json-schema-traverse": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
- "dev": true
- },
- "node_modules/json-stable-stringify": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.1.1.tgz",
- "integrity": "sha512-SU/971Kt5qVQfJpyDveVhQ/vya+5hvrjClFOcr8c0Fq5aODJjMwutrOfCU+eCnVD5gpx1Q3fEqkyom77zH1iIg==",
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.5",
- "isarray": "^2.0.5",
- "jsonify": "^0.0.1",
- "object-keys": "^1.1.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/json-stable-stringify-without-jsonify": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
- "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/json5": {
- "version": "2.2.3",
- "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
- "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
- "dev": true,
- "license": "MIT",
- "bin": {
- "json5": "lib/cli.js"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/jsonify": {
- "version": "0.0.1",
- "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.1.tgz",
- "integrity": "sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==",
- "license": "Public Domain",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/keyv": {
- "version": "4.5.4",
- "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
- "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "json-buffer": "3.0.1"
- }
- },
- "node_modules/kleur": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
- "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/lefthook": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/lefthook/-/lefthook-1.7.4.tgz",
- "integrity": "sha512-lVv3nKH9l3KMDS3bySROvWJSw1+AsBHUO7xaA0rg1IEBZrj3+ePmM+a8elX+GU3Go1OzsZEYjo5AOOeLoZ7FQg==",
- "dev": true,
- "hasInstallScript": true,
- "license": "MIT",
- "bin": {
- "lefthook": "bin/index.js"
- },
- "optionalDependencies": {
- "lefthook-darwin-arm64": "1.7.4",
- "lefthook-darwin-x64": "1.7.4",
- "lefthook-freebsd-arm64": "1.7.4",
- "lefthook-freebsd-x64": "1.7.4",
- "lefthook-linux-arm64": "1.7.4",
- "lefthook-linux-x64": "1.7.4",
- "lefthook-windows-arm64": "1.7.4",
- "lefthook-windows-x64": "1.7.4"
- }
- },
- "node_modules/lefthook-darwin-arm64": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/lefthook-darwin-arm64/-/lefthook-darwin-arm64-1.7.4.tgz",
- "integrity": "sha512-6XpenaP0W7ZYA3lhHey/C1U+KmYz6eCq2cGswQsrTX+xdtHdWW3NbbOKngxATRTF8+CtF6m9UB2afP7qqkCghQ==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ]
- },
- "node_modules/lefthook-darwin-x64": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/lefthook-darwin-x64/-/lefthook-darwin-x64-1.7.4.tgz",
- "integrity": "sha512-lpQXbPMHiaWE7+9fV+spjuMKiZ3J/+oI6hY1/l48MO3LmSpIv6DNy0VHho1fZVQnHdBU4bDh5c1G0r1f5T0irg==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ]
- },
- "node_modules/lefthook-freebsd-arm64": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/lefthook-freebsd-arm64/-/lefthook-freebsd-arm64-1.7.4.tgz",
- "integrity": "sha512-wv+JZgkD1/wi4X5aKKNodvxNcFcYmvL7uyzKkbtd/LgX5ssh9r5pO9J/71ULGtEuTXH4kqORRtez7u/ygqMEew==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "freebsd"
- ]
- },
- "node_modules/lefthook-freebsd-x64": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/lefthook-freebsd-x64/-/lefthook-freebsd-x64-1.7.4.tgz",
- "integrity": "sha512-xoYR0Ay8pbyY9W9mI+iI9VDkkCVYSXhMf9XyOChSlu2XmjKiqi23hjCXvSOpvHQ7jphGvAVpE3Byijr6Xjuihw==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "freebsd"
- ]
- },
- "node_modules/lefthook-linux-arm64": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/lefthook-linux-arm64/-/lefthook-linux-arm64-1.7.4.tgz",
- "integrity": "sha512-WvXWzSM/e08n2f5lcC8j+pUMS0RzZftJK4zuBQ36TstSYXfBjWiw+FMnKCVZk6Q8Zc0icyF8sTmKQAyKCgX+UA==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/lefthook-linux-x64": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/lefthook-linux-x64/-/lefthook-linux-x64-1.7.4.tgz",
- "integrity": "sha512-eR5NxGzqPJm3wDTm4HStwGxOZ8Omb0ooodyuQdEOxtYidLrd4U18N14huwCEFd3BAOrjIWYV8plH+ReTZE56eg==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/lefthook-windows-arm64": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/lefthook-windows-arm64/-/lefthook-windows-arm64-1.7.4.tgz",
- "integrity": "sha512-C+MdHH+0ylermetMHwfHsYYNI5HI6QEOx7N4Iw4Ea6c3Yuj3eG3LsAzrhsup7KLSSBmDgIHOCJUx/Mfh2z+ATw==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ]
- },
- "node_modules/lefthook-windows-x64": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/lefthook-windows-x64/-/lefthook-windows-x64-1.7.4.tgz",
- "integrity": "sha512-BDQhiRzmMYPFQFtVtkRfUfeZuSlemG1oJfGKYXlCGFskvK9Jm1nGFnG0Ig63FAQaFdW33DFoLdr9ZKFTUQeSwQ==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ]
- },
- "node_modules/levn": {
- "version": "0.4.1",
- "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
- "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "prelude-ls": "^1.2.1",
- "type-check": "~0.4.0"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/linkify-it": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz",
- "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
- "dev": true,
- "dependencies": {
- "uc.micro": "^2.0.0"
- }
- },
- "node_modules/locate-path": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
- "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-locate": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/lodash.merge": {
- "version": "4.6.2",
- "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
- "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/loupe": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.1.1.tgz",
- "integrity": "sha512-edNu/8D5MKVfGVFRhFf8aAxiTM6Wumfz5XsaatSxlD3w4R1d/WEKUTydCdPGbl9K7QG/Ca3GnDV2sIKIpXRQcw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "get-func-name": "^2.0.1"
- }
- },
- "node_modules/lru-cache": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
- "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "yallist": "^3.0.2"
- }
- },
- "node_modules/lunr": {
- "version": "2.3.9",
- "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz",
- "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/magic-string": {
- "version": "0.30.11",
- "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.11.tgz",
- "integrity": "sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@jridgewell/sourcemap-codec": "^1.5.0"
- }
- },
- "node_modules/magicast": {
- "version": "0.3.4",
- "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.4.tgz",
- "integrity": "sha512-TyDF/Pn36bBji9rWKHlZe+PZb6Mx5V8IHCSxk7X4aljM4e/vyDvZZYwHewdVaqiA0nb3ghfHU/6AUpDxWoER2Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/parser": "^7.24.4",
- "@babel/types": "^7.24.0",
- "source-map-js": "^1.2.0"
- }
- },
- "node_modules/make-dir": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
- "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "semver": "^7.5.3"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/markdown-it": {
- "version": "14.1.0",
- "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz",
- "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==",
- "dev": true,
- "dependencies": {
- "argparse": "^2.0.1",
- "entities": "^4.4.0",
- "linkify-it": "^5.0.0",
- "mdurl": "^2.0.0",
- "punycode.js": "^2.3.1",
- "uc.micro": "^2.1.0"
- },
- "bin": {
- "markdown-it": "bin/markdown-it.mjs"
- }
- },
- "node_modules/mdurl": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
- "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==",
- "dev": true
- },
- "node_modules/memoize": {
- "version": "10.0.0",
- "resolved": "https://registry.npmjs.org/memoize/-/memoize-10.0.0.tgz",
- "integrity": "sha512-H6cBLgsi6vMWOcCpvVCdFFnl3kerEXbrYh9q+lY6VXvQSmM6CkmV08VOwT+WE2tzIEqRPFfAq3fm4v/UIW6mSA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "mimic-function": "^5.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/memoize?sponsor=1"
- }
- },
- "node_modules/merge-stream": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
- "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/merge2": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
- "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/micromatch": {
- "version": "4.0.7",
- "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz",
- "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "braces": "^3.0.3",
- "picomatch": "^2.3.1"
- },
- "engines": {
- "node": ">=8.6"
- }
- },
- "node_modules/micromatch/node_modules/picomatch": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8.6"
- },
- "funding": {
- "url": "https://github.com/sponsors/jonschlinkert"
- }
- },
- "node_modules/mime-db": {
- "version": "1.52.0",
- "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
- "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/mime-types": {
- "version": "2.1.35",
- "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
- "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "mime-db": "1.52.0"
- },
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/mimic-fn": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz",
- "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/mimic-function": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz",
- "integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/minimatch": {
- "version": "9.0.5",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "brace-expansion": "^2.0.1"
- },
- "engines": {
- "node": ">=16 || 14 >=14.17"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/minimist": {
- "version": "1.2.8",
- "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
- "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
- "dev": true,
- "license": "MIT",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/minipass": {
- "version": "7.1.2",
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
- "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=16 || 14 >=14.17"
- }
- },
- "node_modules/moo-color": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/moo-color/-/moo-color-1.0.3.tgz",
- "integrity": "sha512-i/+ZKXMDf6aqYtBhuOcej71YSlbjT3wCO/4H1j8rPvxDJEifdwgg5MaFyu6iYAT8GBZJg2z0dkgK4YMzvURALQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-name": "^1.1.4"
- }
- },
- "node_modules/ms": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
- "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/msw": {
- "version": "2.4.9",
- "resolved": "https://registry.npmjs.org/msw/-/msw-2.4.9.tgz",
- "integrity": "sha512-1m8xccT6ipN4PTqLinPwmzhxQREuxaEJYdx4nIbggxP8aM7r1e71vE7RtOUSQoAm1LydjGfZKy7370XD/tsuYg==",
- "dev": true,
- "hasInstallScript": true,
- "license": "MIT",
- "dependencies": {
- "@bundled-es-modules/cookie": "^2.0.0",
- "@bundled-es-modules/statuses": "^1.0.1",
- "@bundled-es-modules/tough-cookie": "^0.1.6",
- "@inquirer/confirm": "^3.0.0",
- "@mswjs/interceptors": "^0.35.8",
- "@open-draft/until": "^2.1.0",
- "@types/cookie": "^0.6.0",
- "@types/statuses": "^2.0.4",
- "chalk": "^4.1.2",
- "graphql": "^16.8.1",
- "headers-polyfill": "^4.0.2",
- "is-node-process": "^1.2.0",
- "outvariant": "^1.4.2",
- "path-to-regexp": "^6.3.0",
- "strict-event-emitter": "^0.5.1",
- "type-fest": "^4.9.0",
- "yargs": "^17.7.2"
- },
- "bin": {
- "msw": "cli/index.js"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/mswjs"
- },
- "peerDependencies": {
- "typescript": ">= 4.8.x"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/msw/node_modules/@inquirer/confirm": {
- "version": "3.2.0",
- "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.2.0.tgz",
- "integrity": "sha512-oOIwPs0Dvq5220Z8lGL/6LHRTEr9TgLHmiI99Rj1PJ1p1czTys+olrgBqZk4E2qC0YTzeHprxSQmoHioVdJ7Lw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.1.0",
- "@inquirer/type": "^1.5.3"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/msw/node_modules/@inquirer/type": {
- "version": "1.5.5",
- "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz",
- "integrity": "sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "mute-stream": "^1.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/msw/node_modules/type-fest": {
- "version": "4.26.1",
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
- "integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/mustache": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
- "integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==",
- "license": "MIT",
- "bin": {
- "mustache": "bin/mustache"
- }
- },
- "node_modules/mute-stream": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz",
- "integrity": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
- }
- },
- "node_modules/nanoid": {
- "version": "3.3.7",
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
- "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "bin": {
- "nanoid": "bin/nanoid.cjs"
- },
- "engines": {
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
- }
- },
- "node_modules/natural-compare": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
- "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/node-fetch": {
- "version": "2.7.0",
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
- "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
- "license": "MIT",
- "dependencies": {
- "whatwg-url": "^5.0.0"
- },
- "engines": {
- "node": "4.x || >=6.0.0"
- },
- "peerDependencies": {
- "encoding": "^0.1.0"
- },
- "peerDependenciesMeta": {
- "encoding": {
- "optional": true
- }
- }
- },
- "node_modules/node-fetch/node_modules/tr46": {
- "version": "0.0.3",
- "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
- "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
- },
- "node_modules/node-fetch/node_modules/webidl-conversions": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
- "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
- },
- "node_modules/node-fetch/node_modules/whatwg-url": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
- "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
- "dependencies": {
- "tr46": "~0.0.3",
- "webidl-conversions": "^3.0.0"
- }
- },
- "node_modules/node-releases": {
- "version": "2.0.17",
- "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.17.tgz",
- "integrity": "sha512-Ww6ZlOiEQfPfXM45v17oabk77Z7mg5bOt7AjDyzy7RjK9OrLrLC8dyZQoAPEOtFX9SaNf1Tdvr5gRJWdTJj7GA==",
- "dev": true
- },
- "node_modules/npm-run-path": {
- "version": "5.3.0",
- "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
- "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "path-key": "^4.0.0"
- },
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/npm-run-path/node_modules/path-key": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
- "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/nwsapi": {
- "version": "2.2.12",
- "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.12.tgz",
- "integrity": "sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==",
- "dev": true
- },
- "node_modules/object-keys": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
- "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/onetime": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz",
- "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "mimic-fn": "^4.0.0"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/optionator": {
- "version": "0.9.4",
- "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
- "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "deep-is": "^0.1.3",
- "fast-levenshtein": "^2.0.6",
- "levn": "^0.4.1",
- "prelude-ls": "^1.2.1",
- "type-check": "^0.4.0",
- "word-wrap": "^1.2.5"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/os-tmpdir": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
- "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/outvariant": {
- "version": "1.4.3",
- "resolved": "https://registry.npmjs.org/outvariant/-/outvariant-1.4.3.tgz",
- "integrity": "sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/p-limit": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
- "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "yocto-queue": "^0.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/p-locate": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
- "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-limit": "^3.0.2"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/package-json-from-dist": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz",
- "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==",
- "dev": true,
- "license": "BlueOak-1.0.0"
- },
- "node_modules/papaparse": {
- "version": "5.4.1",
- "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.4.1.tgz",
- "integrity": "sha512-HipMsgJkZu8br23pW15uvo6sib6wne/4woLZPlFf3rpDyMe9ywEXUsuD7+6K9PRkJlVT51j/sCOYDKGGS3ZJrw==",
- "license": "MIT"
- },
- "node_modules/parent-module": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
- "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "callsites": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/parse5": {
- "version": "7.1.2",
- "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz",
- "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "entities": "^4.4.0"
- },
- "funding": {
- "url": "https://github.com/inikulin/parse5?sponsor=1"
- }
- },
- "node_modules/path-exists": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
- "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/path-key": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/path-parse": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
- "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/path-scurry": {
- "version": "1.11.1",
- "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
- "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
- "dev": true,
- "license": "BlueOak-1.0.0",
- "dependencies": {
- "lru-cache": "^10.2.0",
- "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
- },
- "engines": {
- "node": ">=16 || 14 >=14.18"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/path-scurry/node_modules/lru-cache": {
- "version": "10.4.3",
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
- "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/path-to-regexp": {
- "version": "6.3.0",
- "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz",
- "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/path-type": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
- "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/pathe": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz",
- "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/pathval": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.0.tgz",
- "integrity": "sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 14.16"
- }
- },
- "node_modules/phaser": {
- "version": "3.80.1",
- "resolved": "https://registry.npmjs.org/phaser/-/phaser-3.80.1.tgz",
- "integrity": "sha512-VQGAWoDOkEpAWYkI+PUADv5Ql+SM0xpLuAMBJHz9tBcOLqjJ2wd8bUhxJgOqclQlLTg97NmMd9MhS75w16x1Cw==",
- "license": "MIT",
- "dependencies": {
- "eventemitter3": "^5.0.1"
- }
- },
- "node_modules/phaser3-rex-plugins": {
- "version": "1.80.5",
- "resolved": "https://registry.npmjs.org/phaser3-rex-plugins/-/phaser3-rex-plugins-1.80.5.tgz",
- "integrity": "sha512-hdL3Cm6dK72w6phQdGnEiqqntlwT8SvjU0yit7DkdqiPy/Io1g3KnsRFqndtY+Hu69zaMEuckpIVeQK6yVwx4A==",
- "dependencies": {
- "eventemitter3": "^3.1.2",
- "i18next": "^22.5.1",
- "i18next-http-backend": "^2.5.2",
- "js-yaml": "^4.1.0",
- "mustache": "^4.2.0",
- "papaparse": "^5.4.1",
- "webfontloader": "^1.6.28"
- }
- },
- "node_modules/phaser3-rex-plugins/node_modules/eventemitter3": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.2.tgz",
- "integrity": "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==",
- "license": "MIT"
- },
- "node_modules/phaser3-rex-plugins/node_modules/i18next": {
- "version": "22.5.1",
- "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.5.1.tgz",
- "integrity": "sha512-8TGPgM3pAD+VRsMtUMNknRz3kzqwp/gPALrWMsDnmC1mKqJwpWyooQRLMcbTwq8z8YwSmuj+ZYvc+xCuEpkssA==",
- "funding": [
- {
- "type": "individual",
- "url": "https://locize.com"
- },
- {
- "type": "individual",
- "url": "https://locize.com/i18next.html"
- },
- {
- "type": "individual",
- "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.20.6"
- }
- },
- "node_modules/phaser3spectorjs": {
- "version": "0.0.8",
- "resolved": "https://registry.npmjs.org/phaser3spectorjs/-/phaser3spectorjs-0.0.8.tgz",
- "integrity": "sha512-0dSO7/aMjEUPrp5EcjRvRRsEf+jXDbmzalPeJ6VtTB2Pn1PeaKc+qlL/DmO3l1Dvc5lkzc+Sil1Ta+Hkyi5cbA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/picocolors": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
- "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==",
- "dev": true
- },
- "node_modules/picomatch": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
- "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/jonschlinkert"
- }
- },
- "node_modules/possible-typed-array-names": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz",
- "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==",
- "dev": true,
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/postcss": {
- "version": "8.4.47",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz",
- "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==",
- "dev": true,
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/postcss"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "dependencies": {
- "nanoid": "^3.3.7",
- "picocolors": "^1.1.0",
- "source-map-js": "^1.2.1"
- },
- "engines": {
- "node": "^10 || ^12 || >=14"
- }
- },
- "node_modules/postcss/node_modules/picocolors": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz",
- "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==",
- "dev": true
- },
- "node_modules/prelude-ls": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
- "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/prompts": {
- "version": "2.4.2",
- "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
- "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "kleur": "^3.0.3",
- "sisteransi": "^1.0.5"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/psl": {
- "version": "1.9.0",
- "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz",
- "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/punycode": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
- "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/punycode.js": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz",
- "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/querystringify": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
- "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/queue-microtask": {
- "version": "1.2.3",
- "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
- "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ]
- },
- "node_modules/rechoir": {
- "version": "0.8.0",
- "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz",
- "integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "resolve": "^1.20.0"
- },
- "engines": {
- "node": ">= 10.13.0"
- }
- },
- "node_modules/regenerator-runtime": {
- "version": "0.14.1",
- "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
- "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
- "license": "MIT"
- },
- "node_modules/regexp-tree": {
- "version": "0.1.27",
- "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz",
- "integrity": "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==",
- "dev": true,
- "license": "MIT",
- "bin": {
- "regexp-tree": "bin/regexp-tree"
- }
- },
- "node_modules/require-directory": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
- "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/require-from-string": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
- "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/requires-port": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
- "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/resolve": {
- "version": "1.22.8",
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
- "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-core-module": "^2.13.0",
- "path-parse": "^1.0.7",
- "supports-preserve-symlinks-flag": "^1.0.0"
- },
- "bin": {
- "resolve": "bin/resolve"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/resolve-from": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
- "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/resolve-pkg-maps": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
- "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
- "dev": true,
- "license": "MIT",
- "funding": {
- "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
- }
- },
- "node_modules/reusify": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
- "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "iojs": ">=1.0.0",
- "node": ">=0.10.0"
- }
- },
- "node_modules/rollup": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.22.4.tgz",
- "integrity": "sha512-vD8HJ5raRcWOyymsR6Z3o6+RzfEPCnVLMFJ6vRslO1jt4LO6dUo5Qnpg7y4RkZFM2DMe3WUirkI5c16onjrc6A==",
- "dev": true,
- "dependencies": {
- "@types/estree": "1.0.5"
- },
- "bin": {
- "rollup": "dist/bin/rollup"
- },
- "engines": {
- "node": ">=18.0.0",
- "npm": ">=8.0.0"
- },
- "optionalDependencies": {
- "@rollup/rollup-android-arm-eabi": "4.22.4",
- "@rollup/rollup-android-arm64": "4.22.4",
- "@rollup/rollup-darwin-arm64": "4.22.4",
- "@rollup/rollup-darwin-x64": "4.22.4",
- "@rollup/rollup-linux-arm-gnueabihf": "4.22.4",
- "@rollup/rollup-linux-arm-musleabihf": "4.22.4",
- "@rollup/rollup-linux-arm64-gnu": "4.22.4",
- "@rollup/rollup-linux-arm64-musl": "4.22.4",
- "@rollup/rollup-linux-powerpc64le-gnu": "4.22.4",
- "@rollup/rollup-linux-riscv64-gnu": "4.22.4",
- "@rollup/rollup-linux-s390x-gnu": "4.22.4",
- "@rollup/rollup-linux-x64-gnu": "4.22.4",
- "@rollup/rollup-linux-x64-musl": "4.22.4",
- "@rollup/rollup-win32-arm64-msvc": "4.22.4",
- "@rollup/rollup-win32-ia32-msvc": "4.22.4",
- "@rollup/rollup-win32-x64-msvc": "4.22.4",
- "fsevents": "~2.3.2"
- }
- },
- "node_modules/rrweb-cssom": {
- "version": "0.7.1",
- "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.7.1.tgz",
- "integrity": "sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==",
- "dev": true
- },
- "node_modules/run-async": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
- "integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.12.0"
- }
- },
- "node_modules/run-parallel": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
- "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "queue-microtask": "^1.2.2"
- }
- },
- "node_modules/rxjs": {
- "version": "7.8.1",
- "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
- "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "tslib": "^2.1.0"
- }
- },
- "node_modules/safe-regex": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-2.1.1.tgz",
- "integrity": "sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "regexp-tree": "~0.1.1"
- }
- },
- "node_modules/safer-buffer": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
- "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/saxes": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
- "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "xmlchars": "^2.2.0"
- },
- "engines": {
- "node": ">=v12.22.7"
- }
- },
- "node_modules/semver": {
- "version": "7.6.3",
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
- "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
- "dev": true,
- "bin": {
- "semver": "bin/semver.js"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/set-function-length": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
- "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
- "license": "MIT",
- "dependencies": {
- "define-data-property": "^1.1.4",
- "es-errors": "^1.3.0",
- "function-bind": "^1.1.2",
- "get-intrinsic": "^1.2.4",
- "gopd": "^1.0.1",
- "has-property-descriptors": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/shebang-command": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "shebang-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/shebang-regex": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/shiki": {
- "version": "1.12.0",
- "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.12.0.tgz",
- "integrity": "sha512-BuAxWOm5JhRcbSOl7XCei8wGjgJJonnV0oipUupPY58iULxUGyHhW5CF+9FRMuM1pcJ5cGEJGll1LusX6FwpPA==",
- "dev": true,
- "dependencies": {
- "@shikijs/core": "1.12.0",
- "@types/hast": "^3.0.4"
- }
- },
- "node_modules/siginfo": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
- "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/signal-exit": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/sisteransi": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
- "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/slash": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
- "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/source-map-js": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
- "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/stable-hash": {
- "version": "0.0.4",
- "resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.4.tgz",
- "integrity": "sha512-LjdcbuBeLcdETCrPn9i8AYAZ1eCtu4ECAWtP7UleOiZ9LzVxRzzUZEoZ8zB24nhkQnDWyET0I+3sWokSDS3E7g==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/stackback": {
- "version": "0.0.2",
- "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
- "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/statuses": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
- "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/std-env": {
- "version": "3.7.0",
- "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.7.0.tgz",
- "integrity": "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/strict-event-emitter": {
- "version": "0.5.1",
- "resolved": "https://registry.npmjs.org/strict-event-emitter/-/strict-event-emitter-0.5.1.tgz",
- "integrity": "sha512-vMgjE/GGEPEFnhFub6pa4FmJBRBVOLpIII2hvCZ8Kzb7K0hlHo7mQv6xYrBvCL2LtAIBwFUK8wvuJgTVSQ5MFQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/string-width": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
- "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "eastasianwidth": "^0.2.0",
- "emoji-regex": "^9.2.2",
- "strip-ansi": "^7.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/string-width-cjs": {
- "name": "string-width",
- "version": "4.2.3",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/string-width-cjs/node_modules/emoji-regex": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/string-width/node_modules/ansi-regex": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
- }
- },
- "node_modules/string-width/node_modules/strip-ansi": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^6.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
- }
- },
- "node_modules/strip-ansi": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/strip-ansi-cjs": {
- "name": "strip-ansi",
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/strip-bom": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
- "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/strip-final-newline": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
- "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/strip-json-comments": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
- "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/supports-color": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
- "dev": true,
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/supports-preserve-symlinks-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
- "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/symbol-tree": {
- "version": "3.2.4",
- "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
- "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/tapable": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
- "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/teamcity-service-messages": {
- "version": "0.1.14",
- "resolved": "https://registry.npmjs.org/teamcity-service-messages/-/teamcity-service-messages-0.1.14.tgz",
- "integrity": "sha512-29aQwaHqm8RMX74u2o/h1KbMLP89FjNiMxD9wbF2BbWOnbM+q+d1sCEC+MqCc4QW3NJykn77OMpTFw/xTHIc0w==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/test-exclude": {
- "version": "7.0.1",
- "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-7.0.1.tgz",
- "integrity": "sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "@istanbuljs/schema": "^0.1.2",
- "glob": "^10.4.1",
- "minimatch": "^9.0.4"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/test-exclude/node_modules/glob": {
- "version": "10.4.5",
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
- "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "foreground-child": "^3.1.0",
- "jackspeak": "^3.1.2",
- "minimatch": "^9.0.4",
- "minipass": "^7.1.2",
- "package-json-from-dist": "^1.0.0",
- "path-scurry": "^1.11.1"
- },
- "bin": {
- "glob": "dist/esm/bin.mjs"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/text-table": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
- "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/tinybench": {
- "version": "2.8.0",
- "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.8.0.tgz",
- "integrity": "sha512-1/eK7zUnIklz4JUUlL+658n58XO2hHLQfSk1Zf2LKieUjxidN16eKFEoDEfjHc3ohofSSqK3X5yO6VGb6iW8Lw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/tinypool": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-1.0.0.tgz",
- "integrity": "sha512-KIKExllK7jp3uvrNtvRBYBWBOAXSX8ZvoaD8T+7KB/QHIuoJW3Pmr60zucywjAlMb5TeXUkcs/MWeWLu0qvuAQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^18.0.0 || >=20.0.0"
- }
- },
- "node_modules/tinyrainbow": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-1.2.0.tgz",
- "integrity": "sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14.0.0"
- }
- },
- "node_modules/tinyspy": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-3.0.0.tgz",
- "integrity": "sha512-q5nmENpTHgiPVd1cJDDc9cVoYN5x4vCvwT3FMilvKPKneCBZAxn2YWQjDF0UMcE9k0Cay1gBiDfTMU0g+mPMQA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14.0.0"
- }
- },
- "node_modules/tmp": {
- "version": "0.0.33",
- "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
- "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "os-tmpdir": "~1.0.2"
- },
- "engines": {
- "node": ">=0.6.0"
- }
- },
- "node_modules/to-fast-properties": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
- "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/to-regex-range": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
- "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-number": "^7.0.0"
- },
- "engines": {
- "node": ">=8.0"
- }
- },
- "node_modules/tough-cookie": {
- "version": "4.1.4",
- "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz",
- "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "psl": "^1.1.33",
- "punycode": "^2.1.1",
- "universalify": "^0.2.0",
- "url-parse": "^1.5.3"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/tr46": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.0.0.tgz",
- "integrity": "sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==",
- "dev": true,
- "dependencies": {
- "punycode": "^2.3.1"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/ts-api-utils": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz",
- "integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=16"
- },
- "peerDependencies": {
- "typescript": ">=4.2.0"
- }
- },
- "node_modules/tsconfck": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.1.1.tgz",
- "integrity": "sha512-00eoI6WY57SvZEVjm13stEVE90VkEdJAFGgpFLTsZbJyW/LwFQ7uQxJHWpZ2hzSWgCPKc9AnBnNP+0X7o3hAmQ==",
- "dev": true,
- "license": "MIT",
- "bin": {
- "tsconfck": "bin/tsconfck.js"
- },
- "engines": {
- "node": "^18 || >=20"
- },
- "peerDependencies": {
- "typescript": "^5.0.0"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/tsconfig-paths-webpack-plugin": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-4.1.0.tgz",
- "integrity": "sha512-xWFISjviPydmtmgeUAuXp4N1fky+VCtfhOkDUFIv5ea7p4wuTomI4QTrXvFBX2S4jZsmyTSrStQl+E+4w+RzxA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "chalk": "^4.1.0",
- "enhanced-resolve": "^5.7.0",
- "tsconfig-paths": "^4.1.2"
- },
- "engines": {
- "node": ">=10.13.0"
- }
- },
- "node_modules/tsconfig-paths-webpack-plugin/node_modules/tsconfig-paths": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz",
- "integrity": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "json5": "^2.2.2",
- "minimist": "^1.2.6",
- "strip-bom": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/tslib": {
- "version": "2.7.0",
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz",
- "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==",
- "dev": true,
- "license": "0BSD"
- },
- "node_modules/type-check": {
- "version": "0.4.0",
- "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
- "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "prelude-ls": "^1.2.1"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/type-fest": {
- "version": "0.21.3",
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
- "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/typedoc": {
- "version": "0.26.5",
- "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.5.tgz",
- "integrity": "sha512-Vn9YKdjKtDZqSk+by7beZ+xzkkr8T8CYoiasqyt4TTRFy5+UHzL/mF/o4wGBjRF+rlWQHDb0t6xCpA3JNL5phg==",
- "dev": true,
- "dependencies": {
- "lunr": "^2.3.9",
- "markdown-it": "^14.1.0",
- "minimatch": "^9.0.5",
- "shiki": "^1.9.1",
- "yaml": "^2.4.5"
- },
- "bin": {
- "typedoc": "bin/typedoc"
- },
- "engines": {
- "node": ">= 18"
- },
- "peerDependencies": {
- "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x"
- }
- },
- "node_modules/typescript": {
- "version": "5.5.4",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
- "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
- "dev": true,
- "bin": {
- "tsc": "bin/tsc",
- "tsserver": "bin/tsserver"
- },
- "engines": {
- "node": ">=14.17"
- }
- },
- "node_modules/typescript-eslint": {
- "version": "8.0.0-alpha.58",
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.0.0-alpha.58.tgz",
- "integrity": "sha512-0mvrodNhExpkWns+5RaZP8YqsAfPyjmPVVM1p+kaJkvApMH58/VFcQ0iSQuun0bFRNCMvW0ZUdulS9AsHqVXkg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/eslint-plugin": "8.0.0-alpha.58",
- "@typescript-eslint/parser": "8.0.0-alpha.58",
- "@typescript-eslint/utils": "8.0.0-alpha.58"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/uc.micro": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
- "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==",
- "dev": true
- },
- "node_modules/undici-types": {
- "version": "5.26.5",
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
- "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/universalify": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
- "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 4.0.0"
- }
- },
- "node_modules/update-browserslist-db": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz",
- "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==",
- "dev": true,
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/browserslist"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/browserslist"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "escalade": "^3.1.2",
- "picocolors": "^1.0.1"
- },
- "bin": {
- "update-browserslist-db": "cli.js"
- },
- "peerDependencies": {
- "browserslist": ">= 4.21.0"
- }
- },
- "node_modules/uri-js": {
- "version": "4.4.1",
- "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
- "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
- "dev": true,
- "dependencies": {
- "punycode": "^2.1.0"
- }
- },
- "node_modules/url-parse": {
- "version": "1.5.10",
- "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
- "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "querystringify": "^2.1.1",
- "requires-port": "^1.0.0"
- }
- },
- "node_modules/vite": {
- "version": "5.4.8",
- "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz",
- "integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==",
- "dev": true,
- "dependencies": {
- "esbuild": "^0.21.3",
- "postcss": "^8.4.43",
- "rollup": "^4.20.0"
- },
- "bin": {
- "vite": "bin/vite.js"
- },
- "engines": {
- "node": "^18.0.0 || >=20.0.0"
- },
- "funding": {
- "url": "https://github.com/vitejs/vite?sponsor=1"
- },
- "optionalDependencies": {
- "fsevents": "~2.3.3"
- },
- "peerDependencies": {
- "@types/node": "^18.0.0 || >=20.0.0",
- "less": "*",
- "lightningcss": "^1.21.0",
- "sass": "*",
- "sass-embedded": "*",
- "stylus": "*",
- "sugarss": "*",
- "terser": "^5.4.0"
- },
- "peerDependenciesMeta": {
- "@types/node": {
- "optional": true
- },
- "less": {
- "optional": true
- },
- "lightningcss": {
- "optional": true
- },
- "sass": {
- "optional": true
- },
- "sass-embedded": {
- "optional": true
- },
- "stylus": {
- "optional": true
- },
- "sugarss": {
- "optional": true
- },
- "terser": {
- "optional": true
- }
- }
- },
- "node_modules/vite-node": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-2.0.4.tgz",
- "integrity": "sha512-ZpJVkxcakYtig5iakNeL7N3trufe3M6vGuzYAr4GsbCTwobDeyPJpE4cjDhhPluv8OvQCFzu2LWp6GkoKRITXA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cac": "^6.7.14",
- "debug": "^4.3.5",
- "pathe": "^1.1.2",
- "tinyrainbow": "^1.2.0",
- "vite": "^5.0.0"
- },
- "bin": {
- "vite-node": "vite-node.mjs"
- },
- "engines": {
- "node": "^18.0.0 || >=20.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- }
- },
- "node_modules/vite-tsconfig-paths": {
- "version": "4.3.2",
- "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-4.3.2.tgz",
- "integrity": "sha512-0Vd/a6po6Q+86rPlntHye7F31zA2URZMbH8M3saAZ/xR9QoGN/L21bxEGfXdWmFdNkqPpRdxFT7nmNe12e9/uA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "debug": "^4.1.1",
- "globrex": "^0.1.2",
- "tsconfck": "^3.0.3"
- },
- "peerDependencies": {
- "vite": "*"
- },
- "peerDependenciesMeta": {
- "vite": {
- "optional": true
- }
- }
- },
- "node_modules/vitest": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/vitest/-/vitest-2.0.4.tgz",
- "integrity": "sha512-luNLDpfsnxw5QSW4bISPe6tkxVvv5wn2BBs/PuDRkhXZ319doZyLOBr1sjfB5yCEpTiU7xCAdViM8TNVGPwoog==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@ampproject/remapping": "^2.3.0",
- "@vitest/expect": "2.0.4",
- "@vitest/pretty-format": "^2.0.4",
- "@vitest/runner": "2.0.4",
- "@vitest/snapshot": "2.0.4",
- "@vitest/spy": "2.0.4",
- "@vitest/utils": "2.0.4",
- "chai": "^5.1.1",
- "debug": "^4.3.5",
- "execa": "^8.0.1",
- "magic-string": "^0.30.10",
- "pathe": "^1.1.2",
- "std-env": "^3.7.0",
- "tinybench": "^2.8.0",
- "tinypool": "^1.0.0",
- "tinyrainbow": "^1.2.0",
- "vite": "^5.0.0",
- "vite-node": "2.0.4",
- "why-is-node-running": "^2.3.0"
- },
- "bin": {
- "vitest": "vitest.mjs"
- },
- "engines": {
- "node": "^18.0.0 || >=20.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- },
- "peerDependencies": {
- "@edge-runtime/vm": "*",
- "@types/node": "^18.0.0 || >=20.0.0",
- "@vitest/browser": "2.0.4",
- "@vitest/ui": "2.0.4",
- "happy-dom": "*",
- "jsdom": "*"
- },
- "peerDependenciesMeta": {
- "@edge-runtime/vm": {
- "optional": true
- },
- "@types/node": {
- "optional": true
- },
- "@vitest/browser": {
- "optional": true
- },
- "@vitest/ui": {
- "optional": true
- },
- "happy-dom": {
- "optional": true
- },
- "jsdom": {
- "optional": true
- }
- }
- },
- "node_modules/vitest-canvas-mock": {
- "version": "0.3.3",
- "resolved": "https://registry.npmjs.org/vitest-canvas-mock/-/vitest-canvas-mock-0.3.3.tgz",
- "integrity": "sha512-3P968tYBpqYyzzOaVtqnmYjqbe13576/fkjbDEJSfQAkHtC5/UjuRHOhFEN/ZV5HVZIkaROBUWgazDKJ+Ibw+Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "jest-canvas-mock": "~2.5.2"
- },
- "peerDependencies": {
- "vitest": "*"
- }
- },
- "node_modules/w3c-xmlserializer": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",
- "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "xml-name-validator": "^5.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/watskeburt": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/watskeburt/-/watskeburt-4.1.0.tgz",
- "integrity": "sha512-KkY5H51ajqy9HYYI+u9SIURcWnqeVVhdH0I+ab6aXPGHfZYxgRCwnR6Lm3+TYB6jJVt5jFqw4GAKmwf1zHmGQw==",
- "dev": true,
- "bin": {
- "watskeburt": "dist/run-cli.js"
- },
- "engines": {
- "node": "^18||>=20"
- }
- },
- "node_modules/webfontloader": {
- "version": "1.6.28",
- "resolved": "https://registry.npmjs.org/webfontloader/-/webfontloader-1.6.28.tgz",
- "integrity": "sha512-Egb0oFEga6f+nSgasH3E0M405Pzn6y3/9tOVanv/DLfa1YBIgcv90L18YyWnvXkRbIM17v5Kv6IT2N6g1x5tvQ==",
- "license": "Apache-2.0"
- },
- "node_modules/webidl-conversions": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
- "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
- "dev": true,
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/whatwg-encoding": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
- "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "iconv-lite": "0.6.3"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/whatwg-encoding/node_modules/iconv-lite": {
- "version": "0.6.3",
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
- "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
- "dev": true,
- "dependencies": {
- "safer-buffer": ">= 2.1.2 < 3.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/whatwg-mimetype": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz",
- "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/whatwg-url": {
- "version": "14.0.0",
- "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.0.0.tgz",
- "integrity": "sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==",
- "dev": true,
- "dependencies": {
- "tr46": "^5.0.0",
- "webidl-conversions": "^7.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/which": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/why-is-node-running": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
- "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "siginfo": "^2.0.0",
- "stackback": "0.0.2"
- },
- "bin": {
- "why-is-node-running": "cli.js"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/word-wrap": {
- "version": "1.2.5",
- "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
- "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/wrap-ansi": {
- "version": "8.1.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
- "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^6.1.0",
- "string-width": "^5.0.1",
- "strip-ansi": "^7.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
- "node_modules/wrap-ansi-cjs": {
- "name": "wrap-ansi",
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
- "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/wrap-ansi-cjs/node_modules/string-width": {
- "version": "4.2.3",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/wrap-ansi/node_modules/ansi-regex": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
- }
- },
- "node_modules/wrap-ansi/node_modules/ansi-styles": {
- "version": "6.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
- "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/wrap-ansi/node_modules/strip-ansi": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^6.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
- }
- },
- "node_modules/ws": {
- "version": "8.18.0",
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
- "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=10.0.0"
- },
- "peerDependencies": {
- "bufferutil": "^4.0.1",
- "utf-8-validate": ">=5.0.2"
- },
- "peerDependenciesMeta": {
- "bufferutil": {
- "optional": true
- },
- "utf-8-validate": {
- "optional": true
- }
- }
- },
- "node_modules/xml-name-validator": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
- "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/xmlchars": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
- "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/y18n": {
- "version": "5.0.8",
- "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
- "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/yallist": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
- "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/yaml": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.0.tgz",
- "integrity": "sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==",
- "dev": true,
- "bin": {
- "yaml": "bin.mjs"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/yargs": {
- "version": "17.7.2",
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
- "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cliui": "^8.0.1",
- "escalade": "^3.1.1",
- "get-caller-file": "^2.0.5",
- "require-directory": "^2.1.1",
- "string-width": "^4.2.3",
- "y18n": "^5.0.5",
- "yargs-parser": "^21.1.1"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/yargs-parser": {
- "version": "21.1.1",
- "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
- "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/yargs/node_modules/emoji-regex": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/yargs/node_modules/string-width": {
- "version": "4.2.3",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/yocto-queue": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
- "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/yoctocolors-cjs": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.2.tgz",
- "integrity": "sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- }
- }
+ "name": "pokemon-rogue-battle",
+ "version": "1.8.4",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {
+ "": {
+ "name": "pokemon-rogue-battle",
+ "version": "1.8.4",
+ "hasInstallScript": true,
+ "dependencies": {
+ "@material/material-color-utilities": "^0.2.7",
+ "compare-versions": "^6.1.1",
+ "crypto-js": "^4.2.0",
+ "i18next": "^24.2.2",
+ "i18next-browser-languagedetector": "^8.0.4",
+ "i18next-http-backend": "^3.0.2",
+ "i18next-korean-postposition-processor": "^1.0.0",
+ "json-stable-stringify": "^1.2.0",
+ "jszip": "^3.10.1",
+ "phaser": "^3.70.0",
+ "phaser3-rex-plugins": "^1.80.14"
+ },
+ "devDependencies": {
+ "@biomejs/biome": "1.9.4",
+ "@eslint/js": "^9.23.0",
+ "@hpcc-js/wasm": "^2.22.4",
+ "@stylistic/eslint-plugin-ts": "^4.1.0",
+ "@types/jsdom": "^21.1.7",
+ "@types/node": "^22.13.14",
+ "@typescript-eslint/eslint-plugin": "^8.28.0",
+ "@typescript-eslint/parser": "^8.28.0",
+ "@vitest/coverage-istanbul": "^3.0.9",
+ "dependency-cruiser": "^16.3.10",
+ "eslint": "^9.23.0",
+ "eslint-plugin-import-x": "^4.9.4",
+ "inquirer": "^12.4.2",
+ "jsdom": "^26.0.0",
+ "lefthook": "^1.11.5",
+ "msw": "^2.7.3",
+ "phaser3spectorjs": "^0.0.8",
+ "typedoc": "^0.28.1",
+ "typescript": "^5.8.2",
+ "typescript-eslint": "^8.28.0",
+ "vite": "^6.2.0",
+ "vite-tsconfig-paths": "^5.1.4",
+ "vitest": "^3.0.9",
+ "vitest-canvas-mock": "^0.3.3"
+ },
+ "engines": {
+ "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/@asamuzakjp/css-color": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-3.1.1.tgz",
+ "integrity": "sha512-hpRD68SV2OMcZCsrbdkccTw5FXjNDLo5OuqSHyHZfwweGsDWZwDJ2+gONyNAbazZclobMirACLw0lk8WVxIqxA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@csstools/css-calc": "^2.1.2",
+ "@csstools/css-color-parser": "^3.0.8",
+ "@csstools/css-parser-algorithms": "^3.0.4",
+ "@csstools/css-tokenizer": "^3.0.3",
+ "lru-cache": "^10.4.3"
+ }
+ },
+ "node_modules/@asamuzakjp/css-color/node_modules/lru-cache": {
+ "version": "10.4.3",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
+ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/@babel/code-frame": {
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
+ "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.27.0",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.0.tgz",
+ "integrity": "sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==",
+ "license": "MIT",
+ "dependencies": {
+ "regenerator-runtime": "^0.14.0"
+ },
+ "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.1",
+ "resolved": "https://registry.npmjs.org/@bundled-es-modules/cookie/-/cookie-2.0.1.tgz",
+ "integrity": "sha512-8o+5fRPLNbjbdGRRmJj3h6Hh1AQJf2dk3qQ/5ZFb+PXkRNiSoMGGUKlsgLfrxneb72axVJyIYji64E2+nNfYyw==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "cookie": "^0.7.2"
+ }
+ },
+ "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/@csstools/color-helpers": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.0.2.tgz",
+ "integrity": "sha512-JqWH1vsgdGcw2RR6VliXXdA0/59LttzlU8UlRT/iUUsEeWfYq8I+K0yhihEUTTHLRm1EXvpsCx3083EU15ecsA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/csstools"
+ },
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/csstools"
+ }
+ ],
+ "license": "MIT-0",
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@csstools/css-calc": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.2.tgz",
+ "integrity": "sha512-TklMyb3uBB28b5uQdxjReG4L80NxAqgrECqLZFQbyLekwwlcDDS8r3f07DKqeo8C4926Br0gf/ZDe17Zv4wIuw==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/csstools"
+ },
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/csstools"
+ }
+ ],
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@csstools/css-parser-algorithms": "^3.0.4",
+ "@csstools/css-tokenizer": "^3.0.3"
+ }
+ },
+ "node_modules/@csstools/css-color-parser": {
+ "version": "3.0.8",
+ "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.0.8.tgz",
+ "integrity": "sha512-pdwotQjCCnRPuNi06jFuP68cykU1f3ZWExLe/8MQ1LOs8Xq+fTkYgd+2V8mWUWMrOn9iS2HftPVaMZDaXzGbhQ==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/csstools"
+ },
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/csstools"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "@csstools/color-helpers": "^5.0.2",
+ "@csstools/css-calc": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@csstools/css-parser-algorithms": "^3.0.4",
+ "@csstools/css-tokenizer": "^3.0.3"
+ }
+ },
+ "node_modules/@csstools/css-parser-algorithms": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.4.tgz",
+ "integrity": "sha512-Up7rBoV77rv29d3uKHUIVubz1BTcgyUK72IvCQAbfbMv584xHcGKCKbWh7i8hPrRJ7qU4Y8IO3IY9m+iTB7P3A==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/csstools"
+ },
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/csstools"
+ }
+ ],
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@csstools/css-tokenizer": "^3.0.3"
+ }
+ },
+ "node_modules/@csstools/css-tokenizer": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.3.tgz",
+ "integrity": "sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/csstools"
+ },
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/csstools"
+ }
+ ],
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@emnapi/core": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.4.0.tgz",
+ "integrity": "sha512-H+N/FqT07NmLmt6OFFtDfwe8PNygprzBikrEMyQfgqSmT0vzE515Pz7R8izwB9q/zsH/MA64AKoul3sA6/CzVg==",
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "@emnapi/wasi-threads": "1.0.1",
+ "tslib": "^2.4.0"
+ }
+ },
+ "node_modules/@emnapi/runtime": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.0.tgz",
+ "integrity": "sha512-64WYIf4UYcdLnbKn/umDlNjQDSS8AgZrI/R9+x5ilkUVFxXcA1Ebl+gQLc/6mERA4407Xof0R7wEyEuj091CVw==",
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "tslib": "^2.4.0"
+ }
+ },
+ "node_modules/@emnapi/wasi-threads": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.0.1.tgz",
+ "integrity": "sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw==",
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "tslib": "^2.4.0"
+ }
+ },
+ "node_modules/@esbuild/aix-ppc64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.2.tgz",
+ "integrity": "sha512-wCIboOL2yXZym2cgm6mlA742s9QeJ8DjGVaL39dLN4rRwrOgOyYSnOaFPhKZGLb2ngj4EyfAFjsNJwPXZvseag==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "aix"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/android-arm": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.2.tgz",
+ "integrity": "sha512-NQhH7jFstVY5x8CKbcfa166GoV0EFkaPkCKBQkdPJFvo5u+nGXLEH/ooniLb3QI8Fk58YAx7nsPLozUWfCBOJA==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/android-arm64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.2.tgz",
+ "integrity": "sha512-5ZAX5xOmTligeBaeNEPnPaeEuah53Id2tX4c2CVP3JaROTH+j4fnfHCkr1PjXMd78hMst+TlkfKcW/DlTq0i4w==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/android-x64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.2.tgz",
+ "integrity": "sha512-Ffcx+nnma8Sge4jzddPHCZVRvIfQ0kMsUsCMcJRHkGJ1cDmhe4SsrYIjLUKn1xpHZybmOqCWwB0zQvsjdEHtkg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/darwin-arm64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.2.tgz",
+ "integrity": "sha512-MpM6LUVTXAzOvN4KbjzU/q5smzryuoNjlriAIx+06RpecwCkL9JpenNzpKd2YMzLJFOdPqBpuub6eVRP5IgiSA==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/darwin-x64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.2.tgz",
+ "integrity": "sha512-5eRPrTX7wFyuWe8FqEFPG2cU0+butQQVNcT4sVipqjLYQjjh8a8+vUTfgBKM88ObB85ahsnTwF7PSIt6PG+QkA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/freebsd-arm64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.2.tgz",
+ "integrity": "sha512-mLwm4vXKiQ2UTSX4+ImyiPdiHjiZhIaE9QvC7sw0tZ6HoNMjYAqQpGyui5VRIi5sGd+uWq940gdCbY3VLvsO1w==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/freebsd-x64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.2.tgz",
+ "integrity": "sha512-6qyyn6TjayJSwGpm8J9QYYGQcRgc90nmfdUb0O7pp1s4lTY+9D0H9O02v5JqGApUyiHOtkz6+1hZNvNtEhbwRQ==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-arm": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.2.tgz",
+ "integrity": "sha512-UHBRgJcmjJv5oeQF8EpTRZs/1knq6loLxTsjc3nxO9eXAPDLcWW55flrMVc97qFPbmZP31ta1AZVUKQzKTzb0g==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-arm64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.2.tgz",
+ "integrity": "sha512-gq/sjLsOyMT19I8obBISvhoYiZIAaGF8JpeXu1u8yPv8BE5HlWYobmlsfijFIZ9hIVGYkbdFhEqC0NvM4kNO0g==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-ia32": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.2.tgz",
+ "integrity": "sha512-bBYCv9obgW2cBP+2ZWfjYTU+f5cxRoGGQ5SeDbYdFCAZpYWrfjjfYwvUpP8MlKbP0nwZ5gyOU/0aUzZ5HWPuvQ==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-loong64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.2.tgz",
+ "integrity": "sha512-SHNGiKtvnU2dBlM5D8CXRFdd+6etgZ9dXfaPCeJtz+37PIUlixvlIhI23L5khKXs3DIzAn9V8v+qb1TRKrgT5w==",
+ "cpu": [
+ "loong64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-mips64el": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.2.tgz",
+ "integrity": "sha512-hDDRlzE6rPeoj+5fsADqdUZl1OzqDYow4TB4Y/3PlKBD0ph1e6uPHzIQcv2Z65u2K0kpeByIyAjCmjn1hJgG0Q==",
+ "cpu": [
+ "mips64el"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-ppc64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.2.tgz",
+ "integrity": "sha512-tsHu2RRSWzipmUi9UBDEzc0nLc4HtpZEI5Ba+Omms5456x5WaNuiG3u7xh5AO6sipnJ9r4cRWQB2tUjPyIkc6g==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-riscv64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.2.tgz",
+ "integrity": "sha512-k4LtpgV7NJQOml/10uPU0s4SAXGnowi5qBSjaLWMojNCUICNu7TshqHLAEbkBdAszL5TabfvQ48kK84hyFzjnw==",
+ "cpu": [
+ "riscv64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-s390x": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.2.tgz",
+ "integrity": "sha512-GRa4IshOdvKY7M/rDpRR3gkiTNp34M0eLTaC1a08gNrh4u488aPhuZOCpkF6+2wl3zAN7L7XIpOFBhnaE3/Q8Q==",
+ "cpu": [
+ "s390x"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-x64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.2.tgz",
+ "integrity": "sha512-QInHERlqpTTZ4FRB0fROQWXcYRD64lAoiegezDunLpalZMjcUcld3YzZmVJ2H/Cp0wJRZ8Xtjtj0cEHhYc/uUg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/netbsd-arm64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.2.tgz",
+ "integrity": "sha512-talAIBoY5M8vHc6EeI2WW9d/CkiO9MQJ0IOWX8hrLhxGbro/vBXJvaQXefW2cP0z0nQVTdQ/eNyGFV1GSKrxfw==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "netbsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/netbsd-x64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.2.tgz",
+ "integrity": "sha512-voZT9Z+tpOxrvfKFyfDYPc4DO4rk06qamv1a/fkuzHpiVBMOhpjK+vBmWM8J1eiB3OLSMFYNaOaBNLXGChf5tg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "netbsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/openbsd-arm64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.2.tgz",
+ "integrity": "sha512-dcXYOC6NXOqcykeDlwId9kB6OkPUxOEqU+rkrYVqJbK2hagWOMrsTGsMr8+rW02M+d5Op5NNlgMmjzecaRf7Tg==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "openbsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/openbsd-x64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.2.tgz",
+ "integrity": "sha512-t/TkWwahkH0Tsgoq1Ju7QfgGhArkGLkF1uYz8nQS/PPFlXbP5YgRpqQR3ARRiC2iXoLTWFxc6DJMSK10dVXluw==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "openbsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/sunos-x64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.2.tgz",
+ "integrity": "sha512-cfZH1co2+imVdWCjd+D1gf9NjkchVhhdpgb1q5y6Hcv9TP6Zi9ZG/beI3ig8TvwT9lH9dlxLq5MQBBgwuj4xvA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "sunos"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/win32-arm64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.2.tgz",
+ "integrity": "sha512-7Loyjh+D/Nx/sOTzV8vfbB3GJuHdOQyrOryFdZvPHLf42Tk9ivBU5Aedi7iyX+x6rbn2Mh68T4qq1SDqJBQO5Q==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/win32-ia32": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.2.tgz",
+ "integrity": "sha512-WRJgsz9un0nqZJ4MfhabxaD9Ft8KioqU3JMinOTvobbX6MOSUigSBlogP8QB3uxpJDsFS6yN+3FDBdqE5lg9kg==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/win32-x64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.2.tgz",
+ "integrity": "sha512-kM3HKb16VIXZyIeVrM1ygYmZBKybX8N4p754bw390wGO3Tf2j4L2/WYL+4suWujpgf6GBYs3jv7TyUivdd05JA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "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.12.1",
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
+ "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
+ }
+ },
+ "node_modules/@eslint/config-array": {
+ "version": "0.19.2",
+ "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.19.2.tgz",
+ "integrity": "sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@eslint/object-schema": "^2.1.6",
+ "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/config-helpers": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.2.0.tgz",
+ "integrity": "sha512-yJLLmLexii32mGrhW29qvU3QBVTu0GUmEf/J4XsBtVhp4JkIUFN/BjWqTF63yRvGApIDpZm5fa97LtYtINmfeQ==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ }
+ },
+ "node_modules/@eslint/core": {
+ "version": "0.12.0",
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.12.0.tgz",
+ "integrity": "sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@types/json-schema": "^7.0.15"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ }
+ },
+ "node_modules/@eslint/eslintrc": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
+ "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
+ "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,
+ "license": "MIT",
+ "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,
+ "license": "MIT"
+ },
+ "node_modules/@eslint/eslintrc/node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/@eslint/js": {
+ "version": "9.23.0",
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.23.0.tgz",
+ "integrity": "sha512-35MJ8vCPU0ZMxo7zfev2pypqTwWTofFZO6m4KAtdoFhRpLJUpHTZZ+KB3C7Hb1d7bULYwO4lJXGCi5Se+8OMbw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ }
+ },
+ "node_modules/@eslint/object-schema": {
+ "version": "2.1.6",
+ "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz",
+ "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ }
+ },
+ "node_modules/@eslint/plugin-kit": {
+ "version": "0.2.7",
+ "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.7.tgz",
+ "integrity": "sha512-JubJ5B2pJ4k4yGxaNLdbjrnk9d/iDz6/q8wOilpIowd6PJPgaxCuHBnBszq7Ce2TyMrywm5r4PnKm6V3iiZF+g==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@eslint/core": "^0.12.0",
+ "levn": "^0.4.1"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ }
+ },
+ "node_modules/@gerrit0/mini-shiki": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/@gerrit0/mini-shiki/-/mini-shiki-3.2.2.tgz",
+ "integrity": "sha512-vaZNGhGLKMY14HbF53xxHNgFO9Wz+t5lTlGNpl2N9xFiKQ0I5oIe0vKjU9dh7Nb3Dw6lZ7wqUE0ri+zcdpnK+Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@shikijs/engine-oniguruma": "^3.2.1",
+ "@shikijs/langs": "^3.2.1",
+ "@shikijs/themes": "^3.2.1",
+ "@shikijs/types": "^3.2.1",
+ "@shikijs/vscode-textmate": "^10.0.2"
+ }
+ },
+ "node_modules/@hpcc-js/wasm": {
+ "version": "2.22.4",
+ "resolved": "https://registry.npmjs.org/@hpcc-js/wasm/-/wasm-2.22.4.tgz",
+ "integrity": "sha512-58JkRkxZffiBAbZhc7z+9iaaAOmn1cyxLL3rRwsUvco/I0Wwb7uVAlHM9HiU6XASe2k11jrIjCFff1t9QKjlqg==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "yargs": "17.7.2"
+ },
+ "bin": {
+ "dot-wasm": "node ./node_modules/@hpcc-js/wasm-graphviz-cli/bin/index.js"
+ }
+ },
+ "node_modules/@humanfs/core": {
+ "version": "0.19.1",
+ "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
+ "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": ">=18.18.0"
+ }
+ },
+ "node_modules/@humanfs/node": {
+ "version": "0.16.6",
+ "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz",
+ "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@humanfs/core": "^0.19.1",
+ "@humanwhocodes/retry": "^0.3.0"
+ },
+ "engines": {
+ "node": ">=18.18.0"
+ }
+ },
+ "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": {
+ "version": "0.3.1",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz",
+ "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": ">=18.18"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/nzakas"
+ }
+ },
+ "node_modules/@humanwhocodes/module-importer": {
+ "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.4.2",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.2.tgz",
+ "integrity": "sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": ">=18.18"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/nzakas"
+ }
+ },
+ "node_modules/@inquirer/checkbox": {
+ "version": "4.1.4",
+ "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.1.4.tgz",
+ "integrity": "sha512-d30576EZdApjAMceijXA5jDzRQHT/MygbC+J8I7EqA6f/FRpYxlRtRJbHF8gHeWYeSdOuTEJqonn7QLB1ELezA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^10.1.9",
+ "@inquirer/figures": "^1.0.11",
+ "@inquirer/type": "^3.0.5",
+ "ansi-escapes": "^4.3.2",
+ "yoctocolors-cjs": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@types/node": ">=18"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@inquirer/confirm": {
+ "version": "5.1.8",
+ "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.8.tgz",
+ "integrity": "sha512-dNLWCYZvXDjO3rnQfk2iuJNL4Ivwz/T2+C3+WnNfJKsNGSuOs3wAo2F6e0p946gtSAk31nZMfW+MRmYaplPKsg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^10.1.9",
+ "@inquirer/type": "^3.0.5"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@types/node": ">=18"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@inquirer/core": {
+ "version": "10.1.9",
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.9.tgz",
+ "integrity": "sha512-sXhVB8n20NYkUBfDYgizGHlpRVaCRjtuzNZA6xpALIUbkgfd2Hjz+DfEN6+h1BRnuxw0/P4jCIMjMsEOAMwAJw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/figures": "^1.0.11",
+ "@inquirer/type": "^3.0.5",
+ "ansi-escapes": "^4.3.2",
+ "cli-width": "^4.1.0",
+ "mute-stream": "^2.0.0",
+ "signal-exit": "^4.1.0",
+ "wrap-ansi": "^6.2.0",
+ "yoctocolors-cjs": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@types/node": ">=18"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ }
+ }
+ },
+ "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/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": "4.2.9",
+ "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.9.tgz",
+ "integrity": "sha512-8HjOppAxO7O4wV1ETUlJFg6NDjp/W2NP5FB9ZPAcinAlNT4ZIWOLe2pUVwmmPRSV0NMdI5r/+lflN55AwZOKSw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^10.1.9",
+ "@inquirer/type": "^3.0.5",
+ "external-editor": "^3.1.0"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@types/node": ">=18"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@inquirer/expand": {
+ "version": "4.0.11",
+ "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.11.tgz",
+ "integrity": "sha512-OZSUW4hFMW2TYvX/Sv+NnOZgO8CHT2TU1roUCUIF2T+wfw60XFRRp9MRUPCT06cRnKL+aemt2YmTWwt7rOrNEA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^10.1.9",
+ "@inquirer/type": "^3.0.5",
+ "yoctocolors-cjs": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@types/node": ">=18"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@inquirer/figures": {
+ "version": "1.0.11",
+ "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.11.tgz",
+ "integrity": "sha512-eOg92lvrn/aRUqbxRyvpEWnrvRuTYRifixHkYVpJiygTgVSBIHDqLh0SrMQXkafvULg3ck11V7xvR+zcgvpHFw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@inquirer/input": {
+ "version": "4.1.8",
+ "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.1.8.tgz",
+ "integrity": "sha512-WXJI16oOZ3/LiENCAxe8joniNp8MQxF6Wi5V+EBbVA0ZIOpFcL4I9e7f7cXse0HJeIPCWO8Lcgnk98juItCi7Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^10.1.9",
+ "@inquirer/type": "^3.0.5"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@types/node": ">=18"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@inquirer/number": {
+ "version": "3.0.11",
+ "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.11.tgz",
+ "integrity": "sha512-pQK68CsKOgwvU2eA53AG/4npRTH2pvs/pZ2bFvzpBhrznh8Mcwt19c+nMO7LHRr3Vreu1KPhNBF3vQAKrjIulw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^10.1.9",
+ "@inquirer/type": "^3.0.5"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@types/node": ">=18"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@inquirer/password": {
+ "version": "4.0.11",
+ "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.11.tgz",
+ "integrity": "sha512-dH6zLdv+HEv1nBs96Case6eppkRggMe8LoOTl30+Gq5Wf27AO/vHFgStTVz4aoevLdNXqwE23++IXGw4eiOXTg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^10.1.9",
+ "@inquirer/type": "^3.0.5",
+ "ansi-escapes": "^4.3.2"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@types/node": ">=18"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@inquirer/prompts": {
+ "version": "7.4.0",
+ "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.4.0.tgz",
+ "integrity": "sha512-EZiJidQOT4O5PYtqnu1JbF0clv36oW2CviR66c7ma4LsupmmQlUwmdReGKRp456OWPWMz3PdrPiYg3aCk3op2w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/checkbox": "^4.1.4",
+ "@inquirer/confirm": "^5.1.8",
+ "@inquirer/editor": "^4.2.9",
+ "@inquirer/expand": "^4.0.11",
+ "@inquirer/input": "^4.1.8",
+ "@inquirer/number": "^3.0.11",
+ "@inquirer/password": "^4.0.11",
+ "@inquirer/rawlist": "^4.0.11",
+ "@inquirer/search": "^3.0.11",
+ "@inquirer/select": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@types/node": ">=18"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@inquirer/rawlist": {
+ "version": "4.0.11",
+ "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.0.11.tgz",
+ "integrity": "sha512-uAYtTx0IF/PqUAvsRrF3xvnxJV516wmR6YVONOmCWJbbt87HcDHLfL9wmBQFbNJRv5kCjdYKrZcavDkH3sVJPg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^10.1.9",
+ "@inquirer/type": "^3.0.5",
+ "yoctocolors-cjs": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@types/node": ">=18"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@inquirer/search": {
+ "version": "3.0.11",
+ "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.0.11.tgz",
+ "integrity": "sha512-9CWQT0ikYcg6Ls3TOa7jljsD7PgjcsYEM0bYE+Gkz+uoW9u8eaJCRHJKkucpRE5+xKtaaDbrND+nPDoxzjYyew==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^10.1.9",
+ "@inquirer/figures": "^1.0.11",
+ "@inquirer/type": "^3.0.5",
+ "yoctocolors-cjs": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@types/node": ">=18"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@inquirer/select": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.1.0.tgz",
+ "integrity": "sha512-z0a2fmgTSRN+YBuiK1ROfJ2Nvrpij5lVN3gPDkQGhavdvIVGHGW29LwYZfM/j42Ai2hUghTI/uoBuTbrJk42bA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^10.1.9",
+ "@inquirer/figures": "^1.0.11",
+ "@inquirer/type": "^3.0.5",
+ "ansi-escapes": "^4.3.2",
+ "yoctocolors-cjs": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@types/node": ">=18"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@inquirer/type": {
+ "version": "3.0.5",
+ "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.5.tgz",
+ "integrity": "sha512-ZJpeIYYueOz/i/ONzrfof8g89kNdO2hjGuvULROo3O8rlB2CRtSseE5KeirnyE4t/thAn/EwvS/vuQeJCn+NZg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@types/node": ">=18"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ }
+ }
+ },
+ "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.37.6",
+ "resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.37.6.tgz",
+ "integrity": "sha512-wK+5pLK5XFmgtH3aQ2YVvA3HohS3xqV/OxuVOdNx9Wpnz7VE/fnC+e1A7ln6LFYeck7gOJ/dsZV6OLplOtAJ2w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@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/@napi-rs/wasm-runtime": {
+ "version": "0.2.7",
+ "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.7.tgz",
+ "integrity": "sha512-5yximcFK5FNompXfJFoWanu5l8v1hNGqNHh9du1xETp9HWk/B/PzvchX55WYOPaIeNglG8++68AAiauBAtbnzw==",
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "@emnapi/core": "^1.3.1",
+ "@emnapi/runtime": "^1.3.1",
+ "@tybys/wasm-util": "^0.9.0"
+ }
+ },
+ "node_modules/@nodelib/fs.scandir": {
+ "version": "2.1.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
+ "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/@pkgr/core": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.2.0.tgz",
+ "integrity": "sha512-vsJDAkYR6qCPu+ioGScGiMYR7LvZYIXh/dlQeviqoTWNCVfKTLYD/LkNWH4Mxsv2a5vpIRc77FN5DnmK1eBggQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/unts"
+ }
+ },
+ "node_modules/@rollup/rollup-android-arm-eabi": {
+ "version": "4.38.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.38.0.tgz",
+ "integrity": "sha512-ldomqc4/jDZu/xpYU+aRxo3V4mGCV9HeTgUBANI3oIQMOL+SsxB+S2lxMpkFp5UamSS3XuTMQVbsS24R4J4Qjg==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ]
+ },
+ "node_modules/@rollup/rollup-android-arm64": {
+ "version": "4.38.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.38.0.tgz",
+ "integrity": "sha512-VUsgcy4GhhT7rokwzYQP+aV9XnSLkkhlEJ0St8pbasuWO/vwphhZQxYEKUP3ayeCYLhk6gEtacRpYP/cj3GjyQ==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ]
+ },
+ "node_modules/@rollup/rollup-darwin-arm64": {
+ "version": "4.38.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.38.0.tgz",
+ "integrity": "sha512-buA17AYXlW9Rn091sWMq1xGUvWQFOH4N1rqUxGJtEQzhChxWjldGCCup7r/wUnaI6Au8sKXpoh0xg58a7cgcpg==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ]
+ },
+ "node_modules/@rollup/rollup-darwin-x64": {
+ "version": "4.38.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.38.0.tgz",
+ "integrity": "sha512-Mgcmc78AjunP1SKXl624vVBOF2bzwNWFPMP4fpOu05vS0amnLcX8gHIge7q/lDAHy3T2HeR0TqrriZDQS2Woeg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ]
+ },
+ "node_modules/@rollup/rollup-freebsd-arm64": {
+ "version": "4.38.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.38.0.tgz",
+ "integrity": "sha512-zzJACgjLbQTsscxWqvrEQAEh28hqhebpRz5q/uUd1T7VTwUNZ4VIXQt5hE7ncs0GrF+s7d3S4on4TiXUY8KoQA==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ]
+ },
+ "node_modules/@rollup/rollup-freebsd-x64": {
+ "version": "4.38.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.38.0.tgz",
+ "integrity": "sha512-hCY/KAeYMCyDpEE4pTETam0XZS4/5GXzlLgpi5f0IaPExw9kuB+PDTOTLuPtM10TlRG0U9OSmXJ+Wq9J39LvAg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
+ "version": "4.38.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.38.0.tgz",
+ "integrity": "sha512-mimPH43mHl4JdOTD7bUMFhBdrg6f9HzMTOEnzRmXbOZqjijCw8LA5z8uL6LCjxSa67H2xiLFvvO67PT05PRKGg==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-arm-musleabihf": {
+ "version": "4.38.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.38.0.tgz",
+ "integrity": "sha512-tPiJtiOoNuIH8XGG8sWoMMkAMm98PUwlriOFCCbZGc9WCax+GLeVRhmaxjJtz6WxrPKACgrwoZ5ia/uapq3ZVg==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-arm64-gnu": {
+ "version": "4.38.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.38.0.tgz",
+ "integrity": "sha512-wZco59rIVuB0tjQS0CSHTTUcEde+pXQWugZVxWaQFdQQ1VYub/sTrNdY76D1MKdN2NB48JDuGABP6o6fqos8mA==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-arm64-musl": {
+ "version": "4.38.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.38.0.tgz",
+ "integrity": "sha512-fQgqwKmW0REM4LomQ+87PP8w8xvU9LZfeLBKybeli+0yHT7VKILINzFEuggvnV9M3x1Ed4gUBmGUzCo/ikmFbQ==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-loongarch64-gnu": {
+ "version": "4.38.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.38.0.tgz",
+ "integrity": "sha512-hz5oqQLXTB3SbXpfkKHKXLdIp02/w3M+ajp8p4yWOWwQRtHWiEOCKtc9U+YXahrwdk+3qHdFMDWR5k+4dIlddg==",
+ "cpu": [
+ "loong64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
+ "version": "4.38.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.38.0.tgz",
+ "integrity": "sha512-NXqygK/dTSibQ+0pzxsL3r4Xl8oPqVoWbZV9niqOnIHV/J92fe65pOir0xjkUZDRSPyFRvu+4YOpJF9BZHQImw==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-riscv64-gnu": {
+ "version": "4.38.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.38.0.tgz",
+ "integrity": "sha512-GEAIabR1uFyvf/jW/5jfu8gjM06/4kZ1W+j1nWTSSB3w6moZEBm7iBtzwQ3a1Pxos2F7Gz+58aVEnZHU295QTg==",
+ "cpu": [
+ "riscv64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-riscv64-musl": {
+ "version": "4.38.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.38.0.tgz",
+ "integrity": "sha512-9EYTX+Gus2EGPbfs+fh7l95wVADtSQyYw4DfSBcYdUEAmP2lqSZY0Y17yX/3m5VKGGJ4UmIH5LHLkMJft3bYoA==",
+ "cpu": [
+ "riscv64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-s390x-gnu": {
+ "version": "4.38.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.38.0.tgz",
+ "integrity": "sha512-Mpp6+Z5VhB9VDk7RwZXoG2qMdERm3Jw07RNlXHE0bOnEeX+l7Fy4bg+NxfyN15ruuY3/7Vrbpm75J9QHFqj5+Q==",
+ "cpu": [
+ "s390x"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
+ "version": "4.38.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.38.0.tgz",
+ "integrity": "sha512-vPvNgFlZRAgO7rwncMeE0+8c4Hmc+qixnp00/Uv3ht2x7KYrJ6ERVd3/R0nUtlE6/hu7/HiiNHJ/rP6knRFt1w==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-x64-musl": {
+ "version": "4.38.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.38.0.tgz",
+ "integrity": "sha512-q5Zv+goWvQUGCaL7fU8NuTw8aydIL/C9abAVGCzRReuj5h30TPx4LumBtAidrVOtXnlB+RZkBtExMsfqkMfb8g==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-win32-arm64-msvc": {
+ "version": "4.38.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.38.0.tgz",
+ "integrity": "sha512-u/Jbm1BU89Vftqyqbmxdq14nBaQjQX1HhmsdBWqSdGClNaKwhjsg5TpW+5Ibs1mb8Es9wJiMdl86BcmtUVXNZg==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/@rollup/rollup-win32-ia32-msvc": {
+ "version": "4.38.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.38.0.tgz",
+ "integrity": "sha512-mqu4PzTrlpNHHbu5qleGvXJoGgHpChBlrBx/mEhTPpnAL1ZAYFlvHD7rLK839LLKQzqEQMFJfGrrOHItN4ZQqA==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/@rollup/rollup-win32-x64-msvc": {
+ "version": "4.38.0",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.38.0.tgz",
+ "integrity": "sha512-jjqy3uWlecfB98Psxb5cD6Fny9Fupv9LrDSPTQZUROqjvZmcCqNu4UMl7qqhlUUGpwiAkotj6GYu4SZdcr/nLw==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/@shikijs/engine-oniguruma": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.2.1.tgz",
+ "integrity": "sha512-wZZAkayEn6qu2+YjenEoFqj0OyQI64EWsNR6/71d1EkG4sxEOFooowKivsWPpaWNBu3sxAG+zPz5kzBL/SsreQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@shikijs/types": "3.2.1",
+ "@shikijs/vscode-textmate": "^10.0.2"
+ }
+ },
+ "node_modules/@shikijs/langs": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.2.1.tgz",
+ "integrity": "sha512-If0iDHYRSGbihiA8+7uRsgb1er1Yj11pwpX1c6HLYnizDsKAw5iaT3JXj5ZpaimXSWky/IhxTm7C6nkiYVym+A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@shikijs/types": "3.2.1"
+ }
+ },
+ "node_modules/@shikijs/themes": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.2.1.tgz",
+ "integrity": "sha512-k5DKJUT8IldBvAm8WcrDT5+7GA7se6lLksR+2E3SvyqGTyFMzU2F9Gb7rmD+t+Pga1MKrYFxDIeyWjMZWM6uBQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@shikijs/types": "3.2.1"
+ }
+ },
+ "node_modules/@shikijs/types": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.2.1.tgz",
+ "integrity": "sha512-/NTWAk4KE2M8uac0RhOsIhYQf4pdU0OywQuYDGIGAJ6Mjunxl2cGiuLkvu4HLCMn+OTTLRWkjZITp+aYJv60yA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@shikijs/vscode-textmate": "^10.0.2",
+ "@types/hast": "^3.0.4"
+ }
+ },
+ "node_modules/@shikijs/vscode-textmate": {
+ "version": "10.0.2",
+ "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz",
+ "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@stylistic/eslint-plugin-ts": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-4.2.0.tgz",
+ "integrity": "sha512-j2o2GvOx9v66x8hmp/HJ+0T+nOppiO5ycGsCkifh7JPGgjxEhpkGmIGx3RWsoxpWbad3VCX8e8/T8n3+7ze1Zg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@typescript-eslint/utils": "^8.23.0",
+ "eslint-visitor-keys": "^4.2.0",
+ "espree": "^10.3.0"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "peerDependencies": {
+ "eslint": ">=9.0.0"
+ }
+ },
+ "node_modules/@stylistic/eslint-plugin-ts/node_modules/eslint-visitor-keys": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
+ "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/@tybys/wasm-util": {
+ "version": "0.9.0",
+ "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.9.0.tgz",
+ "integrity": "sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==",
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "tslib": "^2.4.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/doctrine": {
+ "version": "0.0.9",
+ "resolved": "https://registry.npmjs.org/@types/doctrine/-/doctrine-0.0.9.tgz",
+ "integrity": "sha512-eOIHzCUSH7SMfonMG1LsC2f8vxBFtho6NGBznK41R84YzPuvSBzrhEps33IsQiOW9+VL6NQ9DbjQJznk/S4uRA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/estree": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.7.tgz",
+ "integrity": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "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,
+ "license": "MIT",
+ "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/node": {
+ "version": "22.13.14",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.14.tgz",
+ "integrity": "sha512-Zs/Ollc1SJ8nKUAgc7ivOEdIBM8JAKgrqqUYi2J997JuKO7/tpQC+WCetQ1sypiKCQWHdvdg9wBNpUPEWZae7w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "undici-types": "~6.20.0"
+ }
+ },
+ "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.3",
+ "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
+ "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@typescript-eslint/eslint-plugin": {
+ "version": "8.29.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.29.0.tgz",
+ "integrity": "sha512-PAIpk/U7NIS6H7TEtN45SPGLQaHNgB7wSjsQV/8+KYokAb2T/gloOA/Bee2yd4/yKVhPKe5LlaUGhAZk5zmSaQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@eslint-community/regexpp": "^4.10.0",
+ "@typescript-eslint/scope-manager": "8.29.0",
+ "@typescript-eslint/type-utils": "8.29.0",
+ "@typescript-eslint/utils": "8.29.0",
+ "@typescript-eslint/visitor-keys": "8.29.0",
+ "graphemer": "^1.4.0",
+ "ignore": "^5.3.1",
+ "natural-compare": "^1.4.0",
+ "ts-api-utils": "^2.0.1"
+ },
+ "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",
+ "typescript": ">=4.8.4 <5.9.0"
+ }
+ },
+ "node_modules/@typescript-eslint/parser": {
+ "version": "8.29.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.29.0.tgz",
+ "integrity": "sha512-8C0+jlNJOwQso2GapCVWWfW/rzaq7Lbme+vGUFKE31djwNncIpgXD7Cd4weEsDdkoZDjH0lwwr3QDQFuyrMg9g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@typescript-eslint/scope-manager": "8.29.0",
+ "@typescript-eslint/types": "8.29.0",
+ "@typescript-eslint/typescript-estree": "8.29.0",
+ "@typescript-eslint/visitor-keys": "8.29.0",
+ "debug": "^4.3.4"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependencies": {
+ "eslint": "^8.57.0 || ^9.0.0",
+ "typescript": ">=4.8.4 <5.9.0"
+ }
+ },
+ "node_modules/@typescript-eslint/scope-manager": {
+ "version": "8.29.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.29.0.tgz",
+ "integrity": "sha512-aO1PVsq7Gm+tcghabUpzEnVSFMCU4/nYIgC2GOatJcllvWfnhrgW0ZEbnTxm36QsikmCN1K/6ZgM7fok2I7xNw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@typescript-eslint/types": "8.29.0",
+ "@typescript-eslint/visitor-keys": "8.29.0"
+ },
+ "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.29.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.29.0.tgz",
+ "integrity": "sha512-ahaWQ42JAOx+NKEf5++WC/ua17q5l+j1GFrbbpVKzFL/tKVc0aYY8rVSYUpUvt2hUP1YBr7mwXzx+E/DfUWI9Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@typescript-eslint/typescript-estree": "8.29.0",
+ "@typescript-eslint/utils": "8.29.0",
+ "debug": "^4.3.4",
+ "ts-api-utils": "^2.0.1"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependencies": {
+ "eslint": "^8.57.0 || ^9.0.0",
+ "typescript": ">=4.8.4 <5.9.0"
+ }
+ },
+ "node_modules/@typescript-eslint/types": {
+ "version": "8.29.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.29.0.tgz",
+ "integrity": "sha512-wcJL/+cOXV+RE3gjCyl/V2G877+2faqvlgtso/ZRbTCnZazh0gXhe+7gbAnfubzN2bNsBtZjDvlh7ero8uIbzg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "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.29.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.0.tgz",
+ "integrity": "sha512-yOfen3jE9ISZR/hHpU/bmNvTtBW1NjRbkSFdZOksL1N+ybPEE7UVGMwqvS6CP022Rp00Sb0tdiIkhSCe6NI8ow==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@typescript-eslint/types": "8.29.0",
+ "@typescript-eslint/visitor-keys": "8.29.0",
+ "debug": "^4.3.4",
+ "fast-glob": "^3.3.2",
+ "is-glob": "^4.0.3",
+ "minimatch": "^9.0.4",
+ "semver": "^7.6.0",
+ "ts-api-utils": "^2.0.1"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependencies": {
+ "typescript": ">=4.8.4 <5.9.0"
+ }
+ },
+ "node_modules/@typescript-eslint/utils": {
+ "version": "8.29.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.29.0.tgz",
+ "integrity": "sha512-gX/A0Mz9Bskm8avSWFcK0gP7cZpbY4AIo6B0hWYFCaIsz750oaiWR4Jr2CI+PQhfW1CpcQr9OlfPS+kMFegjXA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@eslint-community/eslint-utils": "^4.4.0",
+ "@typescript-eslint/scope-manager": "8.29.0",
+ "@typescript-eslint/types": "8.29.0",
+ "@typescript-eslint/typescript-estree": "8.29.0"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependencies": {
+ "eslint": "^8.57.0 || ^9.0.0",
+ "typescript": ">=4.8.4 <5.9.0"
+ }
+ },
+ "node_modules/@typescript-eslint/visitor-keys": {
+ "version": "8.29.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.0.tgz",
+ "integrity": "sha512-Sne/pVz8ryR03NFK21VpN88dZ2FdQXOlq3VIklbrTYEt8yXtRFr9tvUhqvCeKjqYk5FSim37sHbooT6vzBTZcg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@typescript-eslint/types": "8.29.0",
+ "eslint-visitor-keys": "^4.2.0"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ }
+ },
+ "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
+ "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/@unrs/resolver-binding-darwin-arm64": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-arm64/-/resolver-binding-darwin-arm64-1.3.3.tgz",
+ "integrity": "sha512-EpRILdWr3/xDa/7MoyfO7JuBIJqpBMphtu4+80BK1bRfFcniVT74h3Z7q1+WOc92FuIAYatB1vn9TJR67sORGw==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ]
+ },
+ "node_modules/@unrs/resolver-binding-darwin-x64": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-x64/-/resolver-binding-darwin-x64-1.3.3.tgz",
+ "integrity": "sha512-ntj/g7lPyqwinMJWZ+DKHBse8HhVxswGTmNgFKJtdgGub3M3zp5BSZ3bvMP+kBT6dnYJLSVlDqdwOq1P8i0+/g==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ]
+ },
+ "node_modules/@unrs/resolver-binding-freebsd-x64": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-freebsd-x64/-/resolver-binding-freebsd-x64-1.3.3.tgz",
+ "integrity": "sha512-l6BT8f2CU821EW7U8hSUK8XPq4bmyTlt9Mn4ERrfjJNoCw0/JoHAh9amZZtV3cwC3bwwIat+GUnrcHTG9+qixw==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ]
+ },
+ "node_modules/@unrs/resolver-binding-linux-arm-gnueabihf": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-gnueabihf/-/resolver-binding-linux-arm-gnueabihf-1.3.3.tgz",
+ "integrity": "sha512-8ScEc5a4y7oE2BonRvzJ+2GSkBaYWyh0/Ko4Q25e/ix6ANpJNhwEPZvCR6GVRmsQAYMIfQvYLdM6YEN+qRjnAQ==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@unrs/resolver-binding-linux-arm-musleabihf": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-musleabihf/-/resolver-binding-linux-arm-musleabihf-1.3.3.tgz",
+ "integrity": "sha512-8qQ6l1VTzLNd3xb2IEXISOKwMGXDCzY/UNy/7SovFW2Sp0K3YbL7Ao7R18v6SQkLqQlhhqSBIFRk+u6+qu5R5A==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@unrs/resolver-binding-linux-arm64-gnu": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-gnu/-/resolver-binding-linux-arm64-gnu-1.3.3.tgz",
+ "integrity": "sha512-v81R2wjqcWXJlQY23byqYHt9221h4anQ6wwN64oMD/WAE+FmxPHFZee5bhRkNVtzqO/q7wki33VFWlhiADwUeQ==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@unrs/resolver-binding-linux-arm64-musl": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-musl/-/resolver-binding-linux-arm64-musl-1.3.3.tgz",
+ "integrity": "sha512-cAOx/j0u5coMg4oct/BwMzvWJdVciVauUvsd+GQB/1FZYKQZmqPy0EjJzJGbVzFc6gbnfEcSqvQE6gvbGf2N8Q==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@unrs/resolver-binding-linux-ppc64-gnu": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-ppc64-gnu/-/resolver-binding-linux-ppc64-gnu-1.3.3.tgz",
+ "integrity": "sha512-mq2blqwErgDJD4gtFDlTX/HZ7lNP8YCHYFij2gkXPtMzrXxPW1hOtxL6xg4NWxvnj4bppppb0W3s/buvM55yfg==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@unrs/resolver-binding-linux-s390x-gnu": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-s390x-gnu/-/resolver-binding-linux-s390x-gnu-1.3.3.tgz",
+ "integrity": "sha512-u0VRzfFYysarYHnztj2k2xr+eu9rmgoTUUgCCIT37Nr+j0A05Xk2c3RY8Mh5+DhCl2aYibihnaAEJHeR0UOFIQ==",
+ "cpu": [
+ "s390x"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@unrs/resolver-binding-linux-x64-gnu": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.3.3.tgz",
+ "integrity": "sha512-OrVo5ZsG29kBF0Ug95a2KidS16PqAMmQNozM6InbquOfW/udouk063e25JVLqIBhHLB2WyBnixOQ19tmeC/hIg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@unrs/resolver-binding-linux-x64-musl": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.3.3.tgz",
+ "integrity": "sha512-PYnmrwZ4HMp9SkrOhqPghY/aoL+Rtd4CQbr93GlrRTjK6kDzfMfgz3UH3jt6elrQAfupa1qyr1uXzeVmoEAxUA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@unrs/resolver-binding-wasm32-wasi": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-wasm32-wasi/-/resolver-binding-wasm32-wasi-1.3.3.tgz",
+ "integrity": "sha512-81AnQY6fShmktQw4hWDUIilsKSdvr/acdJ5azAreu2IWNlaJOKphJSsUVWE+yCk6kBMoQyG9ZHCb/krb5K0PEA==",
+ "cpu": [
+ "wasm32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "@napi-rs/wasm-runtime": "^0.2.7"
+ },
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/@unrs/resolver-binding-win32-arm64-msvc": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-arm64-msvc/-/resolver-binding-win32-arm64-msvc-1.3.3.tgz",
+ "integrity": "sha512-X/42BMNw7cW6xrB9syuP5RusRnWGoq+IqvJO8IDpp/BZg64J1uuIW6qA/1Cl13Y4LyLXbJVYbYNSKwR/FiHEng==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/@unrs/resolver-binding-win32-ia32-msvc": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-ia32-msvc/-/resolver-binding-win32-ia32-msvc-1.3.3.tgz",
+ "integrity": "sha512-EGNnNGQxMU5aTN7js3ETYvuw882zcO+dsVjs+DwO2j/fRVKth87C8e2GzxW1L3+iWAXMyJhvFBKRavk9Og1Z6A==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/@unrs/resolver-binding-win32-x64-msvc": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.3.3.tgz",
+ "integrity": "sha512-GraLbYqOJcmW1qY3osB+2YIiD62nVf2/bVLHZmrb4t/YSUwE03l7TwcDJl08T/Tm3SVhepX8RQkpzWbag/Sb4w==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/@vitest/coverage-istanbul": {
+ "version": "3.0.9",
+ "resolved": "https://registry.npmjs.org/@vitest/coverage-istanbul/-/coverage-istanbul-3.0.9.tgz",
+ "integrity": "sha512-/TXh2qmOhclmVPjOnPTpIO4Xr6l2P5EwyXQygenwq4/ZQ/vPsrz+GCRZF9kBeQi6xrGcHv368Si9PGImWQawVg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@istanbuljs/schema": "^0.1.3",
+ "debug": "^4.4.0",
+ "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": "^2.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/vitest"
+ },
+ "peerDependencies": {
+ "vitest": "3.0.9"
+ }
+ },
+ "node_modules/@vitest/expect": {
+ "version": "3.0.9",
+ "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-3.0.9.tgz",
+ "integrity": "sha512-5eCqRItYgIML7NNVgJj6TVCmdzE7ZVgJhruW0ziSQV4V7PvLkDL1bBkBdcTs/VuIz0IxPb5da1IDSqc1TR9eig==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@vitest/spy": "3.0.9",
+ "@vitest/utils": "3.0.9",
+ "chai": "^5.2.0",
+ "tinyrainbow": "^2.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/vitest"
+ }
+ },
+ "node_modules/@vitest/mocker": {
+ "version": "3.0.9",
+ "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-3.0.9.tgz",
+ "integrity": "sha512-ryERPIBOnvevAkTq+L1lD+DTFBRcjueL9lOUfXsLfwP92h4e+Heb+PjiqS3/OURWPtywfafK0kj++yDFjWUmrA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@vitest/spy": "3.0.9",
+ "estree-walker": "^3.0.3",
+ "magic-string": "^0.30.17"
+ },
+ "funding": {
+ "url": "https://opencollective.com/vitest"
+ },
+ "peerDependencies": {
+ "msw": "^2.4.9",
+ "vite": "^5.0.0 || ^6.0.0"
+ },
+ "peerDependenciesMeta": {
+ "msw": {
+ "optional": true
+ },
+ "vite": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@vitest/pretty-format": {
+ "version": "3.0.9",
+ "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-3.0.9.tgz",
+ "integrity": "sha512-OW9F8t2J3AwFEwENg3yMyKWweF7oRJlMyHOMIhO5F3n0+cgQAJZBjNgrF8dLwFTEXl5jUqBLXd9QyyKv8zEcmA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "tinyrainbow": "^2.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/vitest"
+ }
+ },
+ "node_modules/@vitest/runner": {
+ "version": "3.0.9",
+ "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-3.0.9.tgz",
+ "integrity": "sha512-NX9oUXgF9HPfJSwl8tUZCMP1oGx2+Sf+ru6d05QjzQz4OwWg0psEzwY6VexP2tTHWdOkhKHUIZH+fS6nA7jfOw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@vitest/utils": "3.0.9",
+ "pathe": "^2.0.3"
+ },
+ "funding": {
+ "url": "https://opencollective.com/vitest"
+ }
+ },
+ "node_modules/@vitest/snapshot": {
+ "version": "3.0.9",
+ "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-3.0.9.tgz",
+ "integrity": "sha512-AiLUiuZ0FuA+/8i19mTYd+re5jqjEc2jZbgJ2up0VY0Ddyyxg/uUtBDpIFAy4uzKaQxOW8gMgBdAJJ2ydhu39A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@vitest/pretty-format": "3.0.9",
+ "magic-string": "^0.30.17",
+ "pathe": "^2.0.3"
+ },
+ "funding": {
+ "url": "https://opencollective.com/vitest"
+ }
+ },
+ "node_modules/@vitest/spy": {
+ "version": "3.0.9",
+ "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-3.0.9.tgz",
+ "integrity": "sha512-/CcK2UDl0aQ2wtkp3YVWldrpLRNCfVcIOFGlVGKO4R5eajsH393Z1yiXLVQ7vWsj26JOEjeZI0x5sm5P4OGUNQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "tinyspy": "^3.0.2"
+ },
+ "funding": {
+ "url": "https://opencollective.com/vitest"
+ }
+ },
+ "node_modules/@vitest/utils": {
+ "version": "3.0.9",
+ "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-3.0.9.tgz",
+ "integrity": "sha512-ilHM5fHhZ89MCp5aAaM9uhfl1c2JdxVxl3McqsdVyVNN6JffnEen8UMCdRTzOhGXNQGo5GNL9QugHrz727Wnng==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@vitest/pretty-format": "3.0.9",
+ "loupe": "^3.1.3",
+ "tinyrainbow": "^2.0.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.3",
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz",
+ "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==",
+ "dev": true,
+ "license": "MIT",
+ "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/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,
+ "license": "MIT"
+ },
+ "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.8",
+ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
+ "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
+ "license": "MIT",
+ "dependencies": {
+ "call-bind-apply-helpers": "^1.0.0",
+ "es-define-property": "^1.0.0",
+ "get-intrinsic": "^1.2.4",
+ "set-function-length": "^1.2.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/call-bind-apply-helpers": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
+ "license": "MIT",
+ "dependencies": {
+ "es-errors": "^1.3.0",
+ "function-bind": "^1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/call-bound": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
+ "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
+ "license": "MIT",
+ "dependencies": {
+ "call-bind-apply-helpers": "^1.0.2",
+ "get-intrinsic": "^1.3.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "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.2.0",
+ "resolved": "https://registry.npmjs.org/chai/-/chai-5.2.0.tgz",
+ "integrity": "sha512-mCuXncKXk5iCLhfhwTc0izo0gtEmpz5CtG2y8GiOINBlMVS6v8TMRc5TaLWKS6692m9+dVVfzgeVxR5UxWHTYw==",
+ "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/compare-versions": {
+ "version": "6.1.1",
+ "resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-6.1.1.tgz",
+ "integrity": "sha512-4hm4VPpIecmlg59CHXnRDnqGplJFrbLG4aFEl5vl6cK1u76ws3LLvX7ikFnTDl5vo39sjWD6AaDPYodJp/NNHg==",
+ "license": "MIT"
+ },
+ "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.7.2",
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
+ "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
+ "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.6",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
+ "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.3.0",
+ "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.3.0.tgz",
+ "integrity": "sha512-6r0NiY0xizYqfBvWp1G7WXJ06/bZyrk7Dc6PHql82C/pKGUTKu4yAX4Y8JPamb1ob9nBKuxWzCGTRuGwU3yxJQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@asamuzakjp/css-color": "^3.1.1",
+ "rrweb-cssom": "^0.8.0"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/dagre": {
+ "version": "0.8.5",
+ "resolved": "https://registry.npmjs.org/dagre/-/dagre-0.8.5.tgz",
+ "integrity": "sha512-/aTqmnRta7x7MCCpExk7HQL2O4owCT2h8NT//9I1OQ9vt29Pa0BzSAkR5lwFUcQ7491yVi/3CXU9jQ5o0Mn2Sw==",
+ "license": "MIT",
+ "dependencies": {
+ "graphlib": "^2.1.8",
+ "lodash": "^4.17.15"
+ }
+ },
+ "node_modules/data-urls": {
+ "version": "5.0.0",
+ "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/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/dunder-proto": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
+ "license": "MIT",
+ "dependencies": {
+ "call-bind-apply-helpers": "^1.0.1",
+ "es-errors": "^1.3.0",
+ "gopd": "^1.2.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/eastasianwidth": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
+ "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.1",
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
+ "license": "MIT",
+ "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/es-object-atoms": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
+ "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
+ "license": "MIT",
+ "dependencies": {
+ "es-errors": "^1.3.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/es-set-tostringtag": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
+ "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "es-errors": "^1.3.0",
+ "get-intrinsic": "^1.2.6",
+ "has-tostringtag": "^1.0.2",
+ "hasown": "^2.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/esbuild": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.2.tgz",
+ "integrity": "sha512-16854zccKPnC+toMywC+uKNeYSv+/eXkevRAfwRD/G9Cleq66m8XFIrigkbvauLLlCfDL45Q2cWegSg53gGBnQ==",
+ "dev": true,
+ "hasInstallScript": true,
+ "license": "MIT",
+ "bin": {
+ "esbuild": "bin/esbuild"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "optionalDependencies": {
+ "@esbuild/aix-ppc64": "0.25.2",
+ "@esbuild/android-arm": "0.25.2",
+ "@esbuild/android-arm64": "0.25.2",
+ "@esbuild/android-x64": "0.25.2",
+ "@esbuild/darwin-arm64": "0.25.2",
+ "@esbuild/darwin-x64": "0.25.2",
+ "@esbuild/freebsd-arm64": "0.25.2",
+ "@esbuild/freebsd-x64": "0.25.2",
+ "@esbuild/linux-arm": "0.25.2",
+ "@esbuild/linux-arm64": "0.25.2",
+ "@esbuild/linux-ia32": "0.25.2",
+ "@esbuild/linux-loong64": "0.25.2",
+ "@esbuild/linux-mips64el": "0.25.2",
+ "@esbuild/linux-ppc64": "0.25.2",
+ "@esbuild/linux-riscv64": "0.25.2",
+ "@esbuild/linux-s390x": "0.25.2",
+ "@esbuild/linux-x64": "0.25.2",
+ "@esbuild/netbsd-arm64": "0.25.2",
+ "@esbuild/netbsd-x64": "0.25.2",
+ "@esbuild/openbsd-arm64": "0.25.2",
+ "@esbuild/openbsd-x64": "0.25.2",
+ "@esbuild/sunos-x64": "0.25.2",
+ "@esbuild/win32-arm64": "0.25.2",
+ "@esbuild/win32-ia32": "0.25.2",
+ "@esbuild/win32-x64": "0.25.2"
+ }
+ },
+ "node_modules/escalade": {
+ "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.23.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.23.0.tgz",
+ "integrity": "sha512-jV7AbNoFPAY1EkFYpLq5bslU9NLNO8xnEeQXwErNibVryjk67wHVmddTBilc5srIttJDBrB0eMHKZBFbSIABCw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@eslint-community/eslint-utils": "^4.2.0",
+ "@eslint-community/regexpp": "^4.12.1",
+ "@eslint/config-array": "^0.19.2",
+ "@eslint/config-helpers": "^0.2.0",
+ "@eslint/core": "^0.12.0",
+ "@eslint/eslintrc": "^3.3.1",
+ "@eslint/js": "9.23.0",
+ "@eslint/plugin-kit": "^0.2.7",
+ "@humanfs/node": "^0.16.6",
+ "@humanwhocodes/module-importer": "^1.0.1",
+ "@humanwhocodes/retry": "^0.4.2",
+ "@types/estree": "^1.0.6",
+ "@types/json-schema": "^7.0.15",
+ "ajv": "^6.12.4",
+ "chalk": "^4.0.0",
+ "cross-spawn": "^7.0.6",
+ "debug": "^4.3.2",
+ "escape-string-regexp": "^4.0.0",
+ "eslint-scope": "^8.3.0",
+ "eslint-visitor-keys": "^4.2.0",
+ "espree": "^10.3.0",
+ "esquery": "^1.5.0",
+ "esutils": "^2.0.2",
+ "fast-deep-equal": "^3.1.3",
+ "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",
+ "json-stable-stringify-without-jsonify": "^1.0.1",
+ "lodash.merge": "^4.6.2",
+ "minimatch": "^3.1.2",
+ "natural-compare": "^1.4.0",
+ "optionator": "^0.9.3"
+ },
+ "bin": {
+ "eslint": "bin/eslint.js"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://eslint.org/donate"
+ },
+ "peerDependencies": {
+ "jiti": "*"
+ },
+ "peerDependenciesMeta": {
+ "jiti": {
+ "optional": true
+ }
+ }
+ },
+ "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.10.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-import-x/-/eslint-plugin-import-x-4.10.0.tgz",
+ "integrity": "sha512-5ej+0WILhX3D6wkcdsyYmPp10SUIK6fmuZ6KS8nf9MD8CJ6/S/3Dl7m21g+MLeaTMsvcEXo3JunNAbgHwXxs/g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@pkgr/core": "^0.2.0",
+ "@types/doctrine": "^0.0.9",
+ "@typescript-eslint/utils": "^8.28.0",
+ "debug": "^4.4.0",
+ "doctrine": "^3.0.0",
+ "eslint-import-resolver-node": "^0.3.9",
+ "get-tsconfig": "^4.10.0",
+ "is-glob": "^4.0.3",
+ "minimatch": "^9.0.3 || ^10.0.1",
+ "semver": "^7.7.1",
+ "stable-hash": "^0.0.5",
+ "tslib": "^2.8.1",
+ "unrs-resolver": "^1.3.3"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "peerDependencies": {
+ "eslint": "^8.57.0 || ^9.0.0"
+ }
+ },
+ "node_modules/eslint-scope": {
+ "version": "8.3.0",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.3.0.tgz",
+ "integrity": "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "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.2.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
+ "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/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.3.0",
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz",
+ "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "acorn": "^8.14.0",
+ "acorn-jsx": "^5.3.2",
+ "eslint-visitor-keys": "^4.2.0"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/espree/node_modules/acorn": {
+ "version": "8.14.1",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz",
+ "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
+ "dev": true,
+ "license": "MIT",
+ "bin": {
+ "acorn": "bin/acorn"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/espree/node_modules/eslint-visitor-keys": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
+ "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/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/events": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
+ "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.8.x"
+ }
+ },
+ "node_modules/expect-type": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.1.0.tgz",
+ "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.3",
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
+ "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
+ "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.8"
+ },
+ "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.19.1",
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
+ "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
+ "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.2",
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz",
+ "integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "asynckit": "^0.4.0",
+ "combined-stream": "^1.0.8",
+ "es-set-tostringtag": "^2.1.0",
+ "mime-types": "^2.1.12"
+ },
+ "engines": {
+ "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,
+ "license": "MIT",
+ "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.3.0",
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
+ "license": "MIT",
+ "dependencies": {
+ "call-bind-apply-helpers": "^1.0.2",
+ "es-define-property": "^1.0.1",
+ "es-errors": "^1.3.0",
+ "es-object-atoms": "^1.1.1",
+ "function-bind": "^1.1.2",
+ "get-proto": "^1.0.1",
+ "gopd": "^1.2.0",
+ "has-symbols": "^1.1.0",
+ "hasown": "^2.0.2",
+ "math-intrinsics": "^1.1.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/get-proto": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
+ "license": "MIT",
+ "dependencies": {
+ "dunder-proto": "^1.0.1",
+ "es-object-atoms": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/get-tsconfig": {
+ "version": "4.10.0",
+ "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.10.0.tgz",
+ "integrity": "sha512-kGzZ3LWWQcGIAmg6iWvXn0ei6WDtV26wzHRMwDSzmAbcXrTEXxHy6IehI6/4eT6VRKyMP1eF1VqwrVUmE/LR7A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "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/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.2.0",
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "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/graphlib": {
+ "version": "2.1.8",
+ "resolved": "https://registry.npmjs.org/graphlib/-/graphlib-2.1.8.tgz",
+ "integrity": "sha512-jcLLfkpoVGmH7/InMC/1hIvOPSUh38oJtGhvrOFGzioE1DZ+0YW16RgmOJhHiuWTvGiJQ9Z1Ik43JvkRPRvE+A==",
+ "license": "MIT",
+ "dependencies": {
+ "lodash": "^4.17.15"
+ }
+ },
+ "node_modules/graphology": {
+ "version": "0.25.4",
+ "resolved": "https://registry.npmjs.org/graphology/-/graphology-0.25.4.tgz",
+ "integrity": "sha512-33g0Ol9nkWdD6ulw687viS8YJQBxqG5LWII6FI6nul0pq6iM2t5EKquOTFDbyTblRB3O9I+7KX4xI8u5ffekAQ==",
+ "license": "MIT",
+ "dependencies": {
+ "events": "^3.3.0",
+ "obliterator": "^2.0.2"
+ },
+ "peerDependencies": {
+ "graphology-types": ">=0.24.0"
+ }
+ },
+ "node_modules/graphology-types": {
+ "version": "0.24.8",
+ "resolved": "https://registry.npmjs.org/graphology-types/-/graphology-types-0.24.8.tgz",
+ "integrity": "sha512-hDRKYXa8TsoZHjgEaysSRyPdT6uB78Ci8WnjgbStlQysz7xR52PInxNsmnB7IBOM1BhikxkNyCVEFgmPKnpx3Q==",
+ "license": "MIT",
+ "peer": true
+ },
+ "node_modules/graphql": {
+ "version": "16.9.0",
+ "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz",
+ "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-symbols": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/has-tostringtag": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
+ "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "has-symbols": "^1.0.3"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "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.6",
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
+ "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "agent-base": "^7.1.2",
+ "debug": "4"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/i18next": {
+ "version": "24.2.3",
+ "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.3.tgz",
+ "integrity": "sha512-lfbf80OzkocvX7nmZtu7nSTNbrTYR52sLWxPtlXX1zAhVw8WEnFk4puUkCR4B1dNQwbSpEHHHemcZu//7EcB7A==",
+ "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.26.10"
+ },
+ "peerDependencies": {
+ "typescript": "^5"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/i18next-browser-languagedetector": {
+ "version": "8.0.4",
+ "resolved": "https://registry.npmjs.org/i18next-browser-languagedetector/-/i18next-browser-languagedetector-8.0.4.tgz",
+ "integrity": "sha512-f3frU3pIxD50/Tz20zx9TD9HobKYg47fmAETb117GKGPrhwcSSPJDoCposXlVycVebQ9GQohC3Efbpq7/nnJ5w==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.23.2"
+ }
+ },
+ "node_modules/i18next-http-backend": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-3.0.2.tgz",
+ "integrity": "sha512-PdlvPnvIp4E1sYi46Ik4tBYh/v/NbYfFFgTjkwFl0is8A18s7/bx9aXqsrOax9WUbeNS6mD2oix7Z0yGGf6m5g==",
+ "license": "MIT",
+ "dependencies": {
+ "cross-fetch": "4.0.0"
+ }
+ },
+ "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.1",
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
+ "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
+ "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": "12.5.0",
+ "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-12.5.0.tgz",
+ "integrity": "sha512-aiBBq5aKF1k87MTxXDylLfwpRwToShiHrSv4EmB07EYyLgmnjEz5B3rn0aGw1X3JA/64Ngf2T54oGwc+BCsPIQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^10.1.9",
+ "@inquirer/prompts": "^7.4.0",
+ "@inquirer/type": "^3.0.5",
+ "ansi-escapes": "^4.3.2",
+ "mute-stream": "^2.0.0",
+ "run-async": "^3.0.0",
+ "rxjs": "^7.8.2"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@types/node": ">=18"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ }
+ }
+ },
+ "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-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": "26.0.0",
+ "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-26.0.0.tgz",
+ "integrity": "sha512-BZYDGVAIriBWTpIxYzrXjv3E/4u8+/pSG5bQdIYCbNCGOvsPkDQfTVLAIXAf9ETdCpduCVTkDe2NNZ8NIwUVzw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "cssstyle": "^4.2.1",
+ "data-urls": "^5.0.0",
+ "decimal.js": "^10.4.3",
+ "form-data": "^4.0.1",
+ "html-encoding-sniffer": "^4.0.0",
+ "http-proxy-agent": "^7.0.2",
+ "https-proxy-agent": "^7.0.6",
+ "is-potential-custom-element-name": "^1.0.1",
+ "nwsapi": "^2.2.16",
+ "parse5": "^7.2.1",
+ "rrweb-cssom": "^0.8.0",
+ "saxes": "^6.0.0",
+ "symbol-tree": "^3.2.4",
+ "tough-cookie": "^5.0.0",
+ "w3c-xmlserializer": "^5.0.0",
+ "webidl-conversions": "^7.0.0",
+ "whatwg-encoding": "^3.1.1",
+ "whatwg-mimetype": "^4.0.0",
+ "whatwg-url": "^14.1.0",
+ "ws": "^8.18.0",
+ "xml-name-validator": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "canvas": "^3.0.0"
+ },
+ "peerDependenciesMeta": {
+ "canvas": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/jsdom/node_modules/tough-cookie": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.2.tgz",
+ "integrity": "sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "dependencies": {
+ "tldts": "^6.1.32"
+ },
+ "engines": {
+ "node": ">=16"
+ }
+ },
+ "node_modules/jsesc": {
+ "version": "2.5.2",
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
+ "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.2.1",
+ "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.2.1.tgz",
+ "integrity": "sha512-Lp6HbbBgosLmJbjx0pBLbgvx68FaFU1sdkmBuckmhhJ88kL13OA51CDtR2yJB50eCNMH9wRqtQNNiAqQH4YXnA==",
+ "license": "MIT",
+ "dependencies": {
+ "call-bind": "^1.0.8",
+ "call-bound": "^1.0.3",
+ "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.11.6",
+ "resolved": "https://registry.npmjs.org/lefthook/-/lefthook-1.11.6.tgz",
+ "integrity": "sha512-j0VmMM50WlPDassmgvapRum9po29Tv1BXzBNFpzGkk9E91CEG9jKik/OHyH/r/na+q8qNIUUyPL6QQuTN/UhQQ==",
+ "dev": true,
+ "hasInstallScript": true,
+ "license": "MIT",
+ "bin": {
+ "lefthook": "bin/index.js"
+ },
+ "optionalDependencies": {
+ "lefthook-darwin-arm64": "1.11.6",
+ "lefthook-darwin-x64": "1.11.6",
+ "lefthook-freebsd-arm64": "1.11.6",
+ "lefthook-freebsd-x64": "1.11.6",
+ "lefthook-linux-arm64": "1.11.6",
+ "lefthook-linux-x64": "1.11.6",
+ "lefthook-openbsd-arm64": "1.11.6",
+ "lefthook-openbsd-x64": "1.11.6",
+ "lefthook-windows-arm64": "1.11.6",
+ "lefthook-windows-x64": "1.11.6"
+ }
+ },
+ "node_modules/lefthook-darwin-arm64": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/lefthook-darwin-arm64/-/lefthook-darwin-arm64-1.11.6.tgz",
+ "integrity": "sha512-gWgdWrKgZgX+bKc6Vs/x7JkO+58lLOpRzpteLx//82D0MKVPlNZwjd4zz4AbIBXtM4Hcj+6gSsOzQ7QDXxjVvQ==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ]
+ },
+ "node_modules/lefthook-darwin-x64": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/lefthook-darwin-x64/-/lefthook-darwin-x64-1.11.6.tgz",
+ "integrity": "sha512-Ia0TjTKuYcSaDTuoCnbWtpPZ2VEoKzgn33OB90VjNaSVs4ooE0PIdpO+w00x1elqIaf1pbrpq6HgeB26Du8KbQ==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ]
+ },
+ "node_modules/lefthook-freebsd-arm64": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/lefthook-freebsd-arm64/-/lefthook-freebsd-arm64-1.11.6.tgz",
+ "integrity": "sha512-PxIwj+hmjLahyzEmcIfalIBDhgklAQCavwM4sGCgbzDi4/+VQX+4aEs4pQqtd7v3aohmjtO/4n2emzTI8donww==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ]
+ },
+ "node_modules/lefthook-freebsd-x64": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/lefthook-freebsd-x64/-/lefthook-freebsd-x64-1.11.6.tgz",
+ "integrity": "sha512-3o1lMKxz1VtWaP/o117wgUn3ZOpefMoSf+8LuiTzI3/PDprIuzgyw2nXKlBZAMDpNPHMNnJeQNts9XLMRmkldg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ]
+ },
+ "node_modules/lefthook-linux-arm64": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/lefthook-linux-arm64/-/lefthook-linux-arm64-1.11.6.tgz",
+ "integrity": "sha512-nKPFZ5cA9f5tVn0ybDVqcXXlpTHZqo05N4KQRhWTj5Nem+JoD2YzJIlvZhdJhUrldERqj6deDMXChH5T3z4Rrw==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/lefthook-linux-x64": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/lefthook-linux-x64/-/lefthook-linux-x64-1.11.6.tgz",
+ "integrity": "sha512-naN8dllLCOEeP+wznLnq+oXrs1dvt/iMLkcl+pOPWLqFccPfDiHzr8V8GslaTa+rSFsAnvjR7SJIOi5C29xedA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/lefthook-openbsd-arm64": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/lefthook-openbsd-arm64/-/lefthook-openbsd-arm64-1.11.6.tgz",
+ "integrity": "sha512-dPxhJfYQ667T+U3pz1+O3mTRNHzXH/BvPlXSH+oy8uiSry4AtVNRXkVvXPUcpLlrAy6HuFYodsrpCIlWFeYwiQ==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "openbsd"
+ ]
+ },
+ "node_modules/lefthook-openbsd-x64": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/lefthook-openbsd-x64/-/lefthook-openbsd-x64-1.11.6.tgz",
+ "integrity": "sha512-9D26kcSsjiW4D0AuVDdi+0ZqrsOzRWOpMS/kcUbLfrU99yCvma0rMTqKbbDMkVur/znS7qL53oGahXCXDNA+IQ==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "openbsd"
+ ]
+ },
+ "node_modules/lefthook-windows-arm64": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/lefthook-windows-arm64/-/lefthook-windows-arm64-1.11.6.tgz",
+ "integrity": "sha512-xdCenr4+BFnfBEhiXj6GJp02EPmcwTAGa7NYm6hVTfDwGXw24tuLv7lpnGjgK3kovN6EukgLH1FYkeyDOBEMnA==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/lefthook-windows-x64": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/lefthook-windows-x64/-/lefthook-windows-x64-1.11.6.tgz",
+ "integrity": "sha512-Fg2GzLhzeDV/GX8+ydrI0wBOytQWpPkNdngx+a8B/feCDbwjAiFklDG5oV4ytuWrtg1JPEEWLJd6nHefj4wtHA==",
+ "cpu": [
+ "x64"
+ ],
+ "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": {
+ "version": "4.17.21",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
+ "license": "MIT"
+ },
+ "node_modules/lodash.merge": {
+ "version": "4.6.2",
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
+ "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/math-intrinsics": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/mdurl": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
+ "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.8",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
+ "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.7.3",
+ "resolved": "https://registry.npmjs.org/msw/-/msw-2.7.3.tgz",
+ "integrity": "sha512-+mycXv8l2fEAjFZ5sjrtjJDmm2ceKGjrNbBr1durRg6VkU9fNUE/gsmQ51hWbHqs+l35W1iM+ZsmOD9Fd6lspw==",
+ "dev": true,
+ "hasInstallScript": true,
+ "license": "MIT",
+ "dependencies": {
+ "@bundled-es-modules/cookie": "^2.0.1",
+ "@bundled-es-modules/statuses": "^1.0.1",
+ "@bundled-es-modules/tough-cookie": "^0.1.6",
+ "@inquirer/confirm": "^5.0.0",
+ "@mswjs/interceptors": "^0.37.0",
+ "@open-draft/deferred-promise": "^2.2.0",
+ "@open-draft/until": "^2.1.0",
+ "@types/cookie": "^0.6.0",
+ "@types/statuses": "^2.0.4",
+ "graphql": "^16.8.1",
+ "headers-polyfill": "^4.0.2",
+ "is-node-process": "^1.2.0",
+ "outvariant": "^1.4.3",
+ "path-to-regexp": "^6.3.0",
+ "picocolors": "^1.1.1",
+ "strict-event-emitter": "^0.5.1",
+ "type-fest": "^4.26.1",
+ "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/picocolors": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "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": "2.0.0",
+ "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
+ "integrity": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": "^18.17.0 || >=20.5.0"
+ }
+ },
+ "node_modules/nanoid": {
+ "version": "3.3.11",
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
+ "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "license": "MIT",
+ "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.20",
+ "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.20.tgz",
+ "integrity": "sha512-/ieB+mDe4MrrKMT8z+mQL8klXydZWGR5Dowt4RAGKbJ3kIGEx3X4ljUo+6V73IXtUPWgfOlU5B9MlGxFO5T+cA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/object-keys": {
+ "version": "1.1.1",
+ "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/obliterator": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/obliterator/-/obliterator-2.0.5.tgz",
+ "integrity": "sha512-42CPE9AhahZRsMNslczq0ctAEtqk8Eka26QofnqC346BZdHDySk3LWka23LI7ULIw11NmltpiLagIq8gBozxTw==",
+ "license": "MIT"
+ },
+ "node_modules/optionator": {
+ "version": "0.9.4",
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
+ "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.2.1",
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz",
+ "integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "entities": "^4.5.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/pathe": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
+ "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "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.14",
+ "resolved": "https://registry.npmjs.org/phaser3-rex-plugins/-/phaser3-rex-plugins-1.80.14.tgz",
+ "integrity": "sha512-eHi3VgryO9umNu6D1yQU5IS6tH4TyC2Y6RgJ495nNp37X2fdYnmYpBfgFg+YaumvtaoOvCkUVyi/YqWNPf2X2A==",
+ "license": "MIT",
+ "dependencies": {
+ "dagre": "^0.8.5",
+ "eventemitter3": "^3.1.2",
+ "graphology": "^0.25.4",
+ "i18next": "^22.5.1",
+ "i18next-http-backend": "^2.5.2",
+ "js-yaml": "^4.1.0",
+ "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/phaser3-rex-plugins/node_modules/i18next-http-backend": {
+ "version": "2.7.3",
+ "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.7.3.tgz",
+ "integrity": "sha512-FgZxrXdRA5u44xfYsJlEBL4/KH3f2IluBpgV/7riW0YW2VEyM8FzVt2XHAOi6id0Ppj7vZvCZVpp5LrGXnc8Ig==",
+ "license": "MIT",
+ "dependencies": {
+ "cross-fetch": "4.0.0"
+ }
+ },
+ "node_modules/phaser3spectorjs": {
+ "version": "0.0.8",
+ "resolved": "https://registry.npmjs.org/phaser3spectorjs/-/phaser3spectorjs-0.0.8.tgz",
+ "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/postcss": {
+ "version": "8.5.3",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz",
+ "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
+ "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"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "nanoid": "^3.3.8",
+ "picocolors": "^1.1.1",
+ "source-map-js": "^1.2.1"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14"
+ }
+ },
+ "node_modules/postcss/node_modules/picocolors": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "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"
+ }
+ ],
+ "license": "MIT"
+ },
+ "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.1.0",
+ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
+ "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "iojs": ">=1.0.0",
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/rollup": {
+ "version": "4.38.0",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.38.0.tgz",
+ "integrity": "sha512-5SsIRtJy9bf1ErAOiFMFzl64Ex9X5V7bnJ+WlFMb+zmP459OSWCEG7b0ERZ+PEU7xPt4OG3RHbrp1LJlXxYTrw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@types/estree": "1.0.7"
+ },
+ "bin": {
+ "rollup": "dist/bin/rollup"
+ },
+ "engines": {
+ "node": ">=18.0.0",
+ "npm": ">=8.0.0"
+ },
+ "optionalDependencies": {
+ "@rollup/rollup-android-arm-eabi": "4.38.0",
+ "@rollup/rollup-android-arm64": "4.38.0",
+ "@rollup/rollup-darwin-arm64": "4.38.0",
+ "@rollup/rollup-darwin-x64": "4.38.0",
+ "@rollup/rollup-freebsd-arm64": "4.38.0",
+ "@rollup/rollup-freebsd-x64": "4.38.0",
+ "@rollup/rollup-linux-arm-gnueabihf": "4.38.0",
+ "@rollup/rollup-linux-arm-musleabihf": "4.38.0",
+ "@rollup/rollup-linux-arm64-gnu": "4.38.0",
+ "@rollup/rollup-linux-arm64-musl": "4.38.0",
+ "@rollup/rollup-linux-loongarch64-gnu": "4.38.0",
+ "@rollup/rollup-linux-powerpc64le-gnu": "4.38.0",
+ "@rollup/rollup-linux-riscv64-gnu": "4.38.0",
+ "@rollup/rollup-linux-riscv64-musl": "4.38.0",
+ "@rollup/rollup-linux-s390x-gnu": "4.38.0",
+ "@rollup/rollup-linux-x64-gnu": "4.38.0",
+ "@rollup/rollup-linux-x64-musl": "4.38.0",
+ "@rollup/rollup-win32-arm64-msvc": "4.38.0",
+ "@rollup/rollup-win32-ia32-msvc": "4.38.0",
+ "@rollup/rollup-win32-x64-msvc": "4.38.0",
+ "fsevents": "~2.3.2"
+ }
+ },
+ "node_modules/rrweb-cssom": {
+ "version": "0.8.0",
+ "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.8.0.tgz",
+ "integrity": "sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/run-async": {
+ "version": "3.0.0",
+ "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.2",
+ "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz",
+ "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "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.7.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
+ "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
+ "dev": true,
+ "license": "ISC",
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "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/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/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.5",
+ "resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.5.tgz",
+ "integrity": "sha512-+L3ccpzibovGXFK+Ap/f8LOS0ahMrHTf3xu7mMLSpEGU0EO9ucaysSylKo9eRDFNhWve/y275iPmIZ4z39a9iA==",
+ "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/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": "2.0.0",
+ "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-2.0.0.tgz",
+ "integrity": "sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "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/tldts": {
+ "version": "6.1.85",
+ "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.85.tgz",
+ "integrity": "sha512-gBdZ1RjCSevRPFix/hpaUWeak2/RNUZB4/8frF1r5uYMHjFptkiT0JXIebWvgI/0ZHXvxaUDDJshiA0j6GdL3w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "tldts-core": "^6.1.85"
+ },
+ "bin": {
+ "tldts": "bin/cli.js"
+ }
+ },
+ "node_modules/tldts-core": {
+ "version": "6.1.85",
+ "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.85.tgz",
+ "integrity": "sha512-DTjUVvxckL1fIoPSb3KE7ISNtkWSawZdpfxGxwiIrZoO6EbHVDXXUIlIuWympPaeS+BLGyggozX/HTMsRAdsoA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/tmp": {
+ "version": "0.0.33",
+ "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
+ "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.1.0",
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.1.0.tgz",
+ "integrity": "sha512-IUWnUK7ADYR5Sl1fZlO1INDUhVhatWl7BtJWsIhwJ0UAK7ilzzIa8uIqOO/aYVWHZPJkKbEL+362wrzoeRF7bw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "punycode": "^2.3.1"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/ts-api-utils": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
+ "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=18.12"
+ },
+ "peerDependencies": {
+ "typescript": ">=4.8.4"
+ }
+ },
+ "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.8.1",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
+ "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.28.1",
+ "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.28.1.tgz",
+ "integrity": "sha512-Mn2VPNMaxoe/hlBiLriG4U55oyAa3Xo+8HbtEwV7F5WEOPXqtxzGuMZhJYHaqFJpajeQ6ZDUC2c990NAtTbdgw==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@gerrit0/mini-shiki": "^3.2.1",
+ "lunr": "^2.3.9",
+ "markdown-it": "^14.1.0",
+ "minimatch": "^9.0.5",
+ "yaml": "^2.7.0 "
+ },
+ "bin": {
+ "typedoc": "bin/typedoc"
+ },
+ "engines": {
+ "node": ">= 18",
+ "pnpm": ">= 10"
+ },
+ "peerDependencies": {
+ "typescript": "5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x"
+ }
+ },
+ "node_modules/typescript": {
+ "version": "5.8.2",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz",
+ "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
+ "devOptional": true,
+ "license": "Apache-2.0",
+ "bin": {
+ "tsc": "bin/tsc",
+ "tsserver": "bin/tsserver"
+ },
+ "engines": {
+ "node": ">=14.17"
+ }
+ },
+ "node_modules/typescript-eslint": {
+ "version": "8.29.0",
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.29.0.tgz",
+ "integrity": "sha512-ep9rVd9B4kQsZ7ZnWCVxUE/xDLUUUsRzE0poAeNu+4CkFErLfuvPt/qtm2EpnSyfvsR0S6QzDFSrPCFBwf64fg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@typescript-eslint/eslint-plugin": "8.29.0",
+ "@typescript-eslint/parser": "8.29.0",
+ "@typescript-eslint/utils": "8.29.0"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependencies": {
+ "eslint": "^8.57.0 || ^9.0.0",
+ "typescript": ">=4.8.4 <5.9.0"
+ }
+ },
+ "node_modules/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": "6.20.0",
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
+ "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
+ "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/unrs-resolver": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/unrs-resolver/-/unrs-resolver-1.3.3.tgz",
+ "integrity": "sha512-PFLAGQzYlyjniXdbmQ3dnGMZJXX5yrl2YS4DLRfR3BhgUsE1zpRIrccp9XMOGRfIHpdFvCn/nr5N1KMVda4x3A==",
+ "dev": true,
+ "license": "MIT",
+ "funding": {
+ "url": "https://github.com/sponsors/JounQin"
+ },
+ "optionalDependencies": {
+ "@unrs/resolver-binding-darwin-arm64": "1.3.3",
+ "@unrs/resolver-binding-darwin-x64": "1.3.3",
+ "@unrs/resolver-binding-freebsd-x64": "1.3.3",
+ "@unrs/resolver-binding-linux-arm-gnueabihf": "1.3.3",
+ "@unrs/resolver-binding-linux-arm-musleabihf": "1.3.3",
+ "@unrs/resolver-binding-linux-arm64-gnu": "1.3.3",
+ "@unrs/resolver-binding-linux-arm64-musl": "1.3.3",
+ "@unrs/resolver-binding-linux-ppc64-gnu": "1.3.3",
+ "@unrs/resolver-binding-linux-s390x-gnu": "1.3.3",
+ "@unrs/resolver-binding-linux-x64-gnu": "1.3.3",
+ "@unrs/resolver-binding-linux-x64-musl": "1.3.3",
+ "@unrs/resolver-binding-wasm32-wasi": "1.3.3",
+ "@unrs/resolver-binding-win32-arm64-msvc": "1.3.3",
+ "@unrs/resolver-binding-win32-ia32-msvc": "1.3.3",
+ "@unrs/resolver-binding-win32-x64-msvc": "1.3.3"
+ }
+ },
+ "node_modules/update-browserslist-db": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz",
+ "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": "6.2.4",
+ "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.4.tgz",
+ "integrity": "sha512-veHMSew8CcRzhL5o8ONjy8gkfmFJAd5Ac16oxBUjlwgX3Gq2Wqr+qNC3TjPIpy7TPV/KporLga5GT9HqdrCizw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "esbuild": "^0.25.0",
+ "postcss": "^8.5.3",
+ "rollup": "^4.30.1"
+ },
+ "bin": {
+ "vite": "bin/vite.js"
+ },
+ "engines": {
+ "node": "^18.0.0 || ^20.0.0 || >=22.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 || >=22.0.0",
+ "jiti": ">=1.21.0",
+ "less": "*",
+ "lightningcss": "^1.21.0",
+ "sass": "*",
+ "sass-embedded": "*",
+ "stylus": "*",
+ "sugarss": "*",
+ "terser": "^5.16.0",
+ "tsx": "^4.8.1",
+ "yaml": "^2.4.2"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ },
+ "jiti": {
+ "optional": true
+ },
+ "less": {
+ "optional": true
+ },
+ "lightningcss": {
+ "optional": true
+ },
+ "sass": {
+ "optional": true
+ },
+ "sass-embedded": {
+ "optional": true
+ },
+ "stylus": {
+ "optional": true
+ },
+ "sugarss": {
+ "optional": true
+ },
+ "terser": {
+ "optional": true
+ },
+ "tsx": {
+ "optional": true
+ },
+ "yaml": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/vite-node": {
+ "version": "3.0.9",
+ "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-3.0.9.tgz",
+ "integrity": "sha512-w3Gdx7jDcuT9cNn9jExXgOyKmf5UOTb6WMHz8LGAm54eS1Elf5OuBhCxl6zJxGhEeIkgsE1WbHuoL0mj/UXqXg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "cac": "^6.7.14",
+ "debug": "^4.4.0",
+ "es-module-lexer": "^1.6.0",
+ "pathe": "^2.0.3",
+ "vite": "^5.0.0 || ^6.0.0"
+ },
+ "bin": {
+ "vite-node": "vite-node.mjs"
+ },
+ "engines": {
+ "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/vitest"
+ }
+ },
+ "node_modules/vite-tsconfig-paths": {
+ "version": "5.1.4",
+ "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-5.1.4.tgz",
+ "integrity": "sha512-cYj0LRuLV2c2sMqhqhGpaO3LretdtMn/BVX4cPLanIZuwwrkVl+lK84E/miEXkCHWXuq65rhNN4rXsBcOB3S4w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "debug": "^4.1.1",
+ "globrex": "^0.1.2",
+ "tsconfck": "^3.0.3"
+ },
+ "peerDependencies": {
+ "vite": "*"
+ },
+ "peerDependenciesMeta": {
+ "vite": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/vitest": {
+ "version": "3.0.9",
+ "resolved": "https://registry.npmjs.org/vitest/-/vitest-3.0.9.tgz",
+ "integrity": "sha512-BbcFDqNyBlfSpATmTtXOAOj71RNKDDvjBM/uPfnxxVGrG+FSH2RQIwgeEngTaTkuU/h0ScFvf+tRcKfYXzBybQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@vitest/expect": "3.0.9",
+ "@vitest/mocker": "3.0.9",
+ "@vitest/pretty-format": "^3.0.9",
+ "@vitest/runner": "3.0.9",
+ "@vitest/snapshot": "3.0.9",
+ "@vitest/spy": "3.0.9",
+ "@vitest/utils": "3.0.9",
+ "chai": "^5.2.0",
+ "debug": "^4.4.0",
+ "expect-type": "^1.1.0",
+ "magic-string": "^0.30.17",
+ "pathe": "^2.0.3",
+ "std-env": "^3.8.0",
+ "tinybench": "^2.9.0",
+ "tinyexec": "^0.3.2",
+ "tinypool": "^1.0.2",
+ "tinyrainbow": "^2.0.0",
+ "vite": "^5.0.0 || ^6.0.0",
+ "vite-node": "3.0.9",
+ "why-is-node-running": "^2.3.0"
+ },
+ "bin": {
+ "vitest": "vitest.mjs"
+ },
+ "engines": {
+ "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/vitest"
+ },
+ "peerDependencies": {
+ "@edge-runtime/vm": "*",
+ "@types/debug": "^4.1.12",
+ "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
+ "@vitest/browser": "3.0.9",
+ "@vitest/ui": "3.0.9",
+ "happy-dom": "*",
+ "jsdom": "*"
+ },
+ "peerDependenciesMeta": {
+ "@edge-runtime/vm": {
+ "optional": true
+ },
+ "@types/debug": {
+ "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.2.0",
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.2.0.tgz",
+ "integrity": "sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "tr46": "^5.1.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.7.1",
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.1.tgz",
+ "integrity": "sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==",
+ "dev": true,
+ "license": "ISC",
+ "bin": {
+ "yaml": "bin.mjs"
+ },
+ "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 f106fb1a773..ffe4c06bea0 100644
--- a/package.json
+++ b/package.json
@@ -1,70 +1,72 @@
{
- "name": "pokemon-rogue-battle",
- "private": true,
- "version": "1.1.6",
- "type": "module",
- "scripts": {
- "start": "vite",
- "start:dev": "vite --mode development",
- "build": "vite build",
- "build:beta": "vite build --mode beta",
- "preview": "vite preview",
- "test": "vitest run --project pre && vitest run --project main",
- "test:cov": "vitest run --project pre && vitest run --project main --coverage",
- "test:watch": "vitest run --project pre && vitest watch --project main --coverage",
- "test:silent": "vitest run --project pre && vitest run --project main --silent",
- "typecheck": "tsc --noEmit",
- "eslint": "eslint --fix .",
- "eslint-ci": "eslint .",
- "docs": "typedoc",
- "depcruise": "depcruise src",
- "depcruise:graph": "depcruise src --output-type dot | node dependency-graph.js > dependency-graph.svg",
- "create-test": "node ./create-test-boilerplate.js",
- "postinstall": "npx lefthook install && npx lefthook run post-merge"
- },
- "devDependencies": {
- "@eslint/js": "^9.3.0",
- "@hpcc-js/wasm": "^2.18.0",
- "@stylistic/eslint-plugin-ts": "^2.6.0-beta.0",
- "@types/jsdom": "^21.1.7",
- "@types/node": "^20.12.13",
- "@typescript-eslint/eslint-plugin": "^8.0.0-alpha.54",
- "@typescript-eslint/parser": "^8.0.0-alpha.54",
- "@vitest/coverage-istanbul": "^2.0.4",
- "dependency-cruiser": "^16.3.10",
- "eslint": "^9.7.0",
- "eslint-plugin-import-x": "^4.2.1",
- "inquirer": "^11.0.2",
- "jsdom": "^24.0.0",
- "lefthook": "^1.6.12",
- "msw": "^2.4.9",
- "phaser3spectorjs": "^0.0.8",
- "typedoc": "^0.26.4",
- "typescript": "^5.5.3",
- "typescript-eslint": "^8.0.0-alpha.54",
- "vite": "^5.4.8",
- "vite-tsconfig-paths": "^4.3.2",
- "vitest": "^2.0.4",
- "vitest-canvas-mock": "^0.3.3"
- },
- "dependencies": {
- "@material/material-color-utilities": "^0.2.7",
- "crypto-js": "^4.2.0",
- "i18next": "^23.11.1",
- "i18next-browser-languagedetector": "^7.2.1",
- "i18next-http-backend": "^2.6.1",
- "i18next-korean-postposition-processor": "^1.0.0",
- "json-stable-stringify": "^1.1.0",
- "phaser": "^3.70.0",
- "phaser3-rex-plugins": "^1.1.84"
- },
- "engines": {
- "node": ">=20.0.0"
- },
- "imports": {
- "#enums/*": "./enums/*",
- "#app": "./src/main.js",
- "#app/*": "./src/*",
- "#test/*": "./src/test/*"
- }
+ "name": "pokemon-rogue-battle",
+ "private": true,
+ "version": "1.8.4",
+ "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",
+ "test:cov": "vitest run --coverage --no-isolate",
+ "test:watch": "vitest watch --coverage --no-isolate",
+ "test:silent": "vitest run --silent --no-isolate",
+ "typecheck": "tsc --noEmit",
+ "eslint": "eslint --fix .",
+ "eslint-ci": "eslint .",
+ "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.23.0",
+ "@hpcc-js/wasm": "^2.22.4",
+ "@stylistic/eslint-plugin-ts": "^4.1.0",
+ "@types/jsdom": "^21.1.7",
+ "@types/node": "^22.13.14",
+ "@typescript-eslint/eslint-plugin": "^8.28.0",
+ "@typescript-eslint/parser": "^8.28.0",
+ "@vitest/coverage-istanbul": "^3.0.9",
+ "dependency-cruiser": "^16.3.10",
+ "eslint": "^9.23.0",
+ "eslint-plugin-import-x": "^4.9.4",
+ "inquirer": "^12.4.2",
+ "jsdom": "^26.0.0",
+ "lefthook": "^1.11.5",
+ "msw": "^2.7.3",
+ "phaser3spectorjs": "^0.0.8",
+ "typedoc": "^0.28.1",
+ "typescript": "^5.8.2",
+ "typescript-eslint": "^8.28.0",
+ "vite": "^6.2.0",
+ "vite-tsconfig-paths": "^5.1.4",
+ "vitest": "^3.0.9",
+ "vitest-canvas-mock": "^0.3.3"
+ },
+ "dependencies": {
+ "@material/material-color-utilities": "^0.2.7",
+ "compare-versions": "^6.1.1",
+ "crypto-js": "^4.2.0",
+ "i18next": "^24.2.2",
+ "i18next-browser-languagedetector": "^8.0.4",
+ "i18next-http-backend": "^3.0.2",
+ "i18next-korean-postposition-processor": "^1.0.0",
+ "json-stable-stringify": "^1.2.0",
+ "jszip": "^3.10.1",
+ "phaser": "^3.70.0",
+ "phaser3-rex-plugins": "^1.80.14"
+ },
+ "engines": {
+ "node": ">=22.0.0"
+ }
}
diff --git a/public/audio/bgm/battle_champion_kukui.mp3 b/public/audio/bgm/battle_champion_kukui.mp3
new file mode 100644
index 00000000000..9e0739fc4d0
Binary files /dev/null and b/public/audio/bgm/battle_champion_kukui.mp3 differ
diff --git a/public/audio/bgm/battle_colress.mp3 b/public/audio/bgm/battle_colress.mp3
new file mode 100644
index 00000000000..49a5557860b
Binary files /dev/null and b/public/audio/bgm/battle_colress.mp3 differ
diff --git a/public/audio/bgm/battle_mustard.mp3 b/public/audio/bgm/battle_mustard.mp3
new file mode 100644
index 00000000000..dccb8f7dcc5
Binary files /dev/null and b/public/audio/bgm/battle_mustard.mp3 differ
diff --git a/public/audio/bgm/battle_plasma_grunt.mp3 b/public/audio/bgm/battle_plasma_grunt.mp3
index 7d1bf710bc5..c3d004514d0 100644
Binary files a/public/audio/bgm/battle_plasma_grunt.mp3 and b/public/audio/bgm/battle_plasma_grunt.mp3 differ
diff --git a/public/audio/bgm/battle_rival_3_afd.mp3 b/public/audio/bgm/battle_rival_3_afd.mp3
new file mode 100644
index 00000000000..6dec5c861c6
Binary files /dev/null and b/public/audio/bgm/battle_rival_3_afd.mp3 differ
diff --git a/public/audio/bgm/end.mp3 b/public/audio/bgm/end.mp3
index c37973fd9cc..fa33f890dc3 100644
Binary files a/public/audio/bgm/end.mp3 and b/public/audio/bgm/end.mp3 differ
diff --git a/public/audio/bgm/forest.mp3 b/public/audio/bgm/forest.mp3
index a1d9ecb4b28..6382d3fc0b2 100644
Binary files a/public/audio/bgm/forest.mp3 and b/public/audio/bgm/forest.mp3 differ
diff --git a/public/audio/bgm/graveyard.mp3 b/public/audio/bgm/graveyard.mp3
index 48092fa3ec2..45571f16d09 100644
Binary files a/public/audio/bgm/graveyard.mp3 and b/public/audio/bgm/graveyard.mp3 differ
diff --git a/public/audio/bgm/title.mp3 b/public/audio/bgm/title.mp3
index 86d4be0da35..8ad451a52a9 100644
Binary files a/public/audio/bgm/title.mp3 and b/public/audio/bgm/title.mp3 differ
diff --git a/public/audio/bgm/title_afd.mp3 b/public/audio/bgm/title_afd.mp3
new file mode 100644
index 00000000000..c427d86b397
Binary files /dev/null and b/public/audio/bgm/title_afd.mp3 differ
diff --git a/public/audio/se/crit_throw.wav b/public/audio/se/crit_throw.wav
new file mode 100644
index 00000000000..a737410e7ce
Binary files /dev/null and b/public/audio/se/crit_throw.wav differ
diff --git a/public/battle-anims/common-powder.json b/public/battle-anims/common-powder.json
new file mode 100644
index 00000000000..698d68e7e81
--- /dev/null
+++ b/public/battle-anims/common-powder.json
@@ -0,0 +1,2496 @@
+{
+ "graphic":"PRAS- Powder",
+ "frames":[
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 21,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 21,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 21,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 22,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 21,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 22,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 21,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 22,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 21,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 22,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 21,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 22,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 21,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 22,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":16,
+ "y":2,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 21,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 22,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 23,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":16,
+ "y":2,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 21,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 22,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 23,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":16,
+ "y":2,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 21,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 22,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 24,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":16,
+ "y":2,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 21,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 22,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 24,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":16,
+ "y":2,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 23,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 22,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 24,
+ "opacity": 0 ,
+ "focus":2
+ },
+ {
+ "x":16,
+ "y":2,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 23,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 24,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 17,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":16,
+ "y":2,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 23,
+ "opacity": 0 ,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 24,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 18,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":16,
+ "y":2,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 17,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 24,
+ "opacity": 0,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 18,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":16,
+ "y":2,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 18,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 17,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 19,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 8,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":16,
+ "y":2,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 18,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 18,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 19,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 8,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":16,
+ "y":2,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 19,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 18,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 9,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":16,
+ "y":2,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 19,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 8,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 19,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 8,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 9,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":16,
+ "y":2,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 20,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 8,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 19,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 9,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 9,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":16,
+ "y":2,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 20,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 9,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 20,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 9,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 9,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 9,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 20,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 10,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 10,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 10,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 10,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 10,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 10,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 10,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 11,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 11,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 11,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 11,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 11,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 11,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 12,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 12,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 12,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 12,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 12,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 12,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 13,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 13,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 13,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 13,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 13,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 13,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 14,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 14,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 14,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 14,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 14,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 14,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 15,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 15,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 15,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 15,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 15,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 15,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 16,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 16,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 16,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 16,
+ "opacity": 155,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 16,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 16,
+ "opacity": 150,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 16,
+ "opacity": 155,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 16,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 16,
+ "opacity": 150,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ }
+ ]
+ ],
+ "frameTimedEvents":{
+ "16":[{"frameIndex":16,"resourceName":"PRSFX- Powder common1.wav","volume":100,"pitch":100,"eventType":"AnimTimedSoundEvent"}],
+ "18":[{"frameIndex":18,"resourceName":"PRSFX- Powder common2.wav","volume":30,"pitch":120,"eventType":"AnimTimedSoundEvent"}]
+ },
+ "position":3,
+ "hue":0
+}
\ No newline at end of file
diff --git a/public/battle-anims/common-terastallize.json b/public/battle-anims/common-terastallize.json
new file mode 100644
index 00000000000..3843464dbde
--- /dev/null
+++ b/public/battle-anims/common-terastallize.json
@@ -0,0 +1,774 @@
+{
+ "graphic": "terastallize",
+ "frames": [
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 0,
+ "opacity": 150,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 0,
+ "opacity": 225,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 70,
+ "zoomY": 70,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 255,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 70,
+ "zoomY": 70,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 255,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 90,
+ "zoomY": 90,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 255,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 90,
+ "zoomY": 90,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 255,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 255,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 255,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 255,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 200,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "tone": [
+ 100,
+ 100,
+ 100,
+ 0
+ ],
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 100,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "tone": [
+ 100,
+ 100,
+ 100,
+ 0
+ ],
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 100,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "tone": [
+ 100,
+ 100,
+ 100,
+ 0
+ ],
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 60,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "tone": [
+ 100,
+ 100,
+ 100,
+ 0
+ ],
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 60,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "tone": [
+ 100,
+ 100,
+ 100,
+ 0
+ ],
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 60,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "tone": [
+ 100,
+ 100,
+ 100,
+ 0
+ ],
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "tone": [
+ 255,
+ 255,
+ 255,
+ 255
+ ],
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "tone": [
+ 255,
+ 255,
+ 255,
+ 0
+ ],
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "tone": [
+ 255,
+ 255,
+ 255,
+ 255
+ ],
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ }
+ ]
+ ],
+ "frameTimedEvents": {},
+ "position": 4,
+ "hue": 0
+}
\ No newline at end of file
diff --git a/public/exp-sprites.json b/public/exp-sprites.json
index 947bffd399d..d6c8534e008 100644
--- a/public/exp-sprites.json
+++ b/public/exp-sprites.json
@@ -13,10 +13,10 @@
"1005",
"1006",
"1006",
- "1007-apex",
- "1007-apex",
- "1008-ultimate",
- "1008-ultimate",
+ "1007-apex-build-Disabled",
+ "1007-apex-build-Disabled",
+ "1008-ultimate-mode-Disabled",
+ "1008-ultimate-mode-Disabled",
"115-mega",
"115-mega",
"127-mega",
@@ -183,9 +183,11 @@
"487-origin",
"531-mega",
"531-mega",
- "6-mega",
- "6-mega",
+ "569-gigantamax",
+ "569-gigantamax",
"6-mega-x",
+ "6-mega-x",
+ "6-mega-y",
"6-mega-y",
"6058",
"6058",
@@ -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",
@@ -837,8 +825,8 @@
"873",
"874",
"874",
- "875-no",
- "875-no",
+ "875-no-ice",
+ "875-no-ice",
"875",
"875",
"876-female",
@@ -975,26 +963,26 @@
"929",
"930",
"930",
- "931-blue",
- "931-blue",
- "931-green",
- "931-green",
- "931-white",
- "931-white",
- "931-yellow",
- "931-yellow",
+ "931-blue-plumage-Disabled",
+ "931-blue-plumage-Disabled",
+ "931-green-plumage-Disabled",
+ "931-green-plumage-Disabled",
+ "931-white-plumage-Disabled",
+ "931-white-plumage-Disabled",
+ "931-yellow-plumage-Disabled",
+ "931-yellow-plumage-Disabled",
"932",
"932",
"933",
"933",
"934",
"934",
- "935",
- "935",
- "936",
- "936",
- "937",
- "937",
+ "935-Disabled",
+ "935-Disabled",
+ "936-Disabled",
+ "936-Disabled",
+ "937-Disabled",
+ "937-Disabled",
"938",
"938",
"939",
@@ -1085,8 +1073,8 @@
"978-droopy",
"978-stretchy",
"978-stretchy",
- "979",
- "979",
+ "979-Disabled",
+ "979-Disabled",
"980",
"980",
"981",
@@ -1145,10 +1133,10 @@
"1005b",
"1006b",
"1006b",
- "1007b-apex",
- "1007b-apex",
- "1008b-ultimate",
- "1008b-ultimate",
+ "1007b-apex-build-Disabled",
+ "1007b-apex-build-Disabled",
+ "1008b-ultimate-mode-Disabled",
+ "1008b-ultimate-mode-Disabled",
"115b-mega",
"115b-mega",
"127b-mega",
@@ -1315,9 +1303,11 @@
"487b-origin",
"531b-mega",
"531b-mega",
- "6b-mega",
- "6b-mega",
+ "569b-gigantamax",
+ "569b-gigantamax",
"6b-mega-x",
+ "6b-mega-x",
+ "6b-mega-y",
"6b-mega-y",
"6058b",
"6058b",
@@ -1333,6 +1323,8 @@
"6211b",
"6215b",
"6215b",
+ "6215bf",
+ "6215bf",
"65b-mega",
"65b-mega",
"650b",
@@ -1391,10 +1383,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 +1399,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 +1415,8 @@
"666b-tundra",
"667b",
"667b",
- "668b-female",
- "668b-female",
+ "668bf",
+ "668bf",
"668b",
"668b",
"669b-blue",
@@ -1469,8 +1461,6 @@
"6724b",
"673b",
"673b",
- "674b",
- "674b",
"675b",
"675b",
"676b",
@@ -1513,16 +1503,12 @@
"692b",
"693b",
"693b",
- "694b",
- "694b",
"695b",
"695b",
"696b",
"696b",
"697b",
"697b",
- "698b",
- "698b",
"699b",
"699b",
"700b",
@@ -1531,18 +1517,12 @@
"701b",
"702b",
"702b",
- "703b",
- "703b",
"704b",
"704b",
"705b",
"705b",
"706b",
"706b",
- "707b",
- "707b",
- "708b",
- "708b",
"709b",
"709b",
"710b",
@@ -1553,8 +1533,6 @@
"712b",
"713b",
"713b",
- "714b",
- "714b",
"715b",
"715b",
"716b-active",
@@ -1563,16 +1541,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 +1815,8 @@
"814b",
"815b",
"815b",
+ "815b-gigantamax",
+ "815b-gigantamax",
"816b",
"816b",
"817b",
@@ -1893,6 +1867,8 @@
"838b",
"839b",
"839b",
+ "839b-gigantamax",
+ "839b-gigantamax",
"840b",
"840b",
"841b",
@@ -1969,8 +1945,8 @@
"873b",
"874b",
"874b",
- "875b-no",
- "875b-no",
+ "875b-no-ice",
+ "875b-no-ice",
"875b",
"875b",
"876b-female",
@@ -2109,26 +2085,26 @@
"929b",
"930b",
"930b",
- "931b-blue",
- "931b-blue",
- "931b-green",
- "931b-green",
- "931b-white",
- "931b-white",
- "931b-yellow",
- "931b-yellow",
+ "931b-blue-plumage-Disabled",
+ "931b-blue-plumage-Disabled",
+ "931b-green-plumage-Disabled",
+ "931b-green-plumage-Disabled",
+ "931b-white-plumage-Disabled",
+ "931b-white-plumage-Disabled",
+ "931b-yellow-plumage-Disabled",
+ "931b-yellow-plumage-Disabled",
"932b",
"932b",
"933b",
"933b",
"934b",
"934b",
- "935b",
- "935b",
- "936b",
- "936b",
- "937b",
- "937b",
+ "935b-Disabled",
+ "935b-Disabled",
+ "936b-Disabled",
+ "936b-Disabled",
+ "937b-Disabled",
+ "937b-Disabled",
"938b",
"938b",
"939b",
@@ -2219,8 +2195,6 @@
"978b-droopy",
"978b-stretchy",
"978b-stretchy",
- "979b",
- "979b",
"980b",
"980b",
"981b",
@@ -2279,10 +2253,10 @@
"1005sb",
"1006sb",
"1006sb",
- "1007sb-apex",
- "1007sb-apex",
- "1008sb-ultimate",
- "1008sb-ultimate",
+ "1007sb-apex-build-Disabled",
+ "1007sb-apex-build-Disabled",
+ "1008sb-ultimate-mode-Disabled",
+ "1008sb-ultimate-mode-Disabled",
"115sb-mega",
"115sb-mega",
"127sb-mega",
@@ -2449,6 +2423,8 @@
"487sb-origin",
"531sb-mega",
"531sb-mega",
+ "569sb-gigantamax",
+ "569sb-gigantamax",
"6sb-mega",
"6sb-mega",
"6sb-mega-x",
@@ -2467,6 +2443,8 @@
"6211sb",
"6215sb",
"6215sb",
+ "6215sbf",
+ "6215sbf",
"65sb-mega",
"65sb-mega",
"650sb",
@@ -2525,10 +2503,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 +2519,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 +2537,8 @@
"667sb",
"668sb",
"668sb",
+ "668sbf",
+ "668sbf",
"669sb-blue",
"669sb-blue",
"669sb-orange",
@@ -2601,8 +2581,6 @@
"6724sb",
"673sb",
"673sb",
- "674sb",
- "674sb",
"675sb",
"675sb",
"676sb",
@@ -2645,16 +2623,12 @@
"692sb",
"693sb",
"693sb",
- "694sb",
- "694sb",
"695sb",
"695sb",
"696sb",
"696sb",
"697sb",
"697sb",
- "698sb",
- "698sb",
"699sb",
"699sb",
"700sb",
@@ -2663,18 +2637,12 @@
"701sb",
"702sb",
"702sb",
- "703sb",
- "703sb",
"704sb",
"704sb",
"705sb",
"705sb",
"706sb",
"706sb",
- "707sb",
- "707sb",
- "708sb",
- "708sb",
"709sb",
"709sb",
"710sb",
@@ -2685,8 +2653,6 @@
"712sb",
"713sb",
"713sb",
- "714sb",
- "714sb",
"715sb",
"715sb",
"716sb-active",
@@ -2695,16 +2661,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 +2935,8 @@
"814sb",
"815sb",
"815sb",
+ "815sb-gigantamax",
+ "815sb-gigantamax",
"816sb",
"816sb",
"817sb",
@@ -3025,6 +2987,8 @@
"838sb",
"839sb",
"839sb",
+ "839sb-gigantamax",
+ "839sb-gigantamax",
"840sb",
"840sb",
"841sb",
@@ -3101,8 +3065,8 @@
"873sb",
"874sb",
"874sb",
- "875sb-no",
- "875sb-no",
+ "875sb-no-ice",
+ "875sb-no-ice",
"875sb",
"875sb",
"876sb-female",
@@ -3241,26 +3205,26 @@
"929sb",
"930sb",
"930sb",
- "931sb-blue",
- "931sb-blue",
- "931sb-green",
- "931sb-green",
- "931sb-white",
- "931sb-white",
- "931sb-yellow",
- "931sb-yellow",
+ "931sb-blue-plumage-Disabled",
+ "931sb-blue-plumage-Disabled",
+ "931sb-green-plumage-Disabled",
+ "931sb-green-plumage-Disabled",
+ "931sb-white-plumage-Disabled",
+ "931sb-white-plumage-Disabled",
+ "931sb-yellow-plumage-Disabled",
+ "931sb-yellow-plumage-Disabled",
"932sb",
"932sb",
"933sb",
"933sb",
"934sb",
"934sb",
- "935sb",
- "935sb",
- "936sb",
- "936sb",
- "937sb",
- "937sb",
+ "935sb-Disabled",
+ "935sb-Disabled",
+ "936sb-Disabled",
+ "936sb-Disabled",
+ "937sb-Disabled",
+ "937sb-Disabled",
"938sb",
"938sb",
"939sb",
@@ -3351,8 +3315,6 @@
"978sb-droopy",
"978sb-stretchy",
"978sb-stretchy",
- "979sb",
- "979sb",
"980sb",
"980sb",
"981sb",
@@ -3416,10 +3378,10 @@
"1005s",
"1006s",
"1006s",
- "1007s-apex",
- "1007s-apex",
- "1008s-ultimate",
- "1008s-ultimate",
+ "1007s-apex-build-Disabled",
+ "1007s-apex-build-Disabled",
+ "1008s-ultimate-mode-Disabled",
+ "1008s-ultimate-mode-Disabled",
"115s-mega",
"115s-mega",
"127s-mega",
@@ -3586,6 +3548,8 @@
"487s-origin",
"531s-mega",
"531s-mega",
+ "569s-gigantamax",
+ "569s-gigantamax",
"6s-mega",
"6s-mega",
"6s-mega-x",
@@ -3604,6 +3568,8 @@
"6211s",
"6215s",
"6215s",
+ "6215sf",
+ "6215sf",
"65s-mega",
"65s-mega",
"650s",
@@ -3662,10 +3628,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 +3644,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 +3660,8 @@
"666s-tundra",
"667s",
"667s",
- "668s-female",
- "668s-female",
+ "668sf",
+ "668sf",
"668s",
"668s",
"669s-blue",
@@ -3740,8 +3706,6 @@
"6724s",
"673s",
"673s",
- "674s",
- "674s",
"675s",
"675s",
"676s",
@@ -3784,16 +3748,12 @@
"692s",
"693s",
"693s",
- "694s",
- "694s",
"695s",
"695s",
"696s",
"696s",
"697s",
"697s",
- "698s",
- "698s",
"699s",
"699s",
"700s",
@@ -3802,18 +3762,12 @@
"701s",
"702s",
"702s",
- "703s",
- "703s",
"704s",
"704s",
"705s",
"705s",
"706s",
"706s",
- "707s",
- "707s",
- "708s",
- "708s",
"709s",
"709s",
"710s",
@@ -3824,8 +3778,6 @@
"712s",
"713s",
"713s",
- "714s",
- "714s",
"715s",
"715s",
"716s-active",
@@ -3834,16 +3786,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 +4060,8 @@
"814s",
"815s",
"815s",
+ "815s-gigantamax",
+ "815s-gigantamax",
"816s",
"816s",
"817s",
@@ -4164,6 +4112,8 @@
"838s",
"839s",
"839s",
+ "839s-gigantamax",
+ "839s-gigantamax",
"840s",
"840s",
"841s",
@@ -4240,8 +4190,8 @@
"873s",
"874s",
"874s",
- "875s-no",
- "875s-no",
+ "875s-no-ice",
+ "875s-no-ice",
"875s",
"875s",
"876s-female",
@@ -4380,26 +4330,26 @@
"929s",
"930s",
"930s",
- "931s-blue",
- "931s-blue",
- "931s-green",
- "931s-green",
- "931s-white",
- "931s-white",
- "931s-yellow",
- "931s-yellow",
+ "931s-blue-plumage-Disabled",
+ "931s-blue-plumage-Disabled",
+ "931s-green-plumage-Disabled",
+ "931s-green-plumage-Disabled",
+ "931s-white-plumage-Disabled",
+ "931s-white-plumage-Disabled",
+ "931s-yellow-plumage-Disabled",
+ "931s-yellow-plumage-Disabled",
"932s",
"932s",
"933s",
"933s",
"934s",
"934s",
- "935s",
- "935s",
- "936s",
- "936s",
- "937s",
- "937s",
+ "935s-Disabled",
+ "935s-Disabled",
+ "936s-Disabled",
+ "936s-Disabled",
+ "937s-Disabled",
+ "937s-Disabled",
"938s",
"938s",
"939s",
@@ -4490,8 +4440,8 @@
"978s-droopy",
"978s-stretchy",
"978s-stretchy",
- "979s",
- "979s",
+ "979s-Disabled",
+ "979s-Disabled",
"980s",
"980s",
"981s",
@@ -4539,11 +4489,10 @@
"1000",
"1001",
"1004",
- "1007-apex",
- "1007-apex",
- "1007-apex",
- "1007-apex",
- "1008-ultimate",
+ "1007-apex-build-Disabled",
+ "1007-apex-build-Disabled",
+ "1008-ultimate-mode-Disabled",
+ "1008-ultimate-mode-Disabled",
"127-mega",
"142-mega",
"150-mega",
@@ -4587,6 +4536,7 @@
"475-mega_3",
"475-mega_3",
"6215",
+ "6215f",
"653",
"654",
"6549",
@@ -4598,19 +4548,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 +4565,6 @@
"666-poke",
"666-polar",
"666-river",
- "666-river_2",
- "666-river_2",
"666-sandstorm",
"666-savanna",
"666-sun",
@@ -4641,7 +4585,6 @@
"705_3",
"705_3",
"706",
- "708",
"709",
"710",
"711",
@@ -4656,8 +4599,6 @@
"728",
"729",
"730",
- "730_2",
- "730_2",
"747",
"748",
"753",
@@ -4758,21 +4699,21 @@
"933_3",
"933_3",
"934",
- "935",
- "935_3",
- "935_3",
- "936_1",
- "936_1",
- "936_2",
- "936_2",
- "936_3",
- "936_3",
- "937_1",
- "937_1",
- "937_2",
- "937_2",
- "937_3",
- "937_3",
+ "935-Disabled",
+ "935_3-Disabled",
+ "935_3-Disabled",
+ "936_1-Disabled",
+ "936_1-Disabled",
+ "936_2-Disabled",
+ "936_2-Disabled",
+ "936_3-Disabled",
+ "936_3-Disabled",
+ "937_1-Disabled",
+ "937_1-Disabled",
+ "937_2-Disabled",
+ "937_2-Disabled",
+ "937_3-Disabled",
+ "937_3-Disabled",
"94-mega_1",
"94-mega_1",
"94-mega_2",
@@ -4815,17 +4756,20 @@
"1000b",
"1001b",
"1004b",
- "1007b-apex",
- "1007b-apex",
- "1007b-apex",
- "1007b-apex",
- "1008b-ultimate",
+ "1007b-apex-build-Disabled",
+ "1007b-apex-build-Disabled",
+ "1008b-ultimate-mode-Disabled",
+ "1008b-ultimate-mode-Disabled",
"127b-mega",
"142b-mega",
"150b-mega",
"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",
@@ -5016,24 +4920,24 @@
"932b",
"933b",
"934b",
- "935_1b",
- "935_1b",
- "935_2b",
- "935_2b",
- "935_3b",
- "935_3b",
- "936_1b",
- "936_1b",
- "936_2b",
- "936_2b",
- "936_3b",
- "936_3b",
- "937_1b",
- "937_1b",
- "937_2b",
- "937_2b",
- "937_3b",
- "937_3b",
+ "935_1b-Disabled",
+ "935_1b-Disabled",
+ "935_2b-Disabled",
+ "935_2b-Disabled",
+ "935_3b-Disabled",
+ "935_3b-Disabled",
+ "936_1b-Disabled",
+ "936_1b-Disabled",
+ "936_2b-Disabled",
+ "936_2b-Disabled",
+ "936_3b-Disabled",
+ "936_3b-Disabled",
+ "937_1b-Disabled",
+ "937_1b-Disabled",
+ "937_2b-Disabled",
+ "937_2b-Disabled",
+ "937_3b-Disabled",
+ "937_3b-Disabled",
"94b-mega",
"948b",
"949b",
diff --git a/public/fonts/pkmnems.ttf b/public/fonts/pkmnems.ttf
index b0b50d0f10f..2cc7bfeee62 100644
Binary files a/public/fonts/pkmnems.ttf and b/public/fonts/pkmnems.ttf differ
diff --git a/public/fonts/pokemon-emerald-pro.ttf b/public/fonts/pokemon-emerald-pro.ttf
index 84e49ebbc40..d63ff2d6470 100644
Binary files a/public/fonts/pokemon-emerald-pro.ttf and b/public/fonts/pokemon-emerald-pro.ttf differ
diff --git a/public/images/battle_anims/PRAS- Powder.png b/public/images/battle_anims/PRAS- Powder.png
index 3c4a4d2db55..9656c31e6c9 100644
Binary files a/public/images/battle_anims/PRAS- Powder.png and b/public/images/battle_anims/PRAS- Powder.png differ
diff --git a/public/images/battle_anims/terastallize.png b/public/images/battle_anims/terastallize.png
new file mode 100644
index 00000000000..78fbb7ec335
Binary files /dev/null and b/public/images/battle_anims/terastallize.png differ
diff --git a/public/images/events/aprf25-de.png b/public/images/events/aprf25-de.png
new file mode 100644
index 00000000000..d4bb7ebdc50
Binary files /dev/null and b/public/images/events/aprf25-de.png differ
diff --git a/public/images/events/aprf25-en.png b/public/images/events/aprf25-en.png
new file mode 100644
index 00000000000..8f7268b01b6
Binary files /dev/null and b/public/images/events/aprf25-en.png differ
diff --git a/public/images/events/aprf25-es-ES.png b/public/images/events/aprf25-es-ES.png
new file mode 100644
index 00000000000..a6136a2c8de
Binary files /dev/null and b/public/images/events/aprf25-es-ES.png differ
diff --git a/public/images/events/aprf25-es-MX.png b/public/images/events/aprf25-es-MX.png
new file mode 100644
index 00000000000..a6136a2c8de
Binary files /dev/null and b/public/images/events/aprf25-es-MX.png differ
diff --git a/public/images/events/aprf25-fr.png b/public/images/events/aprf25-fr.png
new file mode 100644
index 00000000000..c68264c75dd
Binary files /dev/null and b/public/images/events/aprf25-fr.png differ
diff --git a/public/images/events/aprf25-it.png b/public/images/events/aprf25-it.png
new file mode 100644
index 00000000000..01bc0d2a1f0
Binary files /dev/null and b/public/images/events/aprf25-it.png differ
diff --git a/public/images/events/aprf25-ja.png b/public/images/events/aprf25-ja.png
new file mode 100644
index 00000000000..c6b62a3672e
Binary files /dev/null and b/public/images/events/aprf25-ja.png differ
diff --git a/public/images/events/aprf25-ko.png b/public/images/events/aprf25-ko.png
new file mode 100644
index 00000000000..bcc87e33ac1
Binary files /dev/null and b/public/images/events/aprf25-ko.png differ
diff --git a/public/images/events/aprf25-pt-BR.png b/public/images/events/aprf25-pt-BR.png
new file mode 100644
index 00000000000..f56f5b5c1e9
Binary files /dev/null and b/public/images/events/aprf25-pt-BR.png differ
diff --git a/public/images/events/aprf25-zh-CN.png b/public/images/events/aprf25-zh-CN.png
new file mode 100644
index 00000000000..57b2c3ec5be
Binary files /dev/null and b/public/images/events/aprf25-zh-CN.png differ
diff --git a/public/images/events/halloween2024-event-es.png b/public/images/events/halloween2024-event-es-ES.png
similarity index 100%
rename from public/images/events/halloween2024-event-es.png
rename to public/images/events/halloween2024-event-es-ES.png
diff --git a/public/images/events/pkmnday2025event-de.png b/public/images/events/pkmnday2025event-de.png
new file mode 100644
index 00000000000..4cc53546752
Binary files /dev/null and b/public/images/events/pkmnday2025event-de.png differ
diff --git a/public/images/events/pkmnday2025event-en.png b/public/images/events/pkmnday2025event-en.png
new file mode 100644
index 00000000000..e9caa9e19d6
Binary files /dev/null and b/public/images/events/pkmnday2025event-en.png differ
diff --git a/public/images/events/pkmnday2025event-es-ES.png b/public/images/events/pkmnday2025event-es-ES.png
new file mode 100644
index 00000000000..e1ab096dffc
Binary files /dev/null and b/public/images/events/pkmnday2025event-es-ES.png differ
diff --git a/public/images/events/pkmnday2025event-fr.png b/public/images/events/pkmnday2025event-fr.png
new file mode 100644
index 00000000000..037d1e06e61
Binary files /dev/null and b/public/images/events/pkmnday2025event-fr.png differ
diff --git a/public/images/events/pkmnday2025event-it.png b/public/images/events/pkmnday2025event-it.png
new file mode 100644
index 00000000000..f38a60330fa
Binary files /dev/null and b/public/images/events/pkmnday2025event-it.png differ
diff --git a/public/images/events/pkmnday2025event-ja.png b/public/images/events/pkmnday2025event-ja.png
new file mode 100644
index 00000000000..94b02ad93a0
Binary files /dev/null and b/public/images/events/pkmnday2025event-ja.png differ
diff --git a/public/images/events/pkmnday2025event-ko.png b/public/images/events/pkmnday2025event-ko.png
new file mode 100644
index 00000000000..aed9ee3fb28
Binary files /dev/null and b/public/images/events/pkmnday2025event-ko.png differ
diff --git a/public/images/events/pkmnday2025event-pt-BR.png b/public/images/events/pkmnday2025event-pt-BR.png
new file mode 100644
index 00000000000..2190bbac535
Binary files /dev/null and b/public/images/events/pkmnday2025event-pt-BR.png differ
diff --git a/public/images/events/pkmnday2025event-zh-CN.png b/public/images/events/pkmnday2025event-zh-CN.png
new file mode 100644
index 00000000000..a3430482dd0
Binary files /dev/null and b/public/images/events/pkmnday2025event-zh-CN.png differ
diff --git a/public/images/events/valentines2025event-de.png b/public/images/events/valentines2025event-de.png
new file mode 100644
index 00000000000..8dd41924a77
Binary files /dev/null and b/public/images/events/valentines2025event-de.png differ
diff --git a/public/images/events/valentines2025event-en.png b/public/images/events/valentines2025event-en.png
new file mode 100644
index 00000000000..dc36dad3394
Binary files /dev/null and b/public/images/events/valentines2025event-en.png differ
diff --git a/public/images/events/valentines2025event-es-ES.png b/public/images/events/valentines2025event-es-ES.png
new file mode 100644
index 00000000000..0915299b7bd
Binary files /dev/null and b/public/images/events/valentines2025event-es-ES.png differ
diff --git a/public/images/events/valentines2025event-fr.png b/public/images/events/valentines2025event-fr.png
new file mode 100644
index 00000000000..dbaf23101ed
Binary files /dev/null and b/public/images/events/valentines2025event-fr.png differ
diff --git a/public/images/events/valentines2025event-it.png b/public/images/events/valentines2025event-it.png
new file mode 100644
index 00000000000..b10eb8083be
Binary files /dev/null and b/public/images/events/valentines2025event-it.png differ
diff --git a/public/images/events/valentines2025event-ja.png b/public/images/events/valentines2025event-ja.png
new file mode 100644
index 00000000000..7e9fe5ad3d4
Binary files /dev/null and b/public/images/events/valentines2025event-ja.png differ
diff --git a/public/images/events/valentines2025event-ko.png b/public/images/events/valentines2025event-ko.png
new file mode 100644
index 00000000000..558a402fc77
Binary files /dev/null and b/public/images/events/valentines2025event-ko.png differ
diff --git a/public/images/events/valentines2025event-pt-BR.png b/public/images/events/valentines2025event-pt-BR.png
new file mode 100644
index 00000000000..45fa40f30fc
Binary files /dev/null and b/public/images/events/valentines2025event-pt-BR.png differ
diff --git a/public/images/events/valentines2025event-zh-CN.png b/public/images/events/valentines2025event-zh-CN.png
new file mode 100644
index 00000000000..13256da720c
Binary files /dev/null and b/public/images/events/valentines2025event-zh-CN.png differ
diff --git a/public/images/events/winter_holidays2024-event-de.png b/public/images/events/winter_holidays2024-event-de.png
new file mode 100644
index 00000000000..1c2e10086f2
Binary files /dev/null and b/public/images/events/winter_holidays2024-event-de.png differ
diff --git a/public/images/events/winter_holidays2024-event-en.png b/public/images/events/winter_holidays2024-event-en.png
new file mode 100644
index 00000000000..3a361e99bee
Binary files /dev/null and b/public/images/events/winter_holidays2024-event-en.png differ
diff --git a/public/images/events/winter_holidays2024-event-es-ES.png b/public/images/events/winter_holidays2024-event-es-ES.png
new file mode 100644
index 00000000000..f7e64268ad5
Binary files /dev/null and b/public/images/events/winter_holidays2024-event-es-ES.png differ
diff --git a/public/images/events/winter_holidays2024-event-fr.png b/public/images/events/winter_holidays2024-event-fr.png
new file mode 100644
index 00000000000..278f5f2afd4
Binary files /dev/null and b/public/images/events/winter_holidays2024-event-fr.png differ
diff --git a/public/images/events/winter_holidays2024-event-it.png b/public/images/events/winter_holidays2024-event-it.png
new file mode 100644
index 00000000000..f3062f40d51
Binary files /dev/null and b/public/images/events/winter_holidays2024-event-it.png differ
diff --git a/public/images/events/winter_holidays2024-event-ja.png b/public/images/events/winter_holidays2024-event-ja.png
new file mode 100644
index 00000000000..0a217c81d03
Binary files /dev/null and b/public/images/events/winter_holidays2024-event-ja.png differ
diff --git a/public/images/events/winter_holidays2024-event-ko.png b/public/images/events/winter_holidays2024-event-ko.png
new file mode 100644
index 00000000000..83c9a8525f0
Binary files /dev/null and b/public/images/events/winter_holidays2024-event-ko.png differ
diff --git a/public/images/events/winter_holidays2024-event-pt-BR.png b/public/images/events/winter_holidays2024-event-pt-BR.png
new file mode 100644
index 00000000000..1f003be5986
Binary files /dev/null and b/public/images/events/winter_holidays2024-event-pt-BR.png differ
diff --git a/public/images/events/winter_holidays2024-event-zh-CN.png b/public/images/events/winter_holidays2024-event-zh-CN.png
new file mode 100644
index 00000000000..03a9f57c6f2
Binary files /dev/null and b/public/images/events/winter_holidays2024-event-zh-CN.png differ
diff --git a/public/images/events/yearofthesnakeevent-de.png b/public/images/events/yearofthesnakeevent-de.png
new file mode 100644
index 00000000000..f5e684bbcd5
Binary files /dev/null and b/public/images/events/yearofthesnakeevent-de.png differ
diff --git a/public/images/events/yearofthesnakeevent-en.png b/public/images/events/yearofthesnakeevent-en.png
new file mode 100644
index 00000000000..ddd34023b94
Binary files /dev/null and b/public/images/events/yearofthesnakeevent-en.png differ
diff --git a/public/images/events/yearofthesnakeevent-es-ES.png b/public/images/events/yearofthesnakeevent-es-ES.png
new file mode 100644
index 00000000000..76474c475c5
Binary files /dev/null and b/public/images/events/yearofthesnakeevent-es-ES.png differ
diff --git a/public/images/events/yearofthesnakeevent-fr.png b/public/images/events/yearofthesnakeevent-fr.png
new file mode 100644
index 00000000000..88ad3e770ca
Binary files /dev/null and b/public/images/events/yearofthesnakeevent-fr.png differ
diff --git a/public/images/events/yearofthesnakeevent-it.png b/public/images/events/yearofthesnakeevent-it.png
new file mode 100644
index 00000000000..a02e7048d2a
Binary files /dev/null and b/public/images/events/yearofthesnakeevent-it.png differ
diff --git a/public/images/events/yearofthesnakeevent-ja.png b/public/images/events/yearofthesnakeevent-ja.png
new file mode 100644
index 00000000000..ba13b5d281f
Binary files /dev/null and b/public/images/events/yearofthesnakeevent-ja.png differ
diff --git a/public/images/events/yearofthesnakeevent-ko.png b/public/images/events/yearofthesnakeevent-ko.png
new file mode 100644
index 00000000000..dca6bcbbd15
Binary files /dev/null and b/public/images/events/yearofthesnakeevent-ko.png differ
diff --git a/public/images/events/yearofthesnakeevent-pt-BR.png b/public/images/events/yearofthesnakeevent-pt-BR.png
new file mode 100644
index 00000000000..a535aec2aa5
Binary files /dev/null and b/public/images/events/yearofthesnakeevent-pt-BR.png differ
diff --git a/public/images/events/yearofthesnakeevent-zh-CN.png b/public/images/events/yearofthesnakeevent-zh-CN.png
new file mode 100644
index 00000000000..3ab4fc565a7
Binary files /dev/null and b/public/images/events/yearofthesnakeevent-zh-CN.png differ
diff --git a/public/images/items.json b/public/images/items.json
index 9d84476a8a0..5848b02dd6a 100644
--- a/public/images/items.json
+++ b/public/images/items.json
@@ -4,13 +4,13 @@
"image": "items.png",
"format": "RGBA8888",
"size": {
- "w": 431,
- "h": 431
+ "w": 435,
+ "h": 435
},
"scale": 1,
"frames": [
{
- "filename": "galarica_cuff",
+ "filename": "relic_gold",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -18,1612 +18,16 @@
"h": 32
},
"spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 29,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 30
- }
- },
- {
- "filename": "galarica_wreath",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 32,
- "h": 27
- },
- "frame": {
- "x": 29,
- "y": 0,
- "w": 32,
- "h": 27
- }
- },
- {
- "filename": "max_mushrooms",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 29,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 29,
- "h": 28
- }
- },
- {
- "filename": "ribbon_gen4",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 30,
- "h": 28
- },
- "frame": {
- "x": 29,
- "y": 27,
- "w": 30,
- "h": 28
- }
- },
- {
- "filename": "leaders_crest",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 29,
- "h": 27
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 29,
- "h": 27
- }
- },
- {
- "filename": "ribbon_gen2",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 28,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 28,
- "h": 28
- }
- },
- {
- "filename": "bronze_ribbon",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 22,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 86,
- "w": 22,
- "h": 31
- }
- },
- {
- "filename": "great_ribbon",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 22,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 117,
- "w": 22,
- "h": 31
- }
- },
- {
- "filename": "linking_cord",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 27,
- "h": 26
- },
- "frame": {
- "x": 59,
- "y": 27,
- "w": 27,
- "h": 26
- }
- },
- {
- "filename": "master_ribbon",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 22,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 148,
- "w": 22,
- "h": 31
- }
- },
- {
- "filename": "rogue_ribbon",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 22,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 179,
- "w": 22,
- "h": 31
- }
- },
- {
- "filename": "ultra_ribbon",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 22,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 210,
- "w": 22,
- "h": 31
- }
- },
- {
- "filename": "inverse",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 22,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 241,
- "w": 22,
- "h": 30
- }
- },
- {
- "filename": "ribbon_gen3",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 22,
- "h": 29
- },
- "frame": {
- "x": 0,
- "y": 271,
- "w": 22,
- "h": 29
- }
- },
- {
- "filename": "ribbon_gen7",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 22,
- "h": 29
- },
- "frame": {
- "x": 0,
- "y": 300,
- "w": 22,
- "h": 29
- }
- },
- {
- "filename": "ribbon_gen9",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 22,
- "h": 29
- },
- "frame": {
- "x": 0,
- "y": 329,
- "w": 22,
- "h": 29
- }
- },
- {
- "filename": "cornerstone_mask",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 24,
- "h": 26
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 24,
- "h": 26
- }
- },
- {
- "filename": "ribbon_gen1",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 22,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 358,
- "w": 22,
- "h": 28
- }
- },
- {
- "filename": "ribbon_gen5",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 22,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 386,
- "w": 22,
- "h": 28
- }
- },
- {
- "filename": "black_glasses",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 8,
- "w": 23,
- "h": 17
- },
- "frame": {
- "x": 0,
- "y": 414,
- "w": 23,
- "h": 17
- }
- },
- {
- "filename": "ability_charm",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 23,
- "h": 26
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 23,
- "h": 26
- }
- },
- {
- "filename": "map",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 27,
- "h": 22
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 27,
- "h": 22
- }
- },
- {
- "filename": "mint_atk",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 28,
- "h": 21
- },
- "frame": {
- "x": 164,
- "y": 0,
- "w": 28,
- "h": 21
- }
- },
- {
- "filename": "mint_def",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 28,
- "h": 21
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 28,
- "h": 21
- }
- },
- {
- "filename": "mint_neutral",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 28,
- "h": 21
- },
- "frame": {
- "x": 220,
- "y": 0,
- "w": 28,
- "h": 21
- }
- },
- {
- "filename": "mint_spatk",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 28,
- "h": 21
- },
- "frame": {
- "x": 248,
- "y": 0,
- "w": 28,
- "h": 21
- }
- },
- {
- "filename": "mint_spd",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 28,
- "h": 21
- },
- "frame": {
- "x": 276,
- "y": 0,
- "w": 28,
- "h": 21
- }
- },
- {
- "filename": "mint_spdef",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 28,
- "h": 21
- },
- "frame": {
- "x": 304,
- "y": 0,
- "w": 28,
- "h": 21
- }
- },
- {
- "filename": "chipped_pot",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 26,
- "h": 20
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 26,
- "h": 20
- }
- },
- {
- "filename": "cracked_pot",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 26,
- "h": 20
- },
- "frame": {
- "x": 358,
- "y": 0,
- "w": 26,
- "h": 20
- }
- },
- {
- "filename": "legend_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 25,
- "h": 20
- },
- "frame": {
- "x": 384,
- "y": 0,
- "w": 25,
- "h": 20
- }
- },
- {
- "filename": "ribbon_gen6",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 22,
- "h": 28
- },
- "frame": {
- "x": 409,
- "y": 0,
- "w": 22,
- "h": 28
- }
- },
- {
- "filename": "exp_charm",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 17,
- "h": 31
- },
- "frame": {
- "x": 22,
- "y": 86,
- "w": 17,
- "h": 31
- }
- },
- {
- "filename": "golden_exp_charm",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 17,
- "h": 31
- },
- "frame": {
- "x": 22,
- "y": 117,
- "w": 17,
- "h": 31
- }
- },
- {
- "filename": "super_exp_charm",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 17,
- "h": 31
- },
- "frame": {
- "x": 22,
- "y": 148,
- "w": 17,
- "h": 31
- }
- },
- {
- "filename": "prison_bottle",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 17,
- "h": 30
- },
- "frame": {
- "x": 22,
- "y": 179,
- "w": 17,
- "h": 30
- }
- },
- {
- "filename": "ribbon_gen8",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 22,
- "h": 28
- },
- "frame": {
- "x": 22,
- "y": 209,
- "w": 22,
- "h": 28
- }
- },
- {
- "filename": "black_augurite",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 22,
- "h": 25
- },
- "frame": {
- "x": 22,
- "y": 237,
- "w": 22,
- "h": 25
- }
- },
- {
- "filename": "big_root",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 23,
- "h": 24
- },
- "frame": {
- "x": 22,
- "y": 262,
- "w": 23,
- "h": 24
- }
- },
- {
- "filename": "blank_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 22,
- "y": 286,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "choice_scarf",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 22,
- "y": 310,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "draco_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 22,
- "y": 334,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "dread_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 22,
- "y": 358,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "earth_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 22,
- "y": 382,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "fist_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 23,
- "y": 406,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "ultranecrozium_z",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 9,
- "w": 30,
- "h": 15
- },
- "frame": {
- "x": 29,
- "y": 55,
- "w": 30,
- "h": 15
- }
- },
- {
- "filename": "mega_bracelet",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 16
- },
- "frame": {
- "x": 28,
- "y": 70,
- "w": 20,
- "h": 16
- }
- },
- {
- "filename": "choice_specs",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 8,
- "w": 24,
- "h": 18
- },
- "frame": {
- "x": 59,
- "y": 53,
- "w": 24,
- "h": 18
- }
- },
- {
- "filename": "calcium",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 39,
- "y": 86,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "carbos",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 39,
- "y": 110,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "catching_charm",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 21,
- "h": 24
- },
- "frame": {
- "x": 39,
- "y": 134,
- "w": 21,
- "h": 24
- }
- },
- {
- "filename": "flame_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 39,
- "y": 158,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "focus_band",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 39,
- "y": 182,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "golden_punch",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 44,
- "y": 206,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "gracidea",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 44,
- "y": 230,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "grip_claw",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 45,
- "y": 254,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "icicle_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 46,
- "y": 278,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "insect_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 46,
- "y": 302,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "iron_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 46,
- "y": 326,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "lucky_punch",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 46,
- "y": 350,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "lucky_punch_great",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 46,
- "y": 374,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "kings_rock",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 23,
- "h": 24
- },
- "frame": {
- "x": 47,
- "y": 398,
- "w": 23,
- "h": 24
- }
- },
- {
- "filename": "silver_powder",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
+ "x": 9,
"y": 11,
- "w": 24,
- "h": 15
+ "w": 15,
+ "h": 11
},
"frame": {
- "x": 48,
- "y": 71,
- "w": 24,
- "h": 15
- }
- },
- {
- "filename": "elixir",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 18,
- "h": 24
- },
- "frame": {
- "x": 55,
- "y": 86,
- "w": 18,
- "h": 24
- }
- },
- {
- "filename": "ether",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 18,
- "h": 24
- },
- "frame": {
- "x": 55,
- "y": 110,
- "w": 18,
- "h": 24
- }
- },
- {
- "filename": "full_restore",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 18,
- "h": 24
- },
- "frame": {
- "x": 60,
- "y": 134,
- "w": 18,
- "h": 24
- }
- },
- {
- "filename": "hp_up",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 63,
- "y": 158,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "iron",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 63,
- "y": 182,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "lucky_punch_master",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 68,
- "y": 206,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "lucky_punch_ultra",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 68,
- "y": 230,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "lustrous_globe",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 69,
- "y": 254,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "meadow_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 70,
- "y": 278,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "mind_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 70,
- "y": 302,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "muscle_band",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 70,
- "y": 326,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "pixie_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 70,
- "y": 350,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "salac_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 70,
- "y": 374,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "scanner",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 70,
- "y": 398,
- "w": 24,
- "h": 24
+ "x": 0,
+ "y": 0,
+ "w": 15,
+ "h": 11
}
},
{
@@ -1641,411 +45,12 @@
"h": 14
},
"frame": {
- "x": 137,
- "y": 22,
+ "x": 15,
+ "y": 0,
"w": 24,
"h": 14
}
},
- {
- "filename": "lure",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 17,
- "h": 24
- },
- "frame": {
- "x": 86,
- "y": 27,
- "w": 17,
- "h": 24
- }
- },
- {
- "filename": "silk_scarf",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 103,
- "y": 26,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "clefairy_doll",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 24,
- "h": 23
- },
- "frame": {
- "x": 127,
- "y": 36,
- "w": 24,
- "h": 23
- }
- },
- {
- "filename": "coin_case",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 24,
- "h": 23
- },
- "frame": {
- "x": 103,
- "y": 50,
- "w": 24,
- "h": 23
- }
- },
- {
- "filename": "big_nugget",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 83,
- "y": 53,
- "w": 20,
- "h": 20
- }
- },
- {
- "filename": "dragon_scale",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 8,
- "w": 24,
- "h": 18
- },
- "frame": {
- "x": 127,
- "y": 59,
- "w": 24,
- "h": 18
- }
- },
- {
- "filename": "max_elixir",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 18,
- "h": 24
- },
- "frame": {
- "x": 151,
- "y": 36,
- "w": 18,
- "h": 24
- }
- },
- {
- "filename": "adamant_crystal",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 23,
- "h": 21
- },
- "frame": {
- "x": 151,
- "y": 60,
- "w": 23,
- "h": 21
- }
- },
- {
- "filename": "sky_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 169,
- "y": 21,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "splash_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 193,
- "y": 21,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "spooky_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 217,
- "y": 21,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "stone_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 241,
- "y": 21,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "sun_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 265,
- "y": 21,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "toxic_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 289,
- "y": 21,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "max_revive",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 22,
- "h": 24
- },
- "frame": {
- "x": 313,
- "y": 21,
- "w": 22,
- "h": 24
- }
- },
- {
- "filename": "zap_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 335,
- "y": 20,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "expert_belt",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 23
- },
- "frame": {
- "x": 359,
- "y": 20,
- "w": 24,
- "h": 23
- }
- },
- {
- "filename": "hearthflame_mask",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 23
- },
- "frame": {
- "x": 383,
- "y": 20,
- "w": 24,
- "h": 23
- }
- },
- {
- "filename": "leppa_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 24,
- "h": 23
- },
- "frame": {
- "x": 407,
- "y": 28,
- "w": 24,
- "h": 23
- }
- },
{
"filename": "candy_overlay",
"rotated": false,
@@ -2061,600 +66,12 @@
"h": 15
},
"frame": {
- "x": 169,
- "y": 45,
+ "x": 39,
+ "y": 0,
"w": 16,
"h": 15
}
},
- {
- "filename": "exp_balance",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 24,
- "h": 22
- },
- "frame": {
- "x": 185,
- "y": 45,
- "w": 24,
- "h": 22
- }
- },
- {
- "filename": "exp_share",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 24,
- "h": 22
- },
- "frame": {
- "x": 209,
- "y": 45,
- "w": 24,
- "h": 22
- }
- },
- {
- "filename": "peat_block",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 24,
- "h": 22
- },
- "frame": {
- "x": 233,
- "y": 45,
- "w": 24,
- "h": 22
- }
- },
- {
- "filename": "scope_lens",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 24,
- "h": 23
- },
- "frame": {
- "x": 257,
- "y": 45,
- "w": 24,
- "h": 23
- }
- },
- {
- "filename": "twisted_spoon",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 24,
- "h": 23
- },
- "frame": {
- "x": 281,
- "y": 45,
- "w": 24,
- "h": 23
- }
- },
- {
- "filename": "berry_pouch",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 23,
- "h": 23
- },
- "frame": {
- "x": 305,
- "y": 45,
- "w": 23,
- "h": 23
- }
- },
- {
- "filename": "black_belt",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 328,
- "y": 45,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "max_ether",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 18,
- "h": 24
- },
- "frame": {
- "x": 350,
- "y": 44,
- "w": 18,
- "h": 24
- }
- },
- {
- "filename": "reveal_glass",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 23,
- "h": 24
- },
- "frame": {
- "x": 368,
- "y": 43,
- "w": 23,
- "h": 24
- }
- },
- {
- "filename": "max_repel",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 391,
- "y": 43,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "golden_net",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 24,
- "h": 21
- },
- "frame": {
- "x": 407,
- "y": 51,
- "w": 24,
- "h": 21
- }
- },
- {
- "filename": "icy_reins_of_unity",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 7,
- "w": 24,
- "h": 20
- },
- "frame": {
- "x": 174,
- "y": 67,
- "w": 24,
- "h": 20
- }
- },
- {
- "filename": "metal_powder",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 24,
- "h": 20
- },
- "frame": {
- "x": 198,
- "y": 67,
- "w": 24,
- "h": 20
- }
- },
- {
- "filename": "quick_powder",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 24,
- "h": 20
- },
- "frame": {
- "x": 222,
- "y": 67,
- "w": 24,
- "h": 20
- }
- },
- {
- "filename": "rusted_shield",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 24,
- "h": 20
- },
- "frame": {
- "x": 246,
- "y": 68,
- "w": 24,
- "h": 20
- }
- },
- {
- "filename": "sacred_ash",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 7,
- "w": 24,
- "h": 20
- },
- "frame": {
- "x": 270,
- "y": 68,
- "w": 24,
- "h": 20
- }
- },
- {
- "filename": "shadow_reins_of_unity",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 7,
- "w": 24,
- "h": 20
- },
- "frame": {
- "x": 294,
- "y": 68,
- "w": 24,
- "h": 20
- }
- },
- {
- "filename": "soft_sand",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 7,
- "w": 24,
- "h": 20
- },
- "frame": {
- "x": 318,
- "y": 68,
- "w": 24,
- "h": 20
- }
- },
- {
- "filename": "amulet_coin",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 5,
- "w": 23,
- "h": 21
- },
- "frame": {
- "x": 342,
- "y": 68,
- "w": 23,
- "h": 21
- }
- },
- {
- "filename": "auspicious_armor",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 23,
- "h": 21
- },
- "frame": {
- "x": 368,
- "y": 67,
- "w": 23,
- "h": 21
- }
- },
- {
- "filename": "pp_max",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 391,
- "y": 67,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "binding_band",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 23,
- "h": 20
- },
- "frame": {
- "x": 407,
- "y": 72,
- "w": 23,
- "h": 20
- }
- },
- {
- "filename": "max_lure",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 17,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 87,
- "w": 17,
- "h": 24
- }
- },
- {
- "filename": "bug_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 73,
- "y": 111,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "max_potion",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 18,
- "h": 24
- },
- "frame": {
- "x": 78,
- "y": 134,
- "w": 18,
- "h": 24
- }
- },
- {
- "filename": "oval_charm",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 21,
- "h": 24
- },
- "frame": {
- "x": 79,
- "y": 158,
- "w": 21,
- "h": 24
- }
- },
- {
- "filename": "shiny_charm",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 21,
- "h": 24
- },
- "frame": {
- "x": 79,
- "y": 182,
- "w": 21,
- "h": 24
- }
- },
- {
- "filename": "dynamax_band",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 23,
- "h": 23
- },
- "frame": {
- "x": 90,
- "y": 73,
- "w": 23,
- "h": 23
- }
- },
{
"filename": "eviolite",
"rotated": false,
@@ -2670,306 +87,12 @@
"h": 15
},
"frame": {
- "x": 90,
- "y": 96,
+ "x": 55,
+ "y": 0,
"w": 15,
"h": 15
}
},
- {
- "filename": "dark_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 95,
- "y": 111,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "red_orb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 20,
- "h": 24
- },
- "frame": {
- "x": 96,
- "y": 134,
- "w": 20,
- "h": 24
- }
- },
- {
- "filename": "pp_up",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 100,
- "y": 158,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "protein",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 100,
- "y": 182,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "griseous_core",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 23,
- "h": 23
- },
- "frame": {
- "x": 92,
- "y": 206,
- "w": 23,
- "h": 23
- }
- },
- {
- "filename": "leek",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 23,
- "h": 23
- },
- "frame": {
- "x": 92,
- "y": 229,
- "w": 23,
- "h": 23
- }
- },
- {
- "filename": "dragon_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 93,
- "y": 252,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "dragon_fang",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 21,
- "h": 23
- },
- "frame": {
- "x": 94,
- "y": 275,
- "w": 21,
- "h": 23
- }
- },
- {
- "filename": "electric_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 94,
- "y": 298,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "fairy_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 94,
- "y": 321,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "fighting_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 94,
- "y": 344,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "fire_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 94,
- "y": 367,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "fire_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 94,
- "y": 390,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "relic_crown",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 7,
- "w": 23,
- "h": 18
- },
- "frame": {
- "x": 94,
- "y": 413,
- "w": 23,
- "h": 18
- }
- },
{
"filename": "prism_scale",
"rotated": false,
@@ -2985,14 +108,14 @@
"h": 15
},
"frame": {
- "x": 105,
- "y": 96,
+ "x": 70,
+ "y": 0,
"w": 15,
"h": 15
}
},
{
- "filename": "coupon",
+ "filename": "silver_powder",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -3001,19 +124,19 @@
},
"spriteSourceSize": {
"x": 4,
- "y": 7,
- "w": 23,
- "h": 19
+ "y": 11,
+ "w": 24,
+ "h": 15
},
"frame": {
- "x": 113,
- "y": 77,
- "w": 23,
- "h": 19
+ "x": 85,
+ "y": 0,
+ "w": 24,
+ "h": 15
}
},
{
- "filename": "full_heal",
+ "filename": "ultranecrozium_z",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -3021,205 +144,16 @@
"h": 32
},
"spriteSourceSize": {
- "x": 9,
- "y": 4,
- "w": 15,
- "h": 23
+ "x": 1,
+ "y": 9,
+ "w": 30,
+ "h": 15
},
"frame": {
- "x": 136,
- "y": 77,
- "w": 15,
- "h": 23
- }
- },
- {
- "filename": "golden_mystic_ticket",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 7,
- "w": 23,
- "h": 19
- },
- "frame": {
- "x": 151,
- "y": 81,
- "w": 23,
- "h": 19
- }
- },
- {
- "filename": "burn_drive",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 8,
- "w": 23,
- "h": 17
- },
- "frame": {
- "x": 174,
- "y": 87,
- "w": 23,
- "h": 17
- }
- },
- {
- "filename": "chill_drive",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 8,
- "w": 23,
- "h": 17
- },
- "frame": {
- "x": 197,
- "y": 87,
- "w": 23,
- "h": 17
- }
- },
- {
- "filename": "douse_drive",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 8,
- "w": 23,
- "h": 17
- },
- "frame": {
- "x": 220,
- "y": 87,
- "w": 23,
- "h": 17
- }
- },
- {
- "filename": "healing_charm",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 23,
- "h": 22
- },
- "frame": {
- "x": 243,
- "y": 88,
- "w": 23,
- "h": 22
- }
- },
- {
- "filename": "macho_brace",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 23,
- "h": 23
- },
- "frame": {
- "x": 266,
- "y": 88,
- "w": 23,
- "h": 23
- }
- },
- {
- "filename": "rare_candy",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 23,
- "h": 23
- },
- "frame": {
- "x": 289,
- "y": 88,
- "w": 23,
- "h": 23
- }
- },
- {
- "filename": "rarer_candy",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 23,
- "h": 23
- },
- "frame": {
- "x": 312,
- "y": 88,
- "w": 23,
- "h": 23
- }
- },
- {
- "filename": "rusted_sword",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 23,
- "h": 22
- },
- "frame": {
- "x": 335,
- "y": 89,
- "w": 23,
- "h": 22
+ "x": 109,
+ "y": 0,
+ "w": 30,
+ "h": 15
}
},
{
@@ -3237,2847 +171,12 @@
"h": 16
},
"frame": {
- "x": 120,
- "y": 96,
+ "x": 139,
+ "y": 0,
"w": 16,
"h": 16
}
},
- {
- "filename": "bug_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 117,
- "y": 112,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "flying_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 116,
- "y": 134,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "focus_sash",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 116,
- "y": 157,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "ghost_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 116,
- "y": 180,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "grass_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 139,
- "y": 100,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "berry_juice",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 21
- },
- "frame": {
- "x": 139,
- "y": 123,
- "w": 22,
- "h": 21
- }
- },
- {
- "filename": "ground_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 138,
- "y": 144,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "ice_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 138,
- "y": 167,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "black_sludge",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 7,
- "w": 22,
- "h": 19
- },
- "frame": {
- "x": 138,
- "y": 190,
- "w": 22,
- "h": 19
- }
- },
- {
- "filename": "never_melt_ice",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 161,
- "y": 104,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "normal_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 183,
- "y": 104,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "petaya_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 205,
- "y": 104,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "repel",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 227,
- "y": 104,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "moon_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 23,
- "h": 21
- },
- "frame": {
- "x": 243,
- "y": 110,
- "w": 23,
- "h": 21
- }
- },
- {
- "filename": "n_lunarizer",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 23,
- "h": 21
- },
- "frame": {
- "x": 266,
- "y": 111,
- "w": 23,
- "h": 21
- }
- },
- {
- "filename": "n_solarizer",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 23,
- "h": 21
- },
- "frame": {
- "x": 289,
- "y": 111,
- "w": 23,
- "h": 21
- }
- },
- {
- "filename": "wellspring_mask",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 23,
- "h": 21
- },
- "frame": {
- "x": 312,
- "y": 111,
- "w": 23,
- "h": 21
- }
- },
- {
- "filename": "charcoal",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 335,
- "y": 111,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "mystic_ticket",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 7,
- "w": 23,
- "h": 19
- },
- "frame": {
- "x": 161,
- "y": 127,
- "w": 23,
- "h": 19
- }
- },
- {
- "filename": "poison_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 160,
- "y": 146,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "psychic_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 160,
- "y": 169,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "pair_of_tickets",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 7,
- "w": 23,
- "h": 19
- },
- "frame": {
- "x": 184,
- "y": 127,
- "w": 23,
- "h": 19
- }
- },
- {
- "filename": "reaper_cloth",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 182,
- "y": 146,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "rock_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 182,
- "y": 169,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "blue_orb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 207,
- "y": 127,
- "w": 20,
- "h": 20
- }
- },
- {
- "filename": "steel_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 204,
- "y": 147,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "dark_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 204,
- "y": 170,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "reviver_seed",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 8,
- "w": 23,
- "h": 20
- },
- "frame": {
- "x": 160,
- "y": 192,
- "w": 23,
- "h": 20
- }
- },
- {
- "filename": "shell_bell",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 7,
- "w": 23,
- "h": 20
- },
- "frame": {
- "x": 183,
- "y": 192,
- "w": 23,
- "h": 20
- }
- },
- {
- "filename": "dawn_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 20,
- "h": 21
- },
- "frame": {
- "x": 206,
- "y": 192,
- "w": 20,
- "h": 21
- }
- },
- {
- "filename": "super_repel",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 227,
- "y": 128,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "deep_sea_tooth",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 22,
- "h": 21
- },
- "frame": {
- "x": 243,
- "y": 131,
- "w": 22,
- "h": 21
- }
- },
- {
- "filename": "stellar_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 226,
- "y": 152,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "water_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 226,
- "y": 175,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "deep_sea_scale",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 22,
- "h": 20
- },
- "frame": {
- "x": 265,
- "y": 132,
- "w": 22,
- "h": 20
- }
- },
- {
- "filename": "wide_lens",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 248,
- "y": 152,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "dire_hit",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 248,
- "y": 175,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "dna_splicers",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 287,
- "y": 132,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "dragon_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 309,
- "y": 132,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "super_lure",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 17,
- "h": 24
- },
- "frame": {
- "x": 270,
- "y": 152,
- "w": 17,
- "h": 24
- }
- },
- {
- "filename": "electirizer",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 287,
- "y": 154,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "electric_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 309,
- "y": 154,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "enigma_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 270,
- "y": 176,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "fairy_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 292,
- "y": 176,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "fighting_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 331,
- "y": 133,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "fire_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 331,
- "y": 155,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "hyper_potion",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 17,
- "h": 23
- },
- "frame": {
- "x": 314,
- "y": 176,
- "w": 17,
- "h": 23
- }
- },
- {
- "filename": "flying_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 331,
- "y": 177,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "blunder_policy",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 22,
- "h": 19
- },
- "frame": {
- "x": 226,
- "y": 198,
- "w": 22,
- "h": 19
- }
- },
- {
- "filename": "fairy_feather",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 7,
- "w": 22,
- "h": 20
- },
- "frame": {
- "x": 248,
- "y": 197,
- "w": 22,
- "h": 20
- }
- },
- {
- "filename": "dubious_disc",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 7,
- "w": 22,
- "h": 19
- },
- "frame": {
- "x": 270,
- "y": 198,
- "w": 22,
- "h": 19
- }
- },
- {
- "filename": "ganlon_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 292,
- "y": 198,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "ghost_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 314,
- "y": 199,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "berry_pot",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 18,
- "h": 22
- },
- "frame": {
- "x": 336,
- "y": 199,
- "w": 18,
- "h": 22
- }
- },
- {
- "filename": "grass_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 116,
- "y": 203,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "ground_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 115,
- "y": 225,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "guard_spec",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 115,
- "y": 247,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "ice_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 115,
- "y": 269,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "ice_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 138,
- "y": 209,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "lansat_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 21,
- "h": 23
- },
- "frame": {
- "x": 137,
- "y": 231,
- "w": 21,
- "h": 23
- }
- },
- {
- "filename": "leaf_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 21,
- "h": 23
- },
- "frame": {
- "x": 137,
- "y": 254,
- "w": 21,
- "h": 23
- }
- },
- {
- "filename": "liechi_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 22,
- "h": 21
- },
- "frame": {
- "x": 160,
- "y": 212,
- "w": 22,
- "h": 21
- }
- },
- {
- "filename": "magmarizer",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 182,
- "y": 212,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "mini_black_hole",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 204,
- "y": 213,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "moon_flute",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 158,
- "y": 233,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "normal_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 158,
- "y": 255,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "poison_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 180,
- "y": 234,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "protector",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 180,
- "y": 256,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "psychic_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 202,
- "y": 235,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "rock_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 202,
- "y": 257,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "malicious_armor",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 22,
- "h": 20
- },
- "frame": {
- "x": 226,
- "y": 217,
- "w": 22,
- "h": 20
- }
- },
- {
- "filename": "scroll_of_darkness",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 248,
- "y": 217,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "scroll_of_waters",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 270,
- "y": 217,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "sharp_beak",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 21,
- "h": 23
- },
- "frame": {
- "x": 224,
- "y": 237,
- "w": 21,
- "h": 23
- }
- },
- {
- "filename": "shed_shell",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 292,
- "y": 220,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "starf_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 314,
- "y": 221,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "dusk_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 21,
- "h": 21
- },
- "frame": {
- "x": 224,
- "y": 260,
- "w": 21,
- "h": 21
- }
- },
- {
- "filename": "steel_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 245,
- "y": 239,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "sun_flute",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 267,
- "y": 239,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "sweet_apple",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 22,
- "h": 21
- },
- "frame": {
- "x": 245,
- "y": 261,
- "w": 22,
- "h": 21
- }
- },
- {
- "filename": "syrupy_apple",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 22,
- "h": 21
- },
- "frame": {
- "x": 267,
- "y": 261,
- "w": 22,
- "h": 21
- }
- },
- {
- "filename": "thick_club",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 289,
- "y": 242,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "hard_meteorite",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 20,
- "h": 22
- },
- "frame": {
- "x": 336,
- "y": 221,
- "w": 20,
- "h": 22
- }
- },
- {
- "filename": "tart_apple",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 22,
- "h": 21
- },
- "frame": {
- "x": 289,
- "y": 264,
- "w": 22,
- "h": 21
- }
- },
- {
- "filename": "thunder_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 311,
- "y": 243,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tm_bug",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 333,
- "y": 243,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tera_orb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 22,
- "h": 20
- },
- "frame": {
- "x": 311,
- "y": 265,
- "w": 22,
- "h": 20
- }
- },
- {
- "filename": "tm_dark",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 333,
- "y": 265,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "shock_drive",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 8,
- "w": 23,
- "h": 17
- },
- "frame": {
- "x": 137,
- "y": 277,
- "w": 23,
- "h": 17
- }
- },
- {
- "filename": "whipped_dream",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 21,
- "h": 23
- },
- "frame": {
- "x": 116,
- "y": 291,
- "w": 21,
- "h": 23
- }
- },
- {
- "filename": "mystic_water",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 5,
- "w": 20,
- "h": 23
- },
- "frame": {
- "x": 116,
- "y": 314,
- "w": 20,
- "h": 23
- }
- },
- {
- "filename": "sitrus_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 5,
- "w": 20,
- "h": 22
- },
- "frame": {
- "x": 116,
- "y": 337,
- "w": 20,
- "h": 22
- }
- },
- {
- "filename": "tm_dragon",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 137,
- "y": 294,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tm_electric",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 136,
- "y": 316,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tm_fairy",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 136,
- "y": 338,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "gb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 116,
- "y": 359,
- "w": 20,
- "h": 20
- }
- },
- {
- "filename": "tm_fighting",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 116,
- "y": 379,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "upgrade",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 7,
- "w": 22,
- "h": 19
- },
- "frame": {
- "x": 136,
- "y": 360,
- "w": 22,
- "h": 19
- }
- },
- {
- "filename": "tm_fire",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 138,
- "y": 379,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "everstone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 17
- },
- "frame": {
- "x": 160,
- "y": 277,
- "w": 20,
- "h": 17
- }
- },
- {
- "filename": "tm_flying",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 159,
- "y": 294,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tm_ghost",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 158,
- "y": 316,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tm_grass",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 158,
- "y": 338,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "metal_alloy",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 7,
- "w": 21,
- "h": 19
- },
- "frame": {
- "x": 158,
- "y": 360,
- "w": 21,
- "h": 19
- }
- },
- {
- "filename": "lock_capsule",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 19,
- "h": 22
- },
- "frame": {
- "x": 160,
- "y": 379,
- "w": 19,
- "h": 22
- }
- },
- {
- "filename": "relic_band",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 9,
- "w": 17,
- "h": 16
- },
- "frame": {
- "x": 180,
- "y": 278,
- "w": 17,
- "h": 16
- }
- },
- {
- "filename": "metal_coat",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 5,
- "w": 19,
- "h": 22
- },
- "frame": {
- "x": 181,
- "y": 294,
- "w": 19,
- "h": 22
- }
- },
- {
- "filename": "tm_ground",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 180,
- "y": 316,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tm_ice",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 180,
- "y": 338,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tm_normal",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 179,
- "y": 360,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tm_poison",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 179,
- "y": 382,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tm_psychic",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 117,
- "y": 401,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tm_rock",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 139,
- "y": 401,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "sachet",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 18,
- "h": 23
- },
- "frame": {
- "x": 161,
- "y": 401,
- "w": 18,
- "h": 23
- }
- },
- {
- "filename": "tm_steel",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 179,
- "y": 404,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "leftovers",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 15,
- "h": 22
- },
- "frame": {
- "x": 358,
- "y": 89,
- "w": 15,
- "h": 22
- }
- },
- {
- "filename": "razor_fang",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 18,
- "h": 20
- },
- "frame": {
- "x": 373,
- "y": 88,
- "w": 18,
- "h": 20
- }
- },
- {
- "filename": "metronome",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 17,
- "h": 22
- },
- "frame": {
- "x": 357,
- "y": 111,
- "w": 17,
- "h": 22
- }
- },
- {
- "filename": "tm_water",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 353,
- "y": 133,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "water_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 353,
- "y": 155,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "water_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 353,
- "y": 177,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "x_accuracy",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 354,
- "y": 199,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "x_attack",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 356,
- "y": 221,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "x_defense",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 355,
- "y": 243,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "x_sp_atk",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 355,
- "y": 265,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "potion",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 17,
- "h": 23
- },
- "frame": {
- "x": 374,
- "y": 108,
- "w": 17,
- "h": 23
- }
- },
- {
- "filename": "unknown",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 391,
- "y": 91,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "x_sp_def",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 407,
- "y": 92,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "zinc",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 375,
- "y": 131,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "super_potion",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 17,
- "h": 23
- },
- "frame": {
- "x": 391,
- "y": 115,
- "w": 17,
- "h": 23
- }
- },
- {
- "filename": "wise_glasses",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 8,
- "w": 23,
- "h": 17
- },
- "frame": {
- "x": 408,
- "y": 114,
- "w": 23,
- "h": 17
- }
- },
- {
- "filename": "soothe_bell",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 17,
- "h": 22
- },
- "frame": {
- "x": 375,
- "y": 155,
- "w": 17,
- "h": 22
- }
- },
- {
- "filename": "x_speed",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 375,
- "y": 177,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "poison_barb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 21,
- "h": 21
- },
- "frame": {
- "x": 376,
- "y": 199,
- "w": 21,
- "h": 21
- }
- },
- {
- "filename": "quick_claw",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 19,
- "h": 21
- },
- "frame": {
- "x": 378,
- "y": 220,
- "w": 19,
- "h": 21
- }
- },
{
"filename": "absolite",
"rotated": false,
@@ -6093,138 +192,12 @@
"h": 16
},
"frame": {
- "x": 391,
- "y": 138,
+ "x": 155,
+ "y": 0,
"w": 16,
"h": 16
}
},
- {
- "filename": "shiny_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 21,
- "h": 21
- },
- "frame": {
- "x": 392,
- "y": 154,
- "w": 21,
- "h": 21
- }
- },
- {
- "filename": "oval_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 18,
- "h": 19
- },
- "frame": {
- "x": 413,
- "y": 131,
- "w": 18,
- "h": 19
- }
- },
- {
- "filename": "baton",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 18,
- "h": 18
- },
- "frame": {
- "x": 413,
- "y": 150,
- "w": 18,
- "h": 18
- }
- },
- {
- "filename": "candy",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 11,
- "w": 18,
- "h": 18
- },
- "frame": {
- "x": 413,
- "y": 168,
- "w": 18,
- "h": 18
- }
- },
- {
- "filename": "mystery_egg",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 16,
- "h": 18
- },
- "frame": {
- "x": 397,
- "y": 175,
- "w": 16,
- "h": 18
- }
- },
- {
- "filename": "dark_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 18,
- "h": 18
- },
- "frame": {
- "x": 413,
- "y": 186,
- "w": 18,
- "h": 18
- }
- },
{
"filename": "aerodactylite",
"rotated": false,
@@ -6240,33 +213,12 @@
"h": 16
},
"frame": {
- "x": 397,
- "y": 193,
+ "x": 171,
+ "y": 0,
"w": 16,
"h": 16
}
},
- {
- "filename": "flame_orb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 18,
- "h": 18
- },
- "frame": {
- "x": 413,
- "y": 204,
- "w": 18,
- "h": 18
- }
- },
{
"filename": "aggronite",
"rotated": false,
@@ -6282,33 +234,12 @@
"h": 16
},
"frame": {
- "x": 397,
- "y": 209,
+ "x": 187,
+ "y": 0,
"w": 16,
"h": 16
}
},
- {
- "filename": "light_ball",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 18,
- "h": 18
- },
- "frame": {
- "x": 413,
- "y": 222,
- "w": 18,
- "h": 18
- }
- },
{
"filename": "alakazite",
"rotated": false,
@@ -6324,117 +255,12 @@
"h": 16
},
"frame": {
- "x": 397,
- "y": 225,
+ "x": 203,
+ "y": 0,
"w": 16,
"h": 16
}
},
- {
- "filename": "light_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 18,
- "h": 18
- },
- "frame": {
- "x": 413,
- "y": 240,
- "w": 18,
- "h": 18
- }
- },
- {
- "filename": "zoom_lens",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 21,
- "h": 21
- },
- "frame": {
- "x": 200,
- "y": 279,
- "w": 21,
- "h": 21
- }
- },
- {
- "filename": "lum_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 7,
- "w": 20,
- "h": 19
- },
- "frame": {
- "x": 221,
- "y": 281,
- "w": 20,
- "h": 19
- }
- },
- {
- "filename": "masterpiece_teacup",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 7,
- "w": 21,
- "h": 18
- },
- "frame": {
- "x": 241,
- "y": 282,
- "w": 21,
- "h": 18
- }
- },
- {
- "filename": "old_gateau",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 21,
- "h": 18
- },
- "frame": {
- "x": 262,
- "y": 282,
- "w": 21,
- "h": 18
- }
- },
{
"filename": "altarianite",
"rotated": false,
@@ -6450,810 +276,12 @@
"h": 16
},
"frame": {
- "x": 200,
- "y": 300,
+ "x": 219,
+ "y": 0,
"w": 16,
"h": 16
}
},
- {
- "filename": "sharp_meteorite",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 21,
- "h": 18
- },
- "frame": {
- "x": 216,
- "y": 300,
- "w": 21,
- "h": 18
- }
- },
- {
- "filename": "unremarkable_teacup",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 7,
- "w": 21,
- "h": 18
- },
- "frame": {
- "x": 237,
- "y": 300,
- "w": 21,
- "h": 18
- }
- },
- {
- "filename": "magnet",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 258,
- "y": 300,
- "w": 20,
- "h": 20
- }
- },
- {
- "filename": "mb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 283,
- "y": 285,
- "w": 20,
- "h": 20
- }
- },
- {
- "filename": "pb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 303,
- "y": 285,
- "w": 20,
- "h": 20
- }
- },
- {
- "filename": "pb_gold",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 278,
- "y": 305,
- "w": 20,
- "h": 20
- }
- },
- {
- "filename": "pb_silver",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 298,
- "y": 305,
- "w": 20,
- "h": 20
- }
- },
- {
- "filename": "revive",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 8,
- "w": 12,
- "h": 17
- },
- "frame": {
- "x": 202,
- "y": 316,
- "w": 12,
- "h": 17
- }
- },
- {
- "filename": "power_herb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 7,
- "w": 20,
- "h": 19
- },
- "frame": {
- "x": 214,
- "y": 318,
- "w": 20,
- "h": 19
- }
- },
- {
- "filename": "razor_claw",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 7,
- "w": 20,
- "h": 19
- },
- "frame": {
- "x": 234,
- "y": 318,
- "w": 20,
- "h": 19
- }
- },
- {
- "filename": "rb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 254,
- "y": 320,
- "w": 20,
- "h": 20
- }
- },
- {
- "filename": "smooth_meteorite",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 274,
- "y": 325,
- "w": 20,
- "h": 20
- }
- },
- {
- "filename": "strange_ball",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 294,
- "y": 325,
- "w": 20,
- "h": 20
- }
- },
- {
- "filename": "spell_tag",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 19,
- "h": 21
- },
- "frame": {
- "x": 202,
- "y": 337,
- "w": 19,
- "h": 21
- }
- },
- {
- "filename": "ub",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 221,
- "y": 337,
- "w": 20,
- "h": 20
- }
- },
- {
- "filename": "white_herb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 7,
- "w": 20,
- "h": 19
- },
- "frame": {
- "x": 323,
- "y": 287,
- "w": 20,
- "h": 19
- }
- },
- {
- "filename": "apicot_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 19,
- "h": 20
- },
- "frame": {
- "x": 343,
- "y": 287,
- "w": 19,
- "h": 20
- }
- },
- {
- "filename": "candy_jar",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 19,
- "h": 20
- },
- "frame": {
- "x": 362,
- "y": 287,
- "w": 19,
- "h": 20
- }
- },
- {
- "filename": "big_mushroom",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 19,
- "h": 19
- },
- "frame": {
- "x": 318,
- "y": 306,
- "w": 19,
- "h": 19
- }
- },
- {
- "filename": "hard_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 19,
- "h": 20
- },
- "frame": {
- "x": 314,
- "y": 325,
- "w": 19,
- "h": 20
- }
- },
- {
- "filename": "wl_ability_urge",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 337,
- "y": 307,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "miracle_seed",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 7,
- "w": 19,
- "h": 19
- },
- "frame": {
- "x": 333,
- "y": 325,
- "w": 19,
- "h": 19
- }
- },
- {
- "filename": "wl_antidote",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 357,
- "y": 307,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_awakening",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 352,
- "y": 325,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_burn_heal",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 241,
- "y": 340,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "golden_egg",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 17,
- "h": 20
- },
- "frame": {
- "x": 372,
- "y": 325,
- "w": 17,
- "h": 20
- }
- },
- {
- "filename": "toxic_orb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 18,
- "h": 18
- },
- "frame": {
- "x": 377,
- "y": 307,
- "w": 18,
- "h": 18
- }
- },
- {
- "filename": "lucky_egg",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 17,
- "h": 20
- },
- "frame": {
- "x": 389,
- "y": 325,
- "w": 17,
- "h": 20
- }
- },
- {
- "filename": "wl_custom_spliced",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 352,
- "y": 343,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_custom_thief",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 372,
- "y": 345,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_elixir",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 392,
- "y": 345,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_ether",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 378,
- "y": 241,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "relic_gold",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 11,
- "w": 15,
- "h": 11
- },
- "frame": {
- "x": 398,
- "y": 241,
- "w": 15,
- "h": 11
- }
- },
- {
- "filename": "wl_full_heal",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 377,
- "y": 259,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_full_restore",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 381,
- "y": 277,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_guard_spec",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 397,
- "y": 259,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_hyper_potion",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 401,
- "y": 277,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_ice_heal",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 395,
- "y": 295,
- "w": 20,
- "h": 18
- }
- },
{
"filename": "ampharosite",
"rotated": false,
@@ -7269,8 +297,8 @@
"h": 16
},
"frame": {
- "x": 415,
- "y": 295,
+ "x": 235,
+ "y": 0,
"w": 16,
"h": 16
}
@@ -7290,33 +318,12 @@
"h": 16
},
"frame": {
- "x": 415,
- "y": 311,
+ "x": 251,
+ "y": 0,
"w": 16,
"h": 16
}
},
- {
- "filename": "wl_item_drop",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 406,
- "y": 327,
- "w": 20,
- "h": 18
- }
- },
{
"filename": "banettite",
"rotated": false,
@@ -7332,201 +339,12 @@
"h": 16
},
"frame": {
- "x": 412,
- "y": 345,
+ "x": 267,
+ "y": 0,
"w": 16,
"h": 16
}
},
- {
- "filename": "wl_item_urge",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 221,
- "y": 357,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_max_elixir",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 241,
- "y": 358,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_max_ether",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 201,
- "y": 360,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_max_potion",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 201,
- "y": 378,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_max_revive",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 221,
- "y": 375,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_paralyze_heal",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 201,
- "y": 396,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_potion",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 221,
- "y": 393,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_reset_urge",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 241,
- "y": 376,
- "w": 20,
- "h": 18
- }
- },
- {
- "filename": "wl_revive",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 241,
- "y": 394,
- "w": 20,
- "h": 18
- }
- },
{
"filename": "beedrillite",
"rotated": false,
@@ -7542,33 +360,12 @@
"h": 16
},
"frame": {
- "x": 201,
- "y": 414,
+ "x": 283,
+ "y": 0,
"w": 16,
"h": 16
}
},
- {
- "filename": "wl_super_potion",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 18
- },
- "frame": {
- "x": 261,
- "y": 345,
- "w": 20,
- "h": 18
- }
- },
{
"filename": "blastoisinite",
"rotated": false,
@@ -7584,8 +381,8 @@
"h": 16
},
"frame": {
- "x": 261,
- "y": 363,
+ "x": 299,
+ "y": 0,
"w": 16,
"h": 16
}
@@ -7605,8 +402,8 @@
"h": 16
},
"frame": {
- "x": 281,
- "y": 345,
+ "x": 315,
+ "y": 0,
"w": 16,
"h": 16
}
@@ -7626,8 +423,8 @@
"h": 16
},
"frame": {
- "x": 261,
- "y": 379,
+ "x": 331,
+ "y": 0,
"w": 16,
"h": 16
}
@@ -7647,8 +444,8 @@
"h": 16
},
"frame": {
- "x": 297,
- "y": 345,
+ "x": 347,
+ "y": 0,
"w": 16,
"h": 16
}
@@ -7668,8 +465,8 @@
"h": 16
},
"frame": {
- "x": 261,
- "y": 395,
+ "x": 363,
+ "y": 0,
"w": 16,
"h": 16
}
@@ -7689,8 +486,8 @@
"h": 16
},
"frame": {
- "x": 313,
- "y": 345,
+ "x": 379,
+ "y": 0,
"w": 16,
"h": 16
}
@@ -7710,8 +507,8 @@
"h": 16
},
"frame": {
- "x": 217,
- "y": 414,
+ "x": 395,
+ "y": 0,
"w": 16,
"h": 16
}
@@ -7731,12 +528,33 @@
"h": 16
},
"frame": {
- "x": 233,
- "y": 412,
+ "x": 411,
+ "y": 0,
"w": 16,
"h": 16
}
},
+ {
+ "filename": "revive",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 10,
+ "y": 8,
+ "w": 12,
+ "h": 17
+ },
+ "frame": {
+ "x": 0,
+ "y": 11,
+ "w": 12,
+ "h": 17
+ }
+ },
{
"filename": "gardevoirite",
"rotated": false,
@@ -7752,8 +570,8 @@
"h": 16
},
"frame": {
- "x": 249,
- "y": 412,
+ "x": 12,
+ "y": 14,
"w": 16,
"h": 16
}
@@ -7773,8 +591,8 @@
"h": 16
},
"frame": {
- "x": 265,
- "y": 411,
+ "x": 28,
+ "y": 15,
"w": 16,
"h": 16
}
@@ -7794,8 +612,8 @@
"h": 16
},
"frame": {
- "x": 329,
- "y": 345,
+ "x": 44,
+ "y": 15,
"w": 16,
"h": 16
}
@@ -7815,8 +633,8 @@
"h": 16
},
"frame": {
- "x": 277,
- "y": 363,
+ "x": 60,
+ "y": 15,
"w": 16,
"h": 16
}
@@ -7836,8 +654,8 @@
"h": 16
},
"frame": {
- "x": 277,
- "y": 379,
+ "x": 76,
+ "y": 15,
"w": 16,
"h": 16
}
@@ -7857,8 +675,8 @@
"h": 16
},
"frame": {
- "x": 277,
- "y": 395,
+ "x": 92,
+ "y": 15,
"w": 16,
"h": 16
}
@@ -7878,8 +696,8 @@
"h": 16
},
"frame": {
- "x": 293,
- "y": 361,
+ "x": 108,
+ "y": 15,
"w": 16,
"h": 16
}
@@ -7899,8 +717,8 @@
"h": 16
},
"frame": {
- "x": 309,
- "y": 361,
+ "x": 124,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -7920,8 +738,8 @@
"h": 16
},
"frame": {
- "x": 293,
- "y": 377,
+ "x": 140,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -7941,8 +759,8 @@
"h": 16
},
"frame": {
- "x": 325,
- "y": 361,
+ "x": 156,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -7962,8 +780,8 @@
"h": 16
},
"frame": {
- "x": 293,
- "y": 393,
+ "x": 172,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -7983,8 +801,8 @@
"h": 16
},
"frame": {
- "x": 309,
- "y": 377,
+ "x": 188,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -8004,8 +822,8 @@
"h": 16
},
"frame": {
- "x": 309,
- "y": 393,
+ "x": 204,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -8025,12 +843,33 @@
"h": 16
},
"frame": {
- "x": 325,
- "y": 377,
+ "x": 220,
+ "y": 16,
"w": 16,
"h": 16
}
},
+ {
+ "filename": "mega_bracelet",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 16
+ },
+ "frame": {
+ "x": 236,
+ "y": 16,
+ "w": 20,
+ "h": 16
+ }
+ },
{
"filename": "metagrossite",
"rotated": false,
@@ -8046,8 +885,8 @@
"h": 16
},
"frame": {
- "x": 325,
- "y": 393,
+ "x": 256,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -8067,8 +906,8 @@
"h": 16
},
"frame": {
- "x": 281,
- "y": 411,
+ "x": 272,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -8088,8 +927,8 @@
"h": 16
},
"frame": {
- "x": 297,
- "y": 409,
+ "x": 288,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -8109,8 +948,8 @@
"h": 16
},
"frame": {
- "x": 313,
- "y": 409,
+ "x": 304,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -8130,8 +969,8 @@
"h": 16
},
"frame": {
- "x": 329,
- "y": 409,
+ "x": 320,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -8151,8 +990,8 @@
"h": 16
},
"frame": {
- "x": 341,
- "y": 361,
+ "x": 336,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -8172,12 +1011,33 @@
"h": 16
},
"frame": {
- "x": 341,
- "y": 377,
+ "x": 352,
+ "y": 16,
"w": 16,
"h": 16
}
},
+ {
+ "filename": "relic_band",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 9,
+ "w": 17,
+ "h": 16
+ },
+ "frame": {
+ "x": 368,
+ "y": 16,
+ "w": 17,
+ "h": 16
+ }
+ },
{
"filename": "sablenite",
"rotated": false,
@@ -8193,8 +1053,8 @@
"h": 16
},
"frame": {
- "x": 341,
- "y": 393,
+ "x": 385,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -8214,8 +1074,8 @@
"h": 16
},
"frame": {
- "x": 345,
- "y": 409,
+ "x": 401,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -8235,8 +1095,8 @@
"h": 16
},
"frame": {
- "x": 412,
- "y": 361,
+ "x": 417,
+ "y": 16,
"w": 16,
"h": 16
}
@@ -8256,8 +1116,8 @@
"h": 16
},
"frame": {
- "x": 357,
- "y": 363,
+ "x": 0,
+ "y": 30,
"w": 16,
"h": 16
}
@@ -8277,8 +1137,8 @@
"h": 16
},
"frame": {
- "x": 357,
- "y": 379,
+ "x": 16,
+ "y": 31,
"w": 16,
"h": 16
}
@@ -8298,8 +1158,8 @@
"h": 16
},
"frame": {
- "x": 373,
- "y": 363,
+ "x": 32,
+ "y": 31,
"w": 16,
"h": 16
}
@@ -8319,8 +1179,8 @@
"h": 16
},
"frame": {
- "x": 373,
- "y": 379,
+ "x": 48,
+ "y": 31,
"w": 16,
"h": 16
}
@@ -8340,8 +1200,8 @@
"h": 16
},
"frame": {
- "x": 389,
- "y": 363,
+ "x": 64,
+ "y": 31,
"w": 16,
"h": 16
}
@@ -8361,8 +1221,8 @@
"h": 16
},
"frame": {
- "x": 389,
- "y": 379,
+ "x": 80,
+ "y": 31,
"w": 16,
"h": 16
}
@@ -8382,8 +1242,8 @@
"h": 16
},
"frame": {
- "x": 405,
- "y": 377,
+ "x": 96,
+ "y": 31,
"w": 16,
"h": 16
}
@@ -8403,8 +1263,8 @@
"h": 16
},
"frame": {
- "x": 361,
- "y": 395,
+ "x": 112,
+ "y": 32,
"w": 16,
"h": 16
}
@@ -8424,11 +1284,7172 @@
"h": 16
},
"frame": {
- "x": 377,
- "y": 395,
+ "x": 128,
+ "y": 32,
"w": 16,
"h": 16
}
+ },
+ {
+ "filename": "black_glasses",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 8,
+ "w": 23,
+ "h": 17
+ },
+ "frame": {
+ "x": 144,
+ "y": 32,
+ "w": 23,
+ "h": 17
+ }
+ },
+ {
+ "filename": "burn_drive",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 8,
+ "w": 23,
+ "h": 17
+ },
+ "frame": {
+ "x": 167,
+ "y": 32,
+ "w": 23,
+ "h": 17
+ }
+ },
+ {
+ "filename": "chill_drive",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 8,
+ "w": 23,
+ "h": 17
+ },
+ "frame": {
+ "x": 190,
+ "y": 32,
+ "w": 23,
+ "h": 17
+ }
+ },
+ {
+ "filename": "douse_drive",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 8,
+ "w": 23,
+ "h": 17
+ },
+ "frame": {
+ "x": 213,
+ "y": 32,
+ "w": 23,
+ "h": 17
+ }
+ },
+ {
+ "filename": "everstone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 17
+ },
+ "frame": {
+ "x": 236,
+ "y": 32,
+ "w": 20,
+ "h": 17
+ }
+ },
+ {
+ "filename": "shock_drive",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 8,
+ "w": 23,
+ "h": 17
+ },
+ "frame": {
+ "x": 256,
+ "y": 32,
+ "w": 23,
+ "h": 17
+ }
+ },
+ {
+ "filename": "wise_glasses",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 8,
+ "w": 23,
+ "h": 17
+ },
+ "frame": {
+ "x": 279,
+ "y": 32,
+ "w": 23,
+ "h": 17
+ }
+ },
+ {
+ "filename": "baton",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 7,
+ "w": 18,
+ "h": 18
+ },
+ "frame": {
+ "x": 302,
+ "y": 32,
+ "w": 18,
+ "h": 18
+ }
+ },
+ {
+ "filename": "candy",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 11,
+ "w": 18,
+ "h": 18
+ },
+ "frame": {
+ "x": 320,
+ "y": 32,
+ "w": 18,
+ "h": 18
+ }
+ },
+ {
+ "filename": "choice_specs",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 8,
+ "w": 24,
+ "h": 18
+ },
+ "frame": {
+ "x": 338,
+ "y": 32,
+ "w": 24,
+ "h": 18
+ }
+ },
+ {
+ "filename": "dark_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 7,
+ "w": 18,
+ "h": 18
+ },
+ "frame": {
+ "x": 362,
+ "y": 32,
+ "w": 18,
+ "h": 18
+ }
+ },
+ {
+ "filename": "dragon_scale",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 8,
+ "w": 24,
+ "h": 18
+ },
+ "frame": {
+ "x": 380,
+ "y": 32,
+ "w": 24,
+ "h": 18
+ }
+ },
+ {
+ "filename": "flame_orb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 7,
+ "w": 18,
+ "h": 18
+ },
+ "frame": {
+ "x": 404,
+ "y": 32,
+ "w": 18,
+ "h": 18
+ }
+ },
+ {
+ "filename": "mystery_egg",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 8,
+ "w": 16,
+ "h": 18
+ },
+ "frame": {
+ "x": 0,
+ "y": 46,
+ "w": 16,
+ "h": 18
+ }
+ },
+ {
+ "filename": "light_ball",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 7,
+ "w": 18,
+ "h": 18
+ },
+ "frame": {
+ "x": 16,
+ "y": 47,
+ "w": 18,
+ "h": 18
+ }
+ },
+ {
+ "filename": "light_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 7,
+ "w": 18,
+ "h": 18
+ },
+ "frame": {
+ "x": 34,
+ "y": 47,
+ "w": 18,
+ "h": 18
+ }
+ },
+ {
+ "filename": "masterpiece_teacup",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 7,
+ "w": 21,
+ "h": 18
+ },
+ "frame": {
+ "x": 52,
+ "y": 47,
+ "w": 21,
+ "h": 18
+ }
+ },
+ {
+ "filename": "old_gateau",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 21,
+ "h": 18
+ },
+ "frame": {
+ "x": 73,
+ "y": 47,
+ "w": 21,
+ "h": 18
+ }
+ },
+ {
+ "filename": "toxic_orb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 7,
+ "w": 18,
+ "h": 18
+ },
+ "frame": {
+ "x": 94,
+ "y": 47,
+ "w": 18,
+ "h": 18
+ }
+ },
+ {
+ "filename": "relic_crown",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 7,
+ "w": 23,
+ "h": 18
+ },
+ "frame": {
+ "x": 112,
+ "y": 48,
+ "w": 23,
+ "h": 18
+ }
+ },
+ {
+ "filename": "sharp_meteorite",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 21,
+ "h": 18
+ },
+ "frame": {
+ "x": 135,
+ "y": 49,
+ "w": 21,
+ "h": 18
+ }
+ },
+ {
+ "filename": "unremarkable_teacup",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 7,
+ "w": 21,
+ "h": 18
+ },
+ "frame": {
+ "x": 156,
+ "y": 49,
+ "w": 21,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_ability_urge",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 177,
+ "y": 49,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_antidote",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 197,
+ "y": 49,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_awakening",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 217,
+ "y": 49,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_burn_heal",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 237,
+ "y": 49,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_custom_spliced",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 257,
+ "y": 49,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_custom_thief",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 277,
+ "y": 49,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_elixir",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 297,
+ "y": 50,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_ether",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 317,
+ "y": 50,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_full_heal",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 337,
+ "y": 50,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_full_restore",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 357,
+ "y": 50,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_guard_spec",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 377,
+ "y": 50,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_hyper_potion",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 397,
+ "y": 50,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "oval_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 7,
+ "w": 18,
+ "h": 19
+ },
+ "frame": {
+ "x": 417,
+ "y": 50,
+ "w": 18,
+ "h": 19
+ }
+ },
+ {
+ "filename": "wl_ice_heal",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 0,
+ "y": 65,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_item_drop",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 20,
+ "y": 65,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_item_urge",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 40,
+ "y": 65,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_max_elixir",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 60,
+ "y": 65,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_max_ether",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 80,
+ "y": 65,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_max_potion",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 100,
+ "y": 66,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_max_revive",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 120,
+ "y": 67,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_paralyze_heal",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 140,
+ "y": 67,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_potion",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 160,
+ "y": 67,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_reset_urge",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 180,
+ "y": 67,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_revive",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 200,
+ "y": 67,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_super_potion",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 220,
+ "y": 67,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "big_mushroom",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 19,
+ "h": 19
+ },
+ "frame": {
+ "x": 240,
+ "y": 67,
+ "w": 19,
+ "h": 19
+ }
+ },
+ {
+ "filename": "black_sludge",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 7,
+ "w": 22,
+ "h": 19
+ },
+ "frame": {
+ "x": 259,
+ "y": 67,
+ "w": 22,
+ "h": 19
+ }
+ },
+ {
+ "filename": "blunder_policy",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 22,
+ "h": 19
+ },
+ "frame": {
+ "x": 281,
+ "y": 68,
+ "w": 22,
+ "h": 19
+ }
+ },
+ {
+ "filename": "coupon",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 7,
+ "w": 23,
+ "h": 19
+ },
+ "frame": {
+ "x": 303,
+ "y": 68,
+ "w": 23,
+ "h": 19
+ }
+ },
+ {
+ "filename": "dubious_disc",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 7,
+ "w": 22,
+ "h": 19
+ },
+ "frame": {
+ "x": 326,
+ "y": 68,
+ "w": 22,
+ "h": 19
+ }
+ },
+ {
+ "filename": "golden_mystic_ticket",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 7,
+ "w": 23,
+ "h": 19
+ },
+ "frame": {
+ "x": 348,
+ "y": 68,
+ "w": 23,
+ "h": 19
+ }
+ },
+ {
+ "filename": "lum_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 7,
+ "w": 20,
+ "h": 19
+ },
+ "frame": {
+ "x": 371,
+ "y": 68,
+ "w": 20,
+ "h": 19
+ }
+ },
+ {
+ "filename": "metal_alloy",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 7,
+ "w": 21,
+ "h": 19
+ },
+ "frame": {
+ "x": 391,
+ "y": 68,
+ "w": 21,
+ "h": 19
+ }
+ },
+ {
+ "filename": "miracle_seed",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 7,
+ "w": 19,
+ "h": 19
+ },
+ "frame": {
+ "x": 412,
+ "y": 69,
+ "w": 19,
+ "h": 19
+ }
+ },
+ {
+ "filename": "mystic_ticket",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 7,
+ "w": 23,
+ "h": 19
+ },
+ "frame": {
+ "x": 0,
+ "y": 83,
+ "w": 23,
+ "h": 19
+ }
+ },
+ {
+ "filename": "pair_of_tickets",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 7,
+ "w": 23,
+ "h": 19
+ },
+ "frame": {
+ "x": 23,
+ "y": 83,
+ "w": 23,
+ "h": 19
+ }
+ },
+ {
+ "filename": "power_herb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 7,
+ "w": 20,
+ "h": 19
+ },
+ "frame": {
+ "x": 46,
+ "y": 83,
+ "w": 20,
+ "h": 19
+ }
+ },
+ {
+ "filename": "razor_claw",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 7,
+ "w": 20,
+ "h": 19
+ },
+ "frame": {
+ "x": 66,
+ "y": 83,
+ "w": 20,
+ "h": 19
+ }
+ },
+ {
+ "filename": "upgrade",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 7,
+ "w": 22,
+ "h": 19
+ },
+ "frame": {
+ "x": 86,
+ "y": 84,
+ "w": 22,
+ "h": 19
+ }
+ },
+ {
+ "filename": "white_herb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 7,
+ "w": 20,
+ "h": 19
+ },
+ "frame": {
+ "x": 108,
+ "y": 85,
+ "w": 20,
+ "h": 19
+ }
+ },
+ {
+ "filename": "apicot_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 19,
+ "h": 20
+ },
+ "frame": {
+ "x": 128,
+ "y": 85,
+ "w": 19,
+ "h": 20
+ }
+ },
+ {
+ "filename": "big_nugget",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 20,
+ "h": 20
+ },
+ "frame": {
+ "x": 147,
+ "y": 85,
+ "w": 20,
+ "h": 20
+ }
+ },
+ {
+ "filename": "binding_band",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 23,
+ "h": 20
+ },
+ "frame": {
+ "x": 167,
+ "y": 85,
+ "w": 23,
+ "h": 20
+ }
+ },
+ {
+ "filename": "blue_orb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 20,
+ "h": 20
+ },
+ "frame": {
+ "x": 190,
+ "y": 85,
+ "w": 20,
+ "h": 20
+ }
+ },
+ {
+ "filename": "candy_jar",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 19,
+ "h": 20
+ },
+ "frame": {
+ "x": 210,
+ "y": 85,
+ "w": 19,
+ "h": 20
+ }
+ },
+ {
+ "filename": "chipped_pot",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 6,
+ "w": 26,
+ "h": 20
+ },
+ "frame": {
+ "x": 229,
+ "y": 86,
+ "w": 26,
+ "h": 20
+ }
+ },
+ {
+ "filename": "cracked_pot",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 6,
+ "w": 26,
+ "h": 20
+ },
+ "frame": {
+ "x": 255,
+ "y": 86,
+ "w": 26,
+ "h": 20
+ }
+ },
+ {
+ "filename": "deep_sea_scale",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 22,
+ "h": 20
+ },
+ "frame": {
+ "x": 281,
+ "y": 87,
+ "w": 22,
+ "h": 20
+ }
+ },
+ {
+ "filename": "fairy_feather",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 7,
+ "w": 22,
+ "h": 20
+ },
+ "frame": {
+ "x": 303,
+ "y": 87,
+ "w": 22,
+ "h": 20
+ }
+ },
+ {
+ "filename": "gb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 20,
+ "h": 20
+ },
+ "frame": {
+ "x": 325,
+ "y": 87,
+ "w": 20,
+ "h": 20
+ }
+ },
+ {
+ "filename": "golden_egg",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 6,
+ "w": 17,
+ "h": 20
+ },
+ "frame": {
+ "x": 345,
+ "y": 87,
+ "w": 17,
+ "h": 20
+ }
+ },
+ {
+ "filename": "hard_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 19,
+ "h": 20
+ },
+ "frame": {
+ "x": 362,
+ "y": 87,
+ "w": 19,
+ "h": 20
+ }
+ },
+ {
+ "filename": "icy_reins_of_unity",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 7,
+ "w": 24,
+ "h": 20
+ },
+ "frame": {
+ "x": 381,
+ "y": 87,
+ "w": 24,
+ "h": 20
+ }
+ },
+ {
+ "filename": "legend_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 6,
+ "w": 25,
+ "h": 20
+ },
+ "frame": {
+ "x": 405,
+ "y": 88,
+ "w": 25,
+ "h": 20
+ }
+ },
+ {
+ "filename": "lucky_egg",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 6,
+ "w": 17,
+ "h": 20
+ },
+ "frame": {
+ "x": 0,
+ "y": 102,
+ "w": 17,
+ "h": 20
+ }
+ },
+ {
+ "filename": "magnet",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 20,
+ "h": 20
+ },
+ "frame": {
+ "x": 17,
+ "y": 102,
+ "w": 20,
+ "h": 20
+ }
+ },
+ {
+ "filename": "malicious_armor",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 22,
+ "h": 20
+ },
+ "frame": {
+ "x": 37,
+ "y": 102,
+ "w": 22,
+ "h": 20
+ }
+ },
+ {
+ "filename": "mb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 20,
+ "h": 20
+ },
+ "frame": {
+ "x": 59,
+ "y": 102,
+ "w": 20,
+ "h": 20
+ }
+ },
+ {
+ "filename": "metal_powder",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 6,
+ "w": 24,
+ "h": 20
+ },
+ "frame": {
+ "x": 79,
+ "y": 103,
+ "w": 24,
+ "h": 20
+ }
+ },
+ {
+ "filename": "pb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 20,
+ "h": 20
+ },
+ "frame": {
+ "x": 103,
+ "y": 104,
+ "w": 20,
+ "h": 20
+ }
+ },
+ {
+ "filename": "pb_gold",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 20,
+ "h": 20
+ },
+ "frame": {
+ "x": 123,
+ "y": 105,
+ "w": 20,
+ "h": 20
+ }
+ },
+ {
+ "filename": "pb_silver",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 20,
+ "h": 20
+ },
+ "frame": {
+ "x": 143,
+ "y": 105,
+ "w": 20,
+ "h": 20
+ }
+ },
+ {
+ "filename": "quick_powder",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 6,
+ "w": 24,
+ "h": 20
+ },
+ "frame": {
+ "x": 163,
+ "y": 105,
+ "w": 24,
+ "h": 20
+ }
+ },
+ {
+ "filename": "razor_fang",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 6,
+ "w": 18,
+ "h": 20
+ },
+ "frame": {
+ "x": 187,
+ "y": 105,
+ "w": 18,
+ "h": 20
+ }
+ },
+ {
+ "filename": "rb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 20,
+ "h": 20
+ },
+ "frame": {
+ "x": 205,
+ "y": 105,
+ "w": 20,
+ "h": 20
+ }
+ },
+ {
+ "filename": "reviver_seed",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 8,
+ "w": 23,
+ "h": 20
+ },
+ "frame": {
+ "x": 225,
+ "y": 106,
+ "w": 23,
+ "h": 20
+ }
+ },
+ {
+ "filename": "rusted_shield",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 6,
+ "w": 24,
+ "h": 20
+ },
+ "frame": {
+ "x": 248,
+ "y": 106,
+ "w": 24,
+ "h": 20
+ }
+ },
+ {
+ "filename": "sacred_ash",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 7,
+ "w": 24,
+ "h": 20
+ },
+ "frame": {
+ "x": 272,
+ "y": 107,
+ "w": 24,
+ "h": 20
+ }
+ },
+ {
+ "filename": "shadow_reins_of_unity",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 7,
+ "w": 24,
+ "h": 20
+ },
+ "frame": {
+ "x": 296,
+ "y": 107,
+ "w": 24,
+ "h": 20
+ }
+ },
+ {
+ "filename": "shell_bell",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 7,
+ "w": 23,
+ "h": 20
+ },
+ "frame": {
+ "x": 320,
+ "y": 107,
+ "w": 23,
+ "h": 20
+ }
+ },
+ {
+ "filename": "smooth_meteorite",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 6,
+ "w": 20,
+ "h": 20
+ },
+ "frame": {
+ "x": 343,
+ "y": 107,
+ "w": 20,
+ "h": 20
+ }
+ },
+ {
+ "filename": "soft_sand",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 7,
+ "w": 24,
+ "h": 20
+ },
+ "frame": {
+ "x": 363,
+ "y": 107,
+ "w": 24,
+ "h": 20
+ }
+ },
+ {
+ "filename": "strange_ball",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 20,
+ "h": 20
+ },
+ "frame": {
+ "x": 387,
+ "y": 108,
+ "w": 20,
+ "h": 20
+ }
+ },
+ {
+ "filename": "tera_orb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 22,
+ "h": 20
+ },
+ "frame": {
+ "x": 407,
+ "y": 108,
+ "w": 22,
+ "h": 20
+ }
+ },
+ {
+ "filename": "ub",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 20,
+ "h": 20
+ },
+ "frame": {
+ "x": 0,
+ "y": 122,
+ "w": 20,
+ "h": 20
+ }
+ },
+ {
+ "filename": "adamant_crystal",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 6,
+ "w": 23,
+ "h": 21
+ },
+ "frame": {
+ "x": 20,
+ "y": 122,
+ "w": 23,
+ "h": 21
+ }
+ },
+ {
+ "filename": "amulet_coin",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 5,
+ "w": 23,
+ "h": 21
+ },
+ "frame": {
+ "x": 43,
+ "y": 122,
+ "w": 23,
+ "h": 21
+ }
+ },
+ {
+ "filename": "auspicious_armor",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 23,
+ "h": 21
+ },
+ "frame": {
+ "x": 66,
+ "y": 123,
+ "w": 23,
+ "h": 21
+ }
+ },
+ {
+ "filename": "berry_juice",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 21
+ },
+ "frame": {
+ "x": 89,
+ "y": 124,
+ "w": 22,
+ "h": 21
+ }
+ },
+ {
+ "filename": "dawn_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 20,
+ "h": 21
+ },
+ "frame": {
+ "x": 111,
+ "y": 125,
+ "w": 20,
+ "h": 21
+ }
+ },
+ {
+ "filename": "deep_sea_tooth",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 22,
+ "h": 21
+ },
+ "frame": {
+ "x": 131,
+ "y": 125,
+ "w": 22,
+ "h": 21
+ }
+ },
+ {
+ "filename": "dusk_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 21,
+ "h": 21
+ },
+ "frame": {
+ "x": 153,
+ "y": 125,
+ "w": 21,
+ "h": 21
+ }
+ },
+ {
+ "filename": "flying_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 5,
+ "w": 20,
+ "h": 21
+ },
+ "frame": {
+ "x": 174,
+ "y": 125,
+ "w": 20,
+ "h": 21
+ }
+ },
+ {
+ "filename": "golden_net",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 24,
+ "h": 21
+ },
+ "frame": {
+ "x": 194,
+ "y": 125,
+ "w": 24,
+ "h": 21
+ }
+ },
+ {
+ "filename": "liechi_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 22,
+ "h": 21
+ },
+ "frame": {
+ "x": 218,
+ "y": 126,
+ "w": 22,
+ "h": 21
+ }
+ },
+ {
+ "filename": "mint_atk",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 5,
+ "w": 28,
+ "h": 21
+ },
+ "frame": {
+ "x": 240,
+ "y": 126,
+ "w": 28,
+ "h": 21
+ }
+ },
+ {
+ "filename": "mint_def",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 5,
+ "w": 28,
+ "h": 21
+ },
+ "frame": {
+ "x": 268,
+ "y": 127,
+ "w": 28,
+ "h": 21
+ }
+ },
+ {
+ "filename": "mint_neutral",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 5,
+ "w": 28,
+ "h": 21
+ },
+ "frame": {
+ "x": 296,
+ "y": 127,
+ "w": 28,
+ "h": 21
+ }
+ },
+ {
+ "filename": "mint_spatk",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 5,
+ "w": 28,
+ "h": 21
+ },
+ "frame": {
+ "x": 324,
+ "y": 127,
+ "w": 28,
+ "h": 21
+ }
+ },
+ {
+ "filename": "mint_spd",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 5,
+ "w": 28,
+ "h": 21
+ },
+ "frame": {
+ "x": 352,
+ "y": 127,
+ "w": 28,
+ "h": 21
+ }
+ },
+ {
+ "filename": "mint_spdef",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 5,
+ "w": 28,
+ "h": 21
+ },
+ "frame": {
+ "x": 380,
+ "y": 128,
+ "w": 28,
+ "h": 21
+ }
+ },
+ {
+ "filename": "moon_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 6,
+ "w": 23,
+ "h": 21
+ },
+ "frame": {
+ "x": 408,
+ "y": 128,
+ "w": 23,
+ "h": 21
+ }
+ },
+ {
+ "filename": "quick_claw",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 19,
+ "h": 21
+ },
+ "frame": {
+ "x": 0,
+ "y": 142,
+ "w": 19,
+ "h": 21
+ }
+ },
+ {
+ "filename": "n_lunarizer",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 6,
+ "w": 23,
+ "h": 21
+ },
+ "frame": {
+ "x": 19,
+ "y": 143,
+ "w": 23,
+ "h": 21
+ }
+ },
+ {
+ "filename": "n_solarizer",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 6,
+ "w": 23,
+ "h": 21
+ },
+ "frame": {
+ "x": 42,
+ "y": 143,
+ "w": 23,
+ "h": 21
+ }
+ },
+ {
+ "filename": "poison_barb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 21,
+ "h": 21
+ },
+ "frame": {
+ "x": 65,
+ "y": 144,
+ "w": 21,
+ "h": 21
+ }
+ },
+ {
+ "filename": "shiny_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 21,
+ "h": 21
+ },
+ "frame": {
+ "x": 86,
+ "y": 145,
+ "w": 21,
+ "h": 21
+ }
+ },
+ {
+ "filename": "spell_tag",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 6,
+ "w": 19,
+ "h": 21
+ },
+ "frame": {
+ "x": 107,
+ "y": 146,
+ "w": 19,
+ "h": 21
+ }
+ },
+ {
+ "filename": "sweet_apple",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 22,
+ "h": 21
+ },
+ "frame": {
+ "x": 126,
+ "y": 146,
+ "w": 22,
+ "h": 21
+ }
+ },
+ {
+ "filename": "syrupy_apple",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 22,
+ "h": 21
+ },
+ "frame": {
+ "x": 148,
+ "y": 146,
+ "w": 22,
+ "h": 21
+ }
+ },
+ {
+ "filename": "tart_apple",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 22,
+ "h": 21
+ },
+ "frame": {
+ "x": 170,
+ "y": 146,
+ "w": 22,
+ "h": 21
+ }
+ },
+ {
+ "filename": "wellspring_mask",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 23,
+ "h": 21
+ },
+ "frame": {
+ "x": 192,
+ "y": 146,
+ "w": 23,
+ "h": 21
+ }
+ },
+ {
+ "filename": "zoom_lens",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 21,
+ "h": 21
+ },
+ "frame": {
+ "x": 215,
+ "y": 147,
+ "w": 21,
+ "h": 21
+ }
+ },
+ {
+ "filename": "berry_pot",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 5,
+ "w": 18,
+ "h": 22
+ },
+ "frame": {
+ "x": 236,
+ "y": 147,
+ "w": 18,
+ "h": 22
+ }
+ },
+ {
+ "filename": "bug_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 254,
+ "y": 148,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "charcoal",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 276,
+ "y": 148,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "dark_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 298,
+ "y": 148,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "dire_hit",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 320,
+ "y": 148,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "dna_splicers",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 342,
+ "y": 148,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "leftovers",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 5,
+ "w": 15,
+ "h": 22
+ },
+ "frame": {
+ "x": 364,
+ "y": 148,
+ "w": 15,
+ "h": 22
+ }
+ },
+ {
+ "filename": "dragon_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 379,
+ "y": 149,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "electirizer",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 401,
+ "y": 149,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "lock_capsule",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 5,
+ "w": 19,
+ "h": 22
+ },
+ "frame": {
+ "x": 0,
+ "y": 163,
+ "w": 19,
+ "h": 22
+ }
+ },
+ {
+ "filename": "electric_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 19,
+ "y": 164,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "enigma_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 41,
+ "y": 164,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "fairy_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 63,
+ "y": 165,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "fighting_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 85,
+ "y": 166,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "exp_balance",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 24,
+ "h": 22
+ },
+ "frame": {
+ "x": 107,
+ "y": 167,
+ "w": 24,
+ "h": 22
+ }
+ },
+ {
+ "filename": "exp_share",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 24,
+ "h": 22
+ },
+ "frame": {
+ "x": 131,
+ "y": 167,
+ "w": 24,
+ "h": 22
+ }
+ },
+ {
+ "filename": "fire_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 155,
+ "y": 167,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "flying_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 177,
+ "y": 167,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "full_heal",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 9,
+ "y": 4,
+ "w": 15,
+ "h": 23
+ },
+ "frame": {
+ "x": 199,
+ "y": 167,
+ "w": 15,
+ "h": 23
+ }
+ },
+ {
+ "filename": "ganlon_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 214,
+ "y": 168,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "metronome",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 5,
+ "w": 17,
+ "h": 22
+ },
+ "frame": {
+ "x": 236,
+ "y": 169,
+ "w": 17,
+ "h": 22
+ }
+ },
+ {
+ "filename": "ghost_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 253,
+ "y": 170,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "grass_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 275,
+ "y": 170,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "ground_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 297,
+ "y": 170,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "guard_spec",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 319,
+ "y": 170,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "hard_meteorite",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 5,
+ "w": 20,
+ "h": 22
+ },
+ "frame": {
+ "x": 341,
+ "y": 170,
+ "w": 20,
+ "h": 22
+ }
+ },
+ {
+ "filename": "soothe_bell",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 5,
+ "w": 17,
+ "h": 22
+ },
+ "frame": {
+ "x": 361,
+ "y": 170,
+ "w": 17,
+ "h": 22
+ }
+ },
+ {
+ "filename": "healing_charm",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 23,
+ "h": 22
+ },
+ "frame": {
+ "x": 378,
+ "y": 171,
+ "w": 23,
+ "h": 22
+ }
+ },
+ {
+ "filename": "ice_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 401,
+ "y": 171,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "metal_coat",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 5,
+ "w": 19,
+ "h": 22
+ },
+ "frame": {
+ "x": 0,
+ "y": 185,
+ "w": 19,
+ "h": 22
+ }
+ },
+ {
+ "filename": "ice_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 19,
+ "y": 186,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "magmarizer",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 41,
+ "y": 186,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "mini_black_hole",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 63,
+ "y": 187,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "moon_flute",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 85,
+ "y": 188,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "map",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 5,
+ "w": 27,
+ "h": 22
+ },
+ "frame": {
+ "x": 107,
+ "y": 189,
+ "w": 27,
+ "h": 22
+ }
+ },
+ {
+ "filename": "normal_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 134,
+ "y": 189,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "peat_block",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 24,
+ "h": 22
+ },
+ "frame": {
+ "x": 156,
+ "y": 189,
+ "w": 24,
+ "h": 22
+ }
+ },
+ {
+ "filename": "hyper_potion",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 5,
+ "w": 17,
+ "h": 23
+ },
+ "frame": {
+ "x": 180,
+ "y": 189,
+ "w": 17,
+ "h": 23
+ }
+ },
+ {
+ "filename": "poison_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 197,
+ "y": 190,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "potion",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 5,
+ "w": 17,
+ "h": 23
+ },
+ "frame": {
+ "x": 219,
+ "y": 190,
+ "w": 17,
+ "h": 23
+ }
+ },
+ {
+ "filename": "protector",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 236,
+ "y": 192,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "psychic_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 258,
+ "y": 192,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "rock_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 280,
+ "y": 192,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "rusted_sword",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 23,
+ "h": 22
+ },
+ "frame": {
+ "x": 302,
+ "y": 192,
+ "w": 23,
+ "h": 22
+ }
+ },
+ {
+ "filename": "scroll_of_darkness",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 325,
+ "y": 192,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "scroll_of_waters",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 347,
+ "y": 192,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "shed_shell",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 369,
+ "y": 193,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "sitrus_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 5,
+ "w": 20,
+ "h": 22
+ },
+ "frame": {
+ "x": 391,
+ "y": 193,
+ "w": 20,
+ "h": 22
+ }
+ },
+ {
+ "filename": "starf_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 411,
+ "y": 193,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "sachet",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 18,
+ "h": 23
+ },
+ "frame": {
+ "x": 0,
+ "y": 207,
+ "w": 18,
+ "h": 23
+ }
+ },
+ {
+ "filename": "steel_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 18,
+ "y": 208,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "sun_flute",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 40,
+ "y": 208,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "thick_club",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 62,
+ "y": 209,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "thunder_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 84,
+ "y": 210,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_bug",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 106,
+ "y": 211,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_dark",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 128,
+ "y": 211,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_dragon",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 150,
+ "y": 211,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_electric",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 172,
+ "y": 212,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_fairy",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 194,
+ "y": 212,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "mystic_water",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 5,
+ "w": 20,
+ "h": 23
+ },
+ "frame": {
+ "x": 216,
+ "y": 213,
+ "w": 20,
+ "h": 23
+ }
+ },
+ {
+ "filename": "tm_fighting",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 236,
+ "y": 214,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_fire",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 258,
+ "y": 214,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_flying",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 280,
+ "y": 214,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_ghost",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 302,
+ "y": 214,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_grass",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 324,
+ "y": 214,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_ground",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 346,
+ "y": 214,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_ice",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 368,
+ "y": 215,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_normal",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 390,
+ "y": 215,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_poison",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 412,
+ "y": 215,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_psychic",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 0,
+ "y": 230,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_rock",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 22,
+ "y": 230,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "super_potion",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 5,
+ "w": 17,
+ "h": 23
+ },
+ "frame": {
+ "x": 44,
+ "y": 230,
+ "w": 17,
+ "h": 23
+ }
+ },
+ {
+ "filename": "tm_steel",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 61,
+ "y": 231,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_water",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 83,
+ "y": 232,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "water_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 105,
+ "y": 233,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "water_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 127,
+ "y": 233,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "x_accuracy",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 149,
+ "y": 233,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "x_attack",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 171,
+ "y": 234,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "x_defense",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 193,
+ "y": 234,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "x_sp_atk",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 215,
+ "y": 236,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "x_sp_def",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 237,
+ "y": 236,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "x_speed",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 259,
+ "y": 236,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "berry_pouch",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 23,
+ "h": 23
+ },
+ "frame": {
+ "x": 281,
+ "y": 236,
+ "w": 23,
+ "h": 23
+ }
+ },
+ {
+ "filename": "black_belt",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 304,
+ "y": 236,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "bug_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 326,
+ "y": 236,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "calcium",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 348,
+ "y": 236,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "clefairy_doll",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 24,
+ "h": 23
+ },
+ "frame": {
+ "x": 364,
+ "y": 237,
+ "w": 24,
+ "h": 23
+ }
+ },
+ {
+ "filename": "coin_case",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 24,
+ "h": 23
+ },
+ "frame": {
+ "x": 388,
+ "y": 237,
+ "w": 24,
+ "h": 23
+ }
+ },
+ {
+ "filename": "dark_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 412,
+ "y": 237,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "dragon_fang",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 21,
+ "h": 23
+ },
+ "frame": {
+ "x": 0,
+ "y": 252,
+ "w": 21,
+ "h": 23
+ }
+ },
+ {
+ "filename": "dragon_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 21,
+ "y": 252,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "dynamax_band",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 23,
+ "h": 23
+ },
+ "frame": {
+ "x": 43,
+ "y": 253,
+ "w": 23,
+ "h": 23
+ }
+ },
+ {
+ "filename": "carbos",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 66,
+ "y": 253,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "electric_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 82,
+ "y": 254,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "expert_belt",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 23
+ },
+ "frame": {
+ "x": 104,
+ "y": 255,
+ "w": 24,
+ "h": 23
+ }
+ },
+ {
+ "filename": "fairy_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 128,
+ "y": 255,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "lansat_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 4,
+ "w": 21,
+ "h": 23
+ },
+ "frame": {
+ "x": 150,
+ "y": 255,
+ "w": 21,
+ "h": 23
+ }
+ },
+ {
+ "filename": "fighting_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 171,
+ "y": 256,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "fire_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 193,
+ "y": 256,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "fire_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 215,
+ "y": 258,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "focus_sash",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 237,
+ "y": 258,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "ghost_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 259,
+ "y": 258,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "grass_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 281,
+ "y": 259,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "griseous_core",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 23,
+ "h": 23
+ },
+ "frame": {
+ "x": 303,
+ "y": 259,
+ "w": 23,
+ "h": 23
+ }
+ },
+ {
+ "filename": "ground_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 326,
+ "y": 259,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "hearthflame_mask",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 23
+ },
+ "frame": {
+ "x": 348,
+ "y": 260,
+ "w": 24,
+ "h": 23
+ }
+ },
+ {
+ "filename": "ice_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 372,
+ "y": 260,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "leaf_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 21,
+ "h": 23
+ },
+ "frame": {
+ "x": 394,
+ "y": 260,
+ "w": 21,
+ "h": 23
+ }
+ },
+ {
+ "filename": "elixir",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 4,
+ "w": 18,
+ "h": 24
+ },
+ "frame": {
+ "x": 415,
+ "y": 260,
+ "w": 18,
+ "h": 24
+ }
+ },
+ {
+ "filename": "leek",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 23,
+ "h": 23
+ },
+ "frame": {
+ "x": 0,
+ "y": 275,
+ "w": 23,
+ "h": 23
+ }
+ },
+ {
+ "filename": "ether",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 4,
+ "w": 18,
+ "h": 24
+ },
+ "frame": {
+ "x": 23,
+ "y": 275,
+ "w": 18,
+ "h": 24
+ }
+ },
+ {
+ "filename": "leppa_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 24,
+ "h": 23
+ },
+ "frame": {
+ "x": 41,
+ "y": 276,
+ "w": 24,
+ "h": 23
+ }
+ },
+ {
+ "filename": "macho_brace",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 23,
+ "h": 23
+ },
+ "frame": {
+ "x": 65,
+ "y": 277,
+ "w": 23,
+ "h": 23
+ }
+ },
+ {
+ "filename": "hp_up",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 88,
+ "y": 277,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "never_melt_ice",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 104,
+ "y": 278,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "normal_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 126,
+ "y": 278,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "petaya_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 148,
+ "y": 278,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "poison_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 170,
+ "y": 279,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "psychic_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 192,
+ "y": 279,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "rare_candy",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 23,
+ "h": 23
+ },
+ "frame": {
+ "x": 214,
+ "y": 281,
+ "w": 23,
+ "h": 23
+ }
+ },
+ {
+ "filename": "rarer_candy",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 23,
+ "h": 23
+ },
+ "frame": {
+ "x": 237,
+ "y": 281,
+ "w": 23,
+ "h": 23
+ }
+ },
+ {
+ "filename": "sharp_beak",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 21,
+ "h": 23
+ },
+ "frame": {
+ "x": 260,
+ "y": 281,
+ "w": 21,
+ "h": 23
+ }
+ },
+ {
+ "filename": "reaper_cloth",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 281,
+ "y": 282,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "rock_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 303,
+ "y": 282,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "steel_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 325,
+ "y": 282,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "scope_lens",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 24,
+ "h": 23
+ },
+ "frame": {
+ "x": 347,
+ "y": 283,
+ "w": 24,
+ "h": 23
+ }
+ },
+ {
+ "filename": "stellar_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 371,
+ "y": 283,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "water_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 393,
+ "y": 283,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "full_restore",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 4,
+ "w": 18,
+ "h": 24
+ },
+ "frame": {
+ "x": 415,
+ "y": 284,
+ "w": 18,
+ "h": 24
+ }
+ },
+ {
+ "filename": "whipped_dream",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 4,
+ "w": 21,
+ "h": 23
+ },
+ "frame": {
+ "x": 0,
+ "y": 298,
+ "w": 21,
+ "h": 23
+ }
+ },
+ {
+ "filename": "twisted_spoon",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 24,
+ "h": 23
+ },
+ "frame": {
+ "x": 21,
+ "y": 299,
+ "w": 24,
+ "h": 23
+ }
+ },
+ {
+ "filename": "iron",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 45,
+ "y": 299,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "wide_lens",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 61,
+ "y": 300,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "big_root",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 23,
+ "h": 24
+ },
+ "frame": {
+ "x": 83,
+ "y": 301,
+ "w": 23,
+ "h": 24
+ }
+ },
+ {
+ "filename": "blank_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 106,
+ "y": 301,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "catching_charm",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 4,
+ "w": 21,
+ "h": 24
+ },
+ "frame": {
+ "x": 130,
+ "y": 301,
+ "w": 21,
+ "h": 24
+ }
+ },
+ {
+ "filename": "lure",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 17,
+ "h": 24
+ },
+ "frame": {
+ "x": 151,
+ "y": 301,
+ "w": 17,
+ "h": 24
+ }
+ },
+ {
+ "filename": "choice_scarf",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 168,
+ "y": 302,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "max_elixir",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 4,
+ "w": 18,
+ "h": 24
+ },
+ "frame": {
+ "x": 192,
+ "y": 302,
+ "w": 18,
+ "h": 24
+ }
+ },
+ {
+ "filename": "draco_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 210,
+ "y": 304,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "dread_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 234,
+ "y": 304,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "kings_rock",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 4,
+ "w": 23,
+ "h": 24
+ },
+ "frame": {
+ "x": 258,
+ "y": 304,
+ "w": 23,
+ "h": 24
+ }
+ },
+ {
+ "filename": "earth_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 281,
+ "y": 305,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "fist_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 305,
+ "y": 305,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "max_ether",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 4,
+ "w": 18,
+ "h": 24
+ },
+ "frame": {
+ "x": 329,
+ "y": 305,
+ "w": 18,
+ "h": 24
+ }
+ },
+ {
+ "filename": "flame_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 347,
+ "y": 306,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "focus_band",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 371,
+ "y": 306,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "max_lure",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 17,
+ "h": 24
+ },
+ "frame": {
+ "x": 395,
+ "y": 306,
+ "w": 17,
+ "h": 24
+ }
+ },
+ {
+ "filename": "max_potion",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 4,
+ "w": 18,
+ "h": 24
+ },
+ "frame": {
+ "x": 412,
+ "y": 308,
+ "w": 18,
+ "h": 24
+ }
+ },
+ {
+ "filename": "max_repel",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 0,
+ "y": 321,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "golden_punch",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 16,
+ "y": 322,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "gracidea",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 40,
+ "y": 323,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "pp_max",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 64,
+ "y": 323,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "grip_claw",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 80,
+ "y": 325,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "icicle_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 104,
+ "y": 325,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "insect_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 128,
+ "y": 325,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "pp_up",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 152,
+ "y": 325,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "iron_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 168,
+ "y": 326,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "protein",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 192,
+ "y": 326,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "lucky_punch",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 208,
+ "y": 328,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "lucky_punch_great",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 232,
+ "y": 328,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "lucky_punch_master",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 256,
+ "y": 328,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "lucky_punch_ultra",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 280,
+ "y": 329,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "lustrous_globe",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 304,
+ "y": 329,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "repel",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 328,
+ "y": 329,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "max_revive",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 4,
+ "w": 22,
+ "h": 24
+ },
+ "frame": {
+ "x": 344,
+ "y": 330,
+ "w": 22,
+ "h": 24
+ }
+ },
+ {
+ "filename": "meadow_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 366,
+ "y": 330,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "oval_charm",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 21,
+ "h": 24
+ },
+ "frame": {
+ "x": 390,
+ "y": 330,
+ "w": 21,
+ "h": 24
+ }
+ },
+ {
+ "filename": "mind_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 411,
+ "y": 332,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "super_repel",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 0,
+ "y": 345,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "muscle_band",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 16,
+ "y": 346,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "pixie_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 40,
+ "y": 347,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "unknown",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 64,
+ "y": 347,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "red_orb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 20,
+ "h": 24
+ },
+ "frame": {
+ "x": 80,
+ "y": 349,
+ "w": 20,
+ "h": 24
+ }
+ },
+ {
+ "filename": "reveal_glass",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 23,
+ "h": 24
+ },
+ "frame": {
+ "x": 100,
+ "y": 349,
+ "w": 23,
+ "h": 24
+ }
+ },
+ {
+ "filename": "salac_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 123,
+ "y": 349,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "shiny_charm",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 21,
+ "h": 24
+ },
+ "frame": {
+ "x": 147,
+ "y": 349,
+ "w": 21,
+ "h": 24
+ }
+ },
+ {
+ "filename": "scanner",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 168,
+ "y": 350,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "zinc",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 192,
+ "y": 350,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "silk_scarf",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 208,
+ "y": 352,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "sky_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 232,
+ "y": 352,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "splash_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 256,
+ "y": 352,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "spooky_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 280,
+ "y": 353,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "stone_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 304,
+ "y": 353,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "sun_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 328,
+ "y": 354,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "super_lure",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 17,
+ "h": 24
+ },
+ "frame": {
+ "x": 352,
+ "y": 354,
+ "w": 17,
+ "h": 24
+ }
+ },
+ {
+ "filename": "toxic_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 369,
+ "y": 354,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "zap_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 393,
+ "y": 356,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "prison_bottle",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 1,
+ "w": 17,
+ "h": 30
+ },
+ "frame": {
+ "x": 417,
+ "y": 356,
+ "w": 17,
+ "h": 30
+ }
+ },
+ {
+ "filename": "black_augurite",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 3,
+ "w": 22,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 370,
+ "w": 22,
+ "h": 25
+ }
+ },
+ {
+ "filename": "ability_charm",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 3,
+ "w": 23,
+ "h": 26
+ },
+ "frame": {
+ "x": 22,
+ "y": 371,
+ "w": 23,
+ "h": 26
+ }
+ },
+ {
+ "filename": "cornerstone_mask",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 3,
+ "w": 24,
+ "h": 26
+ },
+ "frame": {
+ "x": 45,
+ "y": 371,
+ "w": 24,
+ "h": 26
+ }
+ },
+ {
+ "filename": "linking_cord",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 3,
+ "w": 27,
+ "h": 26
+ },
+ "frame": {
+ "x": 69,
+ "y": 373,
+ "w": 27,
+ "h": 26
+ }
+ },
+ {
+ "filename": "mystical_rock",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 28,
+ "h": 26
+ },
+ "frame": {
+ "x": 96,
+ "y": 373,
+ "w": 28,
+ "h": 26
+ }
+ },
+ {
+ "filename": "galarica_wreath",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 32,
+ "h": 27
+ },
+ "frame": {
+ "x": 124,
+ "y": 373,
+ "w": 32,
+ "h": 27
+ }
+ },
+ {
+ "filename": "leaders_crest",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 29,
+ "h": 27
+ },
+ "frame": {
+ "x": 156,
+ "y": 374,
+ "w": 29,
+ "h": 27
+ }
+ },
+ {
+ "filename": "ribbon_gen1",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 2,
+ "w": 22,
+ "h": 28
+ },
+ "frame": {
+ "x": 185,
+ "y": 374,
+ "w": 22,
+ "h": 28
+ }
+ },
+ {
+ "filename": "max_mushrooms",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 3,
+ "w": 29,
+ "h": 28
+ },
+ "frame": {
+ "x": 207,
+ "y": 376,
+ "w": 29,
+ "h": 28
+ }
+ },
+ {
+ "filename": "ribbon_gen2",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 28,
+ "h": 28
+ },
+ "frame": {
+ "x": 236,
+ "y": 376,
+ "w": 28,
+ "h": 28
+ }
+ },
+ {
+ "filename": "ribbon_gen4",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 2,
+ "w": 30,
+ "h": 28
+ },
+ "frame": {
+ "x": 264,
+ "y": 377,
+ "w": 30,
+ "h": 28
+ }
+ },
+ {
+ "filename": "ribbon_gen5",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 2,
+ "w": 22,
+ "h": 28
+ },
+ "frame": {
+ "x": 294,
+ "y": 377,
+ "w": 22,
+ "h": 28
+ }
+ },
+ {
+ "filename": "ribbon_gen6",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 2,
+ "w": 22,
+ "h": 28
+ },
+ "frame": {
+ "x": 316,
+ "y": 378,
+ "w": 22,
+ "h": 28
+ }
+ },
+ {
+ "filename": "ribbon_gen8",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 2,
+ "w": 22,
+ "h": 28
+ },
+ "frame": {
+ "x": 338,
+ "y": 378,
+ "w": 22,
+ "h": 28
+ }
+ },
+ {
+ "filename": "ribbon_gen3",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 1,
+ "w": 22,
+ "h": 29
+ },
+ "frame": {
+ "x": 360,
+ "y": 378,
+ "w": 22,
+ "h": 29
+ }
+ },
+ {
+ "filename": "ribbon_gen7",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 1,
+ "w": 22,
+ "h": 29
+ },
+ "frame": {
+ "x": 382,
+ "y": 380,
+ "w": 22,
+ "h": 29
+ }
+ },
+ {
+ "filename": "ribbon_gen9",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 1,
+ "w": 22,
+ "h": 29
+ },
+ "frame": {
+ "x": 404,
+ "y": 386,
+ "w": 22,
+ "h": 29
+ }
+ },
+ {
+ "filename": "inverse",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 1,
+ "w": 22,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 395,
+ "w": 22,
+ "h": 30
+ }
+ },
+ {
+ "filename": "galarica_cuff",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 29,
+ "h": 30
+ },
+ "frame": {
+ "x": 22,
+ "y": 397,
+ "w": 29,
+ "h": 30
+ }
+ },
+ {
+ "filename": "exp_charm",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 1,
+ "w": 17,
+ "h": 31
+ },
+ "frame": {
+ "x": 51,
+ "y": 397,
+ "w": 17,
+ "h": 31
+ }
+ },
+ {
+ "filename": "bronze_ribbon",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 1,
+ "w": 22,
+ "h": 31
+ },
+ "frame": {
+ "x": 68,
+ "y": 399,
+ "w": 22,
+ "h": 31
+ }
+ },
+ {
+ "filename": "golden_exp_charm",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 1,
+ "w": 17,
+ "h": 31
+ },
+ "frame": {
+ "x": 90,
+ "y": 399,
+ "w": 17,
+ "h": 31
+ }
+ },
+ {
+ "filename": "super_exp_charm",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 1,
+ "w": 17,
+ "h": 31
+ },
+ "frame": {
+ "x": 107,
+ "y": 399,
+ "w": 17,
+ "h": 31
+ }
+ },
+ {
+ "filename": "great_ribbon",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 1,
+ "w": 22,
+ "h": 31
+ },
+ "frame": {
+ "x": 124,
+ "y": 400,
+ "w": 22,
+ "h": 31
+ }
+ },
+ {
+ "filename": "master_ribbon",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 1,
+ "w": 22,
+ "h": 31
+ },
+ "frame": {
+ "x": 146,
+ "y": 401,
+ "w": 22,
+ "h": 31
+ }
+ },
+ {
+ "filename": "rogue_ribbon",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 1,
+ "w": 22,
+ "h": 31
+ },
+ "frame": {
+ "x": 168,
+ "y": 402,
+ "w": 22,
+ "h": 31
+ }
+ },
+ {
+ "filename": "ultra_ribbon",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 1,
+ "w": 22,
+ "h": 31
+ },
+ "frame": {
+ "x": 190,
+ "y": 404,
+ "w": 22,
+ "h": 31
+ }
}
]
}
@@ -8436,6 +8457,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d91a46c431ace3f09f5ca68916a2171e:1e84369d9a13e1416fa58028d629d116:110e074689c9edd2c54833ce2e4d9270$"
+ "smartupdate": "$TexturePacker:SmartUpdate:7b927dc715c6335dfca9e369b61374b2:fb24603dd37bbe0cbdf1d74fcbcbd223:110e074689c9edd2c54833ce2e4d9270$"
}
}
diff --git a/public/images/items.png b/public/images/items.png
index cb4f8fa7d06..4433ce43a40 100644
Binary files a/public/images/items.png and b/public/images/items.png differ
diff --git a/public/images/items/ability_capsule.png b/public/images/items/ability_capsule.png
index 06b6b3e173d..ee8aec6b346 100644
Binary files a/public/images/items/ability_capsule.png and b/public/images/items/ability_capsule.png differ
diff --git a/public/images/items/ability_charm.png b/public/images/items/ability_charm.png
index 943783ba348..2e9e0368667 100644
Binary files a/public/images/items/ability_charm.png and b/public/images/items/ability_charm.png differ
diff --git a/public/images/items/abomasite.png b/public/images/items/abomasite.png
index 09177d97a44..0758786bb0f 100644
Binary files a/public/images/items/abomasite.png and b/public/images/items/abomasite.png differ
diff --git a/public/images/items/absolite.png b/public/images/items/absolite.png
index 617969f6037..f7fe8b7ac12 100644
Binary files a/public/images/items/absolite.png and b/public/images/items/absolite.png differ
diff --git a/public/images/items/adamant_crystal.png b/public/images/items/adamant_crystal.png
index d729c40ce25..eb35af1540e 100644
Binary files a/public/images/items/adamant_crystal.png and b/public/images/items/adamant_crystal.png differ
diff --git a/public/images/items/aerodactylite.png b/public/images/items/aerodactylite.png
index 1cf5e028d6f..4feb04f3702 100644
Binary files a/public/images/items/aerodactylite.png and b/public/images/items/aerodactylite.png differ
diff --git a/public/images/items/aggronite.png b/public/images/items/aggronite.png
index 18eb9d86270..8feb64633ec 100644
Binary files a/public/images/items/aggronite.png and b/public/images/items/aggronite.png differ
diff --git a/public/images/items/alakazite.png b/public/images/items/alakazite.png
index 02d8ff580f4..ed6acab02ca 100644
Binary files a/public/images/items/alakazite.png and b/public/images/items/alakazite.png differ
diff --git a/public/images/items/altarianite.png b/public/images/items/altarianite.png
index 8d2436bc24a..0bb6be23819 100644
Binary files a/public/images/items/altarianite.png and b/public/images/items/altarianite.png differ
diff --git a/public/images/items/ampharosite.png b/public/images/items/ampharosite.png
index 5ff26217d23..3084c05c1a9 100644
Binary files a/public/images/items/ampharosite.png and b/public/images/items/ampharosite.png differ
diff --git a/public/images/items/amulet_coin.png b/public/images/items/amulet_coin.png
index 88ce369def5..3cda2b2a53b 100644
Binary files a/public/images/items/amulet_coin.png and b/public/images/items/amulet_coin.png differ
diff --git a/public/images/items/apicot_berry.png b/public/images/items/apicot_berry.png
index 2cfa66acdfa..4719671eaf3 100644
Binary files a/public/images/items/apicot_berry.png and b/public/images/items/apicot_berry.png differ
diff --git a/public/images/items/audinite.png b/public/images/items/audinite.png
index 51fdc9310b0..f7c21bf8e3b 100644
Binary files a/public/images/items/audinite.png and b/public/images/items/audinite.png differ
diff --git a/public/images/items/auspicious_armor.png b/public/images/items/auspicious_armor.png
index e3620bb6054..27c40ae0bd0 100644
Binary files a/public/images/items/auspicious_armor.png and b/public/images/items/auspicious_armor.png differ
diff --git a/public/images/items/banettite.png b/public/images/items/banettite.png
index 20704d624c2..b6bcadd72fc 100644
Binary files a/public/images/items/banettite.png and b/public/images/items/banettite.png differ
diff --git a/public/images/items/baton.png b/public/images/items/baton.png
index 8e9ebfae06d..ece81f82b2f 100644
Binary files a/public/images/items/baton.png and b/public/images/items/baton.png differ
diff --git a/public/images/items/beedrillite.png b/public/images/items/beedrillite.png
index 3dd1444bf76..99e516446d7 100644
Binary files a/public/images/items/beedrillite.png and b/public/images/items/beedrillite.png differ
diff --git a/public/images/items/berry_juice.png b/public/images/items/berry_juice.png
index 127fa458906..2f6272eca7c 100644
Binary files a/public/images/items/berry_juice.png and b/public/images/items/berry_juice.png differ
diff --git a/public/images/items/berry_pot.png b/public/images/items/berry_pot.png
index 5841ef1c324..3cb9b90dc53 100644
Binary files a/public/images/items/berry_pot.png and b/public/images/items/berry_pot.png differ
diff --git a/public/images/items/berry_pouch.png b/public/images/items/berry_pouch.png
index 878ef600239..d14d71358a9 100644
Binary files a/public/images/items/berry_pouch.png and b/public/images/items/berry_pouch.png differ
diff --git a/public/images/items/big_mushroom.png b/public/images/items/big_mushroom.png
index 4384c7933b3..eb203a7374c 100644
Binary files a/public/images/items/big_mushroom.png and b/public/images/items/big_mushroom.png differ
diff --git a/public/images/items/big_nugget.png b/public/images/items/big_nugget.png
index 54a5456ad60..e8839daa0b6 100644
Binary files a/public/images/items/big_nugget.png and b/public/images/items/big_nugget.png differ
diff --git a/public/images/items/big_root.png b/public/images/items/big_root.png
index 37eeb5c2f93..24b863ee238 100644
Binary files a/public/images/items/big_root.png and b/public/images/items/big_root.png differ
diff --git a/public/images/items/binding_band.png b/public/images/items/binding_band.png
index f634b02053d..b33256b7b8c 100644
Binary files a/public/images/items/binding_band.png and b/public/images/items/binding_band.png differ
diff --git a/public/images/items/black_augurite.png b/public/images/items/black_augurite.png
index e8531a1a8cf..b34127e2942 100644
Binary files a/public/images/items/black_augurite.png and b/public/images/items/black_augurite.png differ
diff --git a/public/images/items/black_belt.png b/public/images/items/black_belt.png
index 70d13097882..9dde3ff83cd 100644
Binary files a/public/images/items/black_belt.png and b/public/images/items/black_belt.png differ
diff --git a/public/images/items/black_glasses.png b/public/images/items/black_glasses.png
index 52fe0e60a1e..4b18d828964 100644
Binary files a/public/images/items/black_glasses.png and b/public/images/items/black_glasses.png differ
diff --git a/public/images/items/black_sludge.png b/public/images/items/black_sludge.png
index 37aa31de43e..fe308586dd3 100644
Binary files a/public/images/items/black_sludge.png and b/public/images/items/black_sludge.png differ
diff --git a/public/images/items/blank_plate.png b/public/images/items/blank_plate.png
index ec82203340c..c08d25aa3c3 100644
Binary files a/public/images/items/blank_plate.png and b/public/images/items/blank_plate.png differ
diff --git a/public/images/items/blastoisinite.png b/public/images/items/blastoisinite.png
index 6b8310610e8..ea2ddef0640 100644
Binary files a/public/images/items/blastoisinite.png and b/public/images/items/blastoisinite.png differ
diff --git a/public/images/items/blazikenite.png b/public/images/items/blazikenite.png
index f14b108de60..9b6e9e59212 100644
Binary files a/public/images/items/blazikenite.png and b/public/images/items/blazikenite.png differ
diff --git a/public/images/items/blue_orb.png b/public/images/items/blue_orb.png
index 91094d82147..34c19c8aea8 100644
Binary files a/public/images/items/blue_orb.png and b/public/images/items/blue_orb.png differ
diff --git a/public/images/items/blunder_policy.png b/public/images/items/blunder_policy.png
index c1e2e380648..8d5b11cb3f6 100644
Binary files a/public/images/items/blunder_policy.png and b/public/images/items/blunder_policy.png differ
diff --git a/public/images/items/bronze_ribbon.png b/public/images/items/bronze_ribbon.png
index eb9b926c50c..cab218e09f5 100644
Binary files a/public/images/items/bronze_ribbon.png and b/public/images/items/bronze_ribbon.png differ
diff --git a/public/images/items/bug_memory.png b/public/images/items/bug_memory.png
index e166636c780..004b499ba7a 100644
Binary files a/public/images/items/bug_memory.png and b/public/images/items/bug_memory.png differ
diff --git a/public/images/items/bug_tera_shard.png b/public/images/items/bug_tera_shard.png
index c08a3f29ffd..5711fe193bd 100644
Binary files a/public/images/items/bug_tera_shard.png and b/public/images/items/bug_tera_shard.png differ
diff --git a/public/images/items/burn_drive.png b/public/images/items/burn_drive.png
index 47ad9cc8f38..02ee18c02bd 100644
Binary files a/public/images/items/burn_drive.png and b/public/images/items/burn_drive.png differ
diff --git a/public/images/items/calcium.png b/public/images/items/calcium.png
index e98416f6280..4c42228d724 100644
Binary files a/public/images/items/calcium.png and b/public/images/items/calcium.png differ
diff --git a/public/images/items/cameruptite.png b/public/images/items/cameruptite.png
index 5410fc85a39..9eda37e14e1 100644
Binary files a/public/images/items/cameruptite.png and b/public/images/items/cameruptite.png differ
diff --git a/public/images/items/candy.png b/public/images/items/candy.png
index 9a68bdab606..81cf5e19ee2 100644
Binary files a/public/images/items/candy.png and b/public/images/items/candy.png differ
diff --git a/public/images/items/candy_jar.png b/public/images/items/candy_jar.png
index 2718b9fa083..0338b64a86d 100644
Binary files a/public/images/items/candy_jar.png and b/public/images/items/candy_jar.png differ
diff --git a/public/images/items/candy_overlay.png b/public/images/items/candy_overlay.png
index 67df546a633..a1cb428cdee 100644
Binary files a/public/images/items/candy_overlay.png and b/public/images/items/candy_overlay.png differ
diff --git a/public/images/items/carbos.png b/public/images/items/carbos.png
index beb31dcea9e..7dd09f2ec12 100644
Binary files a/public/images/items/carbos.png and b/public/images/items/carbos.png differ
diff --git a/public/images/items/catching_charm.png b/public/images/items/catching_charm.png
index 9d72fe465e3..57545622131 100644
Binary files a/public/images/items/catching_charm.png and b/public/images/items/catching_charm.png differ
diff --git a/public/images/items/charcoal.png b/public/images/items/charcoal.png
index 4d2511773ef..e10f8f20fd6 100644
Binary files a/public/images/items/charcoal.png and b/public/images/items/charcoal.png differ
diff --git a/public/images/items/charizardite_x.png b/public/images/items/charizardite_x.png
index 81590bb86da..d238a77a9e2 100644
Binary files a/public/images/items/charizardite_x.png and b/public/images/items/charizardite_x.png differ
diff --git a/public/images/items/charizardite_y.png b/public/images/items/charizardite_y.png
index 784eed51ace..5a3ea59d091 100644
Binary files a/public/images/items/charizardite_y.png and b/public/images/items/charizardite_y.png differ
diff --git a/public/images/items/chill_drive.png b/public/images/items/chill_drive.png
index d5ef99b1686..fbf7462479a 100644
Binary files a/public/images/items/chill_drive.png and b/public/images/items/chill_drive.png differ
diff --git a/public/images/items/chipped_pot.png b/public/images/items/chipped_pot.png
index a2f35f9aed9..969c3dc3c16 100644
Binary files a/public/images/items/chipped_pot.png and b/public/images/items/chipped_pot.png differ
diff --git a/public/images/items/choice_scarf.png b/public/images/items/choice_scarf.png
index a83fd1f4b30..2ddf7d3be16 100644
Binary files a/public/images/items/choice_scarf.png and b/public/images/items/choice_scarf.png differ
diff --git a/public/images/items/choice_specs.png b/public/images/items/choice_specs.png
index 513986c524e..09b58f64381 100644
Binary files a/public/images/items/choice_specs.png and b/public/images/items/choice_specs.png differ
diff --git a/public/images/items/clefairy_doll.png b/public/images/items/clefairy_doll.png
index 8e1691dddfa..3b54c83df47 100644
Binary files a/public/images/items/clefairy_doll.png and b/public/images/items/clefairy_doll.png differ
diff --git a/public/images/items/coin_case.png b/public/images/items/coin_case.png
index 14f9878e5c4..3c17c2b13f8 100644
Binary files a/public/images/items/coin_case.png and b/public/images/items/coin_case.png differ
diff --git a/public/images/items/cornerstone_mask.png b/public/images/items/cornerstone_mask.png
index 441af6607a5..205bdef9805 100644
Binary files a/public/images/items/cornerstone_mask.png and b/public/images/items/cornerstone_mask.png differ
diff --git a/public/images/items/coupon.png b/public/images/items/coupon.png
index b1e8089b485..b08fa65fecc 100644
Binary files a/public/images/items/coupon.png and b/public/images/items/coupon.png differ
diff --git a/public/images/items/cracked_pot.png b/public/images/items/cracked_pot.png
index 61cad0d85b7..4afc2caf2c8 100644
Binary files a/public/images/items/cracked_pot.png and b/public/images/items/cracked_pot.png differ
diff --git a/public/images/items/dark_memory.png b/public/images/items/dark_memory.png
index 4349ba8f8cd..e1e503bd036 100644
Binary files a/public/images/items/dark_memory.png and b/public/images/items/dark_memory.png differ
diff --git a/public/images/items/dark_stone.png b/public/images/items/dark_stone.png
index eb8eaa13ba8..c28a93ecabc 100644
Binary files a/public/images/items/dark_stone.png and b/public/images/items/dark_stone.png differ
diff --git a/public/images/items/dark_tera_shard.png b/public/images/items/dark_tera_shard.png
index 4060f9142f6..ca24664b74e 100644
Binary files a/public/images/items/dark_tera_shard.png and b/public/images/items/dark_tera_shard.png differ
diff --git a/public/images/items/dawn_stone.png b/public/images/items/dawn_stone.png
index 0e3da086649..b29d2016a56 100644
Binary files a/public/images/items/dawn_stone.png and b/public/images/items/dawn_stone.png differ
diff --git a/public/images/items/deep_sea_scale.png b/public/images/items/deep_sea_scale.png
index 6a84b01c99e..cf40e652319 100644
Binary files a/public/images/items/deep_sea_scale.png and b/public/images/items/deep_sea_scale.png differ
diff --git a/public/images/items/deep_sea_tooth.png b/public/images/items/deep_sea_tooth.png
index 448c8406867..2cd1980aeb4 100644
Binary files a/public/images/items/deep_sea_tooth.png and b/public/images/items/deep_sea_tooth.png differ
diff --git a/public/images/items/diancite.png b/public/images/items/diancite.png
index 6fff5008673..293d327524e 100644
Binary files a/public/images/items/diancite.png and b/public/images/items/diancite.png differ
diff --git a/public/images/items/dire_hit.png b/public/images/items/dire_hit.png
index 5917fd02d99..0c060710ff2 100644
Binary files a/public/images/items/dire_hit.png and b/public/images/items/dire_hit.png differ
diff --git a/public/images/items/dna_splicers.png b/public/images/items/dna_splicers.png
index 5a3c7fed75b..51c1524076e 100644
Binary files a/public/images/items/dna_splicers.png and b/public/images/items/dna_splicers.png differ
diff --git a/public/images/items/douse_drive.png b/public/images/items/douse_drive.png
index 0f9f780e5cb..fb8e7623184 100644
Binary files a/public/images/items/douse_drive.png and b/public/images/items/douse_drive.png differ
diff --git a/public/images/items/draco_plate.png b/public/images/items/draco_plate.png
index b25df530171..b4702aadba3 100644
Binary files a/public/images/items/draco_plate.png and b/public/images/items/draco_plate.png differ
diff --git a/public/images/items/dragon_fang.png b/public/images/items/dragon_fang.png
index 33659e50307..4a9904e0ef3 100644
Binary files a/public/images/items/dragon_fang.png and b/public/images/items/dragon_fang.png differ
diff --git a/public/images/items/dragon_memory.png b/public/images/items/dragon_memory.png
index 15a3cd170cd..01a14cadf3e 100644
Binary files a/public/images/items/dragon_memory.png and b/public/images/items/dragon_memory.png differ
diff --git a/public/images/items/dragon_scale.png b/public/images/items/dragon_scale.png
index bb8bb028db7..9cec39b22f6 100644
Binary files a/public/images/items/dragon_scale.png and b/public/images/items/dragon_scale.png differ
diff --git a/public/images/items/dragon_tera_shard.png b/public/images/items/dragon_tera_shard.png
index 8c16e2f8eb6..51f20d9f5cb 100644
Binary files a/public/images/items/dragon_tera_shard.png and b/public/images/items/dragon_tera_shard.png differ
diff --git a/public/images/items/dread_plate.png b/public/images/items/dread_plate.png
index 4cdbb76f180..6537320bc0a 100644
Binary files a/public/images/items/dread_plate.png and b/public/images/items/dread_plate.png differ
diff --git a/public/images/items/dubious_disc.png b/public/images/items/dubious_disc.png
index 8bb23497462..122958f9550 100644
Binary files a/public/images/items/dubious_disc.png and b/public/images/items/dubious_disc.png differ
diff --git a/public/images/items/dusk_stone.png b/public/images/items/dusk_stone.png
index 12ad19505d0..e2cf73d04f3 100644
Binary files a/public/images/items/dusk_stone.png and b/public/images/items/dusk_stone.png differ
diff --git a/public/images/items/dynamax_band.png b/public/images/items/dynamax_band.png
index 633da7bdc90..57b9a0caef5 100644
Binary files a/public/images/items/dynamax_band.png and b/public/images/items/dynamax_band.png differ
diff --git a/public/images/items/earth_plate.png b/public/images/items/earth_plate.png
index d40da06f6b6..79fbbad5a84 100644
Binary files a/public/images/items/earth_plate.png and b/public/images/items/earth_plate.png differ
diff --git a/public/images/items/electirizer.png b/public/images/items/electirizer.png
index 7d4488d0ff3..a5589a27e42 100644
Binary files a/public/images/items/electirizer.png and b/public/images/items/electirizer.png differ
diff --git a/public/images/items/electric_memory.png b/public/images/items/electric_memory.png
index 494b0d0d653..d0595356482 100644
Binary files a/public/images/items/electric_memory.png and b/public/images/items/electric_memory.png differ
diff --git a/public/images/items/electric_tera_shard.png b/public/images/items/electric_tera_shard.png
index e4e1003edbc..2195be32929 100644
Binary files a/public/images/items/electric_tera_shard.png and b/public/images/items/electric_tera_shard.png differ
diff --git a/public/images/items/elixir.png b/public/images/items/elixir.png
index 694b07f34b6..b4bf7834e17 100644
Binary files a/public/images/items/elixir.png and b/public/images/items/elixir.png differ
diff --git a/public/images/items/enigma_berry.png b/public/images/items/enigma_berry.png
index 26c7f11ee9c..1a1a20854ed 100644
Binary files a/public/images/items/enigma_berry.png and b/public/images/items/enigma_berry.png differ
diff --git a/public/images/items/ether.png b/public/images/items/ether.png
index 970c9a27778..44a6e79de8e 100644
Binary files a/public/images/items/ether.png and b/public/images/items/ether.png differ
diff --git a/public/images/items/everstone.png b/public/images/items/everstone.png
index 07b32e8850e..194f7b63baf 100644
Binary files a/public/images/items/everstone.png and b/public/images/items/everstone.png differ
diff --git a/public/images/items/eviolite.png b/public/images/items/eviolite.png
index 8eb195ece2a..8591791a5a1 100644
Binary files a/public/images/items/eviolite.png and b/public/images/items/eviolite.png differ
diff --git a/public/images/items/exp_balance.png b/public/images/items/exp_balance.png
index 56c645b70fc..6a03556a3a2 100644
Binary files a/public/images/items/exp_balance.png and b/public/images/items/exp_balance.png differ
diff --git a/public/images/items/exp_charm.png b/public/images/items/exp_charm.png
index b42da73301e..2635e4d8020 100644
Binary files a/public/images/items/exp_charm.png and b/public/images/items/exp_charm.png differ
diff --git a/public/images/items/exp_share.png b/public/images/items/exp_share.png
index d7f4e4d04fb..6b866c63427 100644
Binary files a/public/images/items/exp_share.png and b/public/images/items/exp_share.png differ
diff --git a/public/images/items/expert_belt.png b/public/images/items/expert_belt.png
index 225756626da..86cfd7170de 100644
Binary files a/public/images/items/expert_belt.png and b/public/images/items/expert_belt.png differ
diff --git a/public/images/items/fairy_feather.png b/public/images/items/fairy_feather.png
index 64cabec7500..44923a1db94 100644
Binary files a/public/images/items/fairy_feather.png and b/public/images/items/fairy_feather.png differ
diff --git a/public/images/items/fairy_memory.png b/public/images/items/fairy_memory.png
index 598f3c804ce..b5d0b32ff95 100644
Binary files a/public/images/items/fairy_memory.png and b/public/images/items/fairy_memory.png differ
diff --git a/public/images/items/fairy_tera_shard.png b/public/images/items/fairy_tera_shard.png
index 83e19aeaeba..36fb5e88f1c 100644
Binary files a/public/images/items/fairy_tera_shard.png and b/public/images/items/fairy_tera_shard.png differ
diff --git a/public/images/items/fighting_memory.png b/public/images/items/fighting_memory.png
index 3c152f43900..13789836880 100644
Binary files a/public/images/items/fighting_memory.png and b/public/images/items/fighting_memory.png differ
diff --git a/public/images/items/fighting_tera_shard.png b/public/images/items/fighting_tera_shard.png
index 4241a901902..8423a41cbe8 100644
Binary files a/public/images/items/fighting_tera_shard.png and b/public/images/items/fighting_tera_shard.png differ
diff --git a/public/images/items/fire_memory.png b/public/images/items/fire_memory.png
index 8778baa5f56..4f341417b6e 100644
Binary files a/public/images/items/fire_memory.png and b/public/images/items/fire_memory.png differ
diff --git a/public/images/items/fire_stone.png b/public/images/items/fire_stone.png
index 7fc77cd5975..3db1942dfed 100644
Binary files a/public/images/items/fire_stone.png and b/public/images/items/fire_stone.png differ
diff --git a/public/images/items/fire_tera_shard.png b/public/images/items/fire_tera_shard.png
index 74a04df1680..5783a5e9720 100644
Binary files a/public/images/items/fire_tera_shard.png and b/public/images/items/fire_tera_shard.png differ
diff --git a/public/images/items/fist_plate.png b/public/images/items/fist_plate.png
index 6892d821da6..d992e4ab1c2 100644
Binary files a/public/images/items/fist_plate.png and b/public/images/items/fist_plate.png differ
diff --git a/public/images/items/flame_orb.png b/public/images/items/flame_orb.png
index 32f11719a5d..5132bbb6153 100644
Binary files a/public/images/items/flame_orb.png and b/public/images/items/flame_orb.png differ
diff --git a/public/images/items/flame_plate.png b/public/images/items/flame_plate.png
index 26a56f18462..7633773eee1 100644
Binary files a/public/images/items/flame_plate.png and b/public/images/items/flame_plate.png differ
diff --git a/public/images/items/flying_memory.png b/public/images/items/flying_memory.png
index d4b31e2c240..8d3efbf1401 100644
Binary files a/public/images/items/flying_memory.png and b/public/images/items/flying_memory.png differ
diff --git a/public/images/items/flying_tera_shard.png b/public/images/items/flying_tera_shard.png
index bee18637918..97d3013f70b 100644
Binary files a/public/images/items/flying_tera_shard.png and b/public/images/items/flying_tera_shard.png differ
diff --git a/public/images/items/focus_band.png b/public/images/items/focus_band.png
index 830e1294213..3a04ae17023 100644
Binary files a/public/images/items/focus_band.png and b/public/images/items/focus_band.png differ
diff --git a/public/images/items/focus_sash.png b/public/images/items/focus_sash.png
index 6dcd0f2f146..7700ceecf6b 100644
Binary files a/public/images/items/focus_sash.png and b/public/images/items/focus_sash.png differ
diff --git a/public/images/items/full_heal.png b/public/images/items/full_heal.png
index 61663fd5e2d..4e59dcf44fa 100644
Binary files a/public/images/items/full_heal.png and b/public/images/items/full_heal.png differ
diff --git a/public/images/items/full_restore.png b/public/images/items/full_restore.png
index bd3ebfd3022..ba64f2edad8 100644
Binary files a/public/images/items/full_restore.png and b/public/images/items/full_restore.png differ
diff --git a/public/images/items/galarica_cuff.png b/public/images/items/galarica_cuff.png
index 1b3f9c69296..56523da5230 100644
Binary files a/public/images/items/galarica_cuff.png and b/public/images/items/galarica_cuff.png differ
diff --git a/public/images/items/galarica_wreath.png b/public/images/items/galarica_wreath.png
index 7fe319f20cf..20356bafd8a 100644
Binary files a/public/images/items/galarica_wreath.png and b/public/images/items/galarica_wreath.png differ
diff --git a/public/images/items/galladite.png b/public/images/items/galladite.png
index b204209a91c..15c93cd9c7e 100644
Binary files a/public/images/items/galladite.png and b/public/images/items/galladite.png differ
diff --git a/public/images/items/ganlon_berry.png b/public/images/items/ganlon_berry.png
index 81aecd83011..f9b88fc563a 100644
Binary files a/public/images/items/ganlon_berry.png and b/public/images/items/ganlon_berry.png differ
diff --git a/public/images/items/garchompite.png b/public/images/items/garchompite.png
index 045fc815b27..4276146a858 100644
Binary files a/public/images/items/garchompite.png and b/public/images/items/garchompite.png differ
diff --git a/public/images/items/gardevoirite.png b/public/images/items/gardevoirite.png
index d29ee3eab03..66a90b93bce 100644
Binary files a/public/images/items/gardevoirite.png and b/public/images/items/gardevoirite.png differ
diff --git a/public/images/items/gb.png b/public/images/items/gb.png
index 5a69585f5cd..4b437277849 100644
Binary files a/public/images/items/gb.png and b/public/images/items/gb.png differ
diff --git a/public/images/items/gengarite.png b/public/images/items/gengarite.png
index dcbaf4bf13a..4ccaae6ee8d 100644
Binary files a/public/images/items/gengarite.png and b/public/images/items/gengarite.png differ
diff --git a/public/images/items/ghost_memory.png b/public/images/items/ghost_memory.png
index d3f174de758..cb3c31ea4de 100644
Binary files a/public/images/items/ghost_memory.png and b/public/images/items/ghost_memory.png differ
diff --git a/public/images/items/ghost_tera_shard.png b/public/images/items/ghost_tera_shard.png
index fd3557e5534..8b9c6e750a9 100644
Binary files a/public/images/items/ghost_tera_shard.png and b/public/images/items/ghost_tera_shard.png differ
diff --git a/public/images/items/glalitite.png b/public/images/items/glalitite.png
index 83e05f132fa..ed7858c631c 100644
Binary files a/public/images/items/glalitite.png and b/public/images/items/glalitite.png differ
diff --git a/public/images/items/golden_egg.png b/public/images/items/golden_egg.png
index bfc517c6632..5727b4cb513 100644
Binary files a/public/images/items/golden_egg.png and b/public/images/items/golden_egg.png differ
diff --git a/public/images/items/golden_exp_charm.png b/public/images/items/golden_exp_charm.png
index 199832159d6..1895bfaa6b9 100644
Binary files a/public/images/items/golden_exp_charm.png and b/public/images/items/golden_exp_charm.png differ
diff --git a/public/images/items/golden_mystic_ticket.png b/public/images/items/golden_mystic_ticket.png
index ff44d3307b6..57f5b9efca6 100644
Binary files a/public/images/items/golden_mystic_ticket.png and b/public/images/items/golden_mystic_ticket.png differ
diff --git a/public/images/items/golden_net.png b/public/images/items/golden_net.png
index 5fea1ee7dba..3205d545e27 100644
Binary files a/public/images/items/golden_net.png and b/public/images/items/golden_net.png differ
diff --git a/public/images/items/golden_punch.png b/public/images/items/golden_punch.png
index 25c2233e714..291ff7e248f 100644
Binary files a/public/images/items/golden_punch.png and b/public/images/items/golden_punch.png differ
diff --git a/public/images/items/gracidea.png b/public/images/items/gracidea.png
index 0552d11b01b..6e464390f17 100644
Binary files a/public/images/items/gracidea.png and b/public/images/items/gracidea.png differ
diff --git a/public/images/items/grass_memory.png b/public/images/items/grass_memory.png
index 28ffc343c66..9d7d27de770 100644
Binary files a/public/images/items/grass_memory.png and b/public/images/items/grass_memory.png differ
diff --git a/public/images/items/grass_tera_shard.png b/public/images/items/grass_tera_shard.png
index 01bf4bde640..30e8762b5b6 100644
Binary files a/public/images/items/grass_tera_shard.png and b/public/images/items/grass_tera_shard.png differ
diff --git a/public/images/items/great_ribbon.png b/public/images/items/great_ribbon.png
index 720c0d85366..e7d7e452122 100644
Binary files a/public/images/items/great_ribbon.png and b/public/images/items/great_ribbon.png differ
diff --git a/public/images/items/grip_claw.png b/public/images/items/grip_claw.png
index e37e2a2eaf3..61cbb89e9b2 100644
Binary files a/public/images/items/grip_claw.png and b/public/images/items/grip_claw.png differ
diff --git a/public/images/items/griseous_core.png b/public/images/items/griseous_core.png
index fa131cccfda..7f3f683eda8 100644
Binary files a/public/images/items/griseous_core.png and b/public/images/items/griseous_core.png differ
diff --git a/public/images/items/ground_memory.png b/public/images/items/ground_memory.png
index 8ab042c02ff..808a4e13eeb 100644
Binary files a/public/images/items/ground_memory.png and b/public/images/items/ground_memory.png differ
diff --git a/public/images/items/ground_tera_shard.png b/public/images/items/ground_tera_shard.png
index 153bbd9058c..d7760f7dc1b 100644
Binary files a/public/images/items/ground_tera_shard.png and b/public/images/items/ground_tera_shard.png differ
diff --git a/public/images/items/guard_spec.png b/public/images/items/guard_spec.png
index 3efc9448404..95a37d0d28e 100644
Binary files a/public/images/items/guard_spec.png and b/public/images/items/guard_spec.png differ
diff --git a/public/images/items/gyaradosite.png b/public/images/items/gyaradosite.png
index bc8e6d6b115..e4cae1366ab 100644
Binary files a/public/images/items/gyaradosite.png and b/public/images/items/gyaradosite.png differ
diff --git a/public/images/items/hard_meteorite.png b/public/images/items/hard_meteorite.png
index d8f3490c581..8e8a2b5688b 100644
Binary files a/public/images/items/hard_meteorite.png and b/public/images/items/hard_meteorite.png differ
diff --git a/public/images/items/hard_stone.png b/public/images/items/hard_stone.png
index 604b44f9915..571d96afaa8 100644
Binary files a/public/images/items/hard_stone.png and b/public/images/items/hard_stone.png differ
diff --git a/public/images/items/healing_charm.png b/public/images/items/healing_charm.png
index b6f4c593c53..4601eeef593 100644
Binary files a/public/images/items/healing_charm.png and b/public/images/items/healing_charm.png differ
diff --git a/public/images/items/hearthflame_mask.png b/public/images/items/hearthflame_mask.png
index cd2ecdf1949..deed3d0cde8 100644
Binary files a/public/images/items/hearthflame_mask.png and b/public/images/items/hearthflame_mask.png differ
diff --git a/public/images/items/heracronite.png b/public/images/items/heracronite.png
index 164da1c9d30..ffcfc440c19 100644
Binary files a/public/images/items/heracronite.png and b/public/images/items/heracronite.png differ
diff --git a/public/images/items/houndoominite.png b/public/images/items/houndoominite.png
index 9e2e5f2eacd..c9ea1954dfa 100644
Binary files a/public/images/items/houndoominite.png and b/public/images/items/houndoominite.png differ
diff --git a/public/images/items/hp_up.png b/public/images/items/hp_up.png
index ff456d25289..5c6baff0673 100644
Binary files a/public/images/items/hp_up.png and b/public/images/items/hp_up.png differ
diff --git a/public/images/items/hyper_potion.png b/public/images/items/hyper_potion.png
index fa1c1432795..197aaac690c 100644
Binary files a/public/images/items/hyper_potion.png and b/public/images/items/hyper_potion.png differ
diff --git a/public/images/items/ice_memory.png b/public/images/items/ice_memory.png
index 01e68c08f82..812548cf36c 100644
Binary files a/public/images/items/ice_memory.png and b/public/images/items/ice_memory.png differ
diff --git a/public/images/items/ice_stone.png b/public/images/items/ice_stone.png
index a0fc0c12c5d..945714b759c 100644
Binary files a/public/images/items/ice_stone.png and b/public/images/items/ice_stone.png differ
diff --git a/public/images/items/ice_tera_shard.png b/public/images/items/ice_tera_shard.png
index 3e07acee397..5644d647c2b 100644
Binary files a/public/images/items/ice_tera_shard.png and b/public/images/items/ice_tera_shard.png differ
diff --git a/public/images/items/icicle_plate.png b/public/images/items/icicle_plate.png
index 67b5138e3e6..f9797d91f6a 100644
Binary files a/public/images/items/icicle_plate.png and b/public/images/items/icicle_plate.png differ
diff --git a/public/images/items/icy_reins_of_unity.png b/public/images/items/icy_reins_of_unity.png
index 84ec94a1d87..b7af48d6a81 100644
Binary files a/public/images/items/icy_reins_of_unity.png and b/public/images/items/icy_reins_of_unity.png differ
diff --git a/public/images/items/insect_plate.png b/public/images/items/insect_plate.png
index 75b44640a1b..5bcc0eebaf5 100644
Binary files a/public/images/items/insect_plate.png and b/public/images/items/insect_plate.png differ
diff --git a/public/images/items/inverse.png b/public/images/items/inverse.png
index b1ad5d2c00e..0d77ce77dde 100644
Binary files a/public/images/items/inverse.png and b/public/images/items/inverse.png differ
diff --git a/public/images/items/iron.png b/public/images/items/iron.png
index 3bb8ab15a8f..5cfff11b059 100644
Binary files a/public/images/items/iron.png and b/public/images/items/iron.png differ
diff --git a/public/images/items/iron_plate.png b/public/images/items/iron_plate.png
index ee892755660..65d660e34eb 100644
Binary files a/public/images/items/iron_plate.png and b/public/images/items/iron_plate.png differ
diff --git a/public/images/items/kangaskhanite.png b/public/images/items/kangaskhanite.png
index b7eb6849729..3d65d2cc5ca 100644
Binary files a/public/images/items/kangaskhanite.png and b/public/images/items/kangaskhanite.png differ
diff --git a/public/images/items/kings_rock.png b/public/images/items/kings_rock.png
index 0ea43c267bc..bfda9d559d3 100644
Binary files a/public/images/items/kings_rock.png and b/public/images/items/kings_rock.png differ
diff --git a/public/images/items/lansat_berry.png b/public/images/items/lansat_berry.png
index 6b2a8fb4760..223bff3eb26 100644
Binary files a/public/images/items/lansat_berry.png and b/public/images/items/lansat_berry.png differ
diff --git a/public/images/items/latiasite.png b/public/images/items/latiasite.png
index 6b92d1851cc..486a542576f 100644
Binary files a/public/images/items/latiasite.png and b/public/images/items/latiasite.png differ
diff --git a/public/images/items/latiosite.png b/public/images/items/latiosite.png
index 0d2af34781f..69708835c7b 100644
Binary files a/public/images/items/latiosite.png and b/public/images/items/latiosite.png differ
diff --git a/public/images/items/leaders_crest.png b/public/images/items/leaders_crest.png
index 45cf1656374..86b71f1eb6d 100644
Binary files a/public/images/items/leaders_crest.png and b/public/images/items/leaders_crest.png differ
diff --git a/public/images/items/leaf_stone.png b/public/images/items/leaf_stone.png
index a384af2a9c7..dc68e916bcf 100644
Binary files a/public/images/items/leaf_stone.png and b/public/images/items/leaf_stone.png differ
diff --git a/public/images/items/leek.png b/public/images/items/leek.png
index 7ef3fb989a4..1cb136aa78c 100644
Binary files a/public/images/items/leek.png and b/public/images/items/leek.png differ
diff --git a/public/images/items/leftovers.png b/public/images/items/leftovers.png
index 48ff07fbed3..4732d149b64 100644
Binary files a/public/images/items/leftovers.png and b/public/images/items/leftovers.png differ
diff --git a/public/images/items/legend_plate.png b/public/images/items/legend_plate.png
index 5b8681ebfe7..e96f12b45f5 100644
Binary files a/public/images/items/legend_plate.png and b/public/images/items/legend_plate.png differ
diff --git a/public/images/items/leppa_berry.png b/public/images/items/leppa_berry.png
index 4bc1349fe94..7a0f13b5199 100644
Binary files a/public/images/items/leppa_berry.png and b/public/images/items/leppa_berry.png differ
diff --git a/public/images/items/liechi_berry.png b/public/images/items/liechi_berry.png
index 492ef7e86f1..192d8f001ef 100644
Binary files a/public/images/items/liechi_berry.png and b/public/images/items/liechi_berry.png differ
diff --git a/public/images/items/light_ball.png b/public/images/items/light_ball.png
index cd421446608..7748f735d37 100644
Binary files a/public/images/items/light_ball.png and b/public/images/items/light_ball.png differ
diff --git a/public/images/items/light_stone.png b/public/images/items/light_stone.png
index 2b2be824020..97258cf3970 100644
Binary files a/public/images/items/light_stone.png and b/public/images/items/light_stone.png differ
diff --git a/public/images/items/linking_cord.png b/public/images/items/linking_cord.png
index ab695ae1fc8..4cde9da3f14 100644
Binary files a/public/images/items/linking_cord.png and b/public/images/items/linking_cord.png differ
diff --git a/public/images/items/lock_capsule.png b/public/images/items/lock_capsule.png
index b2e64dfdbfd..25d0cc14cff 100644
Binary files a/public/images/items/lock_capsule.png and b/public/images/items/lock_capsule.png differ
diff --git a/public/images/items/lopunnite.png b/public/images/items/lopunnite.png
index 416807c0c81..bd67cf159ed 100644
Binary files a/public/images/items/lopunnite.png and b/public/images/items/lopunnite.png differ
diff --git a/public/images/items/lucarionite.png b/public/images/items/lucarionite.png
index 82d3b19129d..b97161df68c 100644
Binary files a/public/images/items/lucarionite.png and b/public/images/items/lucarionite.png differ
diff --git a/public/images/items/lucky_egg.png b/public/images/items/lucky_egg.png
index 2760c303d37..fa9a1e4b390 100644
Binary files a/public/images/items/lucky_egg.png and b/public/images/items/lucky_egg.png differ
diff --git a/public/images/items/lucky_punch.png b/public/images/items/lucky_punch.png
index ed783c43e9a..97887631d9a 100644
Binary files a/public/images/items/lucky_punch.png and b/public/images/items/lucky_punch.png differ
diff --git a/public/images/items/lucky_punch_great.png b/public/images/items/lucky_punch_great.png
index c66df778210..77c77daf535 100644
Binary files a/public/images/items/lucky_punch_great.png and b/public/images/items/lucky_punch_great.png differ
diff --git a/public/images/items/lucky_punch_master.png b/public/images/items/lucky_punch_master.png
index d48fdf04bae..89fc1b67cf4 100644
Binary files a/public/images/items/lucky_punch_master.png and b/public/images/items/lucky_punch_master.png differ
diff --git a/public/images/items/lucky_punch_ultra.png b/public/images/items/lucky_punch_ultra.png
index aee27600f5c..a95c23666bb 100644
Binary files a/public/images/items/lucky_punch_ultra.png and b/public/images/items/lucky_punch_ultra.png differ
diff --git a/public/images/items/lum_berry.png b/public/images/items/lum_berry.png
index 8feb811e411..d19c4fba583 100644
Binary files a/public/images/items/lum_berry.png and b/public/images/items/lum_berry.png differ
diff --git a/public/images/items/lure.png b/public/images/items/lure.png
index a148aa70db9..1c3ea6cc8e8 100644
Binary files a/public/images/items/lure.png and b/public/images/items/lure.png differ
diff --git a/public/images/items/lustrous_globe.png b/public/images/items/lustrous_globe.png
index a16cf80c350..2a854db742b 100644
Binary files a/public/images/items/lustrous_globe.png and b/public/images/items/lustrous_globe.png differ
diff --git a/public/images/items/macho_brace.png b/public/images/items/macho_brace.png
index 2085829e1ce..760139cf7f8 100644
Binary files a/public/images/items/macho_brace.png and b/public/images/items/macho_brace.png differ
diff --git a/public/images/items/magmarizer.png b/public/images/items/magmarizer.png
index 0fca34c1e28..4f4d5f45851 100644
Binary files a/public/images/items/magmarizer.png and b/public/images/items/magmarizer.png differ
diff --git a/public/images/items/magnet.png b/public/images/items/magnet.png
index 7a07f557ec4..9ce8b686e9f 100644
Binary files a/public/images/items/magnet.png and b/public/images/items/magnet.png differ
diff --git a/public/images/items/malicious_armor.png b/public/images/items/malicious_armor.png
index 495024ced20..b7bfb55195b 100644
Binary files a/public/images/items/malicious_armor.png and b/public/images/items/malicious_armor.png differ
diff --git a/public/images/items/manectite.png b/public/images/items/manectite.png
index 0dd7406cdc4..c9df61669bc 100644
Binary files a/public/images/items/manectite.png and b/public/images/items/manectite.png differ
diff --git a/public/images/items/map.png b/public/images/items/map.png
index a641a7e8a69..dc2fc6b95d8 100644
Binary files a/public/images/items/map.png and b/public/images/items/map.png differ
diff --git a/public/images/items/master_ribbon.png b/public/images/items/master_ribbon.png
index 86be493b74a..0443215c1f9 100644
Binary files a/public/images/items/master_ribbon.png and b/public/images/items/master_ribbon.png differ
diff --git a/public/images/items/masterpiece_teacup.png b/public/images/items/masterpiece_teacup.png
index 36b8c39dcc7..ec2455c0763 100644
Binary files a/public/images/items/masterpiece_teacup.png and b/public/images/items/masterpiece_teacup.png differ
diff --git a/public/images/items/mawilite.png b/public/images/items/mawilite.png
index 95ddf987f12..60ea4017f56 100644
Binary files a/public/images/items/mawilite.png and b/public/images/items/mawilite.png differ
diff --git a/public/images/items/max_elixir.png b/public/images/items/max_elixir.png
index a4f134dd13c..1f528c2bb61 100644
Binary files a/public/images/items/max_elixir.png and b/public/images/items/max_elixir.png differ
diff --git a/public/images/items/max_ether.png b/public/images/items/max_ether.png
index 0ecdf09397a..8cee7152a86 100644
Binary files a/public/images/items/max_ether.png and b/public/images/items/max_ether.png differ
diff --git a/public/images/items/max_lure.png b/public/images/items/max_lure.png
index 384db7d7df8..812229d140a 100644
Binary files a/public/images/items/max_lure.png and b/public/images/items/max_lure.png differ
diff --git a/public/images/items/max_mushrooms.png b/public/images/items/max_mushrooms.png
index 443f1d5c369..8d5c015c963 100644
Binary files a/public/images/items/max_mushrooms.png and b/public/images/items/max_mushrooms.png differ
diff --git a/public/images/items/max_potion.png b/public/images/items/max_potion.png
index f51e7bde976..d8fadc9cb93 100644
Binary files a/public/images/items/max_potion.png and b/public/images/items/max_potion.png differ
diff --git a/public/images/items/max_repel.png b/public/images/items/max_repel.png
index d8bef707913..4d88ae6d0b5 100644
Binary files a/public/images/items/max_repel.png and b/public/images/items/max_repel.png differ
diff --git a/public/images/items/max_revive.png b/public/images/items/max_revive.png
index 25849a3b940..609fd17c3b9 100644
Binary files a/public/images/items/max_revive.png and b/public/images/items/max_revive.png differ
diff --git a/public/images/items/mb.png b/public/images/items/mb.png
index cfa421d6219..d80b3b89108 100644
Binary files a/public/images/items/mb.png and b/public/images/items/mb.png differ
diff --git a/public/images/items/meadow_plate.png b/public/images/items/meadow_plate.png
index a687cb7920d..e2b991776ba 100644
Binary files a/public/images/items/meadow_plate.png and b/public/images/items/meadow_plate.png differ
diff --git a/public/images/items/medichamite.png b/public/images/items/medichamite.png
index 4dd57f10bed..42f22ed6cd6 100644
Binary files a/public/images/items/medichamite.png and b/public/images/items/medichamite.png differ
diff --git a/public/images/items/mega_bracelet.png b/public/images/items/mega_bracelet.png
index e593b907631..5e8ff02be8c 100644
Binary files a/public/images/items/mega_bracelet.png and b/public/images/items/mega_bracelet.png differ
diff --git a/public/images/items/metagrossite.png b/public/images/items/metagrossite.png
index 445deff40c1..c245368758d 100644
Binary files a/public/images/items/metagrossite.png and b/public/images/items/metagrossite.png differ
diff --git a/public/images/items/metal_alloy.png b/public/images/items/metal_alloy.png
index 1201f58b463..41f22df4254 100644
Binary files a/public/images/items/metal_alloy.png and b/public/images/items/metal_alloy.png differ
diff --git a/public/images/items/metal_coat.png b/public/images/items/metal_coat.png
index f016d48bd2e..88f055c3fb3 100644
Binary files a/public/images/items/metal_coat.png and b/public/images/items/metal_coat.png differ
diff --git a/public/images/items/metal_powder.png b/public/images/items/metal_powder.png
index 11c3a39314c..64af0b144fe 100644
Binary files a/public/images/items/metal_powder.png and b/public/images/items/metal_powder.png differ
diff --git a/public/images/items/metronome.png b/public/images/items/metronome.png
index dfde7e365eb..837d75b4c03 100644
Binary files a/public/images/items/metronome.png and b/public/images/items/metronome.png differ
diff --git a/public/images/items/mewtwonite_x.png b/public/images/items/mewtwonite_x.png
index 3ec18a1c683..507d17e54e8 100644
Binary files a/public/images/items/mewtwonite_x.png and b/public/images/items/mewtwonite_x.png differ
diff --git a/public/images/items/mewtwonite_y.png b/public/images/items/mewtwonite_y.png
index eb9b1d0dc55..ff0c53396d2 100644
Binary files a/public/images/items/mewtwonite_y.png and b/public/images/items/mewtwonite_y.png differ
diff --git a/public/images/items/mind_plate.png b/public/images/items/mind_plate.png
index 04001796831..ff6fcc4f3af 100644
Binary files a/public/images/items/mind_plate.png and b/public/images/items/mind_plate.png differ
diff --git a/public/images/items/mini_black_hole.png b/public/images/items/mini_black_hole.png
index dd7458b8b2a..6edcaad16e3 100644
Binary files a/public/images/items/mini_black_hole.png and b/public/images/items/mini_black_hole.png differ
diff --git a/public/images/items/mint_atk.png b/public/images/items/mint_atk.png
index 727a7b3f792..88315c0cd07 100644
Binary files a/public/images/items/mint_atk.png and b/public/images/items/mint_atk.png differ
diff --git a/public/images/items/mint_def.png b/public/images/items/mint_def.png
index 9cd92eac07e..584c610ffd7 100644
Binary files a/public/images/items/mint_def.png and b/public/images/items/mint_def.png differ
diff --git a/public/images/items/mint_neutral.png b/public/images/items/mint_neutral.png
index e2e556d475b..f5287539e78 100644
Binary files a/public/images/items/mint_neutral.png and b/public/images/items/mint_neutral.png differ
diff --git a/public/images/items/mint_spatk.png b/public/images/items/mint_spatk.png
index 191ba6c4a1a..90a57c5608b 100644
Binary files a/public/images/items/mint_spatk.png and b/public/images/items/mint_spatk.png differ
diff --git a/public/images/items/mint_spd.png b/public/images/items/mint_spd.png
index 687119f2502..5420b0997b3 100644
Binary files a/public/images/items/mint_spd.png and b/public/images/items/mint_spd.png differ
diff --git a/public/images/items/mint_spdef.png b/public/images/items/mint_spdef.png
index cd902ce0984..54a1b4ed21d 100644
Binary files a/public/images/items/mint_spdef.png and b/public/images/items/mint_spdef.png differ
diff --git a/public/images/items/miracle_seed.png b/public/images/items/miracle_seed.png
index f5bc766545a..8be7ba72d33 100644
Binary files a/public/images/items/miracle_seed.png and b/public/images/items/miracle_seed.png differ
diff --git a/public/images/items/moon_flute.png b/public/images/items/moon_flute.png
index 893cb6a7579..5d3c0caf5f2 100644
Binary files a/public/images/items/moon_flute.png and b/public/images/items/moon_flute.png differ
diff --git a/public/images/items/moon_stone.png b/public/images/items/moon_stone.png
index b4af61969a2..f002fb18073 100644
Binary files a/public/images/items/moon_stone.png and b/public/images/items/moon_stone.png differ
diff --git a/public/images/items/muscle_band.png b/public/images/items/muscle_band.png
index 011716e7124..0be9d010767 100644
Binary files a/public/images/items/muscle_band.png and b/public/images/items/muscle_band.png differ
diff --git a/public/images/items/mystery_egg.png b/public/images/items/mystery_egg.png
index bb117a137b0..ac631cec7c8 100644
Binary files a/public/images/items/mystery_egg.png and b/public/images/items/mystery_egg.png differ
diff --git a/public/images/items/mystic_ticket.png b/public/images/items/mystic_ticket.png
index bd206998fed..cab03fa5470 100644
Binary files a/public/images/items/mystic_ticket.png and b/public/images/items/mystic_ticket.png differ
diff --git a/public/images/items/mystic_water.png b/public/images/items/mystic_water.png
index f944fac1a9c..2128895b385 100644
Binary files a/public/images/items/mystic_water.png and b/public/images/items/mystic_water.png differ
diff --git a/public/images/items/mystical_rock.png b/public/images/items/mystical_rock.png
new file mode 100644
index 00000000000..f87fe2a9dcb
Binary files /dev/null and b/public/images/items/mystical_rock.png differ
diff --git a/public/images/items/n_lunarizer.png b/public/images/items/n_lunarizer.png
index e45fb8ecf8d..a03b48ad387 100644
Binary files a/public/images/items/n_lunarizer.png and b/public/images/items/n_lunarizer.png differ
diff --git a/public/images/items/n_solarizer.png b/public/images/items/n_solarizer.png
index e706a42c973..69153fd38dd 100644
Binary files a/public/images/items/n_solarizer.png and b/public/images/items/n_solarizer.png differ
diff --git a/public/images/items/never_melt_ice.png b/public/images/items/never_melt_ice.png
index bec7cc0e5d4..35b1ada771d 100644
Binary files a/public/images/items/never_melt_ice.png and b/public/images/items/never_melt_ice.png differ
diff --git a/public/images/items/normal_memory.png b/public/images/items/normal_memory.png
index ddc22d1d4ab..e1ff89a9993 100644
Binary files a/public/images/items/normal_memory.png and b/public/images/items/normal_memory.png differ
diff --git a/public/images/items/normal_tera_shard.png b/public/images/items/normal_tera_shard.png
index fe2b9b93fd6..1c7a41ea0ec 100644
Binary files a/public/images/items/normal_tera_shard.png and b/public/images/items/normal_tera_shard.png differ
diff --git a/public/images/items/nugget.png b/public/images/items/nugget.png
index e8d39912349..0340f5d4000 100644
Binary files a/public/images/items/nugget.png and b/public/images/items/nugget.png differ
diff --git a/public/images/items/old_gateau.png b/public/images/items/old_gateau.png
index c910e90f101..dd5f0e05a94 100644
Binary files a/public/images/items/old_gateau.png and b/public/images/items/old_gateau.png differ
diff --git a/public/images/items/oval_charm.png b/public/images/items/oval_charm.png
index dc791175588..fcdb914ec22 100644
Binary files a/public/images/items/oval_charm.png and b/public/images/items/oval_charm.png differ
diff --git a/public/images/items/oval_stone.png b/public/images/items/oval_stone.png
index d48b0688821..d58ffde18e3 100644
Binary files a/public/images/items/oval_stone.png and b/public/images/items/oval_stone.png differ
diff --git a/public/images/items/pair_of_tickets.png b/public/images/items/pair_of_tickets.png
index b4b6ececbd2..b06c9a8727f 100644
Binary files a/public/images/items/pair_of_tickets.png and b/public/images/items/pair_of_tickets.png differ
diff --git a/public/images/items/pb.png b/public/images/items/pb.png
index ec4fe69c86f..37c37edb8c1 100644
Binary files a/public/images/items/pb.png and b/public/images/items/pb.png differ
diff --git a/public/images/items/pb_gold.png b/public/images/items/pb_gold.png
index fd71feb8e55..6dff6824158 100644
Binary files a/public/images/items/pb_gold.png and b/public/images/items/pb_gold.png differ
diff --git a/public/images/items/pb_silver.png b/public/images/items/pb_silver.png
index f60a8348a94..9528517a77a 100644
Binary files a/public/images/items/pb_silver.png and b/public/images/items/pb_silver.png differ
diff --git a/public/images/items/peat_block.png b/public/images/items/peat_block.png
index b62e94d523f..f3c65449b87 100644
Binary files a/public/images/items/peat_block.png and b/public/images/items/peat_block.png differ
diff --git a/public/images/items/petaya_berry.png b/public/images/items/petaya_berry.png
index e1dae467187..0fba884c2e2 100644
Binary files a/public/images/items/petaya_berry.png and b/public/images/items/petaya_berry.png differ
diff --git a/public/images/items/pidgeotite.png b/public/images/items/pidgeotite.png
index 86d1b23558c..52cb40852d6 100644
Binary files a/public/images/items/pidgeotite.png and b/public/images/items/pidgeotite.png differ
diff --git a/public/images/items/pinsirite.png b/public/images/items/pinsirite.png
index 2616cf6dfe1..88ecc8e9ea9 100644
Binary files a/public/images/items/pinsirite.png and b/public/images/items/pinsirite.png differ
diff --git a/public/images/items/pixie_plate.png b/public/images/items/pixie_plate.png
index dcc829c107f..e123ae6a49a 100644
Binary files a/public/images/items/pixie_plate.png and b/public/images/items/pixie_plate.png differ
diff --git a/public/images/items/poison_barb.png b/public/images/items/poison_barb.png
index 913ede4d819..3f9d714b08c 100644
Binary files a/public/images/items/poison_barb.png and b/public/images/items/poison_barb.png differ
diff --git a/public/images/items/poison_memory.png b/public/images/items/poison_memory.png
index 2b0036201d9..6c2b0aea77b 100644
Binary files a/public/images/items/poison_memory.png and b/public/images/items/poison_memory.png differ
diff --git a/public/images/items/poison_tera_shard.png b/public/images/items/poison_tera_shard.png
index b124fa051b9..4f21d158a41 100644
Binary files a/public/images/items/poison_tera_shard.png and b/public/images/items/poison_tera_shard.png differ
diff --git a/public/images/items/potion.png b/public/images/items/potion.png
index 10a7d5848db..f69c3210f03 100644
Binary files a/public/images/items/potion.png and b/public/images/items/potion.png differ
diff --git a/public/images/items/power_herb.png b/public/images/items/power_herb.png
index 15a581490a0..ba156c62122 100644
Binary files a/public/images/items/power_herb.png and b/public/images/items/power_herb.png differ
diff --git a/public/images/items/pp_max.png b/public/images/items/pp_max.png
index 48752829557..787641e26ac 100644
Binary files a/public/images/items/pp_max.png and b/public/images/items/pp_max.png differ
diff --git a/public/images/items/pp_up.png b/public/images/items/pp_up.png
index 1334d228bc3..463c3a0578d 100644
Binary files a/public/images/items/pp_up.png and b/public/images/items/pp_up.png differ
diff --git a/public/images/items/prism_scale.png b/public/images/items/prism_scale.png
index 5a0d45c686b..2436e96bf73 100644
Binary files a/public/images/items/prism_scale.png and b/public/images/items/prism_scale.png differ
diff --git a/public/images/items/prison_bottle.png b/public/images/items/prison_bottle.png
index da733bb14bb..06217988364 100644
Binary files a/public/images/items/prison_bottle.png and b/public/images/items/prison_bottle.png differ
diff --git a/public/images/items/protector.png b/public/images/items/protector.png
index a7b01a8c53d..8f65be09b2f 100644
Binary files a/public/images/items/protector.png and b/public/images/items/protector.png differ
diff --git a/public/images/items/protein.png b/public/images/items/protein.png
index b3386a8841b..54df13c6753 100644
Binary files a/public/images/items/protein.png and b/public/images/items/protein.png differ
diff --git a/public/images/items/psychic_memory.png b/public/images/items/psychic_memory.png
index a17afa4a617..21d62daa483 100644
Binary files a/public/images/items/psychic_memory.png and b/public/images/items/psychic_memory.png differ
diff --git a/public/images/items/psychic_tera_shard.png b/public/images/items/psychic_tera_shard.png
index 0a5656ccea1..f4b1cf7b259 100644
Binary files a/public/images/items/psychic_tera_shard.png and b/public/images/items/psychic_tera_shard.png differ
diff --git a/public/images/items/quick_claw.png b/public/images/items/quick_claw.png
index e6317898e2a..ff4f76d0576 100644
Binary files a/public/images/items/quick_claw.png and b/public/images/items/quick_claw.png differ
diff --git a/public/images/items/quick_powder.png b/public/images/items/quick_powder.png
index c73ec09eb05..58a8a1187a9 100644
Binary files a/public/images/items/quick_powder.png and b/public/images/items/quick_powder.png differ
diff --git a/public/images/items/rare_candy.png b/public/images/items/rare_candy.png
index d81e7ad0844..a860a116905 100644
Binary files a/public/images/items/rare_candy.png and b/public/images/items/rare_candy.png differ
diff --git a/public/images/items/rarer_candy.png b/public/images/items/rarer_candy.png
index b8432bd8216..4424caa659a 100644
Binary files a/public/images/items/rarer_candy.png and b/public/images/items/rarer_candy.png differ
diff --git a/public/images/items/rayquazite.png b/public/images/items/rayquazite.png
index 068f02936be..b39957b857d 100644
Binary files a/public/images/items/rayquazite.png and b/public/images/items/rayquazite.png differ
diff --git a/public/images/items/razor_claw.png b/public/images/items/razor_claw.png
index a9541c4d251..0ba506e8706 100644
Binary files a/public/images/items/razor_claw.png and b/public/images/items/razor_claw.png differ
diff --git a/public/images/items/razor_fang.png b/public/images/items/razor_fang.png
index 77c3da44c92..75306db5c4c 100644
Binary files a/public/images/items/razor_fang.png and b/public/images/items/razor_fang.png differ
diff --git a/public/images/items/rb.png b/public/images/items/rb.png
index 440ab8bf1b4..020f2ff878b 100644
Binary files a/public/images/items/rb.png and b/public/images/items/rb.png differ
diff --git a/public/images/items/reaper_cloth.png b/public/images/items/reaper_cloth.png
index a86714bfc4f..9caf7665e95 100644
Binary files a/public/images/items/reaper_cloth.png and b/public/images/items/reaper_cloth.png differ
diff --git a/public/images/items/red_orb.png b/public/images/items/red_orb.png
index b982649c9b3..cee83740ca5 100644
Binary files a/public/images/items/red_orb.png and b/public/images/items/red_orb.png differ
diff --git a/public/images/items/relic_band.png b/public/images/items/relic_band.png
index 634b91e41b3..adbd73bc46b 100644
Binary files a/public/images/items/relic_band.png and b/public/images/items/relic_band.png differ
diff --git a/public/images/items/relic_crown.png b/public/images/items/relic_crown.png
index d8c4552ea3c..de090041c1c 100644
Binary files a/public/images/items/relic_crown.png and b/public/images/items/relic_crown.png differ
diff --git a/public/images/items/relic_gold.png b/public/images/items/relic_gold.png
index da3f33fdfa1..af5b1797938 100644
Binary files a/public/images/items/relic_gold.png and b/public/images/items/relic_gold.png differ
diff --git a/public/images/items/repel.png b/public/images/items/repel.png
index 3d1359e688e..80c7738e9ff 100644
Binary files a/public/images/items/repel.png and b/public/images/items/repel.png differ
diff --git a/public/images/items/reveal_glass.png b/public/images/items/reveal_glass.png
index 3fae3bdf934..469d20a2752 100644
Binary files a/public/images/items/reveal_glass.png and b/public/images/items/reveal_glass.png differ
diff --git a/public/images/items/revive.png b/public/images/items/revive.png
index d7952b7653f..e84659867d8 100644
Binary files a/public/images/items/revive.png and b/public/images/items/revive.png differ
diff --git a/public/images/items/reviver_seed.png b/public/images/items/reviver_seed.png
index 31cfae46f94..10bc5c32451 100644
Binary files a/public/images/items/reviver_seed.png and b/public/images/items/reviver_seed.png differ
diff --git a/public/images/items/ribbon_gen1.png b/public/images/items/ribbon_gen1.png
index a9774d18ad0..1d731cf2e98 100644
Binary files a/public/images/items/ribbon_gen1.png and b/public/images/items/ribbon_gen1.png differ
diff --git a/public/images/items/ribbon_gen2.png b/public/images/items/ribbon_gen2.png
index a04f6a32a62..2ff54112105 100644
Binary files a/public/images/items/ribbon_gen2.png and b/public/images/items/ribbon_gen2.png differ
diff --git a/public/images/items/ribbon_gen3.png b/public/images/items/ribbon_gen3.png
index 0cf20ed92ee..14a5eb09f7d 100644
Binary files a/public/images/items/ribbon_gen3.png and b/public/images/items/ribbon_gen3.png differ
diff --git a/public/images/items/ribbon_gen4.png b/public/images/items/ribbon_gen4.png
index aa24433b71b..c482ac1d04a 100644
Binary files a/public/images/items/ribbon_gen4.png and b/public/images/items/ribbon_gen4.png differ
diff --git a/public/images/items/ribbon_gen5.png b/public/images/items/ribbon_gen5.png
index 7bb7800671f..52560cde636 100644
Binary files a/public/images/items/ribbon_gen5.png and b/public/images/items/ribbon_gen5.png differ
diff --git a/public/images/items/ribbon_gen6.png b/public/images/items/ribbon_gen6.png
index e466eb78842..3dd04927acd 100644
Binary files a/public/images/items/ribbon_gen6.png and b/public/images/items/ribbon_gen6.png differ
diff --git a/public/images/items/ribbon_gen7.png b/public/images/items/ribbon_gen7.png
index 9c156ebd1c6..225b40da419 100644
Binary files a/public/images/items/ribbon_gen7.png and b/public/images/items/ribbon_gen7.png differ
diff --git a/public/images/items/ribbon_gen8.png b/public/images/items/ribbon_gen8.png
index 86b3748e348..32aaa803699 100644
Binary files a/public/images/items/ribbon_gen8.png and b/public/images/items/ribbon_gen8.png differ
diff --git a/public/images/items/ribbon_gen9.png b/public/images/items/ribbon_gen9.png
index e9609daf3cd..ad489005e23 100644
Binary files a/public/images/items/ribbon_gen9.png and b/public/images/items/ribbon_gen9.png differ
diff --git a/public/images/items/rock_memory.png b/public/images/items/rock_memory.png
index 01f436dd461..cfa71c851c0 100644
Binary files a/public/images/items/rock_memory.png and b/public/images/items/rock_memory.png differ
diff --git a/public/images/items/rock_tera_shard.png b/public/images/items/rock_tera_shard.png
index b4e6f8a29cf..a07ca7955a4 100644
Binary files a/public/images/items/rock_tera_shard.png and b/public/images/items/rock_tera_shard.png differ
diff --git a/public/images/items/rogue_ribbon.png b/public/images/items/rogue_ribbon.png
index 85986d93c8a..c3cfdcd85f3 100644
Binary files a/public/images/items/rogue_ribbon.png and b/public/images/items/rogue_ribbon.png differ
diff --git a/public/images/items/rusted_shield.png b/public/images/items/rusted_shield.png
index 569f86c15c7..3748f13dc4b 100644
Binary files a/public/images/items/rusted_shield.png and b/public/images/items/rusted_shield.png differ
diff --git a/public/images/items/rusted_sword.png b/public/images/items/rusted_sword.png
index c42e669441c..249233374e0 100644
Binary files a/public/images/items/rusted_sword.png and b/public/images/items/rusted_sword.png differ
diff --git a/public/images/items/sablenite.png b/public/images/items/sablenite.png
index 904abea5ce4..48eac2d5875 100644
Binary files a/public/images/items/sablenite.png and b/public/images/items/sablenite.png differ
diff --git a/public/images/items/sachet.png b/public/images/items/sachet.png
index 1ec6010f1af..6d91fa210fc 100644
Binary files a/public/images/items/sachet.png and b/public/images/items/sachet.png differ
diff --git a/public/images/items/sacred_ash.png b/public/images/items/sacred_ash.png
index 389b2605b93..4fab9dc0dc7 100644
Binary files a/public/images/items/sacred_ash.png and b/public/images/items/sacred_ash.png differ
diff --git a/public/images/items/salac_berry.png b/public/images/items/salac_berry.png
index ac0d29f2159..846dbb4f160 100644
Binary files a/public/images/items/salac_berry.png and b/public/images/items/salac_berry.png differ
diff --git a/public/images/items/salamencite.png b/public/images/items/salamencite.png
index 1a0096b4de5..f175f39d351 100644
Binary files a/public/images/items/salamencite.png and b/public/images/items/salamencite.png differ
diff --git a/public/images/items/scanner.png b/public/images/items/scanner.png
index 27a67484f19..a291d3f43f8 100644
Binary files a/public/images/items/scanner.png and b/public/images/items/scanner.png differ
diff --git a/public/images/items/sceptilite.png b/public/images/items/sceptilite.png
index 123e79d9893..ff81c4a55fe 100644
Binary files a/public/images/items/sceptilite.png and b/public/images/items/sceptilite.png differ
diff --git a/public/images/items/scizorite.png b/public/images/items/scizorite.png
index ce86b80701c..8ffca143835 100644
Binary files a/public/images/items/scizorite.png and b/public/images/items/scizorite.png differ
diff --git a/public/images/items/scope_lens.png b/public/images/items/scope_lens.png
index 57ec2c4148e..d3b1f354313 100644
Binary files a/public/images/items/scope_lens.png and b/public/images/items/scope_lens.png differ
diff --git a/public/images/items/scroll_of_darkness.png b/public/images/items/scroll_of_darkness.png
index 19be0feb6dc..ff6a6065e40 100644
Binary files a/public/images/items/scroll_of_darkness.png and b/public/images/items/scroll_of_darkness.png differ
diff --git a/public/images/items/scroll_of_waters.png b/public/images/items/scroll_of_waters.png
index d1e6a0388b6..e4a0cb725eb 100644
Binary files a/public/images/items/scroll_of_waters.png and b/public/images/items/scroll_of_waters.png differ
diff --git a/public/images/items/shadow_reins_of_unity.png b/public/images/items/shadow_reins_of_unity.png
index 929aeac6fb4..85cbc446851 100644
Binary files a/public/images/items/shadow_reins_of_unity.png and b/public/images/items/shadow_reins_of_unity.png differ
diff --git a/public/images/items/sharp_beak.png b/public/images/items/sharp_beak.png
index 3ce8d83e3aa..f22019e658b 100644
Binary files a/public/images/items/sharp_beak.png and b/public/images/items/sharp_beak.png differ
diff --git a/public/images/items/sharp_meteorite.png b/public/images/items/sharp_meteorite.png
index 1a135b64980..61a139fab05 100644
Binary files a/public/images/items/sharp_meteorite.png and b/public/images/items/sharp_meteorite.png differ
diff --git a/public/images/items/sharpedonite.png b/public/images/items/sharpedonite.png
index 3a71f7258ce..b3eabd5650f 100644
Binary files a/public/images/items/sharpedonite.png and b/public/images/items/sharpedonite.png differ
diff --git a/public/images/items/shed_shell.png b/public/images/items/shed_shell.png
index a0570cf29c4..17981864897 100644
Binary files a/public/images/items/shed_shell.png and b/public/images/items/shed_shell.png differ
diff --git a/public/images/items/shell_bell.png b/public/images/items/shell_bell.png
index a185be50188..6367d134672 100644
Binary files a/public/images/items/shell_bell.png and b/public/images/items/shell_bell.png differ
diff --git a/public/images/items/shiny_charm.png b/public/images/items/shiny_charm.png
index d0c8197f7c4..9f692828d04 100644
Binary files a/public/images/items/shiny_charm.png and b/public/images/items/shiny_charm.png differ
diff --git a/public/images/items/shiny_stone.png b/public/images/items/shiny_stone.png
index d9d1e8b77ca..d2fabe6ec8b 100644
Binary files a/public/images/items/shiny_stone.png and b/public/images/items/shiny_stone.png differ
diff --git a/public/images/items/shock_drive.png b/public/images/items/shock_drive.png
index e0bcc66f202..592b0085a8f 100644
Binary files a/public/images/items/shock_drive.png and b/public/images/items/shock_drive.png differ
diff --git a/public/images/items/silk_scarf.png b/public/images/items/silk_scarf.png
index 2eaea7aa435..83f056c8b41 100644
Binary files a/public/images/items/silk_scarf.png and b/public/images/items/silk_scarf.png differ
diff --git a/public/images/items/silver_powder.png b/public/images/items/silver_powder.png
index 03f62b45250..eb717fc6776 100644
Binary files a/public/images/items/silver_powder.png and b/public/images/items/silver_powder.png differ
diff --git a/public/images/items/sitrus_berry.png b/public/images/items/sitrus_berry.png
index 8e9463a80c2..703657ad8dd 100644
Binary files a/public/images/items/sitrus_berry.png and b/public/images/items/sitrus_berry.png differ
diff --git a/public/images/items/sky_plate.png b/public/images/items/sky_plate.png
index 1fed973142b..293bb8f5dc2 100644
Binary files a/public/images/items/sky_plate.png and b/public/images/items/sky_plate.png differ
diff --git a/public/images/items/slowbronite.png b/public/images/items/slowbronite.png
index 7eac1fb82d5..3dc21ffb550 100644
Binary files a/public/images/items/slowbronite.png and b/public/images/items/slowbronite.png differ
diff --git a/public/images/items/smooth_meteorite.png b/public/images/items/smooth_meteorite.png
index 4c2e5e07978..059e8e91a30 100644
Binary files a/public/images/items/smooth_meteorite.png and b/public/images/items/smooth_meteorite.png differ
diff --git a/public/images/items/soft_sand.png b/public/images/items/soft_sand.png
index c627bc10a8e..feda8cd3858 100644
Binary files a/public/images/items/soft_sand.png and b/public/images/items/soft_sand.png differ
diff --git a/public/images/items/soothe_bell.png b/public/images/items/soothe_bell.png
index 62fd6ff26c5..fbceb808c56 100644
Binary files a/public/images/items/soothe_bell.png and b/public/images/items/soothe_bell.png differ
diff --git a/public/images/items/soul_dew.png b/public/images/items/soul_dew.png
index 9c0abfdef9a..56b9655714b 100644
Binary files a/public/images/items/soul_dew.png and b/public/images/items/soul_dew.png differ
diff --git a/public/images/items/spell_tag.png b/public/images/items/spell_tag.png
index ccf071e122d..f9270c6e0a6 100644
Binary files a/public/images/items/spell_tag.png and b/public/images/items/spell_tag.png differ
diff --git a/public/images/items/splash_plate.png b/public/images/items/splash_plate.png
index a832f3dbf8a..d86ae5eab57 100644
Binary files a/public/images/items/splash_plate.png and b/public/images/items/splash_plate.png differ
diff --git a/public/images/items/spooky_plate.png b/public/images/items/spooky_plate.png
index b5794713d0d..d7df7d25e32 100644
Binary files a/public/images/items/spooky_plate.png and b/public/images/items/spooky_plate.png differ
diff --git a/public/images/items/starf_berry.png b/public/images/items/starf_berry.png
index 71fe1ac116f..cbf423e8343 100644
Binary files a/public/images/items/starf_berry.png and b/public/images/items/starf_berry.png differ
diff --git a/public/images/items/steel_memory.png b/public/images/items/steel_memory.png
index fbc13016c00..8c45bc8b640 100644
Binary files a/public/images/items/steel_memory.png and b/public/images/items/steel_memory.png differ
diff --git a/public/images/items/steel_tera_shard.png b/public/images/items/steel_tera_shard.png
index b0b2ccb1737..c93f8c52f60 100644
Binary files a/public/images/items/steel_tera_shard.png and b/public/images/items/steel_tera_shard.png differ
diff --git a/public/images/items/steelixite.png b/public/images/items/steelixite.png
index 62f688f0842..429c668e656 100644
Binary files a/public/images/items/steelixite.png and b/public/images/items/steelixite.png differ
diff --git a/public/images/items/stellar_tera_shard.png b/public/images/items/stellar_tera_shard.png
index b6625066e16..1d5982f5b94 100644
Binary files a/public/images/items/stellar_tera_shard.png and b/public/images/items/stellar_tera_shard.png differ
diff --git a/public/images/items/stone_plate.png b/public/images/items/stone_plate.png
index 44653583e60..dfc3a0cd132 100644
Binary files a/public/images/items/stone_plate.png and b/public/images/items/stone_plate.png differ
diff --git a/public/images/items/strange_ball.png b/public/images/items/strange_ball.png
index 64246f031ee..2ddce33d7ac 100644
Binary files a/public/images/items/strange_ball.png and b/public/images/items/strange_ball.png differ
diff --git a/public/images/items/strawberry_sweet.png b/public/images/items/strawberry_sweet.png
index b08fece34cc..5df6e1cd8be 100644
Binary files a/public/images/items/strawberry_sweet.png and b/public/images/items/strawberry_sweet.png differ
diff --git a/public/images/items/sun_flute.png b/public/images/items/sun_flute.png
index 7010c9fefbd..f81d35fde9c 100644
Binary files a/public/images/items/sun_flute.png and b/public/images/items/sun_flute.png differ
diff --git a/public/images/items/sun_stone.png b/public/images/items/sun_stone.png
index d22b24792fb..33a7e8f8387 100644
Binary files a/public/images/items/sun_stone.png and b/public/images/items/sun_stone.png differ
diff --git a/public/images/items/super_exp_charm.png b/public/images/items/super_exp_charm.png
index 8697edf4be6..ccd73f558cc 100644
Binary files a/public/images/items/super_exp_charm.png and b/public/images/items/super_exp_charm.png differ
diff --git a/public/images/items/super_lure.png b/public/images/items/super_lure.png
index 1a80c8ea309..9c2213cd964 100644
Binary files a/public/images/items/super_lure.png and b/public/images/items/super_lure.png differ
diff --git a/public/images/items/super_potion.png b/public/images/items/super_potion.png
index bfd1868b545..16205cb0fff 100644
Binary files a/public/images/items/super_potion.png and b/public/images/items/super_potion.png differ
diff --git a/public/images/items/super_repel.png b/public/images/items/super_repel.png
index db09ded8a26..628cdbc5c1d 100644
Binary files a/public/images/items/super_repel.png and b/public/images/items/super_repel.png differ
diff --git a/public/images/items/swampertite.png b/public/images/items/swampertite.png
index bfcdd99606b..d4d6415f6f4 100644
Binary files a/public/images/items/swampertite.png and b/public/images/items/swampertite.png differ
diff --git a/public/images/items/sweet_apple.png b/public/images/items/sweet_apple.png
index 5070af6ae64..cfdf79a9eac 100644
Binary files a/public/images/items/sweet_apple.png and b/public/images/items/sweet_apple.png differ
diff --git a/public/images/items/syrupy_apple.png b/public/images/items/syrupy_apple.png
index 99a0b7b5627..9c9d05e2e0a 100644
Binary files a/public/images/items/syrupy_apple.png and b/public/images/items/syrupy_apple.png differ
diff --git a/public/images/items/tart_apple.png b/public/images/items/tart_apple.png
index 8f9cf89da9f..ad9a1728bb5 100644
Binary files a/public/images/items/tart_apple.png and b/public/images/items/tart_apple.png differ
diff --git a/public/images/items/tera_orb.png b/public/images/items/tera_orb.png
index f4b6e47398e..d8720e41669 100644
Binary files a/public/images/items/tera_orb.png and b/public/images/items/tera_orb.png differ
diff --git a/public/images/items/thick_club.png b/public/images/items/thick_club.png
index a4459aa7701..f15885f0190 100644
Binary files a/public/images/items/thick_club.png and b/public/images/items/thick_club.png differ
diff --git a/public/images/items/thunder_stone.png b/public/images/items/thunder_stone.png
index 8b853b2f758..9e87909516b 100644
Binary files a/public/images/items/thunder_stone.png and b/public/images/items/thunder_stone.png differ
diff --git a/public/images/items/tm_bug.png b/public/images/items/tm_bug.png
index 56278cf2f66..229230198c4 100644
Binary files a/public/images/items/tm_bug.png and b/public/images/items/tm_bug.png differ
diff --git a/public/images/items/tm_dark.png b/public/images/items/tm_dark.png
index 6168cd2f070..6856b1d5444 100644
Binary files a/public/images/items/tm_dark.png and b/public/images/items/tm_dark.png differ
diff --git a/public/images/items/tm_dragon.png b/public/images/items/tm_dragon.png
index 9e1866cc2d6..62405519132 100644
Binary files a/public/images/items/tm_dragon.png and b/public/images/items/tm_dragon.png differ
diff --git a/public/images/items/tm_electric.png b/public/images/items/tm_electric.png
index 0610c3f3337..34e4fe8de7b 100644
Binary files a/public/images/items/tm_electric.png and b/public/images/items/tm_electric.png differ
diff --git a/public/images/items/tm_fairy.png b/public/images/items/tm_fairy.png
index de6335acbc8..056783a8d63 100644
Binary files a/public/images/items/tm_fairy.png and b/public/images/items/tm_fairy.png differ
diff --git a/public/images/items/tm_fighting.png b/public/images/items/tm_fighting.png
index b9f812767e3..144d75826cd 100644
Binary files a/public/images/items/tm_fighting.png and b/public/images/items/tm_fighting.png differ
diff --git a/public/images/items/tm_fire.png b/public/images/items/tm_fire.png
index 1de4b7a4a64..ae19e381873 100644
Binary files a/public/images/items/tm_fire.png and b/public/images/items/tm_fire.png differ
diff --git a/public/images/items/tm_flying.png b/public/images/items/tm_flying.png
index 4d738edb57f..3db06a69e68 100644
Binary files a/public/images/items/tm_flying.png and b/public/images/items/tm_flying.png differ
diff --git a/public/images/items/tm_ghost.png b/public/images/items/tm_ghost.png
index 71a6b558fae..a7e8928aa7e 100644
Binary files a/public/images/items/tm_ghost.png and b/public/images/items/tm_ghost.png differ
diff --git a/public/images/items/tm_grass.png b/public/images/items/tm_grass.png
index 6811d354fd9..42f11f590eb 100644
Binary files a/public/images/items/tm_grass.png and b/public/images/items/tm_grass.png differ
diff --git a/public/images/items/tm_ground.png b/public/images/items/tm_ground.png
index 0408eb71125..ff9dc7c7384 100644
Binary files a/public/images/items/tm_ground.png and b/public/images/items/tm_ground.png differ
diff --git a/public/images/items/tm_ice.png b/public/images/items/tm_ice.png
index b628d39f801..4edbb447a3e 100644
Binary files a/public/images/items/tm_ice.png and b/public/images/items/tm_ice.png differ
diff --git a/public/images/items/tm_normal.png b/public/images/items/tm_normal.png
index ab6e5e82729..19afe85d442 100644
Binary files a/public/images/items/tm_normal.png and b/public/images/items/tm_normal.png differ
diff --git a/public/images/items/tm_poison.png b/public/images/items/tm_poison.png
index f9f31b015dc..83cb4488f33 100644
Binary files a/public/images/items/tm_poison.png and b/public/images/items/tm_poison.png differ
diff --git a/public/images/items/tm_psychic.png b/public/images/items/tm_psychic.png
index 3c3becc0af2..4296914eda2 100644
Binary files a/public/images/items/tm_psychic.png and b/public/images/items/tm_psychic.png differ
diff --git a/public/images/items/tm_rock.png b/public/images/items/tm_rock.png
index d05ee8c1a7c..6e13a1835e7 100644
Binary files a/public/images/items/tm_rock.png and b/public/images/items/tm_rock.png differ
diff --git a/public/images/items/tm_steel.png b/public/images/items/tm_steel.png
index 840caff9ace..32071b0843b 100644
Binary files a/public/images/items/tm_steel.png and b/public/images/items/tm_steel.png differ
diff --git a/public/images/items/tm_water.png b/public/images/items/tm_water.png
index 2082766777d..85403f20be7 100644
Binary files a/public/images/items/tm_water.png and b/public/images/items/tm_water.png differ
diff --git a/public/images/items/toxic_orb.png b/public/images/items/toxic_orb.png
index 7fb36db516e..3483c13ba2b 100644
Binary files a/public/images/items/toxic_orb.png and b/public/images/items/toxic_orb.png differ
diff --git a/public/images/items/toxic_plate.png b/public/images/items/toxic_plate.png
index 8538e9fce2a..efb2cff129c 100644
Binary files a/public/images/items/toxic_plate.png and b/public/images/items/toxic_plate.png differ
diff --git a/public/images/items/twisted_spoon.png b/public/images/items/twisted_spoon.png
index 54a96de7d03..9bb23b04386 100644
Binary files a/public/images/items/twisted_spoon.png and b/public/images/items/twisted_spoon.png differ
diff --git a/public/images/items/tyranitarite.png b/public/images/items/tyranitarite.png
index 3d94f05c35f..691f8c6123d 100644
Binary files a/public/images/items/tyranitarite.png and b/public/images/items/tyranitarite.png differ
diff --git a/public/images/items/ub.png b/public/images/items/ub.png
index 964fb6b25c3..6ad0702223a 100644
Binary files a/public/images/items/ub.png and b/public/images/items/ub.png differ
diff --git a/public/images/items/ultra_ribbon.png b/public/images/items/ultra_ribbon.png
index 69dc7365bb4..a63ec63e394 100644
Binary files a/public/images/items/ultra_ribbon.png and b/public/images/items/ultra_ribbon.png differ
diff --git a/public/images/items/ultranecrozium_z.png b/public/images/items/ultranecrozium_z.png
index 208f3fb173d..cdcb29e6c26 100644
Binary files a/public/images/items/ultranecrozium_z.png and b/public/images/items/ultranecrozium_z.png differ
diff --git a/public/images/items/unknown.png b/public/images/items/unknown.png
index 4e01608daed..2d0637048ae 100644
Binary files a/public/images/items/unknown.png and b/public/images/items/unknown.png differ
diff --git a/public/images/items/unremarkable_teacup.png b/public/images/items/unremarkable_teacup.png
index fd4298b6a59..340214b6a5c 100644
Binary files a/public/images/items/unremarkable_teacup.png and b/public/images/items/unremarkable_teacup.png differ
diff --git a/public/images/items/upgrade.png b/public/images/items/upgrade.png
index 38db96a1792..11a7ade4d6a 100644
Binary files a/public/images/items/upgrade.png and b/public/images/items/upgrade.png differ
diff --git a/public/images/items/venusaurite.png b/public/images/items/venusaurite.png
index b8118a6c02d..845d1cef75a 100644
Binary files a/public/images/items/venusaurite.png and b/public/images/items/venusaurite.png differ
diff --git a/public/images/items/water_memory.png b/public/images/items/water_memory.png
index 4586a618836..a0cf8b3c5c9 100644
Binary files a/public/images/items/water_memory.png and b/public/images/items/water_memory.png differ
diff --git a/public/images/items/water_stone.png b/public/images/items/water_stone.png
index ab4543ee61a..fa3d924960b 100644
Binary files a/public/images/items/water_stone.png and b/public/images/items/water_stone.png differ
diff --git a/public/images/items/water_tera_shard.png b/public/images/items/water_tera_shard.png
index c00c1b5c1cb..eec8caf1245 100644
Binary files a/public/images/items/water_tera_shard.png and b/public/images/items/water_tera_shard.png differ
diff --git a/public/images/items/wellspring_mask.png b/public/images/items/wellspring_mask.png
index d5546cdb8da..921c71e1493 100644
Binary files a/public/images/items/wellspring_mask.png and b/public/images/items/wellspring_mask.png differ
diff --git a/public/images/items/whipped_dream.png b/public/images/items/whipped_dream.png
index 94628a443d1..16090ccaac0 100644
Binary files a/public/images/items/whipped_dream.png and b/public/images/items/whipped_dream.png differ
diff --git a/public/images/items/white_herb.png b/public/images/items/white_herb.png
index 56ca7c6aeb2..829c64f188e 100644
Binary files a/public/images/items/white_herb.png and b/public/images/items/white_herb.png differ
diff --git a/public/images/items/wide_lens.png b/public/images/items/wide_lens.png
index bf622521a9a..f7dbe9843fa 100644
Binary files a/public/images/items/wide_lens.png and b/public/images/items/wide_lens.png differ
diff --git a/public/images/items/wise_glasses.png b/public/images/items/wise_glasses.png
index 49a95761afd..b48d2cb3ffd 100644
Binary files a/public/images/items/wise_glasses.png and b/public/images/items/wise_glasses.png differ
diff --git a/public/images/items/wl_ability_urge.png b/public/images/items/wl_ability_urge.png
index a9eaa834313..b6b2c8bd398 100644
Binary files a/public/images/items/wl_ability_urge.png and b/public/images/items/wl_ability_urge.png differ
diff --git a/public/images/items/wl_antidote.png b/public/images/items/wl_antidote.png
index dbe0d5b94ea..93e4757938b 100644
Binary files a/public/images/items/wl_antidote.png and b/public/images/items/wl_antidote.png differ
diff --git a/public/images/items/wl_awakening.png b/public/images/items/wl_awakening.png
index 9a0adcda904..57e83b30cda 100644
Binary files a/public/images/items/wl_awakening.png and b/public/images/items/wl_awakening.png differ
diff --git a/public/images/items/wl_burn_heal.png b/public/images/items/wl_burn_heal.png
index d2f65e7da4c..3565af12d62 100644
Binary files a/public/images/items/wl_burn_heal.png and b/public/images/items/wl_burn_heal.png differ
diff --git a/public/images/items/wl_custom_spliced.png b/public/images/items/wl_custom_spliced.png
index 6a0ad4f8349..8aef30edb27 100644
Binary files a/public/images/items/wl_custom_spliced.png and b/public/images/items/wl_custom_spliced.png differ
diff --git a/public/images/items/wl_custom_thief.png b/public/images/items/wl_custom_thief.png
index cc1302ffb35..de6d62a48bc 100644
Binary files a/public/images/items/wl_custom_thief.png and b/public/images/items/wl_custom_thief.png differ
diff --git a/public/images/items/wl_elixir.png b/public/images/items/wl_elixir.png
index 29e413aa634..05eb590c484 100644
Binary files a/public/images/items/wl_elixir.png and b/public/images/items/wl_elixir.png differ
diff --git a/public/images/items/wl_ether.png b/public/images/items/wl_ether.png
index d3c0fe85918..114e8ffc941 100644
Binary files a/public/images/items/wl_ether.png and b/public/images/items/wl_ether.png differ
diff --git a/public/images/items/wl_full_heal.png b/public/images/items/wl_full_heal.png
index 68b8272c08f..215f9801d65 100644
Binary files a/public/images/items/wl_full_heal.png and b/public/images/items/wl_full_heal.png differ
diff --git a/public/images/items/wl_guard_spec.png b/public/images/items/wl_guard_spec.png
index b494123e92e..9d22029e927 100644
Binary files a/public/images/items/wl_guard_spec.png and b/public/images/items/wl_guard_spec.png differ
diff --git a/public/images/items/wl_hyper_potion.png b/public/images/items/wl_hyper_potion.png
index 51e81461da9..1eb075445e4 100644
Binary files a/public/images/items/wl_hyper_potion.png and b/public/images/items/wl_hyper_potion.png differ
diff --git a/public/images/items/wl_ice_heal.png b/public/images/items/wl_ice_heal.png
index e28f3205a80..9ac297c0e7c 100644
Binary files a/public/images/items/wl_ice_heal.png and b/public/images/items/wl_ice_heal.png differ
diff --git a/public/images/items/wl_item_drop.png b/public/images/items/wl_item_drop.png
index fe7ffdbdc1f..73425749670 100644
Binary files a/public/images/items/wl_item_drop.png and b/public/images/items/wl_item_drop.png differ
diff --git a/public/images/items/wl_item_urge.png b/public/images/items/wl_item_urge.png
index 5c291188dee..17a6343058f 100644
Binary files a/public/images/items/wl_item_urge.png and b/public/images/items/wl_item_urge.png differ
diff --git a/public/images/items/wl_max_elixir.png b/public/images/items/wl_max_elixir.png
index ba900bc2e97..4a33dc853fd 100644
Binary files a/public/images/items/wl_max_elixir.png and b/public/images/items/wl_max_elixir.png differ
diff --git a/public/images/items/wl_max_ether.png b/public/images/items/wl_max_ether.png
index 3cd58498fa7..d3f69ce053d 100644
Binary files a/public/images/items/wl_max_ether.png and b/public/images/items/wl_max_ether.png differ
diff --git a/public/images/items/wl_max_potion.png b/public/images/items/wl_max_potion.png
index cf92810943c..6b58c07e86a 100644
Binary files a/public/images/items/wl_max_potion.png and b/public/images/items/wl_max_potion.png differ
diff --git a/public/images/items/wl_max_revive.png b/public/images/items/wl_max_revive.png
index 12e3b263c21..f2eabaa8d5b 100644
Binary files a/public/images/items/wl_max_revive.png and b/public/images/items/wl_max_revive.png differ
diff --git a/public/images/items/wl_paralyze_heal.png b/public/images/items/wl_paralyze_heal.png
index 9a741c705d4..8e89e54c156 100644
Binary files a/public/images/items/wl_paralyze_heal.png and b/public/images/items/wl_paralyze_heal.png differ
diff --git a/public/images/items/wl_potion.png b/public/images/items/wl_potion.png
index 42086fc20ba..619c5d2b014 100644
Binary files a/public/images/items/wl_potion.png and b/public/images/items/wl_potion.png differ
diff --git a/public/images/items/wl_reset_urge.png b/public/images/items/wl_reset_urge.png
index 25ba0dfcdb9..0d2f94504f0 100644
Binary files a/public/images/items/wl_reset_urge.png and b/public/images/items/wl_reset_urge.png differ
diff --git a/public/images/items/wl_revive.png b/public/images/items/wl_revive.png
index c0881125c52..c01b5f68853 100644
Binary files a/public/images/items/wl_revive.png and b/public/images/items/wl_revive.png differ
diff --git a/public/images/items/wl_super_potion.png b/public/images/items/wl_super_potion.png
index da9ccec78ce..eaf60d6c882 100644
Binary files a/public/images/items/wl_super_potion.png and b/public/images/items/wl_super_potion.png differ
diff --git a/public/images/items/x_accuracy.png b/public/images/items/x_accuracy.png
index d119a75f1bb..e7af52fc684 100644
Binary files a/public/images/items/x_accuracy.png and b/public/images/items/x_accuracy.png differ
diff --git a/public/images/items/x_attack.png b/public/images/items/x_attack.png
index 36c76da9486..711aca7269c 100644
Binary files a/public/images/items/x_attack.png and b/public/images/items/x_attack.png differ
diff --git a/public/images/items/x_defense.png b/public/images/items/x_defense.png
index 2eb14b06ffb..ee8d3fa5e2d 100644
Binary files a/public/images/items/x_defense.png and b/public/images/items/x_defense.png differ
diff --git a/public/images/items/x_sp_atk.png b/public/images/items/x_sp_atk.png
index 772f9fe3315..f0e674e4d45 100644
Binary files a/public/images/items/x_sp_atk.png and b/public/images/items/x_sp_atk.png differ
diff --git a/public/images/items/x_sp_def.png b/public/images/items/x_sp_def.png
index 8c9baf03a4c..2ab43574af9 100644
Binary files a/public/images/items/x_sp_def.png and b/public/images/items/x_sp_def.png differ
diff --git a/public/images/items/x_speed.png b/public/images/items/x_speed.png
index cbd1747142f..daebb295d77 100644
Binary files a/public/images/items/x_speed.png and b/public/images/items/x_speed.png differ
diff --git a/public/images/items/zap_plate.png b/public/images/items/zap_plate.png
index e582b41937f..a966fb76cd3 100644
Binary files a/public/images/items/zap_plate.png and b/public/images/items/zap_plate.png differ
diff --git a/public/images/items/zinc.png b/public/images/items/zinc.png
index d2602f43328..c1dfd47a9fc 100644
Binary files a/public/images/items/zinc.png and b/public/images/items/zinc.png differ
diff --git a/public/images/items/zoom_lens.png b/public/images/items/zoom_lens.png
index f46855135bf..30b3ed55bdf 100644
Binary files a/public/images/items/zoom_lens.png and b/public/images/items/zoom_lens.png differ
diff --git a/public/images/pokemon/1003.png b/public/images/pokemon/1003.png
index 3a88f39d65f..eb69527246d 100644
Binary files a/public/images/pokemon/1003.png and b/public/images/pokemon/1003.png differ
diff --git a/public/images/pokemon/159.png b/public/images/pokemon/159.png
index 62de85e4ad7..46073ff539c 100644
Binary files a/public/images/pokemon/159.png and b/public/images/pokemon/159.png differ
diff --git a/public/images/pokemon/164.png b/public/images/pokemon/164.png
index c172959d338..b5d83ad6818 100644
Binary files a/public/images/pokemon/164.png and b/public/images/pokemon/164.png differ
diff --git a/public/images/pokemon/190.png b/public/images/pokemon/190.png
index b049ba83296..40563cec158 100644
Binary files a/public/images/pokemon/190.png and b/public/images/pokemon/190.png differ
diff --git a/public/images/pokemon/199.png b/public/images/pokemon/199.png
index d3b072497bd..f2e8888fb2d 100644
Binary files a/public/images/pokemon/199.png and b/public/images/pokemon/199.png differ
diff --git a/public/images/pokemon/218.png b/public/images/pokemon/218.png
index aeb9a35f9fe..64faad88ba3 100644
Binary files a/public/images/pokemon/218.png and b/public/images/pokemon/218.png differ
diff --git a/public/images/pokemon/226.png b/public/images/pokemon/226.png
index dbc04cc885f..006bd465b05 100644
Binary files a/public/images/pokemon/226.png and b/public/images/pokemon/226.png differ
diff --git a/public/images/pokemon/228.png b/public/images/pokemon/228.png
index c601cc4058d..476aa4d619d 100644
Binary files a/public/images/pokemon/228.png and b/public/images/pokemon/228.png differ
diff --git a/public/images/pokemon/229-mega.png b/public/images/pokemon/229-mega.png
index ebcda7bf90a..fac79bad8c1 100644
Binary files a/public/images/pokemon/229-mega.png and b/public/images/pokemon/229-mega.png differ
diff --git a/public/images/pokemon/229.png b/public/images/pokemon/229.png
index 270f36e64eb..6439012bacf 100644
Binary files a/public/images/pokemon/229.png and b/public/images/pokemon/229.png differ
diff --git a/public/images/pokemon/232.png b/public/images/pokemon/232.png
index ac7ae0eb5ae..0bfb76be5ed 100644
Binary files a/public/images/pokemon/232.png and b/public/images/pokemon/232.png differ
diff --git a/public/images/pokemon/25-cool-cosplay.png b/public/images/pokemon/25-cool-cosplay.png
index 123ae257598..ba1e1145901 100644
Binary files a/public/images/pokemon/25-cool-cosplay.png and b/public/images/pokemon/25-cool-cosplay.png differ
diff --git a/public/images/pokemon/256.png b/public/images/pokemon/256.png
index beb509fa9de..2a071e76188 100644
Binary files a/public/images/pokemon/256.png and b/public/images/pokemon/256.png differ
diff --git a/public/images/pokemon/257-mega.png b/public/images/pokemon/257-mega.png
index 0350e97deee..51d700c3e9a 100644
Binary files a/public/images/pokemon/257-mega.png and b/public/images/pokemon/257-mega.png differ
diff --git a/public/images/pokemon/257.png b/public/images/pokemon/257.png
index 76cfb0490e8..77dbc705a60 100644
Binary files a/public/images/pokemon/257.png and b/public/images/pokemon/257.png differ
diff --git a/public/images/pokemon/261.png b/public/images/pokemon/261.png
index a519b9951a4..da22d88806f 100644
Binary files a/public/images/pokemon/261.png and b/public/images/pokemon/261.png differ
diff --git a/public/images/pokemon/262.png b/public/images/pokemon/262.png
index ee95836e908..71509b88626 100644
Binary files a/public/images/pokemon/262.png and b/public/images/pokemon/262.png differ
diff --git a/public/images/pokemon/3-gigantamax.png b/public/images/pokemon/3-gigantamax.png
index 4036c641327..d551638c880 100644
Binary files a/public/images/pokemon/3-gigantamax.png and b/public/images/pokemon/3-gigantamax.png differ
diff --git a/public/images/pokemon/3-mega.png b/public/images/pokemon/3-mega.png
index 9f867c8e13d..c15a9cac092 100644
Binary files a/public/images/pokemon/3-mega.png and b/public/images/pokemon/3-mega.png differ
diff --git a/public/images/pokemon/3.png b/public/images/pokemon/3.png
index b9239f3096e..534a48fdfa6 100644
Binary files a/public/images/pokemon/3.png and b/public/images/pokemon/3.png differ
diff --git a/public/images/pokemon/308.png b/public/images/pokemon/308.png
index 20e41507efa..94dd021f209 100644
Binary files a/public/images/pokemon/308.png and b/public/images/pokemon/308.png differ
diff --git a/public/images/pokemon/335.json b/public/images/pokemon/335.json
index 0279e0fba5a..a9313fcec5d 100644
--- a/public/images/pokemon/335.json
+++ b/public/images/pokemon/335.json
@@ -1,1910 +1,547 @@
-{
- "textures": [
- {
- "image": "335.png",
- "format": "RGBA8888",
- "size": {
- "w": 366,
- "h": 366
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 68,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 63
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 68,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 63
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 68,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 63
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 68,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 63
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 65,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 63,
- "w": 65,
- "h": 66
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 67,
- "h": 63
- },
- "frame": {
- "x": 68,
- "y": 0,
- "w": 67,
- "h": 63
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 67,
- "h": 63
- },
- "frame": {
- "x": 68,
- "y": 0,
- "w": 67,
- "h": 63
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 68,
- "h": 61
- },
- "frame": {
- "x": 65,
- "y": 63,
- "w": 68,
- "h": 61
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 68,
- "h": 61
- },
- "frame": {
- "x": 65,
- "y": 63,
- "w": 68,
- "h": 61
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 68,
- "h": 61
- },
- "frame": {
- "x": 65,
- "y": 63,
- "w": 68,
- "h": 61
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 68,
- "h": 61
- },
- "frame": {
- "x": 65,
- "y": 63,
- "w": 68,
- "h": 61
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 64,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 64,
- "h": 63
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 64,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 64,
- "h": 63
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 64,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 64,
- "h": 63
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 64,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 64,
- "h": 63
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 61,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 192,
- "w": 61,
- "h": 66
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 61,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 258,
- "w": 61,
- "h": 66
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 61,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 258,
- "w": 61,
- "h": 66
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 64,
- "h": 62
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 64,
- "h": 62
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 64,
- "h": 62
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 64,
- "h": 62
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 65,
- "h": 61
- },
- "frame": {
- "x": 199,
- "y": 0,
- "w": 65,
- "h": 61
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 67,
- "h": 58
- },
- "frame": {
- "x": 264,
- "y": 0,
- "w": 67,
- "h": 58
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 67,
- "h": 58
- },
- "frame": {
- "x": 264,
- "y": 0,
- "w": 67,
- "h": 58
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 67,
- "h": 58
- },
- "frame": {
- "x": 264,
- "y": 0,
- "w": 67,
- "h": 58
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 67,
- "h": 58
- },
- "frame": {
- "x": 264,
- "y": 0,
- "w": 67,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 7,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 65,
- "y": 124,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 7,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 65,
- "y": 124,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 7,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 65,
- "y": 124,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 7,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 65,
- "y": 124,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 64,
- "h": 61
- },
- "frame": {
- "x": 64,
- "y": 183,
- "w": 64,
- "h": 61
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 62,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 244,
- "w": 62,
- "h": 65
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 9,
- "w": 63,
- "h": 57
- },
- "frame": {
- "x": 61,
- "y": 309,
- "w": 63,
- "h": 57
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 64
- },
- "frame": {
- "x": 123,
- "y": 244,
- "w": 61,
- "h": 64
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 63,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 308,
- "w": 63,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 61,
- "h": 61
- },
- "frame": {
- "x": 128,
- "y": 183,
- "w": 61,
- "h": 61
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 61,
- "h": 61
- },
- "frame": {
- "x": 128,
- "y": 183,
- "w": 61,
- "h": 61
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 61,
- "h": 61
- },
- "frame": {
- "x": 128,
- "y": 183,
- "w": 61,
- "h": 61
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 61,
- "h": 61
- },
- "frame": {
- "x": 128,
- "y": 183,
- "w": 61,
- "h": 61
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 9,
- "w": 62,
- "h": 57
- },
- "frame": {
- "x": 187,
- "y": 307,
- "w": 62,
- "h": 57
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 9,
- "w": 62,
- "h": 57
- },
- "frame": {
- "x": 187,
- "y": 307,
- "w": 62,
- "h": 57
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 62,
- "h": 63
- },
- "frame": {
- "x": 264,
- "y": 58,
- "w": 62,
- "h": 63
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 55,
- "h": 63
- },
- "frame": {
- "x": 133,
- "y": 63,
- "w": 55,
- "h": 63
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 55,
- "h": 63
- },
- "frame": {
- "x": 133,
- "y": 63,
- "w": 55,
- "h": 63
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 55,
- "h": 63
- },
- "frame": {
- "x": 133,
- "y": 63,
- "w": 55,
- "h": 63
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 55,
- "h": 63
- },
- "frame": {
- "x": 133,
- "y": 63,
- "w": 55,
- "h": 63
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 55,
- "h": 66
- },
- "frame": {
- "x": 188,
- "y": 62,
- "w": 55,
- "h": 66
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 55,
- "h": 66
- },
- "frame": {
- "x": 188,
- "y": 62,
- "w": 55,
- "h": 66
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 189,
- "y": 128,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 60,
- "h": 66
- },
- "frame": {
- "x": 247,
- "y": 121,
- "w": 60,
- "h": 66
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 59,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 121,
- "w": 59,
- "h": 63
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 59,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 121,
- "w": 59,
- "h": 63
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 59,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 121,
- "w": 59,
- "h": 63
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 59,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 121,
- "w": 59,
- "h": 63
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 247,
- "y": 187,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 247,
- "y": 187,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 247,
- "y": 187,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 247,
- "y": 187,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 58,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 184,
- "w": 58,
- "h": 63
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 58,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 184,
- "w": 58,
- "h": 63
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 58,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 184,
- "w": 58,
- "h": 63
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 58,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 184,
- "w": 58,
- "h": 63
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 249,
- "y": 250,
- "w": 60,
- "h": 63
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9c4e9647cd30b406386dcfa45795951c:b817a280fcd689ce74ea32e378a31e74:40bb9f4809624b12bf79bbfe664bea73$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 185, "w": 59, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 59, "h": 59 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 119, "y": 182, "w": 62, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 62, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 119, "y": 125, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 64, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 195, "y": 0, "w": 66, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 66, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 129, "y": 0, "w": 66, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 66, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 320, "y": 0, "w": 62, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 62, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 244, "w": 53, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 53, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 59, "y": 188, "w": 56, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 56, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 306, "y": 187, "w": 57, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 57, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 185, "w": 59, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 59, "h": 59 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 119, "y": 182, "w": 62, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 62, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 119, "y": 125, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 64, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 195, "y": 0, "w": 66, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 66, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 129, "y": 0, "w": 66, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 66, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 320, "y": 0, "w": 62, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 62, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 244, "w": 53, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 53, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 59, "y": 188, "w": 56, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 56, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 306, "y": 187, "w": 57, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 57, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 185, "w": 59, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 59, "h": 59 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 119, "y": 182, "w": 62, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 62, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 119, "y": 125, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 64, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 195, "y": 0, "w": 66, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 66, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 129, "y": 0, "w": 66, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 66, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 320, "y": 0, "w": 62, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 62, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 244, "w": 53, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 53, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 59, "y": 188, "w": 56, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 56, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 306, "y": 187, "w": 57, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 57, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 248, "y": 129, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 188, "y": 123, "w": 60, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 60, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 125, "w": 61, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 61, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 66, "w": 63, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 63, "h": 59 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 234, "y": 190, "w": 61, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 61, "h": 56 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 234, "y": 246, "w": 60, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 11, "w": 60, "h": 55 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 115, "y": 239, "w": 61, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 11, "w": 61, "h": 56 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 63, "y": 62, "w": 62, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 62, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 63, "y": 0, "w": 66, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 66, "h": 62 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 0, "w": 63, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 63, "h": 66 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 261, "y": 0, "w": 59, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 59, "h": 66 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 181, "y": 184, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 53, "h": 66 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 63, "y": 122, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 56, "h": 66 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 320, "y": 61, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 58, "h": 65 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 129, "y": 61, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 59, "h": 64 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 195, "y": 60, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 60, "h": 63 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 255, "y": 66, "w": 59, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 63 },
+ "sourceSize": { "w": 74, "h": 67 }
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.9.2-x64",
+ "image": "335.png",
+ "format": "I8",
+ "size": { "w": 382, "h": 305 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/335.png b/public/images/pokemon/335.png
index 87f8b341b55..65b56582339 100644
Binary files a/public/images/pokemon/335.png and b/public/images/pokemon/335.png differ
diff --git a/public/images/pokemon/336.png b/public/images/pokemon/336.png
index 5908f2b36a2..daf64440220 100644
Binary files a/public/images/pokemon/336.png and b/public/images/pokemon/336.png differ
diff --git a/public/images/pokemon/357.png b/public/images/pokemon/357.png
index ce003f24c41..6b1ed63c3fe 100644
Binary files a/public/images/pokemon/357.png and b/public/images/pokemon/357.png differ
diff --git a/public/images/pokemon/370.png b/public/images/pokemon/370.png
index c53d42f9cd3..e9f29872fb2 100644
Binary files a/public/images/pokemon/370.png and b/public/images/pokemon/370.png differ
diff --git a/public/images/pokemon/373.png b/public/images/pokemon/373.png
index e3f967583a5..5174907b69b 100644
Binary files a/public/images/pokemon/373.png and b/public/images/pokemon/373.png differ
diff --git a/public/images/pokemon/401.png b/public/images/pokemon/401.png
index fa3dd915202..f4fffa67e54 100644
Binary files a/public/images/pokemon/401.png and b/public/images/pokemon/401.png differ
diff --git a/public/images/pokemon/402.png b/public/images/pokemon/402.png
index a7808e446a6..15de8f02a0d 100644
Binary files a/public/images/pokemon/402.png and b/public/images/pokemon/402.png differ
diff --git a/public/images/pokemon/4080.png b/public/images/pokemon/4080.png
index 4af9ba7ea0d..2ad2193cdbc 100644
Binary files a/public/images/pokemon/4080.png and b/public/images/pokemon/4080.png differ
diff --git a/public/images/pokemon/418.png b/public/images/pokemon/418.png
index 005c917463f..fba2402c2b3 100644
Binary files a/public/images/pokemon/418.png and b/public/images/pokemon/418.png differ
diff --git a/public/images/pokemon/419.png b/public/images/pokemon/419.png
index 572f819749b..5fbe90ff3bd 100644
Binary files a/public/images/pokemon/419.png and b/public/images/pokemon/419.png differ
diff --git a/public/images/pokemon/4199.png b/public/images/pokemon/4199.png
index df9dee11cdb..9c9f86e1f5d 100644
Binary files a/public/images/pokemon/4199.png and b/public/images/pokemon/4199.png differ
diff --git a/public/images/pokemon/424.png b/public/images/pokemon/424.png
index d19a5a79e4a..c0bc59a0caa 100644
Binary files a/public/images/pokemon/424.png and b/public/images/pokemon/424.png differ
diff --git a/public/images/pokemon/45.png b/public/images/pokemon/45.png
index db9c8d9c3f2..1c6f5a5a9f2 100644
Binary files a/public/images/pokemon/45.png and b/public/images/pokemon/45.png differ
diff --git a/public/images/pokemon/451.json b/public/images/pokemon/451.json
index 0e99c96f876..6c266f21a24 100644
--- a/public/images/pokemon/451.json
+++ b/public/images/pokemon/451.json
@@ -1,2330 +1,715 @@
-{
- "textures": [
- {
- "image": "451.png",
- "format": "RGBA8888",
- "size": {
- "w": 281,
- "h": 281
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 69,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 41
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 69,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 41
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 69,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 41
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 69,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 66,
- "h": 43
- },
- "frame": {
- "x": 132,
- "y": 0,
- "w": 66,
- "h": 43
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 66,
- "h": 43
- },
- "frame": {
- "x": 132,
- "y": 0,
- "w": 66,
- "h": 43
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 66,
- "h": 43
- },
- "frame": {
- "x": 132,
- "y": 0,
- "w": 66,
- "h": 43
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 66,
- "h": 43
- },
- "frame": {
- "x": 132,
- "y": 0,
- "w": 66,
- "h": 43
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 198,
- "y": 0,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 198,
- "y": 0,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 198,
- "y": 0,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 198,
- "y": 0,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 62,
- "h": 44
- },
- "frame": {
- "x": 126,
- "y": 43,
- "w": 62,
- "h": 44
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 62,
- "h": 44
- },
- "frame": {
- "x": 126,
- "y": 43,
- "w": 62,
- "h": 44
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 62,
- "h": 44
- },
- "frame": {
- "x": 126,
- "y": 43,
- "w": 62,
- "h": 44
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 62,
- "h": 44
- },
- "frame": {
- "x": 126,
- "y": 43,
- "w": 62,
- "h": 44
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 63,
- "h": 44
- },
- "frame": {
- "x": 188,
- "y": 43,
- "w": 63,
- "h": 44
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 63,
- "h": 44
- },
- "frame": {
- "x": 188,
- "y": 43,
- "w": 63,
- "h": 44
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 63,
- "h": 44
- },
- "frame": {
- "x": 188,
- "y": 43,
- "w": 63,
- "h": 44
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 63,
- "h": 44
- },
- "frame": {
- "x": 188,
- "y": 43,
- "w": 63,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 59,
- "y": 87,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 59,
- "y": 87,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 59,
- "y": 87,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 59,
- "y": 87,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 61,
- "h": 45
- },
- "frame": {
- "x": 118,
- "y": 87,
- "w": 61,
- "h": 45
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 61,
- "h": 45
- },
- "frame": {
- "x": 118,
- "y": 87,
- "w": 61,
- "h": 45
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 61,
- "h": 45
- },
- "frame": {
- "x": 118,
- "y": 87,
- "w": 61,
- "h": 45
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 61,
- "h": 45
- },
- "frame": {
- "x": 118,
- "y": 87,
- "w": 61,
- "h": 45
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 57,
- "h": 45
- },
- "frame": {
- "x": 179,
- "y": 87,
- "w": 57,
- "h": 45
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 57,
- "h": 45
- },
- "frame": {
- "x": 179,
- "y": 87,
- "w": 57,
- "h": 45
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 57,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 57,
- "h": 45
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 57,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 57,
- "h": 45
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 57,
- "h": 45
- },
- "frame": {
- "x": 57,
- "y": 132,
- "w": 57,
- "h": 45
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 57,
- "h": 45
- },
- "frame": {
- "x": 57,
- "y": 132,
- "w": 57,
- "h": 45
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 56,
- "h": 45
- },
- "frame": {
- "x": 114,
- "y": 132,
- "w": 56,
- "h": 45
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 56,
- "h": 45
- },
- "frame": {
- "x": 114,
- "y": 132,
- "w": 56,
- "h": 45
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 54,
- "h": 45
- },
- "frame": {
- "x": 170,
- "y": 132,
- "w": 54,
- "h": 45
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 54,
- "h": 45
- },
- "frame": {
- "x": 170,
- "y": 132,
- "w": 54,
- "h": 45
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 54,
- "h": 45
- },
- "frame": {
- "x": 224,
- "y": 132,
- "w": 54,
- "h": 45
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 54,
- "h": 45
- },
- "frame": {
- "x": 224,
- "y": 132,
- "w": 54,
- "h": 45
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 111,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 111,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 111,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 111,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 60,
- "h": 46
- },
- "frame": {
- "x": 168,
- "y": 177,
- "w": 60,
- "h": 46
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 60,
- "h": 46
- },
- "frame": {
- "x": 168,
- "y": 177,
- "w": 60,
- "h": 46
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 60,
- "h": 46
- },
- "frame": {
- "x": 168,
- "y": 177,
- "w": 60,
- "h": 46
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 60,
- "h": 46
- },
- "frame": {
- "x": 168,
- "y": 177,
- "w": 60,
- "h": 46
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 228,
- "y": 177,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 228,
- "y": 177,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 220,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 220,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 223,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 223,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 223,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 223,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 55,
- "h": 46
- },
- "frame": {
- "x": 111,
- "y": 223,
- "w": 55,
- "h": 46
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 55,
- "h": 46
- },
- "frame": {
- "x": 111,
- "y": 223,
- "w": 55,
- "h": 46
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 55,
- "h": 46
- },
- "frame": {
- "x": 166,
- "y": 223,
- "w": 55,
- "h": 46
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 55,
- "h": 46
- },
- "frame": {
- "x": 166,
- "y": 223,
- "w": 55,
- "h": 46
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 221,
- "y": 223,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 221,
- "y": 223,
- "w": 54,
- "h": 46
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e303c68c1876b77078f3e1fd4372a4ce:84139d6b94cea0f3c45dbd8fa7109c3d:c79e17c206de27e3b7f1ce96f7df8e51$"
- }
-}
+{ "frames": [
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 68, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 68, "h": 40 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0001.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 68, "y": 0, "w": 64, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 64, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 68, "y": 0, "w": 64, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 64, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 68, "y": 0, "w": 64, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 64, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 68, "y": 0, "w": 64, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 64, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 232, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 232, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 117, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 117, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 117, "y": 42, "w": 60, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 60, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 117, "y": 42, "w": 60, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 60, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 132, "y": 0, "w": 63, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 63, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 132, "y": 0, "w": 63, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 63, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 68, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 68, "h": 40 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 195, "y": 0, "w": 63, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 63, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 195, "y": 0, "w": 63, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 63, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 258, "y": 0, "w": 61, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 61, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 258, "y": 0, "w": 61, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 61, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 58, "y": 42, "w": 59, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 59, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 58, "y": 42, "w": 59, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 59, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 40, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 58, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 40, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 58, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 177, "y": 84, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 55, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 177, "y": 84, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 55, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 129, "w": 55, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 55, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 129, "w": 55, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 55, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 112, "y": 129, "w": 55, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 55, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 112, "y": 129, "w": 55, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 55, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 167, "y": 130, "w": 55, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 55, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 167, "y": 130, "w": 55, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 55, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 173, "w": 54, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 54, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 173, "w": 54, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 54, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 54, "y": 177, "w": 52, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 52, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 54, "y": 177, "w": 52, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 52, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 210, "y": 176, "w": 53, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 53, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 210, "y": 176, "w": 53, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 53, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 158, "y": 174, "w": 52, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 52, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 158, "y": 174, "w": 52, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 52, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 222, "y": 131, "w": 53, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 53, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 222, "y": 131, "w": 53, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 53, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 275, "y": 132, "w": 53, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 53, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 275, "y": 132, "w": 53, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 53, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 55, "y": 131, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 55, "y": 131, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 107, "y": 173, "w": 51, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 51, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 107, "y": 173, "w": 51, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 51, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.8.1-x64",
+ "image": "451.png",
+ "format": "I8",
+ "size": { "w": 339, "h": 221 },
+ "scale": "1"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/451.png b/public/images/pokemon/451.png
index fac8f5a0170..716e8a08041 100644
Binary files a/public/images/pokemon/451.png and b/public/images/pokemon/451.png differ
diff --git a/public/images/pokemon/456.png b/public/images/pokemon/456.png
index 4b6c8c4e52f..501eb5904fe 100644
Binary files a/public/images/pokemon/456.png and b/public/images/pokemon/456.png differ
diff --git a/public/images/pokemon/4562.png b/public/images/pokemon/4562.png
index 1165444cc50..b08f724ab8b 100644
Binary files a/public/images/pokemon/4562.png and b/public/images/pokemon/4562.png differ
diff --git a/public/images/pokemon/457.png b/public/images/pokemon/457.png
index 6ee49243598..07425b2a147 100644
Binary files a/public/images/pokemon/457.png and b/public/images/pokemon/457.png differ
diff --git a/public/images/pokemon/467.png b/public/images/pokemon/467.png
index a22d045f925..ec7039932d1 100644
Binary files a/public/images/pokemon/467.png and b/public/images/pokemon/467.png differ
diff --git a/public/images/pokemon/47.json b/public/images/pokemon/47.json
index 437459a66e9..959bfe740f7 100644
--- a/public/images/pokemon/47.json
+++ b/public/images/pokemon/47.json
@@ -1,776 +1,299 @@
-{
- "textures": [
- {
- "image": "47.png",
- "format": "RGBA8888",
- "size": {
- "w": 230,
- "h": 230
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 12,
- "w": 56,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 49
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 12,
- "w": 56,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 49
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 62,
- "h": 51
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 62,
- "h": 51
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 62,
- "h": 51
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 62,
- "h": 51
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 8,
- "w": 55,
- "h": 53
- },
- "frame": {
- "x": 118,
- "y": 0,
- "w": 55,
- "h": 53
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 8,
- "w": 55,
- "h": 53
- },
- "frame": {
- "x": 118,
- "y": 0,
- "w": 55,
- "h": 53
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 55,
- "h": 54
- },
- "frame": {
- "x": 173,
- "y": 0,
- "w": 55,
- "h": 54
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 55,
- "h": 54
- },
- "frame": {
- "x": 173,
- "y": 0,
- "w": 55,
- "h": 54
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 53,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 49,
- "w": 53,
- "h": 56
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 53,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 49,
- "w": 53,
- "h": 56
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 62,
- "h": 55
- },
- "frame": {
- "x": 53,
- "y": 51,
- "w": 62,
- "h": 55
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 62,
- "h": 55
- },
- "frame": {
- "x": 53,
- "y": 51,
- "w": 62,
- "h": 55
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 53,
- "h": 57
- },
- "frame": {
- "x": 115,
- "y": 53,
- "w": 53,
- "h": 57
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 53,
- "h": 57
- },
- "frame": {
- "x": 115,
- "y": 53,
- "w": 53,
- "h": 57
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 62,
- "h": 56
- },
- "frame": {
- "x": 168,
- "y": 54,
- "w": 62,
- "h": 56
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 62,
- "h": 56
- },
- "frame": {
- "x": 168,
- "y": 54,
- "w": 62,
- "h": 56
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 61,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 106,
- "w": 61,
- "h": 58
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 61,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 106,
- "w": 61,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 54,
- "h": 59
- },
- "frame": {
- "x": 61,
- "y": 106,
- "w": 54,
- "h": 59
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 54,
- "h": 59
- },
- "frame": {
- "x": 61,
- "y": 106,
- "w": 54,
- "h": 59
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 57,
- "h": 59
- },
- "frame": {
- "x": 115,
- "y": 110,
- "w": 57,
- "h": 59
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 57,
- "h": 59
- },
- "frame": {
- "x": 115,
- "y": 110,
- "w": 57,
- "h": 59
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 57,
- "h": 59
- },
- "frame": {
- "x": 115,
- "y": 110,
- "w": 57,
- "h": 59
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 57,
- "h": 59
- },
- "frame": {
- "x": 115,
- "y": 110,
- "w": 57,
- "h": 59
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 54,
- "h": 59
- },
- "frame": {
- "x": 172,
- "y": 110,
- "w": 54,
- "h": 59
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 54,
- "h": 59
- },
- "frame": {
- "x": 172,
- "y": 110,
- "w": 54,
- "h": 59
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 61,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 164,
- "w": 61,
- "h": 59
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 61,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 164,
- "w": 61,
- "h": 59
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 57,
- "h": 61
- },
- "frame": {
- "x": 61,
- "y": 169,
- "w": 57,
- "h": 61
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 57,
- "h": 61
- },
- "frame": {
- "x": 61,
- "y": 169,
- "w": 57,
- "h": 61
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 57,
- "h": 61
- },
- "frame": {
- "x": 61,
- "y": 169,
- "w": 57,
- "h": 61
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 57,
- "h": 61
- },
- "frame": {
- "x": 61,
- "y": 169,
- "w": 57,
- "h": 61
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 118,
- "y": 169,
- "w": 60,
- "h": 61
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 118,
- "y": 169,
- "w": 60,
- "h": 61
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 118,
- "y": 169,
- "w": 60,
- "h": 61
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 118,
- "y": 169,
- "w": 60,
- "h": 61
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b28fe643197bcc1def0e0ac2ba9f4e67:516d08c8e1ff13b49a109b082ef12860:fe45e2d628a6cef0908f7b82468c8798$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 58, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 55, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 58, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 55, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 166, "y": 114, "w": 52, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 52, "h": 56 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 166, "y": 114, "w": 52, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 52, "h": 56 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 169, "w": 51, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 51, "h": 54 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 169, "w": 51, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 51, "h": 54 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 104, "y": 166, "w": 53, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 9, "w": 53, "h": 52 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 104, "y": 166, "w": 53, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 9, "w": 53, "h": 52 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 157, "y": 170, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 55, "h": 49 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 157, "y": 170, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 55, "h": 49 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 115, "w": 53, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 8, "w": 53, "h": 54 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 115, "w": 53, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 8, "w": 53, "h": 54 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 53, "y": 116, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 51, "h": 56 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 53, "y": 116, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 51, "h": 56 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 114, "y": 109, "w": 52, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 52, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 114, "y": 109, "w": 52, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 52, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 59, "y": 57, "w": 55, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 55, "h": 59 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 59, "y": 57, "w": 55, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 55, "h": 59 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 58, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 55, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 58, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 55, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 178, "y": 56, "w": 57, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 57, "h": 58 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 178, "y": 56, "w": 57, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 57, "h": 58 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 119, "y": 0, "w": 59, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 59, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 119, "y": 0, "w": 59, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 59, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 178, "y": 0, "w": 60, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 60, "h": 56 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 178, "y": 0, "w": 60, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 60, "h": 56 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 114, "y": 57, "w": 62, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 62, "h": 52 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 114, "y": 57, "w": 62, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 62, "h": 52 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 59, "y": 0, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 60, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 59, "y": 0, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 60, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 59, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 59, "h": 58 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 0, "w": 59, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 59, "h": 58 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 178, "y": 56, "w": 57, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 57, "h": 58 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 178, "y": 56, "w": 57, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 57, "h": 58 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 59, "y": 57, "w": 55, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 55, "h": 59 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 59, "y": 57, "w": 55, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 55, "h": 59 },
+ "sourceSize": { "w": 65, "h": 65 }
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.8.1-x64",
+ "image": "47.png",
+ "format": "I8",
+ "size": { "w": 238, "h": 223 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/47.png b/public/images/pokemon/47.png
index f9474fda1c9..665cabf322e 100644
Binary files a/public/images/pokemon/47.png and b/public/images/pokemon/47.png differ
diff --git a/public/images/pokemon/477.png b/public/images/pokemon/477.png
index de140bf6ba9..1013ca3d0dd 100644
Binary files a/public/images/pokemon/477.png and b/public/images/pokemon/477.png differ
diff --git a/public/images/pokemon/531-mega.png b/public/images/pokemon/531-mega.png
index 4e692979402..f08cc04b51c 100644
Binary files a/public/images/pokemon/531-mega.png and b/public/images/pokemon/531-mega.png differ
diff --git a/public/images/pokemon/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/658-ash.png b/public/images/pokemon/658-ash.png
index a122df859bd..fa6ce5cb165 100644
Binary files a/public/images/pokemon/658-ash.png and b/public/images/pokemon/658-ash.png differ
diff --git a/public/images/pokemon/666-continental.png b/public/images/pokemon/666-continental.png
index 1bd15dbb70d..b45f5c4e76d 100644
Binary files a/public/images/pokemon/666-continental.png and b/public/images/pokemon/666-continental.png differ
diff --git a/public/images/pokemon/666-fancy.png b/public/images/pokemon/666-fancy.png
index ec5e8a5f6e8..9e40deb3568 100644
Binary files a/public/images/pokemon/666-fancy.png and b/public/images/pokemon/666-fancy.png differ
diff --git a/public/images/pokemon/666-high-plains.png b/public/images/pokemon/666-high-plains.png
index c294984e469..45cb22fc592 100644
Binary files a/public/images/pokemon/666-high-plains.png and b/public/images/pokemon/666-high-plains.png differ
diff --git a/public/images/pokemon/666-river.png b/public/images/pokemon/666-river.png
index eeabeecb069..ca93fd612b7 100644
Binary files a/public/images/pokemon/666-river.png and b/public/images/pokemon/666-river.png differ
diff --git a/public/images/pokemon/668-female.png b/public/images/pokemon/668-female.png
deleted file mode 100644
index c8f4e205491..00000000000
Binary files a/public/images/pokemon/668-female.png and /dev/null differ
diff --git a/public/images/pokemon/669-blue.png b/public/images/pokemon/669-blue.png
index 5cdefbbae6b..85426c58d51 100644
Binary files a/public/images/pokemon/669-blue.png and b/public/images/pokemon/669-blue.png differ
diff --git a/public/images/pokemon/669-orange.png b/public/images/pokemon/669-orange.png
index 6d93c5b13b8..565301b795b 100644
Binary files a/public/images/pokemon/669-orange.png and b/public/images/pokemon/669-orange.png differ
diff --git a/public/images/pokemon/669-red.png b/public/images/pokemon/669-red.png
index 02d89f59c31..b6219100729 100644
Binary files a/public/images/pokemon/669-red.png and b/public/images/pokemon/669-red.png differ
diff --git a/public/images/pokemon/669-white.png b/public/images/pokemon/669-white.png
index b815b86c5f5..a2809abf193 100644
Binary files a/public/images/pokemon/669-white.png and b/public/images/pokemon/669-white.png differ
diff --git a/public/images/pokemon/669-yellow.png b/public/images/pokemon/669-yellow.png
index 517406798e7..c3ad0eff812 100644
Binary files a/public/images/pokemon/669-yellow.png and b/public/images/pokemon/669-yellow.png differ
diff --git a/public/images/pokemon/670-blue.png b/public/images/pokemon/670-blue.png
index b70ec5532f9..4359006fe78 100644
Binary files a/public/images/pokemon/670-blue.png and b/public/images/pokemon/670-blue.png differ
diff --git a/public/images/pokemon/670-orange.png b/public/images/pokemon/670-orange.png
index 9beb7d884d5..d5c10c4c40b 100644
Binary files a/public/images/pokemon/670-orange.png and b/public/images/pokemon/670-orange.png differ
diff --git a/public/images/pokemon/670-red.png b/public/images/pokemon/670-red.png
index 9452ba90968..0ac18083828 100644
Binary files a/public/images/pokemon/670-red.png and b/public/images/pokemon/670-red.png differ
diff --git a/public/images/pokemon/670-white.png b/public/images/pokemon/670-white.png
index dba946ff47a..e8894d4f668 100644
Binary files a/public/images/pokemon/670-white.png and b/public/images/pokemon/670-white.png differ
diff --git a/public/images/pokemon/670-yellow.png b/public/images/pokemon/670-yellow.png
index 2d028fe5b1a..4803acafcb5 100644
Binary files a/public/images/pokemon/670-yellow.png and b/public/images/pokemon/670-yellow.png differ
diff --git a/public/images/pokemon/671-blue.png b/public/images/pokemon/671-blue.png
index ccbd88bb0b8..b384058bee9 100644
Binary files a/public/images/pokemon/671-blue.png and b/public/images/pokemon/671-blue.png differ
diff --git a/public/images/pokemon/671-orange.png b/public/images/pokemon/671-orange.png
index a99b8302e76..ac60adbcf10 100644
Binary files a/public/images/pokemon/671-orange.png and b/public/images/pokemon/671-orange.png differ
diff --git a/public/images/pokemon/671-red.png b/public/images/pokemon/671-red.png
index 460dafd4cc1..1b83ecf38ca 100644
Binary files a/public/images/pokemon/671-red.png and b/public/images/pokemon/671-red.png differ
diff --git a/public/images/pokemon/671-white.png b/public/images/pokemon/671-white.png
index 3d6f0d841b8..393970614d6 100644
Binary files a/public/images/pokemon/671-white.png and b/public/images/pokemon/671-white.png differ
diff --git a/public/images/pokemon/671-yellow.png b/public/images/pokemon/671-yellow.png
index 650e8db7a35..2af1b4aa543 100644
Binary files a/public/images/pokemon/671-yellow.png and b/public/images/pokemon/671-yellow.png differ
diff --git a/public/images/pokemon/674.json b/public/images/pokemon/674.json
index 9534a585c64..9954c30188d 100644
--- a/public/images/pokemon/674.json
+++ b/public/images/pokemon/674.json
@@ -1,41 +1,506 @@
-{
- "textures": [
- {
- "image": "674.png",
- "format": "RGBA8888",
- "size": {
- "w": 42,
- "h": 42
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 28,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 28,
- "h": 42
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:17675dc9d79a224d5cfe26d4ea11594d:afc8db52143597fb62ac44c9a1600a80:b823d10f1c9b4d501296982088ba63d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 87, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 87, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 87, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 87, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 87, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 42, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 29, "y": 42, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 58, "y": 42, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 87, "y": 42, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 58, "y": 42, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 29, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 58, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 87, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 126, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 87, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 58, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 29, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 58, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 87, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 126, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 87, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 58, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 29, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 58, "y": 42, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 87, "y": 42, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 29, "y": 126, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 58, "y": 126, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "674.png",
+ "format": "I8",
+ "size": { "w": 116, "h": 168 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/674.png b/public/images/pokemon/674.png
index 3161096bb29..85b2fafb91b 100644
Binary files a/public/images/pokemon/674.png and b/public/images/pokemon/674.png differ
diff --git a/public/images/pokemon/677.png b/public/images/pokemon/677.png
index d0ebc245b32..3a5d6833ced 100644
Binary files a/public/images/pokemon/677.png and b/public/images/pokemon/677.png differ
diff --git a/public/images/pokemon/678-female.png b/public/images/pokemon/678-female.png
index 73abb68900a..087c5301dd0 100644
Binary files a/public/images/pokemon/678-female.png and b/public/images/pokemon/678-female.png differ
diff --git a/public/images/pokemon/678.png b/public/images/pokemon/678.png
index 7846bebd294..e4a1f8854fb 100644
Binary files a/public/images/pokemon/678.png and b/public/images/pokemon/678.png differ
diff --git a/public/images/pokemon/694.json b/public/images/pokemon/694.json
index c770e137915..48e9623d7f4 100644
--- a/public/images/pokemon/694.json
+++ b/public/images/pokemon/694.json
@@ -1,41 +1,767 @@
-{
- "textures": [
- {
- "image": "694.png",
- "format": "RGBA8888",
- "size": {
- "w": 41,
- "h": 41
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 38
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 38
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a121458917a5069ac5fcf0438e46af2b:afcd331d4ef231f539d602827ea66e55:b0990f9650cfe63b836cbed33f0b44d8$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 282, "y": 173, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 241, "y": 173, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 171, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 85, "y": 170, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 227, "y": 93, "w": 52, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 12, "w": 52, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 57, "y": 50, "w": 55, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 55, "h": 39 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 56, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 50 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 112, "y": 0, "w": 56, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 56, "h": 49 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 56, "h": 50 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 224, "y": 47, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 281, "y": 46, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 168, "y": 0, "w": 56, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 56, "h": 48 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 281, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 170, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 224, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 50, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 281, "y": 92, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 57, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 112, "y": 49, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 58, "h": 45 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 114, "y": 94, "w": 56, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 56, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 170, "y": 48, "w": 53, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 53, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 126, "y": 175, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 43, "y": 138, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "694.png",
+ "format": "I8",
+ "size": { "w": 338, "h": 249 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/694.png b/public/images/pokemon/694.png
index 2659476db8a..fbd210e7d89 100644
Binary files a/public/images/pokemon/694.png and b/public/images/pokemon/694.png differ
diff --git a/public/images/pokemon/698.json b/public/images/pokemon/698.json
index 34938139984..6baf41b0ce7 100644
--- a/public/images/pokemon/698.json
+++ b/public/images/pokemon/698.json
@@ -1,41 +1,1415 @@
-{
- "textures": [
- {
- "image": "698.png",
- "format": "RGBA8888",
- "size": {
- "w": 57,
- "h": 57
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 57
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:563dc7193ff897a6bf95dc8334febb0f:0dc4e9f203f0efed6323a93621a24f2c:198087d69fed44d4a642fa3ba5c077d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 0, "y": 113, "w": 30, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 30, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 0, "y": 113, "w": 30, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 30, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "698.png",
+ "format": "I8",
+ "size": { "w": 152, "h": 224 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/698.png b/public/images/pokemon/698.png
index 81c7b03e375..d9e638561d1 100644
Binary files a/public/images/pokemon/698.png and b/public/images/pokemon/698.png differ
diff --git a/public/images/pokemon/699.png b/public/images/pokemon/699.png
index c8b7dda83ba..2d5320b71a2 100644
Binary files a/public/images/pokemon/699.png and b/public/images/pokemon/699.png differ
diff --git a/public/images/pokemon/702.png b/public/images/pokemon/702.png
index 0e3daf90889..4e0eccee204 100644
Binary files a/public/images/pokemon/702.png and b/public/images/pokemon/702.png differ
diff --git a/public/images/pokemon/703.json b/public/images/pokemon/703.json
index e160dd32d25..5c0a6230108 100644
--- a/public/images/pokemon/703.json
+++ b/public/images/pokemon/703.json
@@ -1,41 +1,569 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 38,
- "h": 38
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 37,
- "h": 38
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5da3bf1b2b82712da609c628fc886d69:7a2dc2f1f3b5fa2ee6b04cdf4c952277:721af8c322ff60159262e9b3017c784d$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 35, "y": 114, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 70, "y": 114, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 105, "y": 114, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 140, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 35, "y": 153, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 111, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 107, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 107, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "703.png",
+ "format": "I8",
+ "size": { "w": 183, "h": 192 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/703.png b/public/images/pokemon/703.png
index 3f3767fbc6c..ea231fc6c09 100644
Binary files a/public/images/pokemon/703.png and b/public/images/pokemon/703.png differ
diff --git a/public/images/pokemon/707.json b/public/images/pokemon/707.json
index b37a090ddb5..ee5036fb541 100644
--- a/public/images/pokemon/707.json
+++ b/public/images/pokemon/707.json
@@ -1,41 +1,1559 @@
-{
- "textures": [
- {
- "image": "707.png",
- "format": "RGBA8888",
- "size": {
- "w": 77,
- "h": 77
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 77
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:56a3742632a462544b501f22a2cb2e57:5315127216c0bad2620a5352c4e424ba:8e96b9056ea81e44ced99c97f472a528$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 88, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 532, "y": 448, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 490, "y": 432, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 566, "y": 373, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 652, "y": 426, "w": 44, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 15, "w": 44, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 289, "y": 330, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 13, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 49, "y": 354, "w": 47, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 14, "w": 47, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 195, "y": 280, "w": 49, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 49, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 629, "y": 153, "w": 53, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 53, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 692, "y": 151, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 195, "y": 209, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 52, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 247, "y": 215, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 522, "y": 219, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 618, "y": 224, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 15, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 352, "y": 296, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 16, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 96, "y": 354, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 16, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 378, "y": 372, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 276, "y": 404, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 361, "y": 447, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 233, "y": 365, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 16, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 618, "y": 297, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 144, "y": 282, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 378, "y": 218, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 100, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 474, "y": 141, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 422, "y": 69, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 707, "y": 2, "w": 54, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 50, "y": 11, "w": 54, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 651, "y": 2, "w": 56, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 56, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 2, "y": 65, "w": 54, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 54, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 273, "y": 69, "w": 53, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 53, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 586, "y": 71, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 2, "y": 142, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 52, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 98, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 16, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 712, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 88, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 532, "y": 448, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 490, "y": 432, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 566, "y": 373, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 652, "y": 426, "w": 44, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 15, "w": 44, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 289, "y": 330, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 13, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 49, "y": 354, "w": 47, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 14, "w": 47, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 195, "y": 280, "w": 49, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 49, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 629, "y": 153, "w": 53, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 53, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 692, "y": 151, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 195, "y": 209, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 52, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 247, "y": 215, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 522, "y": 219, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 618, "y": 224, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 15, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 352, "y": 296, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 16, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 96, "y": 354, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 16, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 378, "y": 372, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 276, "y": 404, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 361, "y": 447, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 233, "y": 365, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 16, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 618, "y": 297, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 144, "y": 282, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 378, "y": 218, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 100, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 474, "y": 141, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 422, "y": 69, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 707, "y": 2, "w": 54, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 50, "y": 11, "w": 54, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 651, "y": 2, "w": 56, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 56, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 2, "y": 65, "w": 54, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 54, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 273, "y": 69, "w": 53, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 53, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 586, "y": 71, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 2, "y": 142, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 52, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 98, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 16, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 712, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 88, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 532, "y": 448, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 490, "y": 432, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 566, "y": 373, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 652, "y": 426, "w": 44, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 15, "w": 44, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 289, "y": 330, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 13, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 49, "y": 354, "w": 47, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 14, "w": 47, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 195, "y": 280, "w": 49, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 49, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 629, "y": 153, "w": 53, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 53, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 692, "y": 151, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 195, "y": 209, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 52, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 247, "y": 215, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 522, "y": 219, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 618, "y": 224, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 15, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 352, "y": 296, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 16, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 96, "y": 354, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 16, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 378, "y": 372, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 276, "y": 404, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 361, "y": 447, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 233, "y": 365, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 16, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 618, "y": 297, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 144, "y": 282, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 378, "y": 218, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 100, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 474, "y": 141, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 422, "y": 69, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 707, "y": 2, "w": 54, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 50, "y": 11, "w": 54, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 651, "y": 2, "w": 56, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 56, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 2, "y": 65, "w": 54, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 54, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 273, "y": 69, "w": 53, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 53, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 586, "y": 71, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 2, "y": 142, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 52, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 98, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 16, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 712, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 578, "y": 149, "w": 51, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 51, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 95, "y": 62, "w": 59, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 14, "w": 59, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 519, "y": 2, "w": 67, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 67, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 280, "y": 2, "w": 82, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 82, "h": 67 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 2, "y": 2, "w": 93, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 93, "h": 63 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 95, "y": 2, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 95, "h": 60 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 190, "y": 2, "w": 90, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 90, "h": 62 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 362, "y": 2, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 445, "y": 2, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 74, "h": 67 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 586, "y": 2, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 2, "y": 220, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 4, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 319, "y": 447, "w": 42, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 5, "w": 42, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 447, "y": 489, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 7, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 614, "y": 500, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 10, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 573, "y": 453, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 11, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 267, "y": 480, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 14, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 184, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 14, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 2, "y": 443, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 16, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 226, "y": 442, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 17, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 130, "y": 438, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 2, "y": 366, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 52, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 682, "y": 221, "w": 48, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 18, "w": 48, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 519, "y": 361, "w": 47, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 19, "w": 47, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 43, "y": 502, "w": 44, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 20, "w": 44, "h": 66 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 714, "y": 505, "w": 41, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 20, "w": 41, "h": 67 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 402, "y": 489, "w": 45, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 20, "w": 45, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 471, "y": 219, "w": 51, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 19, "w": 51, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 692, "y": 80, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 389, "y": 147, "w": 54, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 18, "w": 54, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 399, "y": 297, "w": 46, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 18, "w": 46, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 610, "y": 375, "w": 42, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 18, "w": 42, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 141, "y": 360, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 638, "y": 79, "w": 54, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 54, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 362, "y": 67, "w": 60, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 19, "w": 60, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 474, "y": 73, "w": 59, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 59, "h": 68 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 264, "y": 147, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 57, "h": 68 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 298, "y": 264, "w": 54, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 18, "w": 54, "h": 66 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 524, "y": 148, "w": 54, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 54, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 211, "y": 135, "w": 53, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 53, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 471, "y": 290, "w": 48, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 19, "w": 48, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 569, "y": 302, "w": 48, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 19, "w": 48, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 154, "y": 134, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 20, "w": 57, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 154, "y": 64, "w": 60, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 20, "w": 60, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 214, "y": 64, "w": 59, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 19, "w": 59, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 2, "y": 292, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 18, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 696, "y": 426, "w": 41, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 41, "h": 79 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 533, "y": 73, "w": 53, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 19, "w": 53, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 56, "y": 135, "w": 62, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 21, "w": 62, "h": 64 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 662, "y": 373, "w": 62, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 22, "w": 62, "h": 53 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 655, "y": 505, "w": 59, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 22, "w": 59, "h": 47 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 422, "y": 437, "w": 61, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 22, "w": 61, "h": 52 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 326, "y": 136, "w": 63, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 21, "w": 63, "h": 62 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 321, "y": 198, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 21, "w": 57, "h": 66 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0164.png",
+ "frame": { "x": 519, "y": 291, "w": 50, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 20, "w": 50, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0165.png",
+ "frame": { "x": 445, "y": 363, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 20, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0166.png",
+ "frame": { "x": 45, "y": 426, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 19, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0167.png",
+ "frame": { "x": 189, "y": 352, "w": 44, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 44, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0168.png",
+ "frame": { "x": 667, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0169.png",
+ "frame": { "x": 425, "y": 218, "w": 46, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 40, "y": 18, "w": 46, "h": 79 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0170.png",
+ "frame": { "x": 148, "y": 203, "w": 47, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 47, "h": 79 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0171.png",
+ "frame": { "x": 572, "y": 224, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 18, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0172.png",
+ "frame": { "x": 244, "y": 287, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 18, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "707.png",
+ "format": "I8",
+ "size": { "w": 763, "h": 577 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/707.png b/public/images/pokemon/707.png
index e96c81bb953..899ab995926 100644
Binary files a/public/images/pokemon/707.png and b/public/images/pokemon/707.png differ
diff --git a/public/images/pokemon/708.json b/public/images/pokemon/708.json
index 99aa2cffcb4..abc8d24db2b 100644
--- a/public/images/pokemon/708.json
+++ b/public/images/pokemon/708.json
@@ -1,41 +1,1091 @@
-{
- "textures": [
- {
- "image": "708.png",
- "format": "RGBA8888",
- "size": {
- "w": 44,
- "h": 44
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c7204472319329328505da257ec6edec:b1ef9ba3c80855e31831f718036043ff:796c82c5076b122f2663381836c65843$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 90, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 135, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 90, "y": 207, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 10, "w": 43, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 134, "y": 207, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 43, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 180, "y": 165, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 14, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 225, "y": 165, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 15, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 270, "y": 165, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 17, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 0, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 19, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 270, "y": 206, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 21, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 90, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 23, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 135, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 21, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 180, "y": 206, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 20, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 225, "y": 206, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 18, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 268, "y": 247, "w": 44, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 44, "h": 39 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 178, "y": 247, "w": 44, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 15, "w": 44, "h": 39 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 223, "y": 247, "w": 44, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 44, "h": 39 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 226, "y": 83, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 10, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 45, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 180, "y": 83, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "708.png",
+ "format": "I8",
+ "size": { "w": 315, "h": 286 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/708.png b/public/images/pokemon/708.png
index a51533e592b..0b612280028 100644
Binary files a/public/images/pokemon/708.png and b/public/images/pokemon/708.png differ
diff --git a/public/images/pokemon/714.json b/public/images/pokemon/714.json
index 84c1183e47b..b43aebd68a1 100644
--- a/public/images/pokemon/714.json
+++ b/public/images/pokemon/714.json
@@ -1,41 +1,263 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 64,
- "h": 64
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 64,
- "h": 57
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:acf096b1d2c6d9730a18ff797fb5ae47:ea434d000e9983cb42ecd03220d247c4:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 133, "y": 1, "w": 64, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 64, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 1, "y": 60, "w": 61, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 61, "h": 55 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 184, "y": 117, "w": 32, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 32, "h": 67 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 50, "y": 119, "w": 33, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 33, "h": 63 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 199, "y": 1, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 133, "y": 1, "w": 64, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 64, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 60, "w": 61, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 61, "h": 55 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 184, "y": 117, "w": 32, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 3, "w": 32, "h": 67 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 50, "y": 119, "w": 33, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 33, "h": 63 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 199, "y": 1, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 133, "y": 1, "w": 64, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 64, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 133, "y": 59, "w": 61, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 61, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 113, "y": 117, "w": 33, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 33, "h": 68 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 148, "y": 117, "w": 34, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 34, "h": 64 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 1, "y": 117, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 67, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 196, "y": 59, "w": 61, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 61, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 113, "y": 117, "w": 33, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 2, "w": 33, "h": 68 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 218, "y": 117, "w": 33, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 33, "h": 64 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 199, "y": 1, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "714.png",
+ "format": "I8",
+ "size": { "w": 258, "h": 186 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/714.png b/public/images/pokemon/714.png
index c79f9b83b82..4572eada3f3 100644
Binary files a/public/images/pokemon/714.png and b/public/images/pokemon/714.png differ
diff --git a/public/images/pokemon/715.png b/public/images/pokemon/715.png
index a13b8f435e4..08d9c985776 100644
Binary files a/public/images/pokemon/715.png and b/public/images/pokemon/715.png differ
diff --git a/public/images/pokemon/716-active.png b/public/images/pokemon/716-active.png
index 50b69e5ba7d..55ad63f4d3d 100644
Binary files a/public/images/pokemon/716-active.png and b/public/images/pokemon/716-active.png differ
diff --git a/public/images/pokemon/716-neutral.png b/public/images/pokemon/716-neutral.png
index 62a90a55dd1..8390dddffdc 100644
Binary files a/public/images/pokemon/716-neutral.png and b/public/images/pokemon/716-neutral.png differ
diff --git a/public/images/pokemon/718-10.json b/public/images/pokemon/718-10.json
index 479c069fe0a..ad273c9ea79 100644
--- a/public/images/pokemon/718-10.json
+++ b/public/images/pokemon/718-10.json
@@ -1,41 +1,686 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 66,
- "h": 66
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 56,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 66
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a1845dc28b51b657957628d4b4d7af94:87a4c3e6fcac562963f6331abb3d962c:82195cf2a6db620c5643b8162d6e8c5c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 287, "y": 130, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 57, "y": 131, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 164, "y": 261, "w": 56, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 56, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 327, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 56, "y": 327, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 169, "y": 329, "w": 57, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 57, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 112, "y": 326, "w": 57, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 57, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 54, "y": 265, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 226, "y": 332, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 220, "y": 261, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 273, "y": 264, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 279, "y": 196, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 56, "y": 197, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 110, "y": 197, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 198, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 169, "y": 194, "w": 55, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 55, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 224, "y": 194, "w": 55, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 55, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 132, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 113, "y": 131, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718-10.png",
+ "format": "I8",
+ "size": { "w": 345, "h": 395 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/718-10.png b/public/images/pokemon/718-10.png
index a2acc542c68..4d15f78dd83 100644
Binary files a/public/images/pokemon/718-10.png and b/public/images/pokemon/718-10.png differ
diff --git a/public/images/pokemon/718.json b/public/images/pokemon/718.json
index b86c5362079..98053a226cb 100644
--- a/public/images/pokemon/718.json
+++ b/public/images/pokemon/718.json
@@ -1,41 +1,803 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 88,
- "h": 88
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 72,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c521b0d088429d6fd0d1d291823b7881:a063fa0268f5006b3587b06e3245db2a:7b4a06b06cbac24b3f39727b0238661b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 222, "y": 355, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 73, "y": 354, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 149, "y": 353, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 442, "y": 353, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 149, "y": 266, "w": 74, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 74, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 377, "y": 265, "w": 75, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 75, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 308, "y": 177, "w": 76, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 76, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 76, "y": 91, "w": 76, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 76, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 301, "y": 264, "w": 76, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 76, "h": 86 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 267, "w": 74, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 74, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 90, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 391, "y": 88, "w": 77, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 77, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 79, "y": 0, "w": 78, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 78, "h": 91 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 468, "y": 88, "w": 77, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 77, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 157, "y": 0, "w": 78, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 78, "h": 90 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 313, "y": 0, "w": 78, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 78, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 0, "y": 0, "w": 79, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 79, "h": 90 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 391, "y": 0, "w": 78, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 78, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 235, "y": 0, "w": 78, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 1, "w": 78, "h": 90 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 469, "y": 0, "w": 78, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 78, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 313, "y": 89, "w": 77, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 77, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 157, "y": 90, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 76, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 226, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 354, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718.png",
+ "format": "I8",
+ "size": { "w": 547, "h": 530 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/718.png b/public/images/pokemon/718.png
index 0c65ebefb31..07319fd6de0 100644
Binary files a/public/images/pokemon/718.png and b/public/images/pokemon/718.png differ
diff --git a/public/images/pokemon/719.json b/public/images/pokemon/719.json
index 4503b576777..29716341ffd 100644
--- a/public/images/pokemon/719.json
+++ b/public/images/pokemon/719.json
@@ -1,41 +1,875 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 70,
- "h": 70
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 70
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2444999ec5c861d795baf2a948bfbf12:226dba2be6e002f00cb5559f02986b41:17a705bb924916761be2495822a53735$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 86, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 129, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 172, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 42, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 40, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 83, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 124, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 86, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 215, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 86, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 129, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 172, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 42, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 40, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 83, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 124, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 86, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 215, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 86, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 129, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 172, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 42, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 40, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 83, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 124, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 86, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 215, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 86, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 129, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 172, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 42, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 40, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 83, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 124, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 86, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 215, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 128, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 170, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 80, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 120, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 237, "y": 288, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 37, "h": 69 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 198, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 237, "y": 359, "w": 35, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 35, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 120, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 160, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 165, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 212, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 206, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 200, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 240, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 159, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 40, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 80, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 7, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 248, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 9, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 43, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 128, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 170, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 80, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 120, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 237, "y": 288, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 37, "h": 69 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 198, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 237, "y": 359, "w": 35, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 35, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 120, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 160, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 165, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 212, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 206, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 200, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 240, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 159, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 40, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 80, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 7, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 248, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 9, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 43, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "719.png",
+ "format": "I8",
+ "size": { "w": 287, "h": 429 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/719.png b/public/images/pokemon/719.png
index 287bfb9fd27..536e999a3d6 100644
Binary files a/public/images/pokemon/719.png and b/public/images/pokemon/719.png differ
diff --git a/public/images/pokemon/728.png b/public/images/pokemon/728.png
index 414ccd7b0b8..4c7f3f94f27 100644
Binary files a/public/images/pokemon/728.png and b/public/images/pokemon/728.png differ
diff --git a/public/images/pokemon/730.png b/public/images/pokemon/730.png
index 3438d9fc63f..92090460124 100644
Binary files a/public/images/pokemon/730.png and b/public/images/pokemon/730.png differ
diff --git a/public/images/pokemon/749.png b/public/images/pokemon/749.png
index 5e51f2f017a..28c2f5ce4e3 100644
Binary files a/public/images/pokemon/749.png and b/public/images/pokemon/749.png differ
diff --git a/public/images/pokemon/750.png b/public/images/pokemon/750.png
index bfd7e20743d..f0ca7b407dd 100644
Binary files a/public/images/pokemon/750.png and b/public/images/pokemon/750.png differ
diff --git a/public/images/pokemon/772.png b/public/images/pokemon/772.png
index a32fd5c1b72..129e12d1e4c 100644
Binary files a/public/images/pokemon/772.png and b/public/images/pokemon/772.png differ
diff --git a/public/images/pokemon/777.png b/public/images/pokemon/777.png
index 074df4db673..bf1779d0f10 100644
Binary files a/public/images/pokemon/777.png and b/public/images/pokemon/777.png differ
diff --git a/public/images/pokemon/778-disguised.png b/public/images/pokemon/778-disguised.png
index 97397e9414c..b048cf02233 100644
Binary files a/public/images/pokemon/778-disguised.png and b/public/images/pokemon/778-disguised.png differ
diff --git a/public/images/pokemon/80-mega.png b/public/images/pokemon/80-mega.png
index 42aed7b3c66..6f7e9f0d962 100644
Binary files a/public/images/pokemon/80-mega.png and b/public/images/pokemon/80-mega.png differ
diff --git a/public/images/pokemon/80.png b/public/images/pokemon/80.png
index c6120f8b0b1..bcea1acb9b7 100644
Binary files a/public/images/pokemon/80.png and b/public/images/pokemon/80.png differ
diff --git a/public/images/pokemon/818-gigantamax.png b/public/images/pokemon/818-gigantamax.png
index c103073e4cf..c19add87a4f 100644
Binary files a/public/images/pokemon/818-gigantamax.png and b/public/images/pokemon/818-gigantamax.png differ
diff --git a/public/images/pokemon/862.png b/public/images/pokemon/862.png
index 4d6daf0a7da..3d82d7ef07a 100644
Binary files a/public/images/pokemon/862.png and b/public/images/pokemon/862.png differ
diff --git a/public/images/pokemon/876-female.png b/public/images/pokemon/876-female.png
index db4d869c148..3294cfc5b21 100644
Binary files a/public/images/pokemon/876-female.png and b/public/images/pokemon/876-female.png differ
diff --git a/public/images/pokemon/876.png b/public/images/pokemon/876.png
index a204d67325b..ae5a23d3d94 100644
Binary files a/public/images/pokemon/876.png and b/public/images/pokemon/876.png differ
diff --git a/public/images/pokemon/881.png b/public/images/pokemon/881.png
index 01cc12c00dd..321e2962b8b 100644
Binary files a/public/images/pokemon/881.png and b/public/images/pokemon/881.png differ
diff --git a/public/images/pokemon/896.png b/public/images/pokemon/896.png
index 1b64f2641a3..8157c737363 100644
Binary files a/public/images/pokemon/896.png and b/public/images/pokemon/896.png differ
diff --git a/public/images/pokemon/898-ice.png b/public/images/pokemon/898-ice.png
index 3723a78f33a..ebbe798f696 100644
Binary files a/public/images/pokemon/898-ice.png and b/public/images/pokemon/898-ice.png differ
diff --git a/public/images/pokemon/898-shadow.png b/public/images/pokemon/898-shadow.png
index 30bdbe224ec..cf6e79c1794 100644
Binary files a/public/images/pokemon/898-shadow.png and b/public/images/pokemon/898-shadow.png differ
diff --git a/public/images/pokemon/898.png b/public/images/pokemon/898.png
index d20e1f937e1..6966777e821 100644
Binary files a/public/images/pokemon/898.png and b/public/images/pokemon/898.png differ
diff --git a/public/images/pokemon/912.png b/public/images/pokemon/912.png
index 60b288d350e..022a653212c 100644
Binary files a/public/images/pokemon/912.png and b/public/images/pokemon/912.png differ
diff --git a/public/images/pokemon/913.png b/public/images/pokemon/913.png
index 7baef852807..328b48ff47b 100644
Binary files a/public/images/pokemon/913.png and b/public/images/pokemon/913.png differ
diff --git a/public/images/pokemon/914.png b/public/images/pokemon/914.png
index a2a89748c90..4e044dfae23 100644
Binary files a/public/images/pokemon/914.png and b/public/images/pokemon/914.png differ
diff --git a/public/images/pokemon/940.png b/public/images/pokemon/940.png
index f35482bb36a..434afc4a180 100644
Binary files a/public/images/pokemon/940.png and b/public/images/pokemon/940.png differ
diff --git a/public/images/pokemon/941.png b/public/images/pokemon/941.png
index 417d7923296..bbe885fd7b1 100644
Binary files a/public/images/pokemon/941.png and b/public/images/pokemon/941.png differ
diff --git a/public/images/pokemon/981.png b/public/images/pokemon/981.png
index ff66259c58d..b0f4a16498e 100644
Binary files a/public/images/pokemon/981.png and b/public/images/pokemon/981.png differ
diff --git a/public/images/pokemon/997.png b/public/images/pokemon/997.png
index 6b9248d85a3..5fee59edad6 100644
Binary files a/public/images/pokemon/997.png and b/public/images/pokemon/997.png differ
diff --git a/public/images/pokemon/back/1003.png b/public/images/pokemon/back/1003.png
index 77ece80dcc9..36ee14788b3 100644
Binary files a/public/images/pokemon/back/1003.png and b/public/images/pokemon/back/1003.png differ
diff --git a/public/images/pokemon/back/126.png b/public/images/pokemon/back/126.png
index 4b65d1323c8..193c38f7e2c 100644
Binary files a/public/images/pokemon/back/126.png and b/public/images/pokemon/back/126.png differ
diff --git a/public/images/pokemon/back/159.png b/public/images/pokemon/back/159.png
index 710014bf180..699661bb510 100644
Binary files a/public/images/pokemon/back/159.png and b/public/images/pokemon/back/159.png differ
diff --git a/public/images/pokemon/back/190.png b/public/images/pokemon/back/190.png
index bc4a5eee405..687eb29a67f 100644
Binary files a/public/images/pokemon/back/190.png and b/public/images/pokemon/back/190.png differ
diff --git a/public/images/pokemon/back/199.png b/public/images/pokemon/back/199.png
index 099dffb2a61..a7cffbc7820 100644
Binary files a/public/images/pokemon/back/199.png and b/public/images/pokemon/back/199.png differ
diff --git a/public/images/pokemon/back/2075.json b/public/images/pokemon/back/2075.json
index 4c8365eeddb..3dd46debe2f 100644
--- a/public/images/pokemon/back/2075.json
+++ b/public/images/pokemon/back/2075.json
@@ -1,41 +1,812 @@
-{
- "textures": [
- {
- "image": "2075.png",
- "format": "RGBA8888",
- "size": {
- "w": 71,
- "h": 71
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 71,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 71,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 71,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0f1bcbf28a4b69c4dc92a48c8faf81da:0130dd5f38c7e72cc16e62dd634dc3a2:732805cb123f88b2d403da0dec709706$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 1, "y": 256, "w": 65, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 291, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 1, "y": 256, "w": 65, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 291, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 1, "y": 256, "w": 65, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 291, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 346, "y": 89, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 425, "y": 133, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 425, "y": 133, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 425, "y": 133, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 289, "y": 175, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 497, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 497, "y": 133, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 503, "y": 215, "w": 70, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 73, "y": 215, "w": 69, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 69, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 486, "y": 46, "w": 68, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 2, "w": 68, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 210, "y": 45, "w": 67, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 67, "h": 44 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 45, "w": 66, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 1, "w": 66, "h": 46 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 278, "y": 45, "w": 67, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 67, "h": 44 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 284, "y": 131, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 143, "y": 215, "w": 69, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 69, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 281, "y": 216, "w": 70, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 432, "y": 215, "w": 70, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 70, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 361, "y": 215, "w": 70, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 70, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 73, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 215, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 145, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 71, "y": 132, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 70, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 140, "y": 90, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 68, "y": 88, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 346, "y": 45, "w": 70, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 70, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 1, "y": 130, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 417, "y": 45, "w": 68, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 68, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 507, "y": 1, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 69, "h": 44 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 140, "y": 45, "w": 69, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 69, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 488, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 142, "y": 132, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 70, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 213, "y": 132, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 70, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 354, "y": 133, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 70, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 217, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 425, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 212, "y": 90, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 346, "y": 89, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 68, "y": 45, "w": 71, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 363, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2075.png",
+ "format": "I8",
+ "size": { "w": 577, "h": 299 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/2075.png b/public/images/pokemon/back/2075.png
index 98e86ccfe81..6c11c18bd1d 100644
Binary files a/public/images/pokemon/back/2075.png and b/public/images/pokemon/back/2075.png differ
diff --git a/public/images/pokemon/back/228.png b/public/images/pokemon/back/228.png
index e723a44c31e..3a1952f81e7 100644
Binary files a/public/images/pokemon/back/228.png and b/public/images/pokemon/back/228.png differ
diff --git a/public/images/pokemon/back/229-mega.png b/public/images/pokemon/back/229-mega.png
index 6e09a3ae218..2c13a17ccc1 100644
Binary files a/public/images/pokemon/back/229-mega.png and b/public/images/pokemon/back/229-mega.png differ
diff --git a/public/images/pokemon/back/229.png b/public/images/pokemon/back/229.png
index 6cdef1e4d79..08692a9babe 100644
Binary files a/public/images/pokemon/back/229.png and b/public/images/pokemon/back/229.png differ
diff --git a/public/images/pokemon/back/249.json b/public/images/pokemon/back/249.json
index 52784b825f8..7f126e8c62c 100644
--- a/public/images/pokemon/back/249.json
+++ b/public/images/pokemon/back/249.json
@@ -1,2540 +1,686 @@
-{
- "textures": [
- {
- "image": "249.png",
- "format": "RGBA8888",
- "size": {
- "w": 610,
- "h": 610
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 36,
- "w": 143,
- "h": 64
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 143,
- "h": 64
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 36,
- "w": 143,
- "h": 64
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 143,
- "h": 64
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 36,
- "w": 143,
- "h": 64
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 143,
- "h": 64
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 36,
- "w": 143,
- "h": 64
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 143,
- "h": 64
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 36,
- "w": 143,
- "h": 64
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 143,
- "h": 64
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 36,
- "w": 143,
- "h": 64
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 143,
- "h": 64
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 35,
- "w": 146,
- "h": 65
- },
- "frame": {
- "x": 143,
- "y": 0,
- "w": 146,
- "h": 65
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 35,
- "w": 146,
- "h": 65
- },
- "frame": {
- "x": 143,
- "y": 0,
- "w": 146,
- "h": 65
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 35,
- "w": 146,
- "h": 65
- },
- "frame": {
- "x": 143,
- "y": 0,
- "w": 146,
- "h": 65
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 35,
- "w": 146,
- "h": 65
- },
- "frame": {
- "x": 143,
- "y": 0,
- "w": 146,
- "h": 65
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 35,
- "w": 146,
- "h": 65
- },
- "frame": {
- "x": 143,
- "y": 0,
- "w": 146,
- "h": 65
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 35,
- "w": 146,
- "h": 65
- },
- "frame": {
- "x": 143,
- "y": 0,
- "w": 146,
- "h": 65
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 30,
- "w": 132,
- "h": 67
- },
- "frame": {
- "x": 289,
- "y": 0,
- "w": 132,
- "h": 67
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 30,
- "w": 132,
- "h": 67
- },
- "frame": {
- "x": 289,
- "y": 0,
- "w": 132,
- "h": 67
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 30,
- "w": 132,
- "h": 67
- },
- "frame": {
- "x": 289,
- "y": 0,
- "w": 132,
- "h": 67
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 30,
- "w": 132,
- "h": 67
- },
- "frame": {
- "x": 289,
- "y": 0,
- "w": 132,
- "h": 67
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 30,
- "w": 132,
- "h": 67
- },
- "frame": {
- "x": 289,
- "y": 0,
- "w": 132,
- "h": 67
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 30,
- "w": 132,
- "h": 67
- },
- "frame": {
- "x": 289,
- "y": 0,
- "w": 132,
- "h": 67
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 28,
- "w": 140,
- "h": 68
- },
- "frame": {
- "x": 421,
- "y": 0,
- "w": 140,
- "h": 68
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 28,
- "w": 140,
- "h": 68
- },
- "frame": {
- "x": 421,
- "y": 0,
- "w": 140,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 28,
- "w": 140,
- "h": 68
- },
- "frame": {
- "x": 421,
- "y": 0,
- "w": 140,
- "h": 68
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 28,
- "w": 140,
- "h": 68
- },
- "frame": {
- "x": 421,
- "y": 0,
- "w": 140,
- "h": 68
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 28,
- "w": 140,
- "h": 68
- },
- "frame": {
- "x": 421,
- "y": 0,
- "w": 140,
- "h": 68
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 28,
- "w": 140,
- "h": 68
- },
- "frame": {
- "x": 421,
- "y": 0,
- "w": 140,
- "h": 68
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 30,
- "w": 138,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 64,
- "w": 138,
- "h": 70
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 30,
- "w": 138,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 64,
- "w": 138,
- "h": 70
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 30,
- "w": 138,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 64,
- "w": 138,
- "h": 70
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 30,
- "w": 138,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 64,
- "w": 138,
- "h": 70
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 30,
- "w": 138,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 64,
- "w": 138,
- "h": 70
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 30,
- "w": 138,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 64,
- "w": 138,
- "h": 70
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 30,
- "w": 146,
- "h": 70
- },
- "frame": {
- "x": 138,
- "y": 65,
- "w": 146,
- "h": 70
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 30,
- "w": 146,
- "h": 70
- },
- "frame": {
- "x": 138,
- "y": 65,
- "w": 146,
- "h": 70
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 30,
- "w": 146,
- "h": 70
- },
- "frame": {
- "x": 138,
- "y": 65,
- "w": 146,
- "h": 70
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 30,
- "w": 146,
- "h": 70
- },
- "frame": {
- "x": 138,
- "y": 65,
- "w": 146,
- "h": 70
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 30,
- "w": 146,
- "h": 70
- },
- "frame": {
- "x": 138,
- "y": 65,
- "w": 146,
- "h": 70
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 30,
- "w": 146,
- "h": 70
- },
- "frame": {
- "x": 138,
- "y": 65,
- "w": 146,
- "h": 70
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 28,
- "w": 130,
- "h": 70
- },
- "frame": {
- "x": 284,
- "y": 67,
- "w": 130,
- "h": 70
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 28,
- "w": 130,
- "h": 70
- },
- "frame": {
- "x": 284,
- "y": 67,
- "w": 130,
- "h": 70
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 28,
- "w": 130,
- "h": 70
- },
- "frame": {
- "x": 284,
- "y": 67,
- "w": 130,
- "h": 70
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 28,
- "w": 130,
- "h": 70
- },
- "frame": {
- "x": 284,
- "y": 67,
- "w": 130,
- "h": 70
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 28,
- "w": 130,
- "h": 70
- },
- "frame": {
- "x": 284,
- "y": 67,
- "w": 130,
- "h": 70
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 28,
- "w": 130,
- "h": 70
- },
- "frame": {
- "x": 284,
- "y": 67,
- "w": 130,
- "h": 70
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 26,
- "w": 145,
- "h": 73
- },
- "frame": {
- "x": 414,
- "y": 68,
- "w": 145,
- "h": 73
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 26,
- "w": 145,
- "h": 73
- },
- "frame": {
- "x": 414,
- "y": 68,
- "w": 145,
- "h": 73
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 26,
- "w": 145,
- "h": 73
- },
- "frame": {
- "x": 414,
- "y": 68,
- "w": 145,
- "h": 73
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 26,
- "w": 145,
- "h": 73
- },
- "frame": {
- "x": 414,
- "y": 68,
- "w": 145,
- "h": 73
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 26,
- "w": 145,
- "h": 73
- },
- "frame": {
- "x": 414,
- "y": 68,
- "w": 145,
- "h": 73
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 26,
- "w": 145,
- "h": 73
- },
- "frame": {
- "x": 414,
- "y": 68,
- "w": 145,
- "h": 73
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 13,
- "w": 124,
- "h": 82
- },
- "frame": {
- "x": 0,
- "y": 134,
- "w": 124,
- "h": 82
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 13,
- "w": 124,
- "h": 82
- },
- "frame": {
- "x": 0,
- "y": 134,
- "w": 124,
- "h": 82
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 13,
- "w": 124,
- "h": 82
- },
- "frame": {
- "x": 0,
- "y": 134,
- "w": 124,
- "h": 82
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 13,
- "w": 124,
- "h": 82
- },
- "frame": {
- "x": 0,
- "y": 134,
- "w": 124,
- "h": 82
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 13,
- "w": 124,
- "h": 82
- },
- "frame": {
- "x": 0,
- "y": 134,
- "w": 124,
- "h": 82
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 13,
- "w": 124,
- "h": 82
- },
- "frame": {
- "x": 0,
- "y": 134,
- "w": 124,
- "h": 82
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 11,
- "w": 106,
- "h": 87
- },
- "frame": {
- "x": 124,
- "y": 135,
- "w": 106,
- "h": 87
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 11,
- "w": 106,
- "h": 87
- },
- "frame": {
- "x": 124,
- "y": 135,
- "w": 106,
- "h": 87
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 11,
- "w": 106,
- "h": 87
- },
- "frame": {
- "x": 124,
- "y": 135,
- "w": 106,
- "h": 87
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 11,
- "w": 106,
- "h": 87
- },
- "frame": {
- "x": 124,
- "y": 135,
- "w": 106,
- "h": 87
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 11,
- "w": 106,
- "h": 87
- },
- "frame": {
- "x": 124,
- "y": 135,
- "w": 106,
- "h": 87
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 11,
- "w": 106,
- "h": 87
- },
- "frame": {
- "x": 124,
- "y": 135,
- "w": 106,
- "h": 87
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 5,
- "w": 99,
- "h": 88
- },
- "frame": {
- "x": 230,
- "y": 137,
- "w": 99,
- "h": 88
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 5,
- "w": 99,
- "h": 88
- },
- "frame": {
- "x": 329,
- "y": 141,
- "w": 99,
- "h": 88
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 6,
- "w": 98,
- "h": 89
- },
- "frame": {
- "x": 428,
- "y": 141,
- "w": 98,
- "h": 89
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 6,
- "w": 98,
- "h": 89
- },
- "frame": {
- "x": 428,
- "y": 141,
- "w": 98,
- "h": 89
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 6,
- "w": 98,
- "h": 89
- },
- "frame": {
- "x": 428,
- "y": 141,
- "w": 98,
- "h": 89
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 6,
- "w": 98,
- "h": 89
- },
- "frame": {
- "x": 428,
- "y": 141,
- "w": 98,
- "h": 89
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 6,
- "w": 98,
- "h": 89
- },
- "frame": {
- "x": 428,
- "y": 141,
- "w": 98,
- "h": 89
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 6,
- "w": 98,
- "h": 89
- },
- "frame": {
- "x": 428,
- "y": 141,
- "w": 98,
- "h": 89
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 0,
- "w": 84,
- "h": 97
- },
- "frame": {
- "x": 526,
- "y": 141,
- "w": 84,
- "h": 97
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 4,
- "w": 96,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 96,
- "h": 89
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 96,
- "h": 89
- },
- "frame": {
- "x": 96,
- "y": 222,
- "w": 96,
- "h": 89
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 7,
- "w": 95,
- "h": 90
- },
- "frame": {
- "x": 290,
- "y": 229,
- "w": 95,
- "h": 90
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 7,
- "w": 95,
- "h": 90
- },
- "frame": {
- "x": 290,
- "y": 229,
- "w": 95,
- "h": 90
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 4,
- "w": 95,
- "h": 90
- },
- "frame": {
- "x": 385,
- "y": 230,
- "w": 95,
- "h": 90
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 4,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 480,
- "y": 238,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 4,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 480,
- "y": 238,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 4,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 480,
- "y": 238,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 4,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 480,
- "y": 238,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 4,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 480,
- "y": 238,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 4,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 480,
- "y": 238,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 0,
- "y": 305,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 0,
- "y": 305,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 0,
- "y": 305,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 0,
- "y": 305,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 0,
- "y": 305,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 0,
- "y": 305,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 6,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 95,
- "y": 311,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 32,
- "y": 2,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 190,
- "y": 315,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 32,
- "y": 2,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 190,
- "y": 315,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 5,
- "w": 101,
- "h": 91
- },
- "frame": {
- "x": 282,
- "y": 319,
- "w": 101,
- "h": 91
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 5,
- "w": 94,
- "h": 92
- },
- "frame": {
- "x": 383,
- "y": 320,
- "w": 94,
- "h": 92
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 4,
- "w": 100,
- "h": 92
- },
- "frame": {
- "x": 477,
- "y": 329,
- "w": 100,
- "h": 92
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 3,
- "w": 94,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 396,
- "w": 94,
- "h": 92
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 2,
- "w": 91,
- "h": 92
- },
- "frame": {
- "x": 94,
- "y": 402,
- "w": 91,
- "h": 92
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 2,
- "w": 91,
- "h": 92
- },
- "frame": {
- "x": 94,
- "y": 402,
- "w": 91,
- "h": 92
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 2,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 185,
- "y": 406,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 6,
- "w": 96,
- "h": 92
- },
- "frame": {
- "x": 277,
- "y": 410,
- "w": 96,
- "h": 92
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 3,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 373,
- "y": 412,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 3,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 373,
- "y": 412,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 3,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 373,
- "y": 412,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 3,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 373,
- "y": 412,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 3,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 373,
- "y": 412,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 3,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 373,
- "y": 412,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 2,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 465,
- "y": 421,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 4,
- "w": 93,
- "h": 94
- },
- "frame": {
- "x": 0,
- "y": 488,
- "w": 93,
- "h": 94
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 1,
- "w": 90,
- "h": 95
- },
- "frame": {
- "x": 93,
- "y": 494,
- "w": 90,
- "h": 95
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 1,
- "w": 90,
- "h": 95
- },
- "frame": {
- "x": 93,
- "y": 494,
- "w": 90,
- "h": 95
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 3,
- "w": 93,
- "h": 95
- },
- "frame": {
- "x": 183,
- "y": 498,
- "w": 93,
- "h": 95
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 0,
- "w": 86,
- "h": 96
- },
- "frame": {
- "x": 276,
- "y": 502,
- "w": 86,
- "h": 96
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 0,
- "w": 86,
- "h": 96
- },
- "frame": {
- "x": 276,
- "y": 502,
- "w": 86,
- "h": 96
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 1,
- "w": 90,
- "h": 96
- },
- "frame": {
- "x": 362,
- "y": 505,
- "w": 90,
- "h": 96
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 2,
- "w": 90,
- "h": 96
- },
- "frame": {
- "x": 452,
- "y": 514,
- "w": 90,
- "h": 96
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d1fca3cca7f334c5072e6d9eac438f12:ad4656a8607db0b15f07d4c8860395b7:25c89a8ec37b43392b53a70993acdff3$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 284, "y": 81, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 96, "h": 88 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 690, "y": 66, "w": 103, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 14, "w": 103, "h": 86 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 554, "y": 0, "w": 136, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 33, "w": 136, "h": 69 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 143, "y": 69, "w": 141, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 40, "w": 141, "h": 63 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 409, "y": 0, "w": 145, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 38, "w": 145, "h": 65 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 143, "y": 0, "w": 144, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 33, "w": 144, "h": 69 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 143, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 30, "w": 143, "h": 71 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 409, "y": 65, "w": 131, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 131, "h": 68 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 540, "y": 69, "w": 134, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 33, "w": 134, "h": 66 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 690, "y": 0, "w": 139, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 32, "w": 139, "h": 66 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 287, "y": 0, "w": 122, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 16, "w": 122, "h": 81 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 380, "y": 133, "w": 96, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 10, "w": 96, "h": 87 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 573, "y": 135, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 653, "y": 242, "w": 90, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 7, "w": 90, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 665, "y": 152, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 284, "y": 81, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 96, "h": 88 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 690, "y": 66, "w": 103, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 14, "w": 103, "h": 86 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 554, "y": 0, "w": 136, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 33, "w": 136, "h": 69 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 143, "y": 69, "w": 141, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 40, "w": 141, "h": 63 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 409, "y": 0, "w": 145, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 38, "w": 145, "h": 65 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 143, "y": 0, "w": 144, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 33, "w": 144, "h": 69 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 0, "w": 143, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 30, "w": 143, "h": 71 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 409, "y": 65, "w": 131, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 131, "h": 68 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 540, "y": 69, "w": 134, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 33, "w": 134, "h": 66 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 690, "y": 0, "w": 139, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 32, "w": 139, "h": 66 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 287, "y": 0, "w": 122, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 16, "w": 122, "h": 81 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 380, "y": 133, "w": 96, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 10, "w": 96, "h": 87 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 573, "y": 135, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 653, "y": 242, "w": 90, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 7, "w": 90, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 665, "y": 152, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 284, "y": 81, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 96, "h": 88 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 690, "y": 66, "w": 103, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 14, "w": 103, "h": 86 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 554, "y": 0, "w": 136, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 33, "w": 136, "h": 69 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 143, "y": 69, "w": 141, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 40, "w": 141, "h": 63 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 409, "y": 0, "w": 145, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 38, "w": 145, "h": 65 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 143, "y": 0, "w": 144, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 33, "w": 144, "h": 69 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 143, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 30, "w": 143, "h": 71 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 409, "y": 65, "w": 131, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 131, "h": 68 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 540, "y": 69, "w": 134, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 33, "w": 134, "h": 66 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 690, "y": 0, "w": 139, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 32, "w": 139, "h": 66 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 287, "y": 0, "w": 122, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 16, "w": 122, "h": 81 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 380, "y": 133, "w": 96, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 10, "w": 96, "h": 87 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 573, "y": 135, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 653, "y": 242, "w": 90, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 7, "w": 90, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 665, "y": 152, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 284, "y": 81, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 96, "h": 88 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 80
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 161, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 9, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 20
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 374, "y": 220, "w": 93, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 10, "w": 93, "h": 89 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 70
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 832, "y": 275, "w": 89, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 89, "h": 91 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 30
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 282, "y": 169, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 9, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 191, "y": 132, "w": 91, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 91, "h": 91 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 71, "w": 98, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 8, "w": 98, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 30
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 829, "y": 0, "w": 97, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 6, "w": 97, "h": 92 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 70
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 92, "y": 222, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 90, "h": 91 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 20
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 926, "y": 0, "w": 89, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 89, "h": 92 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 80
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 90, "y": 313, "w": 88, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 5, "w": 88, "h": 91 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 80
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 251, "w": 90, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 6, "w": 90, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 20
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 743, "y": 271, "w": 89, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 4, "w": 89, "h": 91 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 70
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 98, "y": 132, "w": 93, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 5, "w": 93, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 30
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 182, "y": 223, "w": 93, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 7, "w": 93, "h": 88 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 793, "y": 92, "w": 97, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 97, "h": 87 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 476, "y": 135, "w": 97, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 9, "w": 97, "h": 86 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 30
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 560, "y": 225, "w": 93, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 7, "w": 93, "h": 88 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 70
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 467, "y": 221, "w": 93, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 93, "h": 89 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 20
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 275, "y": 259, "w": 89, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 89, "h": 91 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 80
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 921, "y": 275, "w": 87, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 87, "h": 93 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 80
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 536, "y": 313, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 20
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 182, "y": 311, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 1, "w": 84, "h": 96 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 70
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 341, "w": 80, "h": 97 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 0, "w": 80, "h": 97 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 30
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 619, "y": 332, "w": 81, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 2, "w": 81, "h": 96 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 364, "y": 309, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 450, "y": 310, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 86, "h": 94 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 30
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 757, "y": 179, "w": 90, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 90, "h": 92 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 70
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 847, "y": 183, "w": 90, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 7, "w": 90, "h": 92 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 20
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 890, "y": 92, "w": 92, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 92, "h": 91 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 80
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.9.2-x64",
+ "image": "249.png",
+ "format": "I8",
+ "size": { "w": 1015, "h": 438 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/249.png b/public/images/pokemon/back/249.png
index e08ce361804..181c7076e5d 100644
Binary files a/public/images/pokemon/back/249.png and b/public/images/pokemon/back/249.png differ
diff --git a/public/images/pokemon/back/25-gigantamax.png b/public/images/pokemon/back/25-gigantamax.png
index c80b3d5d486..1bed545d749 100644
Binary files a/public/images/pokemon/back/25-gigantamax.png and b/public/images/pokemon/back/25-gigantamax.png differ
diff --git a/public/images/pokemon/back/256.png b/public/images/pokemon/back/256.png
index 86f771dee3f..9e58466f2ba 100644
Binary files a/public/images/pokemon/back/256.png and b/public/images/pokemon/back/256.png differ
diff --git a/public/images/pokemon/back/257-mega.png b/public/images/pokemon/back/257-mega.png
index 1222c1cf8e2..df1f65d5811 100644
Binary files a/public/images/pokemon/back/257-mega.png and b/public/images/pokemon/back/257-mega.png differ
diff --git a/public/images/pokemon/back/257.png b/public/images/pokemon/back/257.png
index cc319ea4841..0104c4799da 100644
Binary files a/public/images/pokemon/back/257.png and b/public/images/pokemon/back/257.png differ
diff --git a/public/images/pokemon/back/261.png b/public/images/pokemon/back/261.png
index ce8d9579465..b44a6dc019e 100644
Binary files a/public/images/pokemon/back/261.png and b/public/images/pokemon/back/261.png differ
diff --git a/public/images/pokemon/back/262.png b/public/images/pokemon/back/262.png
index e1c7a26e2e8..2bc9bf59816 100644
Binary files a/public/images/pokemon/back/262.png and b/public/images/pokemon/back/262.png differ
diff --git a/public/images/pokemon/back/3-gigantamax.png b/public/images/pokemon/back/3-gigantamax.png
index a368c97741e..278cb58b765 100644
Binary files a/public/images/pokemon/back/3-gigantamax.png and b/public/images/pokemon/back/3-gigantamax.png differ
diff --git a/public/images/pokemon/back/3-mega.png b/public/images/pokemon/back/3-mega.png
index 0c8512cb91b..5f4986de090 100644
Binary files a/public/images/pokemon/back/3-mega.png and b/public/images/pokemon/back/3-mega.png differ
diff --git a/public/images/pokemon/back/3.png b/public/images/pokemon/back/3.png
index 4312bfbce2c..9f833c7d122 100644
Binary files a/public/images/pokemon/back/3.png and b/public/images/pokemon/back/3.png differ
diff --git a/public/images/pokemon/back/303-mega.png b/public/images/pokemon/back/303-mega.png
index c1fe85b22ff..94960dc84b1 100644
Binary files a/public/images/pokemon/back/303-mega.png and b/public/images/pokemon/back/303-mega.png differ
diff --git a/public/images/pokemon/back/357.png b/public/images/pokemon/back/357.png
index 4c832d552a9..7a7e551c4a2 100644
Binary files a/public/images/pokemon/back/357.png and b/public/images/pokemon/back/357.png differ
diff --git a/public/images/pokemon/back/401.png b/public/images/pokemon/back/401.png
index 61baacef0b6..1227e0533e3 100644
Binary files a/public/images/pokemon/back/401.png and b/public/images/pokemon/back/401.png differ
diff --git a/public/images/pokemon/back/402.png b/public/images/pokemon/back/402.png
index 68d74ba524d..f74de4e8dc2 100644
Binary files a/public/images/pokemon/back/402.png and b/public/images/pokemon/back/402.png differ
diff --git a/public/images/pokemon/back/4080.png b/public/images/pokemon/back/4080.png
index ce3c9cbd3f5..182424bd1e0 100644
Binary files a/public/images/pokemon/back/4080.png and b/public/images/pokemon/back/4080.png differ
diff --git a/public/images/pokemon/back/412-sandy.png b/public/images/pokemon/back/412-sandy.png
index c76152b11bc..61219669129 100644
Binary files a/public/images/pokemon/back/412-sandy.png and b/public/images/pokemon/back/412-sandy.png differ
diff --git a/public/images/pokemon/back/418.png b/public/images/pokemon/back/418.png
index 5d2cf6c1368..724948d9809 100644
Binary files a/public/images/pokemon/back/418.png and b/public/images/pokemon/back/418.png differ
diff --git a/public/images/pokemon/back/419.png b/public/images/pokemon/back/419.png
index 6ece4983987..7a389c2cbe3 100644
Binary files a/public/images/pokemon/back/419.png and b/public/images/pokemon/back/419.png differ
diff --git a/public/images/pokemon/back/4199.png b/public/images/pokemon/back/4199.png
index 1b45a0c2016..eb02986212f 100644
Binary files a/public/images/pokemon/back/4199.png and b/public/images/pokemon/back/4199.png differ
diff --git a/public/images/pokemon/back/424.png b/public/images/pokemon/back/424.png
index 76bc69d20e8..c953801431e 100644
Binary files a/public/images/pokemon/back/424.png and b/public/images/pokemon/back/424.png differ
diff --git a/public/images/pokemon/back/456.png b/public/images/pokemon/back/456.png
index 74d21eee031..216cca54757 100644
Binary files a/public/images/pokemon/back/456.png and b/public/images/pokemon/back/456.png differ
diff --git a/public/images/pokemon/back/4562.png b/public/images/pokemon/back/4562.png
index 6bbbf07ebdc..1e23be42716 100644
Binary files a/public/images/pokemon/back/4562.png and b/public/images/pokemon/back/4562.png differ
diff --git a/public/images/pokemon/back/457.png b/public/images/pokemon/back/457.png
index 239b235e7bd..806cacfaed2 100644
Binary files a/public/images/pokemon/back/457.png and b/public/images/pokemon/back/457.png differ
diff --git a/public/images/pokemon/back/467.png b/public/images/pokemon/back/467.png
index 0073f964ade..5edba20e48e 100644
Binary files a/public/images/pokemon/back/467.png and b/public/images/pokemon/back/467.png differ
diff --git a/public/images/pokemon/back/477.png b/public/images/pokemon/back/477.png
index 40142d042b9..02b662fbd74 100644
Binary files a/public/images/pokemon/back/477.png and b/public/images/pokemon/back/477.png differ
diff --git a/public/images/pokemon/back/556.png b/public/images/pokemon/back/556.png
index aeab696307a..43652a17d06 100644
Binary files a/public/images/pokemon/back/556.png and b/public/images/pokemon/back/556.png differ
diff --git a/public/images/pokemon/back/569-gigantamax.png b/public/images/pokemon/back/569-gigantamax.png
index ca4e897ecc2..334c513dd73 100644
Binary files a/public/images/pokemon/back/569-gigantamax.png and b/public/images/pokemon/back/569-gigantamax.png differ
diff --git a/public/images/pokemon/back/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/699.png b/public/images/pokemon/back/699.png
index d24d2ad0a73..25693e4a3f9 100644
Binary files a/public/images/pokemon/back/699.png and b/public/images/pokemon/back/699.png differ
diff --git a/public/images/pokemon/back/702.png b/public/images/pokemon/back/702.png
index 9b375837be3..2b1d490b71a 100644
Binary files a/public/images/pokemon/back/702.png and b/public/images/pokemon/back/702.png differ
diff --git a/public/images/pokemon/back/703.json b/public/images/pokemon/back/703.json
index 4afe5c3a14d..d6752e6f7ff 100644
--- a/public/images/pokemon/back/703.json
+++ b/public/images/pokemon/back/703.json
@@ -1,41 +1,569 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 38,
- "h": 38
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 37,
- "h": 38
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:32e6c2d8721f80aa2afd20f97c5e4cf1:2c61f7a426cd2d739241c87d6ab5ea99:721af8c322ff60159262e9b3017c784d$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 36, "y": 38, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 36, "y": 38, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "703.png",
+ "format": "I8",
+ "size": { "w": 110, "h": 117 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/703.png b/public/images/pokemon/back/703.png
index 1f52ddd3afe..b5b35e07027 100644
Binary files a/public/images/pokemon/back/703.png and b/public/images/pokemon/back/703.png differ
diff --git a/public/images/pokemon/back/707.json b/public/images/pokemon/back/707.json
index cf372e6a60f..b92e1983efc 100644
--- a/public/images/pokemon/back/707.json
+++ b/public/images/pokemon/back/707.json
@@ -1,41 +1,1559 @@
-{
- "textures": [
- {
- "image": "707.png",
- "format": "RGBA8888",
- "size": {
- "w": 77,
- "h": 77
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 77
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8e9f9a53c8e85bade8027fc978f717a4:3280efd867363be1c2e5a01411ad5bd5:8e96b9056ea81e44ced99c97f472a528$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 190, "y": 373, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 391, "y": 440, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 443, "y": 377, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 715, "y": 359, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 45, "y": 363, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 520, "y": 352, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 306, "y": 291, "w": 48, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 48, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 527, "y": 213, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 372, "y": 139, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 12, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 404, "y": 69, "w": 59, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 59, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 658, "y": 73, "w": 57, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 57, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 570, "y": 141, "w": 55, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 55, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 161, "y": 145, "w": 53, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 53, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 2, "y": 208, "w": 51, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 51, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 475, "y": 229, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 623, "y": 300, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 475, "y": 302, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 17, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 232, "y": 414, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 607, "y": 374, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 147, "y": 351, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 16, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 206, "y": 295, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 326, "y": 213, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 479, "y": 151, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 112, "y": 145, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 321, "y": 135, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 269, "y": 134, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 214, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 463, "y": 69, "w": 55, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 55, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 159, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 715, "y": 73, "w": 53, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 53, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 518, "y": 74, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 61, "y": 136, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 625, "y": 144, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 16, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 625, "y": 222, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 16, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 430, "y": 287, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 190, "y": 373, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 391, "y": 440, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 443, "y": 377, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 715, "y": 359, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 45, "y": 363, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 520, "y": 352, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 306, "y": 291, "w": 48, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 48, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 527, "y": 213, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 372, "y": 139, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 12, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 404, "y": 69, "w": 59, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 59, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 658, "y": 73, "w": 57, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 57, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 570, "y": 141, "w": 55, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 55, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 161, "y": 145, "w": 53, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 53, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 2, "y": 208, "w": 51, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 51, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 475, "y": 229, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 623, "y": 300, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 475, "y": 302, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 17, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 232, "y": 414, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 607, "y": 374, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 147, "y": 351, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 16, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 206, "y": 295, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 326, "y": 213, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 479, "y": 151, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 112, "y": 145, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 321, "y": 135, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 269, "y": 134, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 214, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 463, "y": 69, "w": 55, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 55, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 159, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 715, "y": 73, "w": 53, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 53, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 518, "y": 74, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 61, "y": 136, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 625, "y": 144, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 16, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 625, "y": 222, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 16, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 430, "y": 287, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 190, "y": 373, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 391, "y": 440, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 443, "y": 377, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 715, "y": 359, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 45, "y": 363, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 520, "y": 352, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 306, "y": 291, "w": 48, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 48, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 527, "y": 213, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 372, "y": 139, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 12, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 404, "y": 69, "w": 59, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 59, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 658, "y": 73, "w": 57, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 57, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 570, "y": 141, "w": 55, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 55, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 161, "y": 145, "w": 53, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 53, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 2, "y": 208, "w": 51, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 51, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 475, "y": 229, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 623, "y": 300, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 475, "y": 302, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 17, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 232, "y": 414, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 607, "y": 374, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 147, "y": 351, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 16, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 206, "y": 295, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 326, "y": 213, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 479, "y": 151, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 112, "y": 145, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 321, "y": 135, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 269, "y": 134, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 214, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 463, "y": 69, "w": 55, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 55, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 159, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 715, "y": 73, "w": 53, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 53, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 518, "y": 74, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 61, "y": 136, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 625, "y": 144, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 16, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 625, "y": 222, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 16, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 430, "y": 287, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 428, "y": 143, "w": 51, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 17, "w": 51, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 98, "y": 62, "w": 61, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 14, "w": 61, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 530, "y": 2, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 11, "w": 70, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 194, "y": 2, "w": 85, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 85, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 2, "y": 2, "w": 96, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 96, "h": 63 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 98, "y": 2, "w": 96, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 96, "h": 60 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 279, "y": 2, "w": 91, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 0, "w": 91, "h": 62 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 370, "y": 2, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 84, "h": 64 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 454, "y": 2, "w": 76, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 600, "y": 2, "w": 67, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 67, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 372, "y": 210, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 4, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 172, "y": 450, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 5, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 526, "y": 443, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 7, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 432, "y": 453, "w": 41, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 10, "w": 41, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 43, "y": 438, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 11, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 2, "y": 435, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 13, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 565, "y": 366, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 14, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 131, "y": 429, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 16, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 485, "y": 426, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 649, "y": 421, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 2, "y": 281, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 18, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 53, "y": 214, "w": 48, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 18, "w": 48, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 354, "y": 348, "w": 46, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 19, "w": 46, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 345, "y": 421, "w": 46, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 20, "w": 46, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 567, "y": 451, "w": 45, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 45, "h": 68 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 423, "y": 218, "w": 52, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 52, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 2, "y": 137, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 19, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 2, "y": 65, "w": 59, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 19, "w": 59, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 600, "y": 71, "w": 58, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 19, "w": 58, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 577, "y": 291, "w": 46, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 46, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 303, "y": 363, "w": 42, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 42, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 400, "y": 364, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 524, "y": 285, "w": 53, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 19, "w": 53, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 266, "y": 213, "w": 60, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 19, "w": 60, "h": 62 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 674, "y": 219, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 58, "h": 62 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 150, "y": 288, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 18, "w": 56, "h": 63 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 250, "y": 351, "w": 53, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 18, "w": 53, "h": 63 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 674, "y": 149, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 18, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 214, "y": 145, "w": 52, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 19, "w": 52, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 48, "y": 290, "w": 48, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 19, "w": 48, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 161, "y": 217, "w": 51, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 19, "w": 51, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 343, "y": 66, "w": 61, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 61, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 279, "y": 64, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 64, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 667, "y": 2, "w": 64, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 19, "w": 64, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 101, "y": 223, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 18, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 89, "y": 363, "w": 42, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 18, "w": 42, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 671, "y": 281, "w": 53, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 19, "w": 53, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 274, "y": 441, "w": 62, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 62, "h": 50 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 275, "y": 491, "w": 62, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 62, "h": 43 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 674, "y": 505, "w": 59, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 23, "w": 59, "h": 42 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 612, "y": 498, "w": 62, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 62, "h": 43 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 213, "y": 491, "w": 62, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 22, "w": 62, "h": 49 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 372, "y": 287, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 21, "w": 58, "h": 61 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0164.png",
+ "frame": { "x": 96, "y": 296, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 20, "w": 51, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0165.png",
+ "frame": { "x": 84, "y": 441, "w": 45, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 20, "w": 45, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0166.png",
+ "frame": { "x": 728, "y": 149, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 19, "w": 42, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0167.png",
+ "frame": { "x": 690, "y": 434, "w": 44, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 19, "w": 44, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0168.png",
+ "frame": { "x": 669, "y": 348, "w": 46, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 19, "w": 46, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0169.png",
+ "frame": { "x": 259, "y": 275, "w": 47, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 18, "w": 47, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0170.png",
+ "frame": { "x": 212, "y": 218, "w": 47, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 18, "w": 47, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0171.png",
+ "frame": { "x": 578, "y": 213, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 18, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0172.png",
+ "frame": { "x": 724, "y": 281, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 18, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "707.png",
+ "format": "I8",
+ "size": { "w": 772, "h": 549 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/707.png b/public/images/pokemon/back/707.png
index 78aa7077f90..83ca7298f45 100644
Binary files a/public/images/pokemon/back/707.png and b/public/images/pokemon/back/707.png differ
diff --git a/public/images/pokemon/back/708.json b/public/images/pokemon/back/708.json
index 33edc5748bd..22aa1885edb 100644
--- a/public/images/pokemon/back/708.json
+++ b/public/images/pokemon/back/708.json
@@ -1,41 +1,1091 @@
-{
- "textures": [
- {
- "image": "708.png",
- "format": "RGBA8888",
- "size": {
- "w": 43,
- "h": 43
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:baaaa3a73da00bbc954269f5f5228420:171d77a039e525f9a3a332d9e2d5d82c:796c82c5076b122f2663381836c65843$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 126, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 88, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 8, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 175, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 88, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 13, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 132, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 14, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 176, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 220, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 17, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 264, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 19, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 262, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 21, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 44, "y": 166, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 23, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 0, "y": 167, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 21, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 88, "y": 206, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 20, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 220, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 44, "y": 247, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 218, "y": 246, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 262, "y": 246, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 177, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 264, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 222, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "708.png",
+ "format": "I8",
+ "size": { "w": 307, "h": 286 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/708.png b/public/images/pokemon/back/708.png
index d6ba8dd838c..9e094aa7122 100644
Binary files a/public/images/pokemon/back/708.png and b/public/images/pokemon/back/708.png differ
diff --git a/public/images/pokemon/back/714.json b/public/images/pokemon/back/714.json
index e4e3740603e..abcb8902edd 100644
--- a/public/images/pokemon/back/714.json
+++ b/public/images/pokemon/back/714.json
@@ -1,41 +1,263 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 63,
- "h": 63
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 63,
- "h": 57
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8ffbc9c4153869b318391be0e5f3743c:6e53f3ebf638d13b0d9b325c9e1c6198:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 66, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 198, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 64, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 124, "y": 120, "w": 34, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 34, "h": 65 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 1, "y": 178, "w": 34, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 3, "w": 34, "h": 60 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 264, "y": 61, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 131, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 198, "y": 60, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 64, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 160, "y": 120, "w": 34, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 3, "w": 34, "h": 65 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 196, "y": 178, "w": 34, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 34, "h": 60 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 1, "y": 120, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 66, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 64, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 50, "y": 120, "w": 35, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 2, "w": 35, "h": 66 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 245, "y": 120, "w": 35, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 2, "w": 35, "h": 61 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 264, "y": 1, "w": 47, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 0, "w": 47, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 133, "y": 1, "w": 63, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 63, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 67, "y": 1, "w": 64, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 64, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 87, "y": 120, "w": 35, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 35, "h": 66 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 282, "y": 120, "w": 34, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 34, "h": 61 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 1, "y": 120, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "714.png",
+ "format": "I8",
+ "size": { "w": 317, "h": 239 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/714.png b/public/images/pokemon/back/714.png
index b9724fe6a63..afe2bce45a4 100644
Binary files a/public/images/pokemon/back/714.png and b/public/images/pokemon/back/714.png differ
diff --git a/public/images/pokemon/back/715.png b/public/images/pokemon/back/715.png
index edcb84dbd2a..624780ff0c6 100644
Binary files a/public/images/pokemon/back/715.png and b/public/images/pokemon/back/715.png differ
diff --git a/public/images/pokemon/back/716-active.png b/public/images/pokemon/back/716-active.png
index 0b5d2ec3c66..c3276ec81b6 100644
Binary files a/public/images/pokemon/back/716-active.png and b/public/images/pokemon/back/716-active.png differ
diff --git a/public/images/pokemon/back/716-neutral.png b/public/images/pokemon/back/716-neutral.png
index 291fb1600dd..73ebb3231cc 100644
Binary files a/public/images/pokemon/back/716-neutral.png and b/public/images/pokemon/back/716-neutral.png differ
diff --git a/public/images/pokemon/back/718-10.json b/public/images/pokemon/back/718-10.json
index 74c29a2514f..75053d61900 100644
--- a/public/images/pokemon/back/718-10.json
+++ b/public/images/pokemon/back/718-10.json
@@ -1,41 +1,686 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 65,
- "h": 65
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 59,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e9f4b2c69d996349a8e35598e7ddec9c:06067c7cf2cde81fd4d1f42fe319185e:82195cf2a6db620c5643b8162d6e8c5c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 194, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 59, "h": 64 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 59, "y": 194, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 59, "h": 64 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 56, "y": 319, "w": 59, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 59, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 117, "y": 259, "w": 60, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 60, "h": 62 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 177, "y": 320, "w": 60, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 60, "h": 61 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 232, "y": 128, "w": 61, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 61, "h": 62 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 56, "y": 258, "w": 61, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 61, "h": 61 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 118, "y": 195, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 59, "h": 64 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 115, "y": 321, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 55, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 237, "y": 321, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 55, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 234, "y": 253, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 290, "y": 254, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 258, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 175, "y": 128, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 57, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 177, "y": 253, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 57, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 59, "y": 65, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 117, "y": 128, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 65, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718-10.png",
+ "format": "I8",
+ "size": { "w": 364, "h": 387 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/718-10.png b/public/images/pokemon/back/718-10.png
index 351da7fa3b3..2f3b211e9a6 100644
Binary files a/public/images/pokemon/back/718-10.png and b/public/images/pokemon/back/718-10.png differ
diff --git a/public/images/pokemon/back/718.json b/public/images/pokemon/back/718.json
index ef727edcb5c..1a835e26b08 100644
--- a/public/images/pokemon/back/718.json
+++ b/public/images/pokemon/back/718.json
@@ -1,41 +1,803 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 88,
- "h": 88
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 72,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3aa5b45708c79b806af72f343f73edbc:0b68b84d5671a020b28cd5a19650bf44:7b4a06b06cbac24b3f39727b0238661b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 359, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 300, "y": 357, "w": 73, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 380, "y": 271, "w": 74, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 74, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 384, "y": 181, "w": 75, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 75, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 155, "y": 92, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 309, "y": 91, "w": 77, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 77, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 227, "y": 268, "w": 77, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 77, "h": 87 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 150, "y": 182, "w": 77, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 77, "h": 87 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 272, "w": 75, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 75, "h": 87 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 310, "y": 0, "w": 77, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 77, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 387, "y": 0, "w": 77, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 77, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 155, "y": 0, "w": 77, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 77, "h": 92 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 77, "y": 0, "w": 78, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 78, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 0, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 77, "h": 93 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 231, "y": 180, "w": 77, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 77, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 232, "y": 0, "w": 78, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 78, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 77, "y": 91, "w": 78, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 78, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 464, "y": 0, "w": 77, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 77, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 232, "y": 90, "w": 77, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 77, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 464, "y": 90, "w": 77, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 77, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 93, "w": 75, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 75, "y": 179, "w": 75, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 75, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 454, "y": 357, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718.png",
+ "format": "I8",
+ "size": { "w": 541, "h": 534 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/718.png b/public/images/pokemon/back/718.png
index 8e3966b1f79..ce48ca205b4 100644
Binary files a/public/images/pokemon/back/718.png and b/public/images/pokemon/back/718.png differ
diff --git a/public/images/pokemon/back/719.json b/public/images/pokemon/back/719.json
index ea7fd0f3213..440e23718de 100644
--- a/public/images/pokemon/back/719.json
+++ b/public/images/pokemon/back/719.json
@@ -1,41 +1,875 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 70,
- "h": 70
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 42,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 70
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:fd235f556d7919416a78362d72f6badd:d250eac977fb7684257a27d4f4c11bea:17a705bb924916761be2495822a53735$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 44, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 88, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 132, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 176, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 42, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 83, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 42, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 84, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 131, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 220, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 44, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 88, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 132, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 176, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 42, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 83, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 42, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 84, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 131, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 220, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 44, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 88, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 132, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 176, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 42, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 83, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 42, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 84, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 131, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 220, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 44, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 88, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 132, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 176, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 42, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 83, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 42, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 84, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 131, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 220, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 72, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 126, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 168, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 124, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 206, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 162, "y": 359, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 0, "w": 37, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 202, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 82, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 165, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 210, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 217, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 44, "y": 72, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 88, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 252, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 247, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 288, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 162, "y": 288, "w": 38, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 38, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 241, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 122, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 41, "y": 288, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 216, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 174, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 72, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 126, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 168, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 124, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 206, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 162, "y": 359, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 0, "w": 37, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 202, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 82, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 165, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 210, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 217, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 44, "y": 72, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 88, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 252, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 247, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 288, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 162, "y": 288, "w": 38, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 38, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 241, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 122, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 41, "y": 288, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 216, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 174, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "719.png",
+ "format": "I8",
+ "size": { "w": 292, "h": 428 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/719.png b/public/images/pokemon/back/719.png
index 14ff62742f7..1c275f3241d 100644
Binary files a/public/images/pokemon/back/719.png and b/public/images/pokemon/back/719.png differ
diff --git a/public/images/pokemon/back/728.png b/public/images/pokemon/back/728.png
index 36633bf4174..fa04ca2bdbb 100644
Binary files a/public/images/pokemon/back/728.png and b/public/images/pokemon/back/728.png differ
diff --git a/public/images/pokemon/back/730.png b/public/images/pokemon/back/730.png
index 75499065e47..5c150efb08c 100644
Binary files a/public/images/pokemon/back/730.png and b/public/images/pokemon/back/730.png differ
diff --git a/public/images/pokemon/back/749.png b/public/images/pokemon/back/749.png
index 8a14933a52e..0f28ee107c9 100644
Binary files a/public/images/pokemon/back/749.png and b/public/images/pokemon/back/749.png differ
diff --git a/public/images/pokemon/back/750.png b/public/images/pokemon/back/750.png
index caa6b0c4eef..62015e8714e 100644
Binary files a/public/images/pokemon/back/750.png and b/public/images/pokemon/back/750.png differ
diff --git a/public/images/pokemon/back/772.png b/public/images/pokemon/back/772.png
index eb4e5e9b8b1..059671261d7 100644
Binary files a/public/images/pokemon/back/772.png and b/public/images/pokemon/back/772.png differ
diff --git a/public/images/pokemon/back/798.png b/public/images/pokemon/back/798.png
index 085db6e0876..262f0b4fd79 100644
Binary files a/public/images/pokemon/back/798.png and b/public/images/pokemon/back/798.png differ
diff --git a/public/images/pokemon/back/80-mega.png b/public/images/pokemon/back/80-mega.png
index 5bc773e3475..005e2a813f3 100644
Binary files a/public/images/pokemon/back/80-mega.png and b/public/images/pokemon/back/80-mega.png differ
diff --git a/public/images/pokemon/back/80.png b/public/images/pokemon/back/80.png
index 25b7f5fff9c..f993d4b695b 100644
Binary files a/public/images/pokemon/back/80.png and b/public/images/pokemon/back/80.png differ
diff --git a/public/images/pokemon/back/818-gigantamax.png b/public/images/pokemon/back/818-gigantamax.png
index 93dc06b038c..22b6e71281a 100644
Binary files a/public/images/pokemon/back/818-gigantamax.png and b/public/images/pokemon/back/818-gigantamax.png differ
diff --git a/public/images/pokemon/back/876-female.png b/public/images/pokemon/back/876-female.png
index 29e7d4a2afd..5c25cc2f977 100644
Binary files a/public/images/pokemon/back/876-female.png and b/public/images/pokemon/back/876-female.png differ
diff --git a/public/images/pokemon/back/876.png b/public/images/pokemon/back/876.png
index 1ba33ec5516..1fc71387c62 100644
Binary files a/public/images/pokemon/back/876.png and b/public/images/pokemon/back/876.png differ
diff --git a/public/images/pokemon/back/880.png b/public/images/pokemon/back/880.png
index a82239996bc..d175b340bb8 100644
Binary files a/public/images/pokemon/back/880.png and b/public/images/pokemon/back/880.png differ
diff --git a/public/images/pokemon/back/881.png b/public/images/pokemon/back/881.png
index 852453aaaa0..60ab60a9aa1 100644
Binary files a/public/images/pokemon/back/881.png and b/public/images/pokemon/back/881.png differ
diff --git a/public/images/pokemon/back/882.png b/public/images/pokemon/back/882.png
index cb05d6c5a91..0675270f6e9 100644
Binary files a/public/images/pokemon/back/882.png and b/public/images/pokemon/back/882.png differ
diff --git a/public/images/pokemon/back/896.png b/public/images/pokemon/back/896.png
index 243e9a4cfde..f989d532c8b 100644
Binary files a/public/images/pokemon/back/896.png and b/public/images/pokemon/back/896.png differ
diff --git a/public/images/pokemon/back/898-ice.png b/public/images/pokemon/back/898-ice.png
index ca5b032669e..b279a7416ed 100644
Binary files a/public/images/pokemon/back/898-ice.png and b/public/images/pokemon/back/898-ice.png differ
diff --git a/public/images/pokemon/back/898-shadow.png b/public/images/pokemon/back/898-shadow.png
index 0bbf0d2083c..0491ba74c86 100644
Binary files a/public/images/pokemon/back/898-shadow.png and b/public/images/pokemon/back/898-shadow.png differ
diff --git a/public/images/pokemon/back/898.png b/public/images/pokemon/back/898.png
index f99aa938ea2..fafc2947908 100644
Binary files a/public/images/pokemon/back/898.png and b/public/images/pokemon/back/898.png differ
diff --git a/public/images/pokemon/back/913.png b/public/images/pokemon/back/913.png
index 0935def3821..4a08acae4ea 100644
Binary files a/public/images/pokemon/back/913.png and b/public/images/pokemon/back/913.png differ
diff --git a/public/images/pokemon/back/914.png b/public/images/pokemon/back/914.png
index 7e87e0cc60e..221a91d018a 100644
Binary files a/public/images/pokemon/back/914.png and b/public/images/pokemon/back/914.png differ
diff --git a/public/images/pokemon/back/981.png b/public/images/pokemon/back/981.png
index 38b1a715f69..6744ddcf6b9 100644
Binary files a/public/images/pokemon/back/981.png and b/public/images/pokemon/back/981.png differ
diff --git a/public/images/pokemon/back/987.png b/public/images/pokemon/back/987.png
index 64a47fbf0ea..ab4e628de28 100644
Binary files a/public/images/pokemon/back/987.png and b/public/images/pokemon/back/987.png differ
diff --git a/public/images/pokemon/back/female/190.png b/public/images/pokemon/back/female/190.png
index 68b0624d213..1028c6410a6 100644
Binary files a/public/images/pokemon/back/female/190.png and b/public/images/pokemon/back/female/190.png differ
diff --git a/public/images/pokemon/back/female/229.png b/public/images/pokemon/back/female/229.png
index 76be7104638..f3bb6b6f2f6 100644
Binary files a/public/images/pokemon/back/female/229.png and b/public/images/pokemon/back/female/229.png differ
diff --git a/public/images/pokemon/back/female/256.png b/public/images/pokemon/back/female/256.png
index 6b6f7b97b7c..92612d4ccdc 100644
Binary files a/public/images/pokemon/back/female/256.png and b/public/images/pokemon/back/female/256.png differ
diff --git a/public/images/pokemon/back/female/257.png b/public/images/pokemon/back/female/257.png
index 0b93d07d99e..7b8171f39c0 100644
Binary files a/public/images/pokemon/back/female/257.png and b/public/images/pokemon/back/female/257.png differ
diff --git a/public/images/pokemon/back/female/3.png b/public/images/pokemon/back/female/3.png
index 0fdbf4e9be2..ef103db8ce0 100644
Binary files a/public/images/pokemon/back/female/3.png and b/public/images/pokemon/back/female/3.png differ
diff --git a/public/images/pokemon/back/female/401.png b/public/images/pokemon/back/female/401.png
index 2b0206a6707..8ebce5ff353 100644
Binary files a/public/images/pokemon/back/female/401.png and b/public/images/pokemon/back/female/401.png differ
diff --git a/public/images/pokemon/back/female/402.png b/public/images/pokemon/back/female/402.png
index bc8ca92ea94..6e88b492759 100644
Binary files a/public/images/pokemon/back/female/402.png and b/public/images/pokemon/back/female/402.png differ
diff --git a/public/images/pokemon/back/female/418.png b/public/images/pokemon/back/female/418.png
index 14c1eee1a63..1fc721cd534 100644
Binary files a/public/images/pokemon/back/female/418.png and b/public/images/pokemon/back/female/418.png differ
diff --git a/public/images/pokemon/back/female/419.png b/public/images/pokemon/back/female/419.png
index 9c757d2faba..22ac91c7208 100644
Binary files a/public/images/pokemon/back/female/419.png and b/public/images/pokemon/back/female/419.png differ
diff --git a/public/images/pokemon/back/female/424.png b/public/images/pokemon/back/female/424.png
index b05fbcf8a19..b8128ba481b 100644
Binary files a/public/images/pokemon/back/female/424.png and b/public/images/pokemon/back/female/424.png differ
diff --git a/public/images/pokemon/back/female/456.png b/public/images/pokemon/back/female/456.png
index dd326cb32f1..4c666b8cc19 100644
Binary files a/public/images/pokemon/back/female/456.png and b/public/images/pokemon/back/female/456.png differ
diff --git a/public/images/pokemon/back/female/457.png b/public/images/pokemon/back/female/457.png
index 04e1ae12ff4..9f243381edc 100644
Binary files a/public/images/pokemon/back/female/457.png and b/public/images/pokemon/back/female/457.png differ
diff --git a/public/images/pokemon/back/shiny/1003.png b/public/images/pokemon/back/shiny/1003.png
index 6ebce339091..fa50a1c8ffe 100644
Binary files a/public/images/pokemon/back/shiny/1003.png and b/public/images/pokemon/back/shiny/1003.png differ
diff --git a/public/images/pokemon/back/shiny/190.png b/public/images/pokemon/back/shiny/190.png
index cdbf2611180..a0a65c18c7f 100644
Binary files a/public/images/pokemon/back/shiny/190.png and b/public/images/pokemon/back/shiny/190.png differ
diff --git a/public/images/pokemon/back/shiny/249.json b/public/images/pokemon/back/shiny/249.json
index 7512f163c15..7f126e8c62c 100644
--- a/public/images/pokemon/back/shiny/249.json
+++ b/public/images/pokemon/back/shiny/249.json
@@ -1,2540 +1,686 @@
-{
- "textures": [
- {
- "image": "249.png",
- "format": "RGBA8888",
- "size": {
- "w": 610,
- "h": 610
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 36,
- "w": 143,
- "h": 64
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 143,
- "h": 64
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 36,
- "w": 143,
- "h": 64
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 143,
- "h": 64
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 36,
- "w": 143,
- "h": 64
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 143,
- "h": 64
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 36,
- "w": 143,
- "h": 64
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 143,
- "h": 64
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 36,
- "w": 143,
- "h": 64
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 143,
- "h": 64
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 36,
- "w": 143,
- "h": 64
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 143,
- "h": 64
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 35,
- "w": 146,
- "h": 65
- },
- "frame": {
- "x": 143,
- "y": 0,
- "w": 146,
- "h": 65
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 35,
- "w": 146,
- "h": 65
- },
- "frame": {
- "x": 143,
- "y": 0,
- "w": 146,
- "h": 65
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 35,
- "w": 146,
- "h": 65
- },
- "frame": {
- "x": 143,
- "y": 0,
- "w": 146,
- "h": 65
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 35,
- "w": 146,
- "h": 65
- },
- "frame": {
- "x": 143,
- "y": 0,
- "w": 146,
- "h": 65
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 35,
- "w": 146,
- "h": 65
- },
- "frame": {
- "x": 143,
- "y": 0,
- "w": 146,
- "h": 65
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 35,
- "w": 146,
- "h": 65
- },
- "frame": {
- "x": 143,
- "y": 0,
- "w": 146,
- "h": 65
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 30,
- "w": 132,
- "h": 67
- },
- "frame": {
- "x": 289,
- "y": 0,
- "w": 132,
- "h": 67
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 30,
- "w": 132,
- "h": 67
- },
- "frame": {
- "x": 289,
- "y": 0,
- "w": 132,
- "h": 67
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 30,
- "w": 132,
- "h": 67
- },
- "frame": {
- "x": 289,
- "y": 0,
- "w": 132,
- "h": 67
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 30,
- "w": 132,
- "h": 67
- },
- "frame": {
- "x": 289,
- "y": 0,
- "w": 132,
- "h": 67
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 30,
- "w": 132,
- "h": 67
- },
- "frame": {
- "x": 289,
- "y": 0,
- "w": 132,
- "h": 67
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 30,
- "w": 132,
- "h": 67
- },
- "frame": {
- "x": 289,
- "y": 0,
- "w": 132,
- "h": 67
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 28,
- "w": 140,
- "h": 68
- },
- "frame": {
- "x": 421,
- "y": 0,
- "w": 140,
- "h": 68
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 28,
- "w": 140,
- "h": 68
- },
- "frame": {
- "x": 421,
- "y": 0,
- "w": 140,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 28,
- "w": 140,
- "h": 68
- },
- "frame": {
- "x": 421,
- "y": 0,
- "w": 140,
- "h": 68
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 28,
- "w": 140,
- "h": 68
- },
- "frame": {
- "x": 421,
- "y": 0,
- "w": 140,
- "h": 68
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 28,
- "w": 140,
- "h": 68
- },
- "frame": {
- "x": 421,
- "y": 0,
- "w": 140,
- "h": 68
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 28,
- "w": 140,
- "h": 68
- },
- "frame": {
- "x": 421,
- "y": 0,
- "w": 140,
- "h": 68
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 30,
- "w": 138,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 64,
- "w": 138,
- "h": 70
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 30,
- "w": 138,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 64,
- "w": 138,
- "h": 70
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 30,
- "w": 138,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 64,
- "w": 138,
- "h": 70
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 30,
- "w": 138,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 64,
- "w": 138,
- "h": 70
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 30,
- "w": 138,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 64,
- "w": 138,
- "h": 70
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 30,
- "w": 138,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 64,
- "w": 138,
- "h": 70
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 30,
- "w": 146,
- "h": 70
- },
- "frame": {
- "x": 138,
- "y": 65,
- "w": 146,
- "h": 70
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 30,
- "w": 146,
- "h": 70
- },
- "frame": {
- "x": 138,
- "y": 65,
- "w": 146,
- "h": 70
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 30,
- "w": 146,
- "h": 70
- },
- "frame": {
- "x": 138,
- "y": 65,
- "w": 146,
- "h": 70
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 30,
- "w": 146,
- "h": 70
- },
- "frame": {
- "x": 138,
- "y": 65,
- "w": 146,
- "h": 70
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 30,
- "w": 146,
- "h": 70
- },
- "frame": {
- "x": 138,
- "y": 65,
- "w": 146,
- "h": 70
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 30,
- "w": 146,
- "h": 70
- },
- "frame": {
- "x": 138,
- "y": 65,
- "w": 146,
- "h": 70
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 28,
- "w": 130,
- "h": 70
- },
- "frame": {
- "x": 284,
- "y": 67,
- "w": 130,
- "h": 70
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 28,
- "w": 130,
- "h": 70
- },
- "frame": {
- "x": 284,
- "y": 67,
- "w": 130,
- "h": 70
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 28,
- "w": 130,
- "h": 70
- },
- "frame": {
- "x": 284,
- "y": 67,
- "w": 130,
- "h": 70
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 28,
- "w": 130,
- "h": 70
- },
- "frame": {
- "x": 284,
- "y": 67,
- "w": 130,
- "h": 70
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 28,
- "w": 130,
- "h": 70
- },
- "frame": {
- "x": 284,
- "y": 67,
- "w": 130,
- "h": 70
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 28,
- "w": 130,
- "h": 70
- },
- "frame": {
- "x": 284,
- "y": 67,
- "w": 130,
- "h": 70
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 26,
- "w": 145,
- "h": 73
- },
- "frame": {
- "x": 414,
- "y": 68,
- "w": 145,
- "h": 73
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 26,
- "w": 145,
- "h": 73
- },
- "frame": {
- "x": 414,
- "y": 68,
- "w": 145,
- "h": 73
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 26,
- "w": 145,
- "h": 73
- },
- "frame": {
- "x": 414,
- "y": 68,
- "w": 145,
- "h": 73
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 26,
- "w": 145,
- "h": 73
- },
- "frame": {
- "x": 414,
- "y": 68,
- "w": 145,
- "h": 73
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 26,
- "w": 145,
- "h": 73
- },
- "frame": {
- "x": 414,
- "y": 68,
- "w": 145,
- "h": 73
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 26,
- "w": 145,
- "h": 73
- },
- "frame": {
- "x": 414,
- "y": 68,
- "w": 145,
- "h": 73
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 13,
- "w": 124,
- "h": 82
- },
- "frame": {
- "x": 0,
- "y": 134,
- "w": 124,
- "h": 82
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 13,
- "w": 124,
- "h": 82
- },
- "frame": {
- "x": 0,
- "y": 134,
- "w": 124,
- "h": 82
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 13,
- "w": 124,
- "h": 82
- },
- "frame": {
- "x": 0,
- "y": 134,
- "w": 124,
- "h": 82
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 13,
- "w": 124,
- "h": 82
- },
- "frame": {
- "x": 0,
- "y": 134,
- "w": 124,
- "h": 82
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 13,
- "w": 124,
- "h": 82
- },
- "frame": {
- "x": 0,
- "y": 134,
- "w": 124,
- "h": 82
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 13,
- "w": 124,
- "h": 82
- },
- "frame": {
- "x": 0,
- "y": 134,
- "w": 124,
- "h": 82
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 11,
- "w": 106,
- "h": 87
- },
- "frame": {
- "x": 124,
- "y": 135,
- "w": 106,
- "h": 87
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 11,
- "w": 106,
- "h": 87
- },
- "frame": {
- "x": 124,
- "y": 135,
- "w": 106,
- "h": 87
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 11,
- "w": 106,
- "h": 87
- },
- "frame": {
- "x": 124,
- "y": 135,
- "w": 106,
- "h": 87
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 11,
- "w": 106,
- "h": 87
- },
- "frame": {
- "x": 124,
- "y": 135,
- "w": 106,
- "h": 87
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 11,
- "w": 106,
- "h": 87
- },
- "frame": {
- "x": 124,
- "y": 135,
- "w": 106,
- "h": 87
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 11,
- "w": 106,
- "h": 87
- },
- "frame": {
- "x": 124,
- "y": 135,
- "w": 106,
- "h": 87
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 5,
- "w": 99,
- "h": 88
- },
- "frame": {
- "x": 230,
- "y": 137,
- "w": 99,
- "h": 88
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 5,
- "w": 99,
- "h": 88
- },
- "frame": {
- "x": 329,
- "y": 141,
- "w": 99,
- "h": 88
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 6,
- "w": 98,
- "h": 89
- },
- "frame": {
- "x": 428,
- "y": 141,
- "w": 98,
- "h": 89
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 6,
- "w": 98,
- "h": 89
- },
- "frame": {
- "x": 428,
- "y": 141,
- "w": 98,
- "h": 89
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 6,
- "w": 98,
- "h": 89
- },
- "frame": {
- "x": 428,
- "y": 141,
- "w": 98,
- "h": 89
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 6,
- "w": 98,
- "h": 89
- },
- "frame": {
- "x": 428,
- "y": 141,
- "w": 98,
- "h": 89
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 6,
- "w": 98,
- "h": 89
- },
- "frame": {
- "x": 428,
- "y": 141,
- "w": 98,
- "h": 89
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 6,
- "w": 98,
- "h": 89
- },
- "frame": {
- "x": 428,
- "y": 141,
- "w": 98,
- "h": 89
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 0,
- "w": 84,
- "h": 97
- },
- "frame": {
- "x": 526,
- "y": 141,
- "w": 84,
- "h": 97
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 4,
- "w": 96,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 96,
- "h": 89
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 96,
- "h": 89
- },
- "frame": {
- "x": 96,
- "y": 222,
- "w": 96,
- "h": 89
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 7,
- "w": 95,
- "h": 90
- },
- "frame": {
- "x": 290,
- "y": 229,
- "w": 95,
- "h": 90
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 7,
- "w": 95,
- "h": 90
- },
- "frame": {
- "x": 290,
- "y": 229,
- "w": 95,
- "h": 90
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 4,
- "w": 95,
- "h": 90
- },
- "frame": {
- "x": 385,
- "y": 230,
- "w": 95,
- "h": 90
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 4,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 480,
- "y": 238,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 4,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 480,
- "y": 238,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 4,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 480,
- "y": 238,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 4,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 480,
- "y": 238,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 4,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 480,
- "y": 238,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 4,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 480,
- "y": 238,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 0,
- "y": 305,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 0,
- "y": 305,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 0,
- "y": 305,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 0,
- "y": 305,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 0,
- "y": 305,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 0,
- "y": 305,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 6,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 95,
- "y": 311,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 32,
- "y": 2,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 190,
- "y": 315,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 32,
- "y": 2,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 190,
- "y": 315,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 5,
- "w": 101,
- "h": 91
- },
- "frame": {
- "x": 282,
- "y": 319,
- "w": 101,
- "h": 91
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 5,
- "w": 94,
- "h": 92
- },
- "frame": {
- "x": 383,
- "y": 320,
- "w": 94,
- "h": 92
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 4,
- "w": 100,
- "h": 92
- },
- "frame": {
- "x": 477,
- "y": 329,
- "w": 100,
- "h": 92
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 3,
- "w": 94,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 396,
- "w": 94,
- "h": 92
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 2,
- "w": 91,
- "h": 92
- },
- "frame": {
- "x": 94,
- "y": 402,
- "w": 91,
- "h": 92
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 2,
- "w": 91,
- "h": 92
- },
- "frame": {
- "x": 94,
- "y": 402,
- "w": 91,
- "h": 92
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 2,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 185,
- "y": 406,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 6,
- "w": 96,
- "h": 92
- },
- "frame": {
- "x": 277,
- "y": 410,
- "w": 96,
- "h": 92
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 3,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 373,
- "y": 412,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 3,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 373,
- "y": 412,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 3,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 373,
- "y": 412,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 3,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 373,
- "y": 412,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 3,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 373,
- "y": 412,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 3,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 373,
- "y": 412,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 2,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 465,
- "y": 421,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 4,
- "w": 93,
- "h": 94
- },
- "frame": {
- "x": 0,
- "y": 488,
- "w": 93,
- "h": 94
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 1,
- "w": 90,
- "h": 95
- },
- "frame": {
- "x": 93,
- "y": 494,
- "w": 90,
- "h": 95
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 1,
- "w": 90,
- "h": 95
- },
- "frame": {
- "x": 93,
- "y": 494,
- "w": 90,
- "h": 95
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 3,
- "w": 93,
- "h": 95
- },
- "frame": {
- "x": 183,
- "y": 498,
- "w": 93,
- "h": 95
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 0,
- "w": 86,
- "h": 96
- },
- "frame": {
- "x": 276,
- "y": 502,
- "w": 86,
- "h": 96
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 0,
- "w": 86,
- "h": 96
- },
- "frame": {
- "x": 276,
- "y": 502,
- "w": 86,
- "h": 96
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 1,
- "w": 90,
- "h": 96
- },
- "frame": {
- "x": 362,
- "y": 505,
- "w": 90,
- "h": 96
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 2,
- "w": 90,
- "h": 96
- },
- "frame": {
- "x": 452,
- "y": 514,
- "w": 90,
- "h": 96
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d7da4020739cd4d93722302e0d6f99c6:d519731f31735f11bbba940400858c46:25c89a8ec37b43392b53a70993acdff3$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 284, "y": 81, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 96, "h": 88 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 690, "y": 66, "w": 103, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 14, "w": 103, "h": 86 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 554, "y": 0, "w": 136, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 33, "w": 136, "h": 69 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 143, "y": 69, "w": 141, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 40, "w": 141, "h": 63 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 409, "y": 0, "w": 145, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 38, "w": 145, "h": 65 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 143, "y": 0, "w": 144, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 33, "w": 144, "h": 69 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 143, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 30, "w": 143, "h": 71 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 409, "y": 65, "w": 131, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 131, "h": 68 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 540, "y": 69, "w": 134, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 33, "w": 134, "h": 66 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 690, "y": 0, "w": 139, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 32, "w": 139, "h": 66 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 287, "y": 0, "w": 122, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 16, "w": 122, "h": 81 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 380, "y": 133, "w": 96, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 10, "w": 96, "h": 87 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 573, "y": 135, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 653, "y": 242, "w": 90, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 7, "w": 90, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 665, "y": 152, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 284, "y": 81, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 96, "h": 88 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 690, "y": 66, "w": 103, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 14, "w": 103, "h": 86 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 554, "y": 0, "w": 136, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 33, "w": 136, "h": 69 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 143, "y": 69, "w": 141, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 40, "w": 141, "h": 63 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 409, "y": 0, "w": 145, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 38, "w": 145, "h": 65 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 143, "y": 0, "w": 144, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 33, "w": 144, "h": 69 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 0, "w": 143, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 30, "w": 143, "h": 71 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 409, "y": 65, "w": 131, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 131, "h": 68 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 540, "y": 69, "w": 134, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 33, "w": 134, "h": 66 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 690, "y": 0, "w": 139, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 32, "w": 139, "h": 66 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 287, "y": 0, "w": 122, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 16, "w": 122, "h": 81 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 380, "y": 133, "w": 96, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 10, "w": 96, "h": 87 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 573, "y": 135, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 653, "y": 242, "w": 90, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 7, "w": 90, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 665, "y": 152, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 284, "y": 81, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 96, "h": 88 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 690, "y": 66, "w": 103, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 14, "w": 103, "h": 86 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 554, "y": 0, "w": 136, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 33, "w": 136, "h": 69 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 143, "y": 69, "w": 141, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 40, "w": 141, "h": 63 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 409, "y": 0, "w": 145, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 38, "w": 145, "h": 65 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 143, "y": 0, "w": 144, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 33, "w": 144, "h": 69 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 143, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 30, "w": 143, "h": 71 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 409, "y": 65, "w": 131, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 131, "h": 68 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 540, "y": 69, "w": 134, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 33, "w": 134, "h": 66 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 690, "y": 0, "w": 139, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 32, "w": 139, "h": 66 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 287, "y": 0, "w": 122, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 16, "w": 122, "h": 81 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 380, "y": 133, "w": 96, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 10, "w": 96, "h": 87 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 573, "y": 135, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 653, "y": 242, "w": 90, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 7, "w": 90, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 665, "y": 152, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 284, "y": 81, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 96, "h": 88 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 80
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 161, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 9, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 20
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 374, "y": 220, "w": 93, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 10, "w": 93, "h": 89 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 70
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 832, "y": 275, "w": 89, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 89, "h": 91 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 30
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 282, "y": 169, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 9, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 191, "y": 132, "w": 91, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 91, "h": 91 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 71, "w": 98, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 8, "w": 98, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 30
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 829, "y": 0, "w": 97, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 6, "w": 97, "h": 92 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 70
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 92, "y": 222, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 90, "h": 91 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 20
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 926, "y": 0, "w": 89, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 89, "h": 92 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 80
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 90, "y": 313, "w": 88, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 5, "w": 88, "h": 91 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 80
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 251, "w": 90, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 6, "w": 90, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 20
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 743, "y": 271, "w": 89, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 4, "w": 89, "h": 91 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 70
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 98, "y": 132, "w": 93, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 5, "w": 93, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 30
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 182, "y": 223, "w": 93, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 7, "w": 93, "h": 88 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 793, "y": 92, "w": 97, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 97, "h": 87 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 476, "y": 135, "w": 97, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 9, "w": 97, "h": 86 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 30
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 560, "y": 225, "w": 93, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 7, "w": 93, "h": 88 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 70
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 467, "y": 221, "w": 93, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 93, "h": 89 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 20
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 275, "y": 259, "w": 89, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 89, "h": 91 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 80
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 921, "y": 275, "w": 87, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 87, "h": 93 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 80
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 536, "y": 313, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 20
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 182, "y": 311, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 1, "w": 84, "h": 96 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 70
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 341, "w": 80, "h": 97 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 0, "w": 80, "h": 97 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 30
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 619, "y": 332, "w": 81, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 2, "w": 81, "h": 96 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 364, "y": 309, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 450, "y": 310, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 86, "h": 94 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 30
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 757, "y": 179, "w": 90, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 90, "h": 92 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 70
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 847, "y": 183, "w": 90, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 7, "w": 90, "h": 92 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 20
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 890, "y": 92, "w": 92, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 92, "h": 91 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 80
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.9.2-x64",
+ "image": "249.png",
+ "format": "I8",
+ "size": { "w": 1015, "h": 438 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/249.png b/public/images/pokemon/back/shiny/249.png
index bf37f724613..066a38999e0 100644
Binary files a/public/images/pokemon/back/shiny/249.png and b/public/images/pokemon/back/shiny/249.png differ
diff --git a/public/images/pokemon/back/shiny/257-mega.png b/public/images/pokemon/back/shiny/257-mega.png
index 40eb7a61bb5..04603c4a5e0 100644
Binary files a/public/images/pokemon/back/shiny/257-mega.png and b/public/images/pokemon/back/shiny/257-mega.png differ
diff --git a/public/images/pokemon/back/shiny/261.png b/public/images/pokemon/back/shiny/261.png
index a43f3d73f76..3399736c315 100644
Binary files a/public/images/pokemon/back/shiny/261.png and b/public/images/pokemon/back/shiny/261.png differ
diff --git a/public/images/pokemon/back/shiny/262.png b/public/images/pokemon/back/shiny/262.png
index afcc2c8bfe6..9e76bfed3fc 100644
Binary files a/public/images/pokemon/back/shiny/262.png and b/public/images/pokemon/back/shiny/262.png differ
diff --git a/public/images/pokemon/back/shiny/3-gigantamax.png b/public/images/pokemon/back/shiny/3-gigantamax.png
index e3402e164a6..24b79e4211e 100644
Binary files a/public/images/pokemon/back/shiny/3-gigantamax.png and b/public/images/pokemon/back/shiny/3-gigantamax.png differ
diff --git a/public/images/pokemon/back/shiny/3.png b/public/images/pokemon/back/shiny/3.png
index a80c363723b..890fce10821 100644
Binary files a/public/images/pokemon/back/shiny/3.png and b/public/images/pokemon/back/shiny/3.png differ
diff --git a/public/images/pokemon/back/shiny/303-mega.png b/public/images/pokemon/back/shiny/303-mega.png
index c7de009cf2a..7097e527ddf 100644
Binary files a/public/images/pokemon/back/shiny/303-mega.png and b/public/images/pokemon/back/shiny/303-mega.png differ
diff --git a/public/images/pokemon/back/shiny/357.png b/public/images/pokemon/back/shiny/357.png
index da2497041e4..783f4401b2d 100644
Binary files a/public/images/pokemon/back/shiny/357.png and b/public/images/pokemon/back/shiny/357.png differ
diff --git a/public/images/pokemon/back/shiny/373-mega.png b/public/images/pokemon/back/shiny/373-mega.png
index 95145fd40e3..ce2c48a77b4 100644
Binary files a/public/images/pokemon/back/shiny/373-mega.png and b/public/images/pokemon/back/shiny/373-mega.png differ
diff --git a/public/images/pokemon/back/shiny/4080.png b/public/images/pokemon/back/shiny/4080.png
index 2c8d85fa5d7..4f214c399b8 100644
Binary files a/public/images/pokemon/back/shiny/4080.png and b/public/images/pokemon/back/shiny/4080.png differ
diff --git a/public/images/pokemon/back/shiny/424.png b/public/images/pokemon/back/shiny/424.png
index 67675146686..7e27173b989 100644
Binary files a/public/images/pokemon/back/shiny/424.png and b/public/images/pokemon/back/shiny/424.png differ
diff --git a/public/images/pokemon/back/shiny/433.png b/public/images/pokemon/back/shiny/433.png
index a6bb0e59098..040b700225f 100644
Binary files a/public/images/pokemon/back/shiny/433.png and b/public/images/pokemon/back/shiny/433.png differ
diff --git a/public/images/pokemon/back/shiny/469.png b/public/images/pokemon/back/shiny/469.png
index 8ac1f32335d..bdd46a1ed16 100644
Binary files a/public/images/pokemon/back/shiny/469.png and b/public/images/pokemon/back/shiny/469.png differ
diff --git a/public/images/pokemon/back/shiny/477.png b/public/images/pokemon/back/shiny/477.png
index 25414ab5c18..e7630e58e07 100644
Binary files a/public/images/pokemon/back/shiny/477.png and b/public/images/pokemon/back/shiny/477.png differ
diff --git a/public/images/pokemon/back/shiny/556.png b/public/images/pokemon/back/shiny/556.png
index 4f2e991b010..8a5a573e5d5 100644
Binary files a/public/images/pokemon/back/shiny/556.png and b/public/images/pokemon/back/shiny/556.png differ
diff --git a/public/images/pokemon/back/shiny/658.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.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 22f9b2b660d..bc96912bd46 100644
Binary files a/public/images/pokemon/back/shiny/698.png and b/public/images/pokemon/back/shiny/698.png differ
diff --git a/public/images/pokemon/back/shiny/699.png b/public/images/pokemon/back/shiny/699.png
index 58bd840f1e3..0eb93c80f38 100644
Binary files a/public/images/pokemon/back/shiny/699.png and b/public/images/pokemon/back/shiny/699.png differ
diff --git a/public/images/pokemon/back/shiny/703.json b/public/images/pokemon/back/shiny/703.json
index ee6074b20ca..d6752e6f7ff 100644
--- a/public/images/pokemon/back/shiny/703.json
+++ b/public/images/pokemon/back/shiny/703.json
@@ -1,41 +1,569 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 38,
- "h": 38
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 37,
- "h": 38
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d9d865fef42b5a28e45d32fccd741f98:96057dceb7fdf650f54901c6be0f386f:721af8c322ff60159262e9b3017c784d$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 36, "y": 38, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 36, "y": 38, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "703.png",
+ "format": "I8",
+ "size": { "w": 110, "h": 117 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/703.png b/public/images/pokemon/back/shiny/703.png
index ea22e4ad5d4..635d930e674 100644
Binary files a/public/images/pokemon/back/shiny/703.png and b/public/images/pokemon/back/shiny/703.png differ
diff --git a/public/images/pokemon/back/shiny/707.json b/public/images/pokemon/back/shiny/707.json
index 8151fd60f08..b92e1983efc 100644
--- a/public/images/pokemon/back/shiny/707.json
+++ b/public/images/pokemon/back/shiny/707.json
@@ -1,41 +1,1559 @@
-{
- "textures": [
- {
- "image": "707.png",
- "format": "RGBA8888",
- "size": {
- "w": 77,
- "h": 77
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 77
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c2d2cb3b868498a2b93c8233ad35af4a:09ee133b9c655c6135da1abf1c9b6ddf:8e96b9056ea81e44ced99c97f472a528$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 190, "y": 373, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 391, "y": 440, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 443, "y": 377, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 715, "y": 359, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 45, "y": 363, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 520, "y": 352, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 306, "y": 291, "w": 48, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 48, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 527, "y": 213, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 372, "y": 139, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 12, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 404, "y": 69, "w": 59, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 59, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 658, "y": 73, "w": 57, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 57, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 570, "y": 141, "w": 55, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 55, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 161, "y": 145, "w": 53, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 53, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 2, "y": 208, "w": 51, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 51, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 475, "y": 229, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 623, "y": 300, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 475, "y": 302, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 17, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 232, "y": 414, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 607, "y": 374, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 147, "y": 351, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 16, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 206, "y": 295, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 326, "y": 213, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 479, "y": 151, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 112, "y": 145, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 321, "y": 135, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 269, "y": 134, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 214, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 463, "y": 69, "w": 55, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 55, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 159, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 715, "y": 73, "w": 53, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 53, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 518, "y": 74, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 61, "y": 136, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 625, "y": 144, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 16, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 625, "y": 222, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 16, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 430, "y": 287, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 190, "y": 373, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 391, "y": 440, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 443, "y": 377, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 715, "y": 359, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 45, "y": 363, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 520, "y": 352, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 306, "y": 291, "w": 48, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 48, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 527, "y": 213, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 372, "y": 139, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 12, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 404, "y": 69, "w": 59, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 59, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 658, "y": 73, "w": 57, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 57, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 570, "y": 141, "w": 55, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 55, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 161, "y": 145, "w": 53, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 53, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 2, "y": 208, "w": 51, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 51, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 475, "y": 229, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 623, "y": 300, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 475, "y": 302, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 17, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 232, "y": 414, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 607, "y": 374, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 147, "y": 351, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 16, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 206, "y": 295, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 326, "y": 213, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 479, "y": 151, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 112, "y": 145, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 321, "y": 135, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 269, "y": 134, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 214, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 463, "y": 69, "w": 55, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 55, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 159, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 715, "y": 73, "w": 53, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 53, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 518, "y": 74, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 61, "y": 136, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 625, "y": 144, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 16, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 625, "y": 222, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 16, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 430, "y": 287, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 190, "y": 373, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 391, "y": 440, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 443, "y": 377, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 715, "y": 359, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 45, "y": 363, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 520, "y": 352, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 306, "y": 291, "w": 48, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 48, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 527, "y": 213, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 372, "y": 139, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 12, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 404, "y": 69, "w": 59, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 59, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 658, "y": 73, "w": 57, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 57, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 570, "y": 141, "w": 55, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 55, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 161, "y": 145, "w": 53, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 53, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 2, "y": 208, "w": 51, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 51, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 475, "y": 229, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 623, "y": 300, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 475, "y": 302, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 17, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 232, "y": 414, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 607, "y": 374, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 147, "y": 351, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 16, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 206, "y": 295, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 326, "y": 213, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 479, "y": 151, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 112, "y": 145, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 321, "y": 135, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 269, "y": 134, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 214, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 463, "y": 69, "w": 55, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 55, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 159, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 715, "y": 73, "w": 53, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 53, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 518, "y": 74, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 61, "y": 136, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 625, "y": 144, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 16, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 625, "y": 222, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 16, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 430, "y": 287, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 428, "y": 143, "w": 51, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 17, "w": 51, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 98, "y": 62, "w": 61, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 14, "w": 61, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 530, "y": 2, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 11, "w": 70, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 194, "y": 2, "w": 85, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 85, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 2, "y": 2, "w": 96, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 96, "h": 63 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 98, "y": 2, "w": 96, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 96, "h": 60 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 279, "y": 2, "w": 91, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 0, "w": 91, "h": 62 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 370, "y": 2, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 84, "h": 64 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 454, "y": 2, "w": 76, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 600, "y": 2, "w": 67, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 67, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 372, "y": 210, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 4, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 172, "y": 450, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 5, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 526, "y": 443, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 7, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 432, "y": 453, "w": 41, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 10, "w": 41, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 43, "y": 438, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 11, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 2, "y": 435, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 13, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 565, "y": 366, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 14, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 131, "y": 429, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 16, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 485, "y": 426, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 649, "y": 421, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 2, "y": 281, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 18, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 53, "y": 214, "w": 48, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 18, "w": 48, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 354, "y": 348, "w": 46, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 19, "w": 46, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 345, "y": 421, "w": 46, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 20, "w": 46, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 567, "y": 451, "w": 45, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 45, "h": 68 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 423, "y": 218, "w": 52, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 52, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 2, "y": 137, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 19, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 2, "y": 65, "w": 59, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 19, "w": 59, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 600, "y": 71, "w": 58, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 19, "w": 58, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 577, "y": 291, "w": 46, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 46, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 303, "y": 363, "w": 42, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 42, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 400, "y": 364, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 524, "y": 285, "w": 53, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 19, "w": 53, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 266, "y": 213, "w": 60, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 19, "w": 60, "h": 62 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 674, "y": 219, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 58, "h": 62 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 150, "y": 288, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 18, "w": 56, "h": 63 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 250, "y": 351, "w": 53, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 18, "w": 53, "h": 63 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 674, "y": 149, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 18, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 214, "y": 145, "w": 52, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 19, "w": 52, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 48, "y": 290, "w": 48, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 19, "w": 48, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 161, "y": 217, "w": 51, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 19, "w": 51, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 343, "y": 66, "w": 61, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 61, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 279, "y": 64, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 64, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 667, "y": 2, "w": 64, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 19, "w": 64, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 101, "y": 223, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 18, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 89, "y": 363, "w": 42, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 18, "w": 42, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 671, "y": 281, "w": 53, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 19, "w": 53, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 274, "y": 441, "w": 62, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 62, "h": 50 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 275, "y": 491, "w": 62, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 62, "h": 43 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 674, "y": 505, "w": 59, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 23, "w": 59, "h": 42 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 612, "y": 498, "w": 62, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 62, "h": 43 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 213, "y": 491, "w": 62, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 22, "w": 62, "h": 49 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 372, "y": 287, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 21, "w": 58, "h": 61 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0164.png",
+ "frame": { "x": 96, "y": 296, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 20, "w": 51, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0165.png",
+ "frame": { "x": 84, "y": 441, "w": 45, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 20, "w": 45, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0166.png",
+ "frame": { "x": 728, "y": 149, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 19, "w": 42, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0167.png",
+ "frame": { "x": 690, "y": 434, "w": 44, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 19, "w": 44, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0168.png",
+ "frame": { "x": 669, "y": 348, "w": 46, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 19, "w": 46, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0169.png",
+ "frame": { "x": 259, "y": 275, "w": 47, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 18, "w": 47, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0170.png",
+ "frame": { "x": 212, "y": 218, "w": 47, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 18, "w": 47, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0171.png",
+ "frame": { "x": 578, "y": 213, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 18, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0172.png",
+ "frame": { "x": 724, "y": 281, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 18, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "707.png",
+ "format": "I8",
+ "size": { "w": 772, "h": 549 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/707.png b/public/images/pokemon/back/shiny/707.png
index da84624a35c..8d7e5922091 100644
Binary files a/public/images/pokemon/back/shiny/707.png and b/public/images/pokemon/back/shiny/707.png differ
diff --git a/public/images/pokemon/back/shiny/708.json b/public/images/pokemon/back/shiny/708.json
index 1433d1f3954..22aa1885edb 100644
--- a/public/images/pokemon/back/shiny/708.json
+++ b/public/images/pokemon/back/shiny/708.json
@@ -1,41 +1,1091 @@
-{
- "textures": [
- {
- "image": "708.png",
- "format": "RGBA8888",
- "size": {
- "w": 43,
- "h": 43
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ab46d1202eb640c4a791f5c8d9bd36ec:04314281a1a95837e11d92d38c448507:796c82c5076b122f2663381836c65843$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 126, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 88, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 8, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 175, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 88, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 13, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 132, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 14, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 176, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 220, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 17, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 264, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 19, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 262, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 21, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 44, "y": 166, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 23, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 0, "y": 167, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 21, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 88, "y": 206, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 20, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 220, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 44, "y": 247, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 218, "y": 246, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 262, "y": 246, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 177, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 264, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 222, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "708.png",
+ "format": "I8",
+ "size": { "w": 307, "h": 286 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/708.png b/public/images/pokemon/back/shiny/708.png
index 51462cccc15..8a9ff2cb9ee 100644
Binary files a/public/images/pokemon/back/shiny/708.png and b/public/images/pokemon/back/shiny/708.png differ
diff --git a/public/images/pokemon/back/shiny/714.json b/public/images/pokemon/back/shiny/714.json
index 135bc02dbd5..abcb8902edd 100644
--- a/public/images/pokemon/back/shiny/714.json
+++ b/public/images/pokemon/back/shiny/714.json
@@ -1,41 +1,263 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 63,
- "h": 63
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 63,
- "h": 57
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:11292bc220f23110a419628bee722abd:b42c1c416a6792bd1666ba41005a2f4d:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 66, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 198, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 64, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 124, "y": 120, "w": 34, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 34, "h": 65 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 1, "y": 178, "w": 34, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 3, "w": 34, "h": 60 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 264, "y": 61, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 131, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 198, "y": 60, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 64, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 160, "y": 120, "w": 34, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 3, "w": 34, "h": 65 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 196, "y": 178, "w": 34, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 34, "h": 60 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 1, "y": 120, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 66, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 64, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 50, "y": 120, "w": 35, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 2, "w": 35, "h": 66 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 245, "y": 120, "w": 35, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 2, "w": 35, "h": 61 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 264, "y": 1, "w": 47, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 0, "w": 47, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 133, "y": 1, "w": 63, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 63, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 67, "y": 1, "w": 64, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 64, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 87, "y": 120, "w": 35, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 35, "h": 66 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 282, "y": 120, "w": 34, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 34, "h": 61 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 1, "y": 120, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "714.png",
+ "format": "I8",
+ "size": { "w": 317, "h": 239 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/714.png b/public/images/pokemon/back/shiny/714.png
index 65433cec665..e1e5d5dbec7 100644
Binary files a/public/images/pokemon/back/shiny/714.png and b/public/images/pokemon/back/shiny/714.png differ
diff --git a/public/images/pokemon/back/shiny/716-active.png b/public/images/pokemon/back/shiny/716-active.png
index 7c4db546443..96c6814d109 100644
Binary files a/public/images/pokemon/back/shiny/716-active.png and b/public/images/pokemon/back/shiny/716-active.png differ
diff --git a/public/images/pokemon/back/shiny/716-neutral.png b/public/images/pokemon/back/shiny/716-neutral.png
index fe52ce43e0c..9c80656e93c 100644
Binary files a/public/images/pokemon/back/shiny/716-neutral.png and b/public/images/pokemon/back/shiny/716-neutral.png differ
diff --git a/public/images/pokemon/back/shiny/718-10.json b/public/images/pokemon/back/shiny/718-10.json
index 032783b5555..75053d61900 100644
--- a/public/images/pokemon/back/shiny/718-10.json
+++ b/public/images/pokemon/back/shiny/718-10.json
@@ -1,41 +1,686 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 65,
- "h": 65
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 59,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c99dd53bf67561425f9faac1002806d0:277725239a09766c1d58b4a0f8c45775:82195cf2a6db620c5643b8162d6e8c5c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 194, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 59, "h": 64 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 59, "y": 194, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 59, "h": 64 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 56, "y": 319, "w": 59, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 59, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 117, "y": 259, "w": 60, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 60, "h": 62 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 177, "y": 320, "w": 60, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 60, "h": 61 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 232, "y": 128, "w": 61, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 61, "h": 62 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 56, "y": 258, "w": 61, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 61, "h": 61 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 118, "y": 195, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 59, "h": 64 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 115, "y": 321, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 55, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 237, "y": 321, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 55, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 234, "y": 253, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 290, "y": 254, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 258, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 175, "y": 128, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 57, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 177, "y": 253, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 57, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 59, "y": 65, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 117, "y": 128, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 65, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718-10.png",
+ "format": "I8",
+ "size": { "w": 364, "h": 387 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/718-10.png b/public/images/pokemon/back/shiny/718-10.png
index 0479543fc7a..7998912c001 100644
Binary files a/public/images/pokemon/back/shiny/718-10.png and b/public/images/pokemon/back/shiny/718-10.png differ
diff --git a/public/images/pokemon/back/shiny/718.json b/public/images/pokemon/back/shiny/718.json
index 4badc82d015..1a835e26b08 100644
--- a/public/images/pokemon/back/shiny/718.json
+++ b/public/images/pokemon/back/shiny/718.json
@@ -1,41 +1,803 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 88,
- "h": 88
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 72,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f2bba9e481cf6dfcc460f398fd1af964:386098c871ad5fe384af5f85559e7551:7b4a06b06cbac24b3f39727b0238661b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 359, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 300, "y": 357, "w": 73, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 380, "y": 271, "w": 74, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 74, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 384, "y": 181, "w": 75, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 75, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 155, "y": 92, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 309, "y": 91, "w": 77, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 77, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 227, "y": 268, "w": 77, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 77, "h": 87 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 150, "y": 182, "w": 77, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 77, "h": 87 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 272, "w": 75, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 75, "h": 87 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 310, "y": 0, "w": 77, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 77, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 387, "y": 0, "w": 77, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 77, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 155, "y": 0, "w": 77, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 77, "h": 92 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 77, "y": 0, "w": 78, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 78, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 0, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 77, "h": 93 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 231, "y": 180, "w": 77, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 77, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 232, "y": 0, "w": 78, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 78, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 77, "y": 91, "w": 78, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 78, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 464, "y": 0, "w": 77, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 77, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 232, "y": 90, "w": 77, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 77, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 464, "y": 90, "w": 77, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 77, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 93, "w": 75, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 75, "y": 179, "w": 75, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 75, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 454, "y": 357, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718.png",
+ "format": "I8",
+ "size": { "w": 541, "h": 534 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/718.png b/public/images/pokemon/back/shiny/718.png
index 4492fbd3b22..bb8d4179347 100644
Binary files a/public/images/pokemon/back/shiny/718.png and b/public/images/pokemon/back/shiny/718.png differ
diff --git a/public/images/pokemon/back/shiny/719.json b/public/images/pokemon/back/shiny/719.json
index 8cb7bee25c3..f7fa0ccb512 100644
--- a/public/images/pokemon/back/shiny/719.json
+++ b/public/images/pokemon/back/shiny/719.json
@@ -1,41 +1,875 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 65,
- "h": 65
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0340084a126284b9d4aa16b7bbdc9616:f699a390d9b5db64f5f03e684cf77f66:17a705bb924916761be2495822a53735$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 126, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 168, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 80, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 119, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 40, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 80, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 125, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 210, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 126, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 168, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 80, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 119, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 40, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 80, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 125, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 210, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 126, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 168, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 80, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 119, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 40, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 80, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 125, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 210, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 126, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 168, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 80, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 119, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 40, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 80, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 125, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 210, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 70, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 120, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 160, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 158, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 112, "y": 350, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 0, "w": 37, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 38, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 156, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 197, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 200, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 207, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 42, "y": 70, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 84, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 210, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 39, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 78, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 350, "w": 38, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 38, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 75, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 194, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 117, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 40, "y": 210, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 166, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 70, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 120, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 160, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 158, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 112, "y": 350, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 0, "w": 37, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 38, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 156, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 197, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 200, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 207, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 42, "y": 70, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 84, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 210, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 39, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 78, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 350, "w": 38, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 38, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 75, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 194, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 117, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 40, "y": 210, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 166, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "719.png",
+ "format": "I8",
+ "size": { "w": 252, "h": 420 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/719.png b/public/images/pokemon/back/shiny/719.png
index a0b34f5bcca..6e76d35bc93 100644
Binary files a/public/images/pokemon/back/shiny/719.png and b/public/images/pokemon/back/shiny/719.png differ
diff --git a/public/images/pokemon/back/shiny/730.png b/public/images/pokemon/back/shiny/730.png
index 1a988baaa92..7a6c4d4fc73 100644
Binary files a/public/images/pokemon/back/shiny/730.png and b/public/images/pokemon/back/shiny/730.png differ
diff --git a/public/images/pokemon/back/shiny/772.png b/public/images/pokemon/back/shiny/772.png
index f999ba8ec01..e275c06ee41 100644
Binary files a/public/images/pokemon/back/shiny/772.png and b/public/images/pokemon/back/shiny/772.png differ
diff --git a/public/images/pokemon/back/shiny/773.png b/public/images/pokemon/back/shiny/773.png
index 6dba183d9d2..26aafa2d2ea 100644
Binary files a/public/images/pokemon/back/shiny/773.png and b/public/images/pokemon/back/shiny/773.png differ
diff --git a/public/images/pokemon/back/shiny/798.png b/public/images/pokemon/back/shiny/798.png
index b1948a6a3cd..56a45c895a0 100644
Binary files a/public/images/pokemon/back/shiny/798.png and b/public/images/pokemon/back/shiny/798.png differ
diff --git a/public/images/pokemon/back/shiny/80-mega.png b/public/images/pokemon/back/shiny/80-mega.png
index 6c508034c3e..5baf6ccb873 100644
Binary files a/public/images/pokemon/back/shiny/80-mega.png and b/public/images/pokemon/back/shiny/80-mega.png differ
diff --git a/public/images/pokemon/back/shiny/80.png b/public/images/pokemon/back/shiny/80.png
index 68e3d526965..c6c3b23f364 100644
Binary files a/public/images/pokemon/back/shiny/80.png and b/public/images/pokemon/back/shiny/80.png differ
diff --git a/public/images/pokemon/back/shiny/818-gigantamax.png b/public/images/pokemon/back/shiny/818-gigantamax.png
index 224858fc0be..ca58c4eb34c 100644
Binary files a/public/images/pokemon/back/shiny/818-gigantamax.png and b/public/images/pokemon/back/shiny/818-gigantamax.png differ
diff --git a/public/images/pokemon/back/shiny/881.png b/public/images/pokemon/back/shiny/881.png
index 3686b34dd99..4dc11742548 100644
Binary files a/public/images/pokemon/back/shiny/881.png and b/public/images/pokemon/back/shiny/881.png differ
diff --git a/public/images/pokemon/back/shiny/898-ice.png b/public/images/pokemon/back/shiny/898-ice.png
index 3bf247280b9..0e96f7ca9d3 100644
Binary files a/public/images/pokemon/back/shiny/898-ice.png and b/public/images/pokemon/back/shiny/898-ice.png differ
diff --git a/public/images/pokemon/back/shiny/898-shadow.png b/public/images/pokemon/back/shiny/898-shadow.png
index a1ea98d1f3f..6319b0c56d1 100644
Binary files a/public/images/pokemon/back/shiny/898-shadow.png and b/public/images/pokemon/back/shiny/898-shadow.png differ
diff --git a/public/images/pokemon/back/shiny/913.png b/public/images/pokemon/back/shiny/913.png
index d57246f3565..e3a4405fd1e 100644
Binary files a/public/images/pokemon/back/shiny/913.png and b/public/images/pokemon/back/shiny/913.png differ
diff --git a/public/images/pokemon/back/shiny/914.png b/public/images/pokemon/back/shiny/914.png
index f22947be030..5e88e004266 100644
Binary files a/public/images/pokemon/back/shiny/914.png and b/public/images/pokemon/back/shiny/914.png differ
diff --git a/public/images/pokemon/back/shiny/981.png b/public/images/pokemon/back/shiny/981.png
index b89fa6b1629..0a5d6e5fb90 100644
Binary files a/public/images/pokemon/back/shiny/981.png and b/public/images/pokemon/back/shiny/981.png differ
diff --git a/public/images/pokemon/back/shiny/983.png b/public/images/pokemon/back/shiny/983.png
index 4b69919c297..5cdf12cc859 100644
Binary files a/public/images/pokemon/back/shiny/983.png and b/public/images/pokemon/back/shiny/983.png differ
diff --git a/public/images/pokemon/back/shiny/987.png b/public/images/pokemon/back/shiny/987.png
index 8022d2f900a..8c4c0c8b62a 100644
Binary files a/public/images/pokemon/back/shiny/987.png and b/public/images/pokemon/back/shiny/987.png differ
diff --git a/public/images/pokemon/back/shiny/female/190.png b/public/images/pokemon/back/shiny/female/190.png
index 11c7f6a84e5..cb2352cfb4d 100644
Binary files a/public/images/pokemon/back/shiny/female/190.png and b/public/images/pokemon/back/shiny/female/190.png differ
diff --git a/public/images/pokemon/back/shiny/female/3.png b/public/images/pokemon/back/shiny/female/3.png
index 706a6c33f14..dff72d5b6e5 100644
Binary files a/public/images/pokemon/back/shiny/female/3.png and b/public/images/pokemon/back/shiny/female/3.png differ
diff --git a/public/images/pokemon/back/shiny/female/424.png b/public/images/pokemon/back/shiny/female/424.png
index dd620a0cfa9..a00c99e375e 100644
Binary files a/public/images/pokemon/back/shiny/female/424.png and b/public/images/pokemon/back/shiny/female/424.png differ
diff --git a/public/images/pokemon/exp/1003.png b/public/images/pokemon/exp/1003.png
index e6c8cbc2b67..2d02c4050e9 100644
Binary files a/public/images/pokemon/exp/1003.png and b/public/images/pokemon/exp/1003.png differ
diff --git a/public/images/pokemon/exp/2037.json b/public/images/pokemon/exp/2037.json
index 2e3362314c9..201e8eaa174 100644
--- a/public/images/pokemon/exp/2037.json
+++ b/public/images/pokemon/exp/2037.json
@@ -1,1112 +1,101 @@
-{
- "textures": [
- {
- "image": "2037.png",
- "format": "RGBA8888",
- "size": {
- "w": 224,
- "h": 224
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 52,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 52,
- "h": 47
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 52,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 47,
- "w": 52,
- "h": 47
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 52,
- "h": 47
- },
- "frame": {
- "x": 52,
- "y": 0,
- "w": 52,
- "h": 47
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 157,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 94,
- "w": 52,
- "h": 46
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 46
- },
- "frame": {
- "x": 52,
- "y": 47,
- "w": 52,
- "h": 46
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 104,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 104,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 104,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 104,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 104,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 104,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 140,
- "w": 52,
- "h": 46
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 157,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 93,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 93,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 93,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 93,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 93,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 93,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 93,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 104,
- "y": 91,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 138,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 54,
- "h": 41
- },
- "frame": {
- "x": 52,
- "y": 183,
- "w": 54,
- "h": 41
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 54,
- "h": 41
- },
- "frame": {
- "x": 52,
- "y": 183,
- "w": 54,
- "h": 41
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 54,
- "h": 41
- },
- "frame": {
- "x": 52,
- "y": 183,
- "w": 54,
- "h": 41
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 54,
- "h": 41
- },
- "frame": {
- "x": 52,
- "y": 183,
- "w": 54,
- "h": 41
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 54,
- "h": 41
- },
- "frame": {
- "x": 52,
- "y": 183,
- "w": 54,
- "h": 41
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 54,
- "h": 41
- },
- "frame": {
- "x": 52,
- "y": 183,
- "w": 54,
- "h": 41
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 104,
- "y": 136,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 104,
- "y": 136,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 104,
- "y": 136,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 104,
- "y": 136,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 104,
- "y": 136,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 104,
- "y": 136,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 157,
- "y": 135,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 106,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 106,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 106,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 106,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 106,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 106,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 160,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 160,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 160,
- "y": 180,
- "w": 54,
- "h": 42
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:cb371bc4c4d65115dbfd5277a8b37fae:f235d22648ca7d0f60ca039b1e3915e7:c679847d1c2ddf91caeaa5ebb76a6664$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 45, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 55, "h": 46 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 173, "y": 45, "w": 54, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 54, "h": 45 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 112, "y": 46, "w": 54, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 54, "h": 45 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 55, "y": 89, "w": 54, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 54, "h": 44 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 166, "y": 90, "w": 54, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 54, "h": 44 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 55, "y": 45, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 59, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 59, "h": 45 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 59, "y": 0, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 58, "h": 45 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 57, "h": 45 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 56, "h": 46 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2037.png",
+ "format": "I8",
+ "size": { "w": 230, "h": 134 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/2037.png b/public/images/pokemon/exp/2037.png
index a892d43c70b..b1ebd401e5f 100644
Binary files a/public/images/pokemon/exp/2037.png and b/public/images/pokemon/exp/2037.png differ
diff --git a/public/images/pokemon/exp/2038.json b/public/images/pokemon/exp/2038.json
index b7d26753f24..90b36cbc795 100644
--- a/public/images/pokemon/exp/2038.json
+++ b/public/images/pokemon/exp/2038.json
@@ -1,692 +1,155 @@
-{
- "textures": [
- {
- "image": "2038.png",
- "format": "RGBA8888",
- "size": {
- "w": 516,
- "h": 516
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 9,
- "w": 86,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 74
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 8,
- "w": 84,
- "h": 75
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 84,
- "h": 75
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 85,
- "h": 75
- },
- "frame": {
- "x": 170,
- "y": 0,
- "w": 85,
- "h": 75
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 85,
- "h": 75
- },
- "frame": {
- "x": 255,
- "y": 0,
- "w": 85,
- "h": 75
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 86,
- "h": 75
- },
- "frame": {
- "x": 340,
- "y": 0,
- "w": 86,
- "h": 75
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 86,
- "h": 75
- },
- "frame": {
- "x": 426,
- "y": 0,
- "w": 86,
- "h": 75
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 8,
- "w": 88,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 75,
- "w": 88,
- "h": 75
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 8,
- "w": 87,
- "h": 75
- },
- "frame": {
- "x": 88,
- "y": 75,
- "w": 87,
- "h": 75
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 7,
- "w": 89,
- "h": 76
- },
- "frame": {
- "x": 175,
- "y": 75,
- "w": 89,
- "h": 76
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 87,
- "h": 77
- },
- "frame": {
- "x": 264,
- "y": 75,
- "w": 87,
- "h": 77
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 90,
- "h": 77
- },
- "frame": {
- "x": 351,
- "y": 75,
- "w": 90,
- "h": 77
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 86,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 150,
- "w": 86,
- "h": 78
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 85,
- "h": 78
- },
- "frame": {
- "x": 86,
- "y": 150,
- "w": 85,
- "h": 78
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 85,
- "h": 78
- },
- "frame": {
- "x": 171,
- "y": 151,
- "w": 85,
- "h": 78
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 91,
- "h": 78
- },
- "frame": {
- "x": 256,
- "y": 152,
- "w": 91,
- "h": 78
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 86,
- "h": 79
- },
- "frame": {
- "x": 347,
- "y": 152,
- "w": 86,
- "h": 79
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 86,
- "h": 79
- },
- "frame": {
- "x": 0,
- "y": 228,
- "w": 86,
- "h": 79
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 85,
- "h": 79
- },
- "frame": {
- "x": 86,
- "y": 228,
- "w": 85,
- "h": 79
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 85,
- "h": 79
- },
- "frame": {
- "x": 171,
- "y": 229,
- "w": 85,
- "h": 79
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 85,
- "h": 79
- },
- "frame": {
- "x": 256,
- "y": 230,
- "w": 85,
- "h": 79
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 90,
- "h": 79
- },
- "frame": {
- "x": 341,
- "y": 231,
- "w": 90,
- "h": 79
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 85,
- "h": 80
- },
- "frame": {
- "x": 431,
- "y": 231,
- "w": 85,
- "h": 80
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 86,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 307,
- "w": 86,
- "h": 80
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 87,
- "h": 81
- },
- "frame": {
- "x": 86,
- "y": 308,
- "w": 87,
- "h": 81
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 90,
- "h": 81
- },
- "frame": {
- "x": 173,
- "y": 309,
- "w": 90,
- "h": 81
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 88,
- "h": 82
- },
- "frame": {
- "x": 263,
- "y": 310,
- "w": 88,
- "h": 82
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 90,
- "h": 82
- },
- "frame": {
- "x": 351,
- "y": 311,
- "w": 90,
- "h": 82
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 88,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 389,
- "w": 88,
- "h": 83
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 89,
- "h": 83
- },
- "frame": {
- "x": 88,
- "y": 390,
- "w": 89,
- "h": 83
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 89,
- "h": 83
- },
- "frame": {
- "x": 177,
- "y": 392,
- "w": 89,
- "h": 83
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 89,
- "h": 83
- },
- "frame": {
- "x": 266,
- "y": 393,
- "w": 89,
- "h": 83
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 90,
- "h": 83
- },
- "frame": {
- "x": 355,
- "y": 393,
- "w": 90,
- "h": 83
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3548b7394d2a2d4370b938ffb12dbe96:5ccdea89bf7be09a529efae090aea261:51bcdbb4fa6a1a9e90a83c2a4132ee1b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 157, "y": 194, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 76, "h": 65 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 164, "y": 128, "w": 80, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 80, "h": 66 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 244, "y": 128, "w": 80, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 80, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 130, "w": 80, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 80, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 78, "y": 194, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 79, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 170, "y": 0, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 84, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 254, "y": 0, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 84, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 86, "y": 0, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 84, "h": 65 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 170, "y": 64, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 84, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 86, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 86, "h": 65 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 254, "y": 64, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 84, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 65, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 82, "h": 65 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 80, "y": 130, "w": 80, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 80, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 82, "y": 65, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 82, "h": 65 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 244, "y": 192, "w": 80, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 80, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 194, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 78, "h": 65 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2038.png",
+ "format": "I8",
+ "size": { "w": 338, "h": 259 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/2038.png b/public/images/pokemon/exp/2038.png
index 8e2e9435eee..c6fdb999df3 100644
Binary files a/public/images/pokemon/exp/2038.png and b/public/images/pokemon/exp/2038.png differ
diff --git a/public/images/pokemon/exp/2074.json b/public/images/pokemon/exp/2074.json
index 7ee41553243..7512afe50ac 100644
--- a/public/images/pokemon/exp/2074.json
+++ b/public/images/pokemon/exp/2074.json
@@ -1,272 +1,425 @@
-{
- "textures": [
- {
- "image": "2074.png",
- "format": "RGBA8888",
- "size": {
- "w": 142,
- "h": 142
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 63,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 28
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 12,
- "w": 61,
- "h": 30
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 61,
- "h": 30
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 12,
- "w": 61,
- "h": 30
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 61,
- "h": 30
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 8,
- "w": 57,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 28,
- "w": 57,
- "h": 32
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 8,
- "w": 57,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 28,
- "w": 57,
- "h": 32
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 56,
- "h": 35
- },
- "frame": {
- "x": 57,
- "y": 30,
- "w": 56,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 56,
- "h": 35
- },
- "frame": {
- "x": 57,
- "y": 30,
- "w": 56,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 52,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 52,
- "h": 37
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 52,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 52,
- "h": 37
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 47,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 97,
- "w": 47,
- "h": 40
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 48,
- "h": 39
- },
- "frame": {
- "x": 47,
- "y": 97,
- "w": 48,
- "h": 39
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 47,
- "h": 39
- },
- "frame": {
- "x": 95,
- "y": 65,
- "w": 47,
- "h": 39
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:17eb999510749cb5bf44945ce0e6af23:03e8369dbf7ea1c1898cee8cc1b989b3:ad137687a877f55f096b7447bfdfe295$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 120, "y": 124, "w": 55, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 55, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 65, "y": 94, "w": 58, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 58, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 124, "y": 95, "w": 60, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 60, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 1, "y": 93, "w": 63, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 63, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 255, "y": 33, "w": 65, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 65, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 33, "w": 67, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 67, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 255, "y": 63, "w": 65, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 65, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 135, "y": 66, "w": 64, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 64, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 260, "y": 122, "w": 62, "h": 27 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 62, "h": 27 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 122, "w": 60, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 60, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 62, "y": 124, "w": 57, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 57, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 120, "y": 124, "w": 55, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 55, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 65, "y": 94, "w": 58, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 58, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 124, "y": 95, "w": 60, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 60, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 93, "w": 63, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 63, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 255, "y": 33, "w": 65, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 65, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 33, "w": 67, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 67, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 255, "y": 63, "w": 65, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 65, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 135, "y": 66, "w": 64, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 64, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 185, "y": 123, "w": 62, "h": 27 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 62, "h": 27 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 1, "y": 122, "w": 60, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 60, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 62, "y": 124, "w": 57, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 57, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 120, "y": 124, "w": 55, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 55, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 65, "y": 94, "w": 58, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 58, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 124, "y": 95, "w": 60, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 60, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 93, "w": 63, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 63, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 255, "y": 33, "w": 65, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 65, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 1, "y": 33, "w": 67, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 67, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 255, "y": 63, "w": 65, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 65, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 135, "y": 66, "w": 64, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 64, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 185, "y": 123, "w": 62, "h": 27 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 62, "h": 27 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 1, "y": 122, "w": 60, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 60, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 62, "y": 124, "w": 57, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 57, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 120, "y": 124, "w": 55, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 55, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 200, "y": 93, "w": 59, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 8, "w": 59, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 260, "y": 93, "w": 61, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 61, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 69, "y": 65, "w": 65, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 65, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 1, "y": 64, "w": 67, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 67, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 72, "y": 1, "w": 69, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 69, "h": 31 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 1, "w": 70, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 70, "h": 31 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 142, "y": 1, "w": 69, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 69, "h": 31 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 212, "y": 1, "w": 67, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 67, "h": 31 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 280, "y": 1, "w": 65, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 65, "h": 31 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 131, "y": 33, "w": 63, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 69, "y": 33, "w": 61, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 31 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 195, "y": 33, "w": 59, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 59, "h": 32 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2074.png",
+ "format": "I8",
+ "size": { "w": 346, "h": 155 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/2074.png b/public/images/pokemon/exp/2074.png
index 6544f5aeb17..158120ac79f 100644
Binary files a/public/images/pokemon/exp/2074.png and b/public/images/pokemon/exp/2074.png differ
diff --git a/public/images/pokemon/exp/2075.json b/public/images/pokemon/exp/2075.json
index f9619dcf315..e3d08f5fae1 100644
--- a/public/images/pokemon/exp/2075.json
+++ b/public/images/pokemon/exp/2075.json
@@ -1,272 +1,812 @@
-{
- "textures": [
- {
- "image": "2075.png",
- "format": "RGBA8888",
- "size": {
- "w": 184,
- "h": 184
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 84,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 84,
- "h": 50
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 84,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 84,
- "h": 50
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 83,
- "h": 50
- },
- "frame": {
- "x": 84,
- "y": 0,
- "w": 83,
- "h": 50
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 83,
- "h": 50
- },
- "frame": {
- "x": 84,
- "y": 0,
- "w": 83,
- "h": 50
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 82,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 82,
- "h": 51
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 82,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 82,
- "h": 51
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 83,
- "h": 46
- },
- "frame": {
- "x": 82,
- "y": 50,
- "w": 83,
- "h": 46
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 83,
- "h": 46
- },
- "frame": {
- "x": 82,
- "y": 50,
- "w": 83,
- "h": 46
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 81,
- "h": 45
- },
- "frame": {
- "x": 82,
- "y": 96,
- "w": 81,
- "h": 45
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 81,
- "h": 45
- },
- "frame": {
- "x": 82,
- "y": 96,
- "w": 81,
- "h": 45
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 80,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 101,
- "w": 80,
- "h": 51
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 9,
- "w": 78,
- "h": 43
- },
- "frame": {
- "x": 80,
- "y": 141,
- "w": 78,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f5372b99c8b100650a10a4e8cc6e059e:c743748b938ba16e4c5253d5c5444252:732805cb123f88b2d403da0dec709706$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 228, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 448, "y": 1, "w": 72, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 146, "y": 90, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 363, "y": 91, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 147, "y": 223, "w": 65, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 0, "w": 65, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 363, "y": 91, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 146, "y": 90, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 448, "y": 1, "w": 72, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 228, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 77, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 153, "y": 1, "w": 74, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 302, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 153, "y": 1, "w": 74, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 77, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 1, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 228, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 448, "y": 1, "w": 72, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 146, "y": 90, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 363, "y": 91, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 147, "y": 223, "w": 65, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 0, "w": 65, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 363, "y": 91, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 146, "y": 90, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 448, "y": 1, "w": 72, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 228, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 77, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 153, "y": 1, "w": 74, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 302, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 153, "y": 1, "w": 74, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 77, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 1, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 228, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 448, "y": 1, "w": 72, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 146, "y": 90, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 363, "y": 91, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 147, "y": 223, "w": 65, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 0, "w": 65, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 363, "y": 91, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 146, "y": 90, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 448, "y": 1, "w": 72, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 228, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 1, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 77, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 153, "y": 1, "w": 74, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 302, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 153, "y": 1, "w": 74, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 77, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 1, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 228, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 440, "y": 89, "w": 73, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 73, "h": 42 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 363, "y": 173, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 363, "y": 173, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 363, "y": 173, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 437, "y": 173, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 174, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 433, "y": 132, "w": 74, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 74, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 75, "y": 176, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 448, "y": 46, "w": 74, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 42 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 367, "y": 47, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 220, "y": 46, "w": 71, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 71, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 376, "y": 1, "w": 71, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 71, "h": 45 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 46, "w": 70, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 70, "h": 45 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 292, "y": 89, "w": 70, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 70, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 218, "y": 91, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 71, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 146, "y": 46, "w": 73, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 73, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 292, "y": 46, "w": 74, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 42 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 218, "y": 176, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 133, "w": 74, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 74, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 292, "y": 214, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 366, "y": 214, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 1, "y": 215, "w": 72, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 256, "w": 72, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 39 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 213, "y": 259, "w": 71, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 71, "h": 39 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 218, "y": 135, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 71, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 353, "y": 255, "w": 69, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 69, "h": 41 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 149, "y": 134, "w": 68, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 2, "w": 68, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 149, "y": 178, "w": 66, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 1, "w": 66, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 287, "y": 255, "w": 65, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 65, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 440, "y": 214, "w": 67, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 2, "w": 67, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 423, "y": 258, "w": 68, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 3, "w": 68, "h": 41 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 216, "y": 217, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 3, "w": 70, "h": 41 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 1, "y": 92, "w": 70, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 70, "h": 39 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 74, "y": 258, "w": 72, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 72, "h": 39 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 74, "y": 217, "w": 72, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 76, "y": 134, "w": 72, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 41 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 290, "y": 134, "w": 72, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 41 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 72, "y": 90, "w": 73, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 42 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 72, "y": 46, "w": 73, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 73, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 228, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2075.png",
+ "format": "I8",
+ "size": { "w": 523, "h": 300 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/2075.png b/public/images/pokemon/exp/2075.png
index b3d72062e64..243be9bb7b0 100644
Binary files a/public/images/pokemon/exp/2075.png and b/public/images/pokemon/exp/2075.png differ
diff --git a/public/images/pokemon/exp/2076.json b/public/images/pokemon/exp/2076.json
index 7a69b66c3e0..c0f495bcca0 100644
--- a/public/images/pokemon/exp/2076.json
+++ b/public/images/pokemon/exp/2076.json
@@ -1,272 +1,965 @@
-{
- "textures": [
- {
- "image": "2076.png",
- "format": "RGBA8888",
- "size": {
- "w": 204,
- "h": 204
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 60,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 60,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 73
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 58,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 73,
- "w": 58,
- "h": 73
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 58,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 73,
- "w": 58,
- "h": 73
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 58,
- "h": 73
- },
- "frame": {
- "x": 58,
- "y": 73,
- "w": 58,
- "h": 73
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 58,
- "h": 73
- },
- "frame": {
- "x": 58,
- "y": 73,
- "w": 58,
- "h": 73
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 57,
- "h": 73
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 57,
- "h": 73
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 56,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 56,
- "h": 70
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 56,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 56,
- "h": 70
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 56,
- "h": 68
- },
- "frame": {
- "x": 117,
- "y": 70,
- "w": 56,
- "h": 68
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 56,
- "h": 68
- },
- "frame": {
- "x": 117,
- "y": 70,
- "w": 56,
- "h": 68
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 56,
- "h": 66
- },
- "frame": {
- "x": 116,
- "y": 138,
- "w": 56,
- "h": 66
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:66d4eb31967e6cdb8dd33a8c1e1b838e:7d44749d00b35e3fbdae08d5a062828f:719cdf7324091edbb7b1d6e2d7254a1a$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 341, "y": 346, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 411, "y": 71, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 410, "y": 207, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 353, "y": 207, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 118, "y": 208, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 177, "y": 70, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 235, "y": 70, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 60, "y": 207, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 237, "y": 207, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 237, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 119, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 354, "y": 1, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 119, "y": 70, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 403, "y": 277, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 117, "y": 278, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 396, "y": 347, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 341, "y": 346, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 411, "y": 71, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 410, "y": 207, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 353, "y": 207, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 118, "y": 208, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 177, "y": 70, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 235, "y": 70, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 60, "y": 207, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 237, "y": 207, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 237, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 119, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 354, "y": 1, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 119, "y": 70, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 403, "y": 277, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 117, "y": 278, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 396, "y": 347, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 341, "y": 346, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 411, "y": 71, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 410, "y": 207, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 353, "y": 207, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 118, "y": 208, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 177, "y": 70, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 235, "y": 70, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 60, "y": 207, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 237, "y": 207, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 237, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 119, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 354, "y": 1, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 119, "y": 70, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 403, "y": 277, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 117, "y": 278, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 396, "y": 347, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 341, "y": 346, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 411, "y": 71, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 410, "y": 207, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 353, "y": 207, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 118, "y": 208, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 177, "y": 70, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 235, "y": 70, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 60, "y": 207, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 237, "y": 207, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 237, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 119, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 354, "y": 1, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 119, "y": 70, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 403, "y": 277, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 117, "y": 278, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 396, "y": 347, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 114, "y": 348, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 175, "y": 208, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 293, "y": 71, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 60, "y": 1, "w": 58, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 57, "y": 344, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 412, "y": 1, "w": 53, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 53, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 169, "y": 348, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 343, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 173, "y": 278, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 296, "y": 1, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 1, "y": 1, "w": 58, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 58, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 295, "y": 207, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 178, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 352, "y": 71, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 352, "y": 71, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 139, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 1, "y": 139, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 60, "y": 139, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 60, "y": 139, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 293, "y": 139, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 293, "y": 139, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 352, "y": 139, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 352, "y": 139, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 352, "y": 139, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 119, "y": 140, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 178, "y": 140, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 1, "y": 207, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 1, "y": 71, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 1, "y": 207, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 1, "y": 71, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 1, "y": 207, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 1, "y": 71, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 1, "y": 207, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 60, "y": 71, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 1, "y": 275, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 59, "y": 276, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 232, "y": 276, "w": 56, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 289, "y": 276, "w": 56, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 346, "y": 277, "w": 56, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 229, "y": 345, "w": 55, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 55, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 285, "y": 345, "w": 55, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 55, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 57, "y": 412, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2076.png",
+ "format": "I8",
+ "size": { "w": 466, "h": 481 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/2076.png b/public/images/pokemon/exp/2076.png
index 5bd0c466464..f1fcda5113f 100644
Binary files a/public/images/pokemon/exp/2076.png and b/public/images/pokemon/exp/2076.png differ
diff --git a/public/images/pokemon/exp/2088.json b/public/images/pokemon/exp/2088.json
index e209e005822..3dc69f1024c 100644
--- a/public/images/pokemon/exp/2088.json
+++ b/public/images/pokemon/exp/2088.json
@@ -1,272 +1,173 @@
-{
- "textures": [
- {
- "image": "2088.png",
- "format": "RGBA8888",
- "size": {
- "w": 114,
- "h": 114
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 60,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 36
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 60,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 36
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 60,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 36
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 60,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 36
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 58,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 58,
- "h": 37
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 58,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 58,
- "h": 37
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 58,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 58,
- "h": 37
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 58,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 58,
- "h": 37
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 58,
- "y": 36,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 58,
- "y": 36,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 73,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 73,
- "w": 60,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:7d65358280b6fd8fd0351d1933aec389:4371ea558d78deb87b5511996f658c0c:b8df8f168871505f42fdc6d3c5b106f0$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 53, "y": 114, "w": 51, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 51, "h": 40 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 231, "y": 75, "w": 52, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 52, "h": 40 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 111, "y": 79, "w": 53, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 53, "h": 39 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 57, "y": 75, "w": 54, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 54, "h": 39 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 234, "y": 36, "w": 56, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 56, "h": 39 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 75, "w": 57, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 57, "h": 37 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 59, "y": 38, "w": 58, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 58, "h": 37 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 38, "w": 59, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 59, "h": 37 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 234, "y": 0, "w": 61, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 36 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 60, "h": 38 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 60, "y": 0, "w": 59, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 59, "h": 38 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 176, "y": 0, "w": 58, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 58, "h": 38 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 119, "y": 0, "w": 57, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 57, "h": 39 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 176, "y": 38, "w": 55, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 55, "h": 39 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 112, "w": 53, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 53, "h": 39 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 117, "y": 39, "w": 53, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 53, "h": 40 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 170, "y": 77, "w": 52, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 52, "h": 40 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 222, "y": 115, "w": 51, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 51, "h": 40 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2088.png",
+ "format": "I8",
+ "size": { "w": 295, "h": 155 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/2088.png b/public/images/pokemon/exp/2088.png
index 1f40127c1c7..71ddd8a7e15 100644
Binary files a/public/images/pokemon/exp/2088.png and b/public/images/pokemon/exp/2088.png differ
diff --git a/public/images/pokemon/exp/2089.json b/public/images/pokemon/exp/2089.json
index 363c17843e8..3f8b618af75 100644
--- a/public/images/pokemon/exp/2089.json
+++ b/public/images/pokemon/exp/2089.json
@@ -1,1343 +1,1091 @@
-{
- "textures": [
- {
- "image": "2089.png",
- "format": "RGBA8888",
- "size": {
- "w": 349,
- "h": 349
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 94,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 94,
- "h": 58
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 94,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 94,
- "h": 58
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 94,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 94,
- "h": 58
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 94,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 94,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 92,
- "h": 60
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 92,
- "h": 60
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 92,
- "h": 60
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 92,
- "h": 60
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 92,
- "h": 60
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 92,
- "h": 60
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 92,
- "h": 60
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 92,
- "h": 60
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 90,
- "h": 63
- },
- "frame": {
- "x": 186,
- "y": 0,
- "w": 90,
- "h": 63
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 90,
- "h": 63
- },
- "frame": {
- "x": 186,
- "y": 0,
- "w": 90,
- "h": 63
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 90,
- "h": 63
- },
- "frame": {
- "x": 186,
- "y": 0,
- "w": 90,
- "h": 63
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 90,
- "h": 63
- },
- "frame": {
- "x": 186,
- "y": 0,
- "w": 90,
- "h": 63
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 90,
- "h": 61
- },
- "frame": {
- "x": 91,
- "y": 60,
- "w": 90,
- "h": 61
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 90,
- "h": 61
- },
- "frame": {
- "x": 91,
- "y": 60,
- "w": 90,
- "h": 61
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 90,
- "h": 61
- },
- "frame": {
- "x": 91,
- "y": 60,
- "w": 90,
- "h": 61
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 90,
- "h": 61
- },
- "frame": {
- "x": 91,
- "y": 60,
- "w": 90,
- "h": 61
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 89,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 119,
- "w": 89,
- "h": 60
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 89,
- "h": 59
- },
- "frame": {
- "x": 181,
- "y": 63,
- "w": 89,
- "h": 59
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 89,
- "h": 59
- },
- "frame": {
- "x": 181,
- "y": 63,
- "w": 89,
- "h": 59
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 89,
- "h": 58
- },
- "frame": {
- "x": 89,
- "y": 121,
- "w": 89,
- "h": 58
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 89,
- "h": 58
- },
- "frame": {
- "x": 89,
- "y": 121,
- "w": 89,
- "h": 58
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 89,
- "h": 58
- },
- "frame": {
- "x": 178,
- "y": 122,
- "w": 89,
- "h": 58
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 89,
- "h": 58
- },
- "frame": {
- "x": 178,
- "y": 122,
- "w": 89,
- "h": 58
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 82,
- "h": 64
- },
- "frame": {
- "x": 267,
- "y": 122,
- "w": 82,
- "h": 64
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 82,
- "h": 64
- },
- "frame": {
- "x": 267,
- "y": 122,
- "w": 82,
- "h": 64
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 82,
- "h": 64
- },
- "frame": {
- "x": 267,
- "y": 122,
- "w": 82,
- "h": 64
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 82,
- "h": 64
- },
- "frame": {
- "x": 267,
- "y": 122,
- "w": 82,
- "h": 64
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 88,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 179,
- "w": 88,
- "h": 65
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 88,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 179,
- "w": 88,
- "h": 65
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 88,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 179,
- "w": 88,
- "h": 65
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 88,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 179,
- "w": 88,
- "h": 65
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 88,
- "h": 61
- },
- "frame": {
- "x": 88,
- "y": 179,
- "w": 88,
- "h": 61
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 88,
- "h": 61
- },
- "frame": {
- "x": 88,
- "y": 179,
- "w": 88,
- "h": 61
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 88,
- "h": 61
- },
- "frame": {
- "x": 88,
- "y": 179,
- "w": 88,
- "h": 61
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 88,
- "h": 61
- },
- "frame": {
- "x": 88,
- "y": 179,
- "w": 88,
- "h": 61
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 88,
- "h": 61
- },
- "frame": {
- "x": 88,
- "y": 179,
- "w": 88,
- "h": 61
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 88,
- "h": 61
- },
- "frame": {
- "x": 88,
- "y": 179,
- "w": 88,
- "h": 61
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 88,
- "h": 60
- },
- "frame": {
- "x": 176,
- "y": 180,
- "w": 88,
- "h": 60
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 88,
- "h": 60
- },
- "frame": {
- "x": 176,
- "y": 180,
- "w": 88,
- "h": 60
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 85,
- "h": 67
- },
- "frame": {
- "x": 264,
- "y": 186,
- "w": 85,
- "h": 67
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 85,
- "h": 67
- },
- "frame": {
- "x": 264,
- "y": 186,
- "w": 85,
- "h": 67
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 85,
- "h": 67
- },
- "frame": {
- "x": 264,
- "y": 186,
- "w": 85,
- "h": 67
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 85,
- "h": 67
- },
- "frame": {
- "x": 264,
- "y": 186,
- "w": 85,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 83,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 83,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 83,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 83,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 86,
- "h": 62
- },
- "frame": {
- "x": 166,
- "y": 240,
- "w": 86,
- "h": 62
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 86,
- "h": 62
- },
- "frame": {
- "x": 166,
- "y": 240,
- "w": 86,
- "h": 62
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 86,
- "h": 62
- },
- "frame": {
- "x": 166,
- "y": 240,
- "w": 86,
- "h": 62
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 86,
- "h": 62
- },
- "frame": {
- "x": 166,
- "y": 240,
- "w": 86,
- "h": 62
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 84,
- "h": 63
- },
- "frame": {
- "x": 252,
- "y": 253,
- "w": 84,
- "h": 63
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 84,
- "h": 63
- },
- "frame": {
- "x": 252,
- "y": 253,
- "w": 84,
- "h": 63
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 84,
- "h": 63
- },
- "frame": {
- "x": 252,
- "y": 253,
- "w": 84,
- "h": 63
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 84,
- "h": 63
- },
- "frame": {
- "x": 252,
- "y": 253,
- "w": 84,
- "h": 63
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4b0a68b63523081f6420f4bbdbf7eb38:c61a79944d0322548ea0e1b404a63e40:49ee9ed0dd32c5ba33977741b45fc3f4$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 463, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 536, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 151, "y": 61, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 370, "y": 61, "w": 75, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 236, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 183, "w": 77, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 151, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 76, "y": 125, "w": 80, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 540, "y": 238, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 463, "y": 1, "w": 82, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 445, "y": 122, "w": 83, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 499, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 333, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 250, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 167, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 84, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 321, "y": 239, "w": 82, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 78, "y": 183, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 250, "y": 350, "w": 80, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 488, "y": 350, "w": 78, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 385, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 312, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 76, "y": 1, "w": 75, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 463, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 536, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 151, "y": 61, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 370, "y": 61, "w": 75, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 236, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 183, "w": 77, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 151, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 76, "y": 125, "w": 80, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 540, "y": 238, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 463, "y": 1, "w": 82, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 445, "y": 122, "w": 83, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 499, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 333, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 250, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 167, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 84, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 1, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 321, "y": 239, "w": 82, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 78, "y": 183, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 250, "y": 350, "w": 80, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 488, "y": 350, "w": 78, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 385, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 312, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 76, "y": 1, "w": 75, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 463, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 536, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 151, "y": 61, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 370, "y": 61, "w": 75, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 236, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 183, "w": 77, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 151, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 76, "y": 125, "w": 80, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 540, "y": 238, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 463, "y": 1, "w": 82, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 445, "y": 122, "w": 83, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 499, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 333, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 250, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 167, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 84, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 1, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 321, "y": 239, "w": 82, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 78, "y": 183, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 250, "y": 350, "w": 80, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 488, "y": 350, "w": 78, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 385, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 312, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 76, "y": 1, "w": 75, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 463, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 536, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 151, "y": 61, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 370, "y": 61, "w": 75, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 236, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 183, "w": 77, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 151, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 76, "y": 125, "w": 80, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 540, "y": 238, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 463, "y": 1, "w": 82, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 445, "y": 122, "w": 83, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 499, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 333, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 250, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 167, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 84, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 1, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 321, "y": 239, "w": 82, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 78, "y": 183, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 250, "y": 350, "w": 80, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 488, "y": 350, "w": 78, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 385, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 312, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 76, "y": 1, "w": 75, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 463, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 297, "y": 61, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 224, "y": 61, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 1, "y": 64, "w": 75, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 388, "y": 178, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 540, "y": 178, "w": 77, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 307, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 156, "y": 125, "w": 80, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 159, "y": 186, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 545, "y": 1, "w": 82, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 528, "y": 122, "w": 83, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 416, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 333, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 167, "y": 298, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 582, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 1, "y": 298, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 84, "y": 298, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 403, "y": 239, "w": 82, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 240, "y": 186, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 330, "y": 350, "w": 80, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 410, "y": 350, "w": 78, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 229, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 464, "y": 178, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 1, "y": 1, "w": 75, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2089.png",
+ "format": "I8",
+ "size": { "w": 666, "h": 409 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/2089.png b/public/images/pokemon/exp/2089.png
index 380e517136c..fc4f2d2a353 100644
Binary files a/public/images/pokemon/exp/2089.png and b/public/images/pokemon/exp/2089.png differ
diff --git a/public/images/pokemon/exp/229-mega.png b/public/images/pokemon/exp/229-mega.png
index bc7656d9f1c..babc5310bb4 100644
Binary files a/public/images/pokemon/exp/229-mega.png and b/public/images/pokemon/exp/229-mega.png differ
diff --git a/public/images/pokemon/exp/248-mega.json b/public/images/pokemon/exp/248-mega.json
index 42e7e9f7d6d..2c9370cbeee 100644
--- a/public/images/pokemon/exp/248-mega.json
+++ b/public/images/pokemon/exp/248-mega.json
@@ -1,272 +1,929 @@
-{
- "textures": [
- {
- "image": "248-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 271,
- "h": 271
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 85,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 85,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 170,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 170,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 90,
- "h": 85
- },
- "frame": {
- "x": 91,
- "y": 85,
- "w": 90,
- "h": 85
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 90,
- "h": 85
- },
- "frame": {
- "x": 91,
- "y": 85,
- "w": 90,
- "h": 85
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 90,
- "h": 85
- },
- "frame": {
- "x": 181,
- "y": 85,
- "w": 90,
- "h": 85
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 84
- },
- "frame": {
- "x": 91,
- "y": 170,
- "w": 90,
- "h": 84
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:cde8b160e19f5e22098d0c8712fe3e26:5bade20a2d91d5c0e3de833bedccd3cb:90df97eb431b7162252516cb937a0b9e$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 467, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 559, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 184, "y": 176, "w": 91, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 91, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 184, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 374, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 182, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 549, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 89, "y": 513, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 182, "y": 512, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 273, "y": 513, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 87, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 456, "y": 433, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 547, "y": 512, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 274, "y": 431, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 91, "y": 430, "w": 89, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 89, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 275, "y": 348, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 91, "y": 347, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 369, "y": 345, "w": 90, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 90, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 561, "y": 261, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 467, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 559, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 184, "y": 176, "w": 91, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 91, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 184, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 374, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 182, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 549, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 89, "y": 513, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 182, "y": 512, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 273, "y": 513, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 87, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 456, "y": 433, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 547, "y": 512, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 274, "y": 431, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 91, "y": 430, "w": 89, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 89, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 275, "y": 348, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 91, "y": 347, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 369, "y": 345, "w": 90, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 90, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 561, "y": 261, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 467, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 559, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 184, "y": 176, "w": 91, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 91, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 184, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 374, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 182, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 549, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 89, "y": 513, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 182, "y": 512, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 273, "y": 513, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 87, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 456, "y": 433, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 547, "y": 512, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 274, "y": 431, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 91, "y": 430, "w": 89, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 89, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 275, "y": 348, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 91, "y": 347, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 369, "y": 345, "w": 90, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 90, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 561, "y": 261, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 467, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 559, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 184, "y": 176, "w": 91, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 91, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 184, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 374, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 182, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 549, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 89, "y": 513, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 182, "y": 512, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 273, "y": 513, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 87, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 456, "y": 433, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 547, "y": 512, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 274, "y": 431, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 91, "y": 430, "w": 89, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 89, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 275, "y": 348, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 91, "y": 347, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 369, "y": 345, "w": 90, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 90, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 561, "y": 261, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 467, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 176, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 92, "y": 176, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 92, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 184, "y": 345, "w": 89, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 89, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 278, "y": 263, "w": 89, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 89, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 468, "y": 261, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 549, "y": 346, "w": 89, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 89, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 347, "w": 89, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 89, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 431, "w": 87, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 87, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 367, "y": 429, "w": 87, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 87, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 461, "y": 346, "w": 86, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 86, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 283, "y": 175, "w": 89, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 89, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 189, "y": 88, "w": 92, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 92, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 0, "w": 93, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 93, "h": 87 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 380, "y": 0, "w": 92, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 92, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 95, "y": 88, "w": 92, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 92, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 474, "y": 0, "w": 92, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 92, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 190, "y": 0, "w": 93, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 93, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 95, "y": 0, "w": 93, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 93, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 285, "y": 0, "w": 93, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 93, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 378, "y": 88, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 93, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 283, "y": 88, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 93, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 473, "y": 88, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 93, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 89, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 93, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 374, "y": 175, "w": 91, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "248-mega.png",
+ "format": "I8",
+ "size": { "w": 651, "h": 593 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/248-mega.png b/public/images/pokemon/exp/248-mega.png
index b7563738d3d..167b88b09e5 100644
Binary files a/public/images/pokemon/exp/248-mega.png and b/public/images/pokemon/exp/248-mega.png differ
diff --git a/public/images/pokemon/exp/362-mega.json b/public/images/pokemon/exp/362-mega.json
index 05497f4ce7e..c69ecfb1903 100644
--- a/public/images/pokemon/exp/362-mega.json
+++ b/public/images/pokemon/exp/362-mega.json
@@ -1,272 +1,551 @@
-{
- "textures": [
- {
- "image": "362-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 174,
- "h": 174
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 72
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 72
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 72
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 72
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 116,
- "y": 0,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 70
- },
- "frame": {
- "x": 58,
- "y": 71,
- "w": 58,
- "h": 70
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 70
- },
- "frame": {
- "x": 58,
- "y": 71,
- "w": 58,
- "h": 70
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:06afd89cf806f88f8f27098b432ad2cd:96be21e5293fd792149dc4962c63b26d:8a7271a5423838c97ddeb1e6dc343255$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 11, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 14, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 15, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 13, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 11, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 14, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 15, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 13, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 11, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 14, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 15, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 13, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "362-mega.png",
+ "format": "I8",
+ "size": { "w": 122, "h": 134 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/362-mega.png b/public/images/pokemon/exp/362-mega.png
index 76464e38a4c..be87d172e8e 100644
Binary files a/public/images/pokemon/exp/362-mega.png and b/public/images/pokemon/exp/362-mega.png differ
diff --git a/public/images/pokemon/exp/373-mega.png b/public/images/pokemon/exp/373-mega.png
index 93c27d88db6..0b93c472c76 100644
Binary files a/public/images/pokemon/exp/373-mega.png and b/public/images/pokemon/exp/373-mega.png differ
diff --git a/public/images/pokemon/exp/4080.png b/public/images/pokemon/exp/4080.png
index 81890a8b9e5..77e47856b0a 100644
Binary files a/public/images/pokemon/exp/4080.png and b/public/images/pokemon/exp/4080.png differ
diff --git a/public/images/pokemon/exp/4199.png b/public/images/pokemon/exp/4199.png
index b1858760c0c..b7a7dd9bfbb 100644
Binary files a/public/images/pokemon/exp/4199.png and b/public/images/pokemon/exp/4199.png differ
diff --git a/public/images/pokemon/exp/4222.png b/public/images/pokemon/exp/4222.png
index b78d04c371c..5e04aafdc22 100644
Binary files a/public/images/pokemon/exp/4222.png and b/public/images/pokemon/exp/4222.png differ
diff --git a/public/images/pokemon/exp/4264.png b/public/images/pokemon/exp/4264.png
index 3436fe2fe13..4bc70f2fdce 100644
Binary files a/public/images/pokemon/exp/4264.png and b/public/images/pokemon/exp/4264.png differ
diff --git a/public/images/pokemon/exp/4562.png b/public/images/pokemon/exp/4562.png
index 69b90f182ca..307390e8e2c 100644
Binary files a/public/images/pokemon/exp/4562.png and b/public/images/pokemon/exp/4562.png differ
diff --git a/public/images/pokemon/exp/484-origin.json b/public/images/pokemon/exp/484-origin.json
index f52359c264a..2b63fdd6785 100644
--- a/public/images/pokemon/exp/484-origin.json
+++ b/public/images/pokemon/exp/484-origin.json
@@ -4,8 +4,8 @@
"image": "484-origin.png",
"format": "RGBA8888",
"size": {
- "w": 426,
- "h": 426
+ "w": 274,
+ "h": 274
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -35,20 +35,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -56,20 +56,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -77,20 +77,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -98,20 +98,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -119,146 +119,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
"w": 91,
- "h": 97
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 97
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
+ "h": 95
},
"spriteSourceSize": {
"x": 0,
- "y": 5,
- "w": 92,
- "h": 96
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 92,
- "h": 96
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 92,
- "h": 96
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 92,
- "h": 96
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
"y": 0,
"w": 90,
- "h": 97
+ "h": 95
},
"frame": {
"x": 0,
- "y": 97,
- "w": 90,
- "h": 97
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
"y": 0,
"w": 90,
- "h": 97
- },
- "frame": {
- "x": 0,
- "y": 97,
- "w": 90,
- "h": 97
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 96,
- "h": 90
- },
- "frame": {
- "x": 183,
- "y": 0,
- "w": 96,
- "h": 90
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 96,
- "h": 90
- },
- "frame": {
- "x": 183,
- "y": 0,
- "w": 96,
- "h": 90
+ "h": 95
}
},
{
@@ -266,20 +140,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -287,20 +161,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -308,20 +182,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -329,20 +203,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -350,20 +224,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -371,20 +245,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -392,20 +266,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -413,20 +287,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -434,20 +308,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -455,20 +329,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -476,20 +350,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -497,272 +371,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 90,
+ "w": 91,
"h": 95
},
- "frame": {
+ "spriteSourceSize": {
"x": 0,
- "y": 194,
- "w": 90,
- "h": 95
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 90,
- "h": 95
- },
- "frame": {
- "x": 0,
- "y": 194,
- "w": 90,
- "h": 95
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 7,
"y": 1,
- "w": 89,
- "h": 95
+ "w": 90,
+ "h": 94
},
"frame": {
"x": 0,
- "y": 289,
- "w": 89,
- "h": 95
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 89,
- "h": 95
- },
- "frame": {
- "x": 0,
- "y": 289,
- "w": 89,
- "h": 95
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 279,
- "y": 0,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 279,
- "y": 0,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 16,
- "w": 50,
- "h": 54
- },
- "frame": {
- "x": 371,
- "y": 0,
- "w": 50,
- "h": 54
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 16,
- "w": 50,
- "h": 54
- },
- "frame": {
- "x": 371,
- "y": 0,
- "w": 50,
- "h": 54
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 16,
- "w": 50,
- "h": 54
- },
- "frame": {
- "x": 371,
- "y": 0,
- "w": 50,
- "h": 54
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 16,
- "w": 50,
- "h": 54
- },
- "frame": {
- "x": 371,
- "y": 0,
- "w": 50,
- "h": 54
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 183,
- "y": 90,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 183,
- "y": 90,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 183,
- "y": 90,
- "w": 92,
- "h": 92
+ "y": 95,
+ "w": 90,
+ "h": 94
}
},
{
@@ -770,20 +392,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -791,20 +413,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -812,20 +434,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -833,20 +455,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -854,20 +476,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -875,20 +497,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -896,20 +518,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -917,20 +539,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -938,20 +560,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -959,20 +581,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -980,20 +602,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -1001,272 +623,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 5,
"w": 91,
- "h": 92
+ "h": 95
},
- "frame": {
- "x": 275,
- "y": 92,
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
+ "h": 91
},
"frame": {
"x": 90,
- "y": 97,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 90,
- "y": 97,
- "w": 89,
- "h": 93
+ "y": 0,
+ "w": 91,
+ "h": 91
}
},
{
@@ -1274,20 +644,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1295,20 +665,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1316,20 +686,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1337,20 +707,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1358,20 +728,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1379,20 +749,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1400,20 +770,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1421,20 +791,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1442,20 +812,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1463,20 +833,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1484,20 +854,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1505,19 +875,229 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
+ "h": 91
+ },
+ "frame": {
+ "x": 181,
+ "y": 0,
+ "w": 90,
+ "h": 91
+ }
+ },
+ {
+ "filename": "0011.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
"h": 92
},
"frame": {
"x": 90,
- "y": 190,
- "w": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0012.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0035.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0036.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0039.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0040.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0059.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0060.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0063.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0064.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
"h": 92
}
},
@@ -1526,20 +1106,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1547,20 +1127,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1568,20 +1148,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1589,20 +1169,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1610,20 +1190,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1631,20 +1211,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1652,20 +1232,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1673,20 +1253,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1694,20 +1274,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1715,20 +1295,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1736,20 +1316,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1757,62 +1337,62 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
+ "w": 89,
+ "h": 91
+ },
+ "frame": {
+ "x": 90,
+ "y": 183,
+ "w": 89,
+ "h": 91
+ }
+ },
+ {
+ "filename": "0015.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
"w": 89,
"h": 92
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 179,
+ "y": 91,
"w": 89,
"h": 92
}
},
{
- "filename": "0077.png",
+ "filename": "0016.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 90,
- "h": 90
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
},
"frame": {
- "x": 269,
- "y": 184,
- "w": 90,
- "h": 90
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 90,
- "h": 90
- },
- "frame": {
- "x": 269,
- "y": 184,
- "w": 90,
- "h": 90
+ "x": 179,
+ "y": 91,
+ "w": 89,
+ "h": 92
}
},
{
@@ -1820,20 +1400,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1841,20 +1421,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1862,20 +1442,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1883,20 +1463,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1904,20 +1484,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1925,608 +1505,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 7,
- "w": 79,
- "h": 86
- },
- "frame": {
- "x": 268,
- "y": 274,
- "w": 79,
- "h": 86
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 7,
- "w": 79,
- "h": 86
- },
- "frame": {
- "x": 268,
- "y": 274,
- "w": 79,
- "h": 86
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 10,
- "w": 79,
- "h": 83
- },
- "frame": {
- "x": 347,
- "y": 274,
- "w": 79,
- "h": 83
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 11,
- "w": 71,
- "h": 69
- },
- "frame": {
- "x": 347,
- "y": 357,
- "w": 71,
- "h": 69
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 11,
- "w": 71,
- "h": 69
- },
- "frame": {
- "x": 347,
- "y": 357,
- "w": 71,
- "h": 69
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 11,
- "w": 71,
- "h": 69
- },
- "frame": {
- "x": 347,
- "y": 357,
- "w": 71,
- "h": 69
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 12,
- "w": 59,
- "h": 70
- },
- "frame": {
- "x": 359,
- "y": 184,
- "w": 59,
- "h": 70
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 12,
- "w": 59,
- "h": 70
- },
- "frame": {
- "x": 359,
- "y": 184,
- "w": 59,
- "h": 70
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 35,
- "y": 23,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 384,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 35,
- "y": 23,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 371,
- "y": 54,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 42,
- "y": 26,
- "w": 19,
- "h": 23
- },
- "frame": {
- "x": 27,
- "y": 384,
- "w": 19,
- "h": 23
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 42,
- "y": 26,
- "w": 19,
- "h": 23
- },
- "frame": {
- "x": 27,
- "y": 384,
- "w": 19,
- "h": 23
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 42,
- "y": 35,
- "w": 14,
- "h": 10
- },
- "frame": {
- "x": 359,
- "y": 254,
- "w": 14,
- "h": 10
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 42,
- "y": 35,
- "w": 14,
- "h": 10
- },
- "frame": {
- "x": 359,
- "y": 254,
- "w": 14,
- "h": 10
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
}
]
@@ -2535,6 +1527,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:52f94c22e7d6d2608638048866c1910a:045ab453153e084bad1f17ca61076c30:5ea3e660bc9c2624f846675d5196db82$"
+ "smartupdate": "$TexturePacker:SmartUpdate:4eec21f441df8c5ce7313596a1672a9e:bec666304c4bb8072e19fa13a830a7c8:5ea3e660bc9c2624f846675d5196db82$"
}
}
diff --git a/public/images/pokemon/exp/484-origin.png b/public/images/pokemon/exp/484-origin.png
index dbd6db55f78..2d8d0fde472 100644
Binary files a/public/images/pokemon/exp/484-origin.png and b/public/images/pokemon/exp/484-origin.png differ
diff --git a/public/images/pokemon/exp/531-mega.png b/public/images/pokemon/exp/531-mega.png
index d9b93c2ecca..391cc22b6db 100644
Binary files a/public/images/pokemon/exp/531-mega.png and b/public/images/pokemon/exp/531-mega.png differ
diff --git a/public/images/pokemon/exp/569-gigantamax.json b/public/images/pokemon/exp/569-gigantamax.json
new file mode 100644
index 00000000000..6cda2b0d79a
--- /dev/null
+++ b/public/images/pokemon/exp/569-gigantamax.json
@@ -0,0 +1,1478 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 305, "y": 173, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 305, "y": 173, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 305, "y": 173, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 305, "y": 173, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "569-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 419, "h": 261 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/569-gigantamax.png b/public/images/pokemon/exp/569-gigantamax.png
new file mode 100644
index 00000000000..90decc0ad84
Binary files /dev/null and b/public/images/pokemon/exp/569-gigantamax.png differ
diff --git a/public/images/pokemon/exp/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/658-ash.png b/public/images/pokemon/exp/658-ash.png
index 6bb84f3e4fd..ced4cbcec71 100644
Binary files a/public/images/pokemon/exp/658-ash.png and b/public/images/pokemon/exp/658-ash.png differ
diff --git a/public/images/pokemon/exp/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/677.png b/public/images/pokemon/exp/677.png
index 70d8a0f185d..d25f1675102 100644
Binary files a/public/images/pokemon/exp/677.png and b/public/images/pokemon/exp/677.png differ
diff --git a/public/images/pokemon/exp/678-female.png b/public/images/pokemon/exp/678-female.png
index 3af30f5d2a7..b2021bd5923 100644
Binary files a/public/images/pokemon/exp/678-female.png and b/public/images/pokemon/exp/678-female.png differ
diff --git a/public/images/pokemon/exp/692.json b/public/images/pokemon/exp/692.json
index 935f67c3daa..86b535260ae 100644
--- a/public/images/pokemon/exp/692.json
+++ b/public/images/pokemon/exp/692.json
@@ -1,356 +1,794 @@
-{
- "textures": [
- {
- "image": "692.png",
- "format": "RGBA8888",
- "size": {
- "w": 162,
- "h": 162
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 82,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 82,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 123,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 123,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 59,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 80,
- "w": 59,
- "h": 41
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 59,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 121,
- "w": 59,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:770fa5fad1cc8a443ce0a20fecd29c87:eb7f111f1bbee8cd3438d375d4fb00f7:2880def858c84cd859bedf13b0b49a33$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 1, "y": 71, "w": 57, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 1, "y": 71, "w": 57, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 117, "y": 72, "w": 59, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "692.png",
+ "format": "I8",
+ "size": { "w": 239, "h": 106 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/692.png b/public/images/pokemon/exp/692.png
index 976faaf76a4..1e42cbf47fa 100644
Binary files a/public/images/pokemon/exp/692.png and b/public/images/pokemon/exp/692.png differ
diff --git a/public/images/pokemon/exp/693.json b/public/images/pokemon/exp/693.json
index b5b81735f10..c8f7763de1d 100644
--- a/public/images/pokemon/exp/693.json
+++ b/public/images/pokemon/exp/693.json
@@ -1,272 +1,902 @@
-{
- "textures": [
- {
- "image": "693.png",
- "format": "RGBA8888",
- "size": {
- "w": 259,
- "h": 259
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 85,
- "y": 89,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 85,
- "h": 88
- },
- "frame": {
- "x": 171,
- "y": 0,
- "w": 85,
- "h": 88
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 85,
- "h": 88
- },
- "frame": {
- "x": 171,
- "y": 0,
- "w": 85,
- "h": 88
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 91,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 178,
- "w": 91,
- "h": 80
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 89,
- "h": 83
- },
- "frame": {
- "x": 170,
- "y": 89,
- "w": 89,
- "h": 83
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 89,
- "h": 83
- },
- "frame": {
- "x": 170,
- "y": 89,
- "w": 89,
- "h": 83
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8606ef5d207ca2100dda49cb1d79599e:d3c4f159e863b497f7925b3a24df9e4b:9c1f9147e693c05eb4655590e9099679$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 303, "y": 140, "w": 102, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 5, "w": 102, "h": 70 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 523, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 318, "y": 290, "w": 103, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 7, "w": 103, "h": 64 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 105, "y": 1, "w": 102, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 0, "w": 102, "h": 75 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 306, "y": 72, "w": 108, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 108, "h": 68 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 108, "y": 276, "w": 105, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 14, "w": 105, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 1, "w": 104, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 104, "h": 74 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 203, "y": 210, "w": 106, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 106, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 508, "y": 152, "w": 106, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 106, "h": 67 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 414, "y": 74, "w": 103, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 8, "w": 103, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 306, "y": 72, "w": 108, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 108, "h": 68 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 108, "y": 276, "w": 105, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 14, "w": 105, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 1, "y": 1, "w": 104, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 104, "h": 74 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 203, "y": 210, "w": 106, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 106, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 309, "y": 214, "w": 107, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 14, "w": 107, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 306, "y": 1, "w": 106, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 106, "h": 70 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 1, "y": 218, "w": 107, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 14, "w": 107, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 213, "y": 279, "w": 105, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 105, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 103, "y": 341, "w": 104, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 104, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 516, "y": 1, "w": 101, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 101, "h": 73 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 100, "y": 149, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 1, "y": 349, "w": 102, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 16, "w": 102, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 103, "y": 404, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "693.png",
+ "format": "I8",
+ "size": { "w": 626, "h": 466 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/693.png b/public/images/pokemon/exp/693.png
index 538f2f11f73..2e8f1ccd05c 100644
Binary files a/public/images/pokemon/exp/693.png and b/public/images/pokemon/exp/693.png differ
diff --git a/public/images/pokemon/exp/694.json b/public/images/pokemon/exp/694.json
deleted file mode 100644
index 12cc0369cc2..00000000000
--- a/public/images/pokemon/exp/694.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "694.png",
- "format": "RGBA8888",
- "size": {
- "w": 140,
- "h": 140
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 44,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 34
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 43,
- "h": 34
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 34
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 43,
- "h": 34
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 41,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 41,
- "h": 35
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 36,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 36,
- "h": 37
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 36,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 36,
- "h": 37
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 34,
- "h": 37
- },
- "frame": {
- "x": 36,
- "y": 103,
- "w": 34,
- "h": 37
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 41,
- "h": 35
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 41,
- "h": 35
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 39,
- "h": 36
- },
- "frame": {
- "x": 43,
- "y": 34,
- "w": 39,
- "h": 36
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 39,
- "h": 36
- },
- "frame": {
- "x": 82,
- "y": 35,
- "w": 39,
- "h": 36
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 33,
- "h": 37
- },
- "frame": {
- "x": 70,
- "y": 71,
- "w": 33,
- "h": 37
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 31,
- "h": 37
- },
- "frame": {
- "x": 103,
- "y": 71,
- "w": 31,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c6f790c1c7c7e284eb98dfeaad75e635:7e95f5e91c561cc43d0e8ef8188f18b3:b0990f9650cfe63b836cbed33f0b44d8$"
- }
-}
diff --git a/public/images/pokemon/exp/694.png b/public/images/pokemon/exp/694.png
deleted file mode 100644
index 671d9517e4c..00000000000
Binary files a/public/images/pokemon/exp/694.png and /dev/null differ
diff --git a/public/images/pokemon/exp/696.json b/public/images/pokemon/exp/696.json
index 3bc9dae1999..f95124e3f31 100644
--- a/public/images/pokemon/exp/696.json
+++ b/public/images/pokemon/exp/696.json
@@ -1,692 +1,1054 @@
-{
- "textures": [
- {
- "image": "696.png",
- "format": "RGBA8888",
- "size": {
- "w": 135,
- "h": 135
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 53,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 53,
- "h": 43
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 53,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 53,
- "h": 43
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f6c90e8287d3ce2aa68c9fef98f6e12f:24cf84ba4764bd88b4e751ca1911a8d5:58b7763fb9abdd043e9bfa400cfafdef$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 171, "y": 46, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 171, "y": 46, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "format": "I8",
+ "size": { "w": 286, "h": 179 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/696.png b/public/images/pokemon/exp/696.png
index 8dd6b2cf6c7..7892c40e52b 100644
Binary files a/public/images/pokemon/exp/696.png and b/public/images/pokemon/exp/696.png differ
diff --git a/public/images/pokemon/exp/697.json b/public/images/pokemon/exp/697.json
index 9120976bb53..c56de41946c 100644
--- a/public/images/pokemon/exp/697.json
+++ b/public/images/pokemon/exp/697.json
@@ -1,1175 +1,983 @@
-{
- "textures": [
- {
- "image": "697.png",
- "format": "RGBA8888",
- "size": {
- "w": 378,
- "h": 378
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 76,
- "h": 74
- },
- "frame": {
- "x": 76,
- "y": 75,
- "w": 76,
- "h": 74
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 76,
- "h": 74
- },
- "frame": {
- "x": 227,
- "y": 0,
- "w": 76,
- "h": 74
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 69,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 302,
- "w": 69,
- "h": 76
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 69,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 302,
- "w": 69,
- "h": 76
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 303,
- "y": 0,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 303,
- "y": 0,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 148,
- "y": 149,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 148,
- "y": 149,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 67,
- "h": 77
- },
- "frame": {
- "x": 222,
- "y": 149,
- "w": 67,
- "h": 77
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 227,
- "y": 74,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 67,
- "h": 77
- },
- "frame": {
- "x": 299,
- "y": 74,
- "w": 67,
- "h": 77
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 65,
- "h": 78
- },
- "frame": {
- "x": 289,
- "y": 151,
- "w": 65,
- "h": 78
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 65,
- "h": 78
- },
- "frame": {
- "x": 289,
- "y": 151,
- "w": 65,
- "h": 78
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 63,
- "h": 79
- },
- "frame": {
- "x": 145,
- "y": 227,
- "w": 63,
- "h": 79
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 63,
- "h": 79
- },
- "frame": {
- "x": 145,
- "y": 227,
- "w": 63,
- "h": 79
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 61,
- "h": 79
- },
- "frame": {
- "x": 208,
- "y": 226,
- "w": 61,
- "h": 79
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 61,
- "h": 79
- },
- "frame": {
- "x": 208,
- "y": 226,
- "w": 61,
- "h": 79
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 60,
- "h": 79
- },
- "frame": {
- "x": 269,
- "y": 229,
- "w": 60,
- "h": 79
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:768a260ef504838ad6b945525f4ed05f:3b115b0ef560b516c93f6aa5f1423cd9:f4fdd87d2fc1483d8e0a185c2654e3d9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 78, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 184, "y": 231, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 94, "y": 157, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 90, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 391, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 88, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 275, "y": 390, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 88, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 363, "y": 463, "w": 86, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 1, "w": 86, "h": 81 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 649, "y": 386, "w": 86, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 86, "h": 82 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 449, "y": 463, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 87, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 312, "w": 90, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 90, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 372, "y": 386, "w": 92, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 92, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 566, "y": 233, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 566, "y": 233, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 92, "y": 78, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 473, "y": 156, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 556, "y": 386, "w": 93, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 93, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 181, "y": 387, "w": 94, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 94, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 648, "y": 311, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 186, "y": 312, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 661, "y": 157, "w": 96, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 96, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 458, "y": 311, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 669, "y": 0, "w": 93, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 93, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 464, "y": 386, "w": 92, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 92, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 568, "y": 79, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 661, "y": 79, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 289, "y": 0, "w": 95, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 95, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 0, "y": 0, "w": 96, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 96, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 96, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 192, "y": 0, "w": 97, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 97, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 480, "y": 0, "w": 96, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 96, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 384, "y": 0, "w": 96, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 96, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 192, "y": 77, "w": 96, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 96, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 566, "y": 157, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 95, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 553, "y": 311, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 277, "y": 157, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 95, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 92, "y": 310, "w": 94, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 94, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 0, "y": 157, "w": 94, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 94, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 458, "y": 234, "w": 93, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 93, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 184, "y": 153, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 380, "y": 156, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 576, "y": 0, "w": 93, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 93, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 288, "y": 78, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "697.png",
+ "format": "I8",
+ "size": { "w": 762, "h": 616 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/697.png b/public/images/pokemon/exp/697.png
index 136007c2892..808dd14eabd 100644
Binary files a/public/images/pokemon/exp/697.png and b/public/images/pokemon/exp/697.png differ
diff --git a/public/images/pokemon/exp/698.json b/public/images/pokemon/exp/698.json
deleted file mode 100644
index e0096ec0ecf..00000000000
--- a/public/images/pokemon/exp/698.json
+++ /dev/null
@@ -1,3296 +0,0 @@
-{
- "textures": [
- {
- "image": "698.png",
- "format": "RGBA8888",
- "size": {
- "w": 175,
- "h": 175
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0151.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0152.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0135.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0136.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0141.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0142.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0147.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0148.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0131.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0132.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0137.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0138.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0143.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0144.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0149.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0150.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0133.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0134.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0139.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0140.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0145.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0146.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0153.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0154.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0155.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0156.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2dce35b74cbe50cf08e71af3768cef4c:e4d5ff1dbd47865af99315586fe42981:198087d69fed44d4a642fa3ba5c077d6$"
- }
-}
diff --git a/public/images/pokemon/exp/698.png b/public/images/pokemon/exp/698.png
deleted file mode 100644
index 3fba3dad32a..00000000000
Binary files a/public/images/pokemon/exp/698.png and /dev/null differ
diff --git a/public/images/pokemon/exp/699.png b/public/images/pokemon/exp/699.png
index d2108e813aa..1b7a4f402e3 100644
Binary files a/public/images/pokemon/exp/699.png and b/public/images/pokemon/exp/699.png differ
diff --git a/public/images/pokemon/exp/700.json b/public/images/pokemon/exp/700.json
index fbcefcf3561..2ed26d79228 100644
--- a/public/images/pokemon/exp/700.json
+++ b/public/images/pokemon/exp/700.json
@@ -1,1070 +1,587 @@
-{
- "textures": [
- {
- "image": "700.png",
- "format": "RGBA8888",
- "size": {
- "w": 233,
- "h": 233
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 175,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 175,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 57
- },
- "frame": {
- "x": 45,
- "y": 176,
- "w": 42,
- "h": 57
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 101,
- "y": 118,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8ebe248133b590a1727583e2ee69cc50:c2481ba04831dcd949e63454034488e2:2e4bf5ef1f19e475073f7da10c60b540$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 93, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 99, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 139, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 120, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 146, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 46, "y": 122, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 93, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 99, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 139, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 120, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 146, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 46, "y": 122, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 93, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 99, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 139, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 120, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 146, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 46, "y": 122, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 239, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 193, "y": 60, "w": 43, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 43, "h": 62 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 99, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 147, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 0, "w": 51, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 51, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 60, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 46, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 92, "y": 178, "w": 43, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 43, "h": 60 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 195, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 52, "y": 0, "w": 46, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 46, "h": 61 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 136, "y": 178, "w": 43, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 43, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 195, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 52, "y": 0, "w": 46, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 46, "h": 61 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 179, "w": 43, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 43, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 185, "y": 123, "w": 44, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 44, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 47, "y": 62, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 45, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 44, "y": 239, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "700.png",
+ "format": "I8",
+ "size": { "w": 242, "h": 298 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/700.png b/public/images/pokemon/exp/700.png
index 997328d323d..4d3e64fab03 100644
Binary files a/public/images/pokemon/exp/700.png and b/public/images/pokemon/exp/700.png differ
diff --git a/public/images/pokemon/exp/702.json b/public/images/pokemon/exp/702.json
index bf5cfbccec0..0ab95b58c7a 100644
--- a/public/images/pokemon/exp/702.json
+++ b/public/images/pokemon/exp/702.json
@@ -1,671 +1,443 @@
-{
- "textures": [
- {
- "image": "702.png",
- "format": "RGBA8888",
- "size": {
- "w": 138,
- "h": 138
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 45,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 45,
- "h": 36
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 45,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 45,
- "h": 36
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 36,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 36,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 36,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 47,
- "h": 33
- },
- "frame": {
- "x": 91,
- "y": 36,
- "w": 47,
- "h": 33
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 47,
- "h": 33
- },
- "frame": {
- "x": 91,
- "y": 36,
- "w": 47,
- "h": 33
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 47,
- "h": 33
- },
- "frame": {
- "x": 91,
- "y": 36,
- "w": 47,
- "h": 33
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 93,
- "y": 69,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 93,
- "y": 69,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 93,
- "y": 69,
- "w": 44,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:be64539a559c97720b84c9b5cd8151b7:e7db40381441319d37a93d8698db35c7:ba8fdab405d5efab99c4aa1084328e6b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 94, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 141, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 141, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 188, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 48, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 74, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 188, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 145, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 96, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 47, "y": 74, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 94, "y": 74, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 187, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "702.png",
+ "format": "I8",
+ "size": { "w": 234, "h": 178 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/702.png b/public/images/pokemon/exp/702.png
index a5d375e779a..1f1bd6b524f 100644
Binary files a/public/images/pokemon/exp/702.png and b/public/images/pokemon/exp/702.png differ
diff --git a/public/images/pokemon/exp/703.json b/public/images/pokemon/exp/703.json
deleted file mode 100644
index 75e52fdc904..00000000000
--- a/public/images/pokemon/exp/703.json
+++ /dev/null
@@ -1,356 +0,0 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 120,
- "h": 120
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 40,
- "w": 35,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 35,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 40,
- "w": 35,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 12,
- "w": 35,
- "h": 39
- },
- "frame": {
- "x": 37,
- "y": 81,
- "w": 35,
- "h": 39
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 72,
- "y": 40,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 35,
- "h": 40
- },
- "frame": {
- "x": 72,
- "y": 80,
- "w": 35,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:01a847d167639aeeb160ddd9a360a558:5e33077f4810fe91d17064ff7dd6bf4d:721af8c322ff60159262e9b3017c784d$"
- }
-}
diff --git a/public/images/pokemon/exp/703.png b/public/images/pokemon/exp/703.png
deleted file mode 100644
index 5a0c63154ef..00000000000
Binary files a/public/images/pokemon/exp/703.png and /dev/null differ
diff --git a/public/images/pokemon/exp/704.json b/public/images/pokemon/exp/704.json
index 440a41ebbc5..8b429c0639e 100644
--- a/public/images/pokemon/exp/704.json
+++ b/public/images/pokemon/exp/704.json
@@ -1,1784 +1,371 @@
-{
- "textures": [
- {
- "image": "704.png",
- "format": "RGBA8888",
- "size": {
- "w": 288,
- "h": 288
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 96,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 96,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 43,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 43,
- "h": 47
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 43,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 43,
- "h": 47
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 191,
- "w": 41,
- "h": 46
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 191,
- "w": 41,
- "h": 46
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 39,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 237,
- "w": 39,
- "h": 45
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 39,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 237,
- "w": 39,
- "h": 45
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 41,
- "y": 191,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 41,
- "y": 191,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 80,
- "y": 235,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 205,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 0,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 163,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 205,
- "y": 84,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 205,
- "y": 84,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 205,
- "y": 84,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 176,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 176,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 121,
- "y": 85,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 163,
- "y": 85,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 125,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 199,
- "y": 124,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 199,
- "y": 124,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 129,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 169,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 235,
- "y": 132,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 235,
- "y": 132,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 193,
- "y": 168,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 157,
- "y": 173,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 121,
- "y": 213,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 229,
- "y": 175,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 193,
- "y": 211,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 157,
- "y": 216,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 229,
- "y": 218,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 229,
- "y": 218,
- "w": 36,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:695bd0c4059d0b12112a2e7a99e1d237:1f0a27b4d1a84460990b54c833ed8007:45bb13be23ae6e2a6654a2a00c450d62$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 78, "y": 0, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 52, "y": 94, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 78, "y": 0, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 52, "y": 94, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 78, "y": 0, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 26, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 67, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 80, "y": 94, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 26, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 78, "y": 31, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 52, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 52, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 52, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 26, "y": 67, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 99, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "704.png",
+ "format": "I8",
+ "size": { "w": 108, "h": 128 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/704.png b/public/images/pokemon/exp/704.png
index 2490591adf2..b85d8dfc3c0 100644
Binary files a/public/images/pokemon/exp/704.png and b/public/images/pokemon/exp/704.png differ
diff --git a/public/images/pokemon/exp/705.json b/public/images/pokemon/exp/705.json
index d710ef9e5eb..eecb83af45a 100644
--- a/public/images/pokemon/exp/705.json
+++ b/public/images/pokemon/exp/705.json
@@ -1,272 +1,596 @@
-{
- "textures": [
- {
- "image": "705.png",
- "format": "RGBA8888",
- "size": {
- "w": 154,
- "h": 154
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 42,
- "h": 58
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 42,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 42,
- "y": 58,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 42,
- "y": 58,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 58
- },
- "frame": {
- "x": 83,
- "y": 58,
- "w": 36,
- "h": 58
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 58
- },
- "frame": {
- "x": 83,
- "y": 58,
- "w": 36,
- "h": 58
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 119,
- "y": 58,
- "w": 35,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4bf155254b23c88780e7eee282256589:82bb727988054c3064e203b6908ff464:6b57e983626c7fc9144ab67f30c66814$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 38, "y": 186, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 40, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 78, "y": 189, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 40, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 77, "y": 304, "w": 39, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 39, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 197, "y": 246, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 158, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 155, "y": 246, "w": 42, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 199, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 77, "y": 248, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 118, "y": 301, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 38, "y": 246, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 253, "w": 37, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 191, "w": 38, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 38, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 118, "y": 189, "w": 37, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 37, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 64, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 194, "y": 184, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 156, "y": 120, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 38, "y": 186, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 40, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 78, "y": 189, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 40, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 77, "y": 304, "w": 39, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 39, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 197, "y": 246, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 158, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 155, "y": 246, "w": 42, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 199, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 77, "y": 248, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 118, "y": 301, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 38, "y": 246, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 253, "w": 37, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 191, "w": 38, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 38, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 118, "y": 189, "w": 37, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 37, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 64, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 194, "y": 184, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 156, "y": 120, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 38, "y": 186, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 40, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 78, "y": 189, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 40, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 77, "y": 304, "w": 39, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 39, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 197, "y": 246, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 158, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 155, "y": 246, "w": 42, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 199, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 77, "y": 248, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 118, "y": 301, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 38, "y": 246, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 253, "w": 37, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 191, "w": 38, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 38, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 118, "y": 189, "w": 37, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 37, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 64, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 194, "y": 184, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 156, "y": 120, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 159, "y": 0, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 39, "y": 125, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 200, "y": 60, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 39, "y": 62, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 79, "y": 125, "w": 38, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 38, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 117, "y": 125, "w": 38, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 38, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 127, "w": 38, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 38, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 39, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 39, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 78, "y": 62, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 117, "y": 62, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 155, "y": 181, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 119, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 79, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 39, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 196, "y": 123, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 200, "y": 0, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 159, "y": 60, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "705.png",
+ "format": "RGBA8888",
+ "size": { "w": 241, "h": 361 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/705.png b/public/images/pokemon/exp/705.png
index 670e8be5d51..0bd8323bcb4 100644
Binary files a/public/images/pokemon/exp/705.png and b/public/images/pokemon/exp/705.png differ
diff --git a/public/images/pokemon/exp/707.json b/public/images/pokemon/exp/707.json
deleted file mode 100644
index 253d37ed70a..00000000000
--- a/public/images/pokemon/exp/707.json
+++ /dev/null
@@ -1,1931 +0,0 @@
-{
- "textures": [
- {
- "image": "707.png",
- "format": "RGBA8888",
- "size": {
- "w": 283,
- "h": 283
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 69
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 39,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 69
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 39,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 69
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 39,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 69
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 37,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 69
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 37,
- "h": 69
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 69
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 37,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 44,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 44,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 44,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 126,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 126,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 126,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 164,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 164,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 164,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 202,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 202,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 202,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 240,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 240,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 240,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 139,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 139,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 139,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 38,
- "y": 139,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 38,
- "y": 139,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 38,
- "y": 139,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 45,
- "h": 70
- },
- "frame": {
- "x": 120,
- "y": 140,
- "w": 45,
- "h": 70
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 43,
- "h": 70
- },
- "frame": {
- "x": 165,
- "y": 140,
- "w": 43,
- "h": 70
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 43,
- "h": 70
- },
- "frame": {
- "x": 165,
- "y": 140,
- "w": 43,
- "h": 70
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 208,
- "y": 140,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 208,
- "y": 140,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 208,
- "y": 140,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 37,
- "h": 71
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 37,
- "h": 71
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 37,
- "h": 71
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 37,
- "y": 209,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 37,
- "y": 209,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 37,
- "y": 209,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 151,
- "y": 210,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 196,
- "y": 211,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 196,
- "y": 211,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 44,
- "h": 71
- },
- "frame": {
- "x": 235,
- "y": 211,
- "w": 44,
- "h": 71
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a13ec2d124f7e95263b088a395e9d780:8c9f0ed432d15fda1ebbfa6ff4063d39:8e96b9056ea81e44ced99c97f472a528$"
- }
-}
diff --git a/public/images/pokemon/exp/707.png b/public/images/pokemon/exp/707.png
deleted file mode 100644
index 294d6e35e70..00000000000
Binary files a/public/images/pokemon/exp/707.png and /dev/null differ
diff --git a/public/images/pokemon/exp/708.png b/public/images/pokemon/exp/708.png
deleted file mode 100644
index f71cbaa535d..00000000000
Binary files a/public/images/pokemon/exp/708.png and /dev/null differ
diff --git a/public/images/pokemon/exp/712.json b/public/images/pokemon/exp/712.json
index 0e49da4d806..859fa54fc5c 100644
--- a/public/images/pokemon/exp/712.json
+++ b/public/images/pokemon/exp/712.json
@@ -1,2771 +1,1433 @@
-{
- "textures": [
- {
- "image": "712.png",
- "format": "RGBA8888",
- "size": {
- "w": 209,
- "h": 209
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 43,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 43,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0131.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 43,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 152,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 152,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 152,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 126,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 126,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 151,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 151,
- "y": 167,
- "w": 37,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:144801e89f73b8a2d351aa5854b03ced:c8bd981e9dc030e1f41d7d7d0b7df029:3a1cc69824960d920ca43f8c9376d136$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 36, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 36, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 108, "y": 85, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 108, "y": 85, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 144, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 144, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 36, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 36, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 72, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 72, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 144, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 144, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 0, "y": 126, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 0, "y": 126, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 144, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 144, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 72, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 72, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 36, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 36, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 36, "y": 126, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 36, "y": 126, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 108, "y": 126, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 108, "y": 126, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 72, "y": 165, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 72, "y": 165, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 144, "y": 165, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 144, "y": 165, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 0, "y": 166, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 0, "y": 166, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 72, "y": 43, "w": 37, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 37, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 72, "y": 43, "w": 37, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 37, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 144, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 144, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 108, "y": 85, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 108, "y": 85, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 36, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 36, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "712.png",
+ "format": "I8",
+ "size": { "w": 181, "h": 206 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/712.png b/public/images/pokemon/exp/712.png
index cd40c2e5c9b..1726f22f7b8 100644
Binary files a/public/images/pokemon/exp/712.png and b/public/images/pokemon/exp/712.png differ
diff --git a/public/images/pokemon/exp/713.json b/public/images/pokemon/exp/713.json
index 7c5c6b565e4..f4fcfa1ff85 100644
--- a/public/images/pokemon/exp/713.json
+++ b/public/images/pokemon/exp/713.json
@@ -1,146 +1,1100 @@
-{
- "textures": [
- {
- "image": "713.png",
- "format": "RGBA8888",
- "size": {
- "w": 174,
- "h": 174
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 87,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 71
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 87,
- "h": 72
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 72
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 87,
- "h": 72
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 72
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 87,
- "h": 73
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 87,
- "h": 73
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 73
- },
- "frame": {
- "x": 87,
- "y": 72,
- "w": 87,
- "h": 73
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:11a7176e3fe76c2e9fc09061688f4db6:8fdb4357b8a1808fc8dcdc5a29bec720:625f70bcfe9c7f2437cb9cad6d2b863c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 83, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 83, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 332, "y": 0, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 332, "y": 0, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 332, "y": 0, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 249, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 249, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 332, "y": 188, "w": 83, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 59 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 332, "y": 188, "w": 83, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 59 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 332, "y": 188, "w": 83, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 59 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "713.png",
+ "format": "I8",
+ "size": { "w": 416, "h": 247 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/713.png b/public/images/pokemon/exp/713.png
index 0452b1989a1..2d0b8477262 100644
Binary files a/public/images/pokemon/exp/713.png and b/public/images/pokemon/exp/713.png differ
diff --git a/public/images/pokemon/exp/714.json b/public/images/pokemon/exp/714.json
deleted file mode 100644
index 7deaf1909af..00000000000
--- a/public/images/pokemon/exp/714.json
+++ /dev/null
@@ -1,314 +0,0 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 179,
- "h": 179
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 63,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 60
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 63,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 60
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 58
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 64,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 64,
- "y": 58,
- "w": 60,
- "h": 61
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 64,
- "y": 58,
- "w": 60,
- "h": 61
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 116,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 60,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 119,
- "w": 60,
- "h": 60
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 60,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 119,
- "w": 60,
- "h": 60
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 56,
- "h": 60
- },
- "frame": {
- "x": 60,
- "y": 119,
- "w": 56,
- "h": 60
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 56,
- "h": 60
- },
- "frame": {
- "x": 60,
- "y": 119,
- "w": 56,
- "h": 60
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:585d7099ac8249026b274a63ac9c25f0:8d770fdec6c3922ce9cc2e04a6453388:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
-}
diff --git a/public/images/pokemon/exp/714.png b/public/images/pokemon/exp/714.png
deleted file mode 100644
index 21c184bf476..00000000000
Binary files a/public/images/pokemon/exp/714.png and /dev/null differ
diff --git a/public/images/pokemon/exp/715.png b/public/images/pokemon/exp/715.png
index 58f093d089a..3967da0f1b9 100644
Binary files a/public/images/pokemon/exp/715.png and b/public/images/pokemon/exp/715.png differ
diff --git a/public/images/pokemon/exp/716-active.png b/public/images/pokemon/exp/716-active.png
index 2f6ec8f76da..223a73d9cb7 100644
Binary files a/public/images/pokemon/exp/716-active.png and b/public/images/pokemon/exp/716-active.png differ
diff --git a/public/images/pokemon/exp/716-neutral.png b/public/images/pokemon/exp/716-neutral.png
index dd2d1821986..91fefde1eb7 100644
Binary files a/public/images/pokemon/exp/716-neutral.png and b/public/images/pokemon/exp/716-neutral.png differ
diff --git a/public/images/pokemon/exp/718-10.json b/public/images/pokemon/exp/718-10.json
deleted file mode 100644
index f387823bf4c..00000000000
--- a/public/images/pokemon/exp/718-10.json
+++ /dev/null
@@ -1,692 +0,0 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 239,
- "h": 239
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 65
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 59,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 59,
- "h": 67
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 59,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 59,
- "h": 67
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 59,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 59,
- "h": 67
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 64,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 64,
- "h": 61
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 65,
- "h": 60
- },
- "frame": {
- "x": 59,
- "y": 65,
- "w": 65,
- "h": 60
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 59,
- "h": 66
- },
- "frame": {
- "x": 179,
- "y": 0,
- "w": 59,
- "h": 66
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 124,
- "y": 66,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 124,
- "y": 66,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 124,
- "y": 66,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 64,
- "y": 125,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 123,
- "y": 133,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 123,
- "y": 133,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 123,
- "y": 133,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 181,
- "y": 133,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 181,
- "y": 133,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 181,
- "y": 133,
- "w": 57,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4a92d566ab5398ac1329b7a8bd47bf23:05925b513eba9d64f38ee84fe4b031b9:82195cf2a6db620c5643b8162d6e8c5c$"
- }
-}
diff --git a/public/images/pokemon/exp/718-10.png b/public/images/pokemon/exp/718-10.png
deleted file mode 100644
index faf98182653..00000000000
Binary files a/public/images/pokemon/exp/718-10.png and /dev/null differ
diff --git a/public/images/pokemon/exp/718.json b/public/images/pokemon/exp/718.json
deleted file mode 100644
index 7e32292a1be..00000000000
--- a/public/images/pokemon/exp/718.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 219,
- "h": 219
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 71,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 71,
- "h": 88
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 71,
- "y": 0,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 74,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 74,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 89
- },
- "frame": {
- "x": 147,
- "y": 89,
- "w": 72,
- "h": 89
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 89
- },
- "frame": {
- "x": 147,
- "y": 89,
- "w": 72,
- "h": 89
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ca886cfe27a80d5575319fa107b1227d:f6e306f8382a9caca9560b144b026413:7b4a06b06cbac24b3f39727b0238661b$"
- }
-}
diff --git a/public/images/pokemon/exp/718.png b/public/images/pokemon/exp/718.png
deleted file mode 100644
index 01595585059..00000000000
Binary files a/public/images/pokemon/exp/718.png and /dev/null differ
diff --git a/public/images/pokemon/exp/719.json b/public/images/pokemon/exp/719.json
deleted file mode 100644
index 289b518f437..00000000000
--- a/public/images/pokemon/exp/719.json
+++ /dev/null
@@ -1,1091 +0,0 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 210,
- "h": 210
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 10,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 6,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 10,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 6,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 10,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 6,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 34,
- "y": 9,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 46,
- "h": 67
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 46,
- "h": 67
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 48,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 48,
- "h": 66
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 48,
- "y": 12,
- "w": 46,
- "h": 66
- },
- "frame": {
- "x": 48,
- "y": 67,
- "w": 46,
- "h": 66
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 45,
- "y": 1,
- "w": 45,
- "h": 67
- },
- "frame": {
- "x": 94,
- "y": 67,
- "w": 45,
- "h": 67
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 8,
- "w": 45,
- "h": 67
- },
- "frame": {
- "x": 94,
- "y": 67,
- "w": 45,
- "h": 67
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 5,
- "w": 45,
- "h": 67
- },
- "frame": {
- "x": 94,
- "y": 67,
- "w": 45,
- "h": 67
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 2,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 2,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 2,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 36,
- "y": 2,
- "w": 42,
- "h": 67
- },
- "frame": {
- "x": 44,
- "y": 133,
- "w": 42,
- "h": 67
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 54,
- "y": 3,
- "w": 42,
- "h": 67
- },
- "frame": {
- "x": 139,
- "y": 67,
- "w": 42,
- "h": 67
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 6,
- "w": 42,
- "h": 67
- },
- "frame": {
- "x": 139,
- "y": 67,
- "w": 42,
- "h": 67
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 12,
- "w": 42,
- "h": 66
- },
- "frame": {
- "x": 86,
- "y": 134,
- "w": 42,
- "h": 66
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 55,
- "y": 6,
- "w": 41,
- "h": 67
- },
- "frame": {
- "x": 128,
- "y": 134,
- "w": 41,
- "h": 67
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 41,
- "h": 67
- },
- "frame": {
- "x": 169,
- "y": 134,
- "w": 41,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:eb63d565533cc4db6abe2324f72ce7a0:5cfab760df87a56d5ca4db54a28b4a46:17a705bb924916761be2495822a53735$"
- }
-}
diff --git a/public/images/pokemon/exp/719.png b/public/images/pokemon/exp/719.png
deleted file mode 100644
index f9059000661..00000000000
Binary files a/public/images/pokemon/exp/719.png and /dev/null differ
diff --git a/public/images/pokemon/exp/728.json b/public/images/pokemon/exp/728.json
index e9ca9c51315..c30ff4b6d18 100644
--- a/public/images/pokemon/exp/728.json
+++ b/public/images/pokemon/exp/728.json
@@ -1,1112 +1,776 @@
-{
- "textures": [
- {
- "image": "728.png",
- "format": "RGBA8888",
- "size": {
- "w": 165,
- "h": 165
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 44,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 40
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 44,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 44,
- "h": 39
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 44,
- "h": 39
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 44,
- "h": 39
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 44,
- "h": 39
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 37,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 37,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 37,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 37,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 86,
- "y": 74,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 86,
- "y": 74,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 86,
- "y": 74,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 84,
- "y": 113,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 84,
- "y": 113,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 41,
- "h": 37
- },
- "frame": {
- "x": 124,
- "y": 113,
- "w": 41,
- "h": 37
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 41,
- "h": 37
- },
- "frame": {
- "x": 124,
- "y": 113,
- "w": 41,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:aca6840c416df6edb5630db2ccfd6b44:c238f59207b625e83d441c2da913ee60:74218c18c9d392741666ee5c0c28d306$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 43, "y": 99, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 85, "y": 141, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 43, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 127, "y": 182, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 168, "y": 218, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 221, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 43, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 125, "y": 220, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 84, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 85, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 168, "y": 178, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 181, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 85, "y": 100, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 85, "y": 141, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 43, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 127, "y": 182, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 168, "y": 218, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 1, "y": 221, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 43, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 125, "y": 220, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 84, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 85, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 168, "y": 178, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 1, "y": 181, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 85, "y": 100, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 85, "y": 141, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 43, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 127, "y": 182, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 168, "y": 218, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 221, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 43, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 125, "y": 220, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 84, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 85, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 168, "y": 178, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 1, "y": 181, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 85, "y": 100, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 85, "y": 141, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 43, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 127, "y": 182, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 168, "y": 218, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 1, "y": 221, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 43, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 125, "y": 220, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 84, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 85, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 168, "y": 178, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 1, "y": 181, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 85, "y": 100, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 85, "y": 141, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 43, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 127, "y": 182, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 168, "y": 218, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 221, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 43, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 125, "y": 220, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 84, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 85, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 168, "y": 178, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 1, "y": 181, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 43, "y": 99, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 179, "y": 137, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 1, "y": 140, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 43, "y": 140, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 1, "y": 56, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 43, "y": 57, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 179, "y": 95, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 98, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 137, "y": 55, "w": 40, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 13, "w": 40, "h": 41 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 95, "y": 55, "w": 40, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 11, "w": 40, "h": 43 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 186, "y": 49, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 10, "w": 40, "h": 44 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 186, "y": 1, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 40, "h": 46 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 95, "y": 1, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 52 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 1, "y": 1, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 1, "y": 1, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 1, "y": 1, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 1, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 142, "y": 1, "w": 42, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 42, "h": 52 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 49, "y": 1, "w": 44, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 54 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 127, "y": 140, "w": 39, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 39, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 137, "y": 98, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 1, "y": 56, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 43, "y": 140, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 1, "y": 140, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 179, "y": 137, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "728.png",
+ "format": "I8",
+ "size": { "w": 227, "h": 257 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/728.png b/public/images/pokemon/exp/728.png
index a057058aab8..e7fbfa19d1e 100644
Binary files a/public/images/pokemon/exp/728.png and b/public/images/pokemon/exp/728.png differ
diff --git a/public/images/pokemon/exp/729.json b/public/images/pokemon/exp/729.json
index baa1260a0f7..ed22b70455c 100644
--- a/public/images/pokemon/exp/729.json
+++ b/public/images/pokemon/exp/729.json
@@ -1,272 +1,1055 @@
-{
- "textures": [
- {
- "image": "729.png",
- "format": "RGBA8888",
- "size": {
- "w": 141,
- "h": 141
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 51,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 51,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 42,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 42,
- "h": 47
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 42,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 42,
- "h": 47
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 47,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 46,
- "h": 48
- },
- "frame": {
- "x": 49,
- "y": 50,
- "w": 46,
- "h": 48
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 46,
- "h": 48
- },
- "frame": {
- "x": 49,
- "y": 50,
- "w": 46,
- "h": 48
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 47
- },
- "frame": {
- "x": 95,
- "y": 94,
- "w": 45,
- "h": 47
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 47
- },
- "frame": {
- "x": 95,
- "y": 94,
- "w": 45,
- "h": 47
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4df3ec883b357e664a50e3015060795f:29a8d34f9df9fa51691fda1da5961207:b2d5dd692ec79c7357afdffa7b3670a9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 105, "y": 286, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 429, "y": 336, "w": 50, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 263, "y": 337, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 345, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 408, "y": 390, "w": 46, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 46, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 454, "y": 390, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 48, "y": 391, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 204, "y": 390, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 156, "y": 339, "w": 48, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 462, "y": 226, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 50, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 290, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 326, "y": 282, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 164, "y": 229, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 178, "w": 54, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 55, "y": 117, "w": 55, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 55, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 109, "y": 175, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 164, "y": 174, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 54, "y": 173, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 236, "y": 171, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 54, "y": 228, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 327, "y": 227, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 381, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 434, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 105, "y": 286, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 429, "y": 336, "w": 50, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 263, "y": 337, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 345, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 408, "y": 390, "w": 46, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 46, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 454, "y": 390, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 48, "y": 391, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 204, "y": 390, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 156, "y": 339, "w": 48, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 462, "y": 226, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 50, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 290, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 326, "y": 282, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 164, "y": 229, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 178, "w": 54, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 55, "y": 117, "w": 55, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 55, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 109, "y": 175, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 164, "y": 174, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 54, "y": 173, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 236, "y": 171, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 54, "y": 228, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 327, "y": 227, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 381, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 434, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 105, "y": 286, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 429, "y": 336, "w": 50, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 263, "y": 337, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 345, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 408, "y": 390, "w": 46, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 46, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 454, "y": 390, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 48, "y": 391, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 204, "y": 390, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 156, "y": 339, "w": 48, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 462, "y": 226, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 50, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 290, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 326, "y": 282, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 164, "y": 229, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 178, "w": 54, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 55, "y": 117, "w": 55, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 55, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 109, "y": 175, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 164, "y": 174, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 54, "y": 173, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 236, "y": 171, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 54, "y": 228, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 327, "y": 227, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 381, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 434, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 408, "y": 226, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 312, "y": 56, "w": 57, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 57, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 312, "y": 0, "w": 59, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 8, "w": 59, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 244, "y": 116, "w": 56, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 56, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 416, "y": 114, "w": 56, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 56, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 64, "y": 62, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 57, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 371, "y": 0, "w": 58, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 58, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 273, "y": 226, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 161, "y": 285, "w": 52, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 312, "y": 337, "w": 50, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 52 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 312, "y": 389, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 51, "y": 338, "w": 49, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 10, "w": 49, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 378, "y": 336, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 10, "w": 51, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 213, "y": 337, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 50, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 360, "y": 389, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 100, "y": 341, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 52 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 217, "y": 282, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 108, "y": 230, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 300, "y": 169, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 182, "y": 117, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 121, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 189, "y": 60, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 110, "y": 118, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 369, "y": 56, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 424, "y": 57, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 429, "y": 0, "w": 56, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 56, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 127, "y": 0, "w": 62, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 62, "h": 61 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 64, "y": 0, "w": 63, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 63, "h": 62 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 64, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 64, "h": 64 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 251, "y": 0, "w": 61, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 61, "h": 59 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 189, "y": 0, "w": 62, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 62, "h": 60 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 0, "y": 64, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 127, "y": 61, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 306, "y": 112, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 361, "y": 113, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 251, "y": 59, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 416, "y": 169, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 354, "y": 170, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 219, "y": 226, "w": 54, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 234, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 273, "y": 281, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "729.png",
+ "format": "I8",
+ "size": { "w": 512, "h": 445 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/729.png b/public/images/pokemon/exp/729.png
index 31cd2f7e1fa..33af53ebc16 100644
Binary files a/public/images/pokemon/exp/729.png and b/public/images/pokemon/exp/729.png differ
diff --git a/public/images/pokemon/exp/730.json b/public/images/pokemon/exp/730.json
index ff2d76644f9..b1b6c5189bc 100644
--- a/public/images/pokemon/exp/730.json
+++ b/public/images/pokemon/exp/730.json
@@ -1,2309 +1,839 @@
-{
- "textures": [
- {
- "image": "730.png",
- "format": "RGBA8888",
- "size": {
- "w": 615,
- "h": 615
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 81
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 81
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 81
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 78,
- "h": 85
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 78,
- "h": 85
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 78,
- "h": 85
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 80
- },
- "frame": {
- "x": 83,
- "y": 0,
- "w": 83,
- "h": 80
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 83,
- "h": 80
- },
- "frame": {
- "x": 166,
- "y": 0,
- "w": 83,
- "h": 80
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 166,
- "w": 74,
- "h": 88
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 166,
- "w": 74,
- "h": 88
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 166,
- "w": 74,
- "h": 88
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 249,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 249,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 249,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 416,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 254,
- "w": 73,
- "h": 88
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 254,
- "w": 73,
- "h": 88
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 254,
- "w": 73,
- "h": 88
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 500,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 342,
- "w": 73,
- "h": 87
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 429,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 429,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 429,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 515,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 78,
- "y": 81,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 78,
- "y": 81,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 78,
- "y": 81,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 82
- },
- "frame": {
- "x": 153,
- "y": 80,
- "w": 81,
- "h": 82
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 82
- },
- "frame": {
- "x": 153,
- "y": 80,
- "w": 81,
- "h": 82
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 82
- },
- "frame": {
- "x": 153,
- "y": 80,
- "w": 81,
- "h": 82
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 74,
- "y": 166,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 74,
- "y": 166,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 74,
- "y": 166,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 80,
- "h": 81
- },
- "frame": {
- "x": 154,
- "y": 162,
- "w": 80,
- "h": 81
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 234,
- "y": 80,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 85
- },
- "frame": {
- "x": 309,
- "y": 79,
- "w": 74,
- "h": 85
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 312,
- "y": 164,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 79
- },
- "frame": {
- "x": 468,
- "y": 160,
- "w": 81,
- "h": 79
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 243,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 243,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 243,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 234,
- "y": 246,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 234,
- "y": 246,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 234,
- "y": 246,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 79
- },
- "frame": {
- "x": 74,
- "y": 248,
- "w": 80,
- "h": 79
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 73,
- "y": 327,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 78,
- "h": 79
- },
- "frame": {
- "x": 395,
- "y": 241,
- "w": 78,
- "h": 79
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 473,
- "y": 239,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 473,
- "y": 239,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 473,
- "y": 239,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 75,
- "y": 408,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 79,
- "h": 77
- },
- "frame": {
- "x": 75,
- "y": 486,
- "w": 79,
- "h": 77
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 318,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 234,
- "y": 320,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 234,
- "y": 320,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 234,
- "y": 320,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 318,
- "y": 327,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 318,
- "y": 327,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 318,
- "y": 327,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 153,
- "y": 393,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 81,
- "h": 71
- },
- "frame": {
- "x": 237,
- "y": 393,
- "w": 81,
- "h": 71
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 318,
- "y": 399,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 83,
- "h": 75
- },
- "frame": {
- "x": 402,
- "y": 320,
- "w": 83,
- "h": 75
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 402,
- "y": 395,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 485,
- "y": 317,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 83,
- "h": 73
- },
- "frame": {
- "x": 486,
- "y": 391,
- "w": 83,
- "h": 73
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 154,
- "y": 467,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 154,
- "y": 539,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 154,
- "y": 539,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 154,
- "y": 539,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 486,
- "y": 464,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 486,
- "y": 464,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 486,
- "y": 464,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 402,
- "y": 469,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 485,
- "y": 535,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 237,
- "y": 539,
- "w": 82,
- "h": 72
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 237,
- "y": 539,
- "w": 82,
- "h": 72
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 237,
- "y": 539,
- "w": 82,
- "h": 72
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 83,
- "h": 72
- },
- "frame": {
- "x": 319,
- "y": 472,
- "w": 83,
- "h": 72
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 18,
- "w": 82,
- "h": 70
- },
- "frame": {
- "x": 319,
- "y": 544,
- "w": 82,
- "h": 70
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 402,
- "y": 540,
- "w": 82,
- "h": 72
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4329c19087eab420ea4188f3ebf013ba:3f36a5e65803b0f012c6fee4aeaf5df7:fcd0d2cb6b26724e796ae0dcb71fae3f$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 491, "y": 0, "w": 79, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 13, "w": 79, "h": 71 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 341, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 77, "h": 73 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 265, "y": 0, "w": 76, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 76, "h": 75 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 418, "y": 0, "w": 73, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 73, "h": 77 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 159, "y": 68, "w": 69, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 69, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 309, "y": 143, "w": 64, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 83 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 145, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 63, "y": 147, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 446, "y": 203, "w": 63, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 63, "h": 82 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 509, "y": 335, "w": 63, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 63, "h": 79 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 74, "y": 375, "w": 66, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 66, "h": 74 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 140, "y": 409, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 69, "h": 69 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 280, "y": 428, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 353, "y": 416, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 536, "y": 414, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 461, "y": 414, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 385, "y": 351, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 76, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 231, "y": 291, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 78, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 277, "y": 226, "w": 79, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 79, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 485, "y": 137, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 228, "y": 143, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 228, "y": 75, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 80, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 491, "y": 0, "w": 79, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 13, "w": 79, "h": 71 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 341, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 77, "h": 73 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 265, "y": 0, "w": 76, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 76, "h": 75 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 418, "y": 0, "w": 73, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 73, "h": 77 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 159, "y": 68, "w": 69, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 69, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 309, "y": 143, "w": 64, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 83 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 145, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 63, "y": 147, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 446, "y": 203, "w": 63, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 63, "h": 82 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 509, "y": 335, "w": 63, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 63, "h": 79 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 74, "y": 375, "w": 66, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 66, "h": 74 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 140, "y": 409, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 69, "h": 69 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 280, "y": 428, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 353, "y": 416, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 536, "y": 414, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 461, "y": 414, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 385, "y": 351, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 76, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 231, "y": 291, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 78, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 277, "y": 226, "w": 79, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 79, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 485, "y": 137, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 228, "y": 143, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 228, "y": 75, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 80, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 491, "y": 0, "w": 79, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 13, "w": 79, "h": 71 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 341, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 77, "h": 73 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 265, "y": 0, "w": 76, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 76, "h": 75 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 418, "y": 0, "w": 73, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 73, "h": 77 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 159, "y": 68, "w": 69, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 69, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 309, "y": 143, "w": 64, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 83 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 145, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 63, "y": 147, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 446, "y": 203, "w": 63, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 63, "h": 82 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 509, "y": 335, "w": 63, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 63, "h": 79 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 74, "y": 375, "w": 66, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 66, "h": 74 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 140, "y": 409, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 69, "h": 69 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 280, "y": 428, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 353, "y": 416, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 536, "y": 414, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 461, "y": 414, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 385, "y": 351, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 76, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 231, "y": 291, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 78, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 277, "y": 226, "w": 79, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 79, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 485, "y": 137, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 228, "y": 143, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 228, "y": 75, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 80, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 341, "y": 73, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 14, "w": 77, "h": 70 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 373, "y": 157, "w": 73, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 73, "h": 72 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 213, "y": 356, "w": 67, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 67, "h": 73 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 429, "w": 63, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 63, "h": 75 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 76, "y": 297, "w": 64, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 64, "h": 78 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 418, "y": 77, "w": 67, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 67, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 89, "y": 67, "w": 70, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 70, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 68, "w": 72, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 72, "h": 77 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 126, "y": 148, "w": 73, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 73, "h": 72 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 140, "y": 341, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 73, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 280, "y": 361, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 363, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 74, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 433, "y": 285, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 509, "y": 269, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 356, "y": 229, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 199, "y": 209, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 78, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 509, "y": 203, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 78, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 231, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 77, "y": 231, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 297, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 309, "y": 295, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 154, "y": 275, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 491, "y": 71, "w": 83, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 18, "w": 83, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 89, "y": 0, "w": 89, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 89, "h": 67 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 0, "w": 89, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 89, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 178, "y": 0, "w": 87, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 16, "w": 87, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "730.png",
+ "format": "I8",
+ "size": { "w": 610, "h": 504 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/730.png b/public/images/pokemon/exp/730.png
index 69244f9dff0..2d274bcf606 100644
Binary files a/public/images/pokemon/exp/730.png and b/public/images/pokemon/exp/730.png differ
diff --git a/public/images/pokemon/exp/746-school.json b/public/images/pokemon/exp/746-school.json
index 5081ae50573..5c972da9255 100644
--- a/public/images/pokemon/exp/746-school.json
+++ b/public/images/pokemon/exp/746-school.json
@@ -1,272 +1,191 @@
-{
- "textures": [
- {
- "image": "746-school.png",
- "format": "RGBA8888",
- "size": {
- "w": 268,
- "h": 268
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 95,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 95,
- "h": 73
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 94,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 73,
- "w": 94,
- "h": 73
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 94,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 73,
- "w": 94,
- "h": 73
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 93,
- "h": 71
- },
- "frame": {
- "x": 95,
- "y": 0,
- "w": 93,
- "h": 71
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 93,
- "h": 71
- },
- "frame": {
- "x": 95,
- "y": 0,
- "w": 93,
- "h": 71
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 92,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 92,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 92,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 92,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 91,
- "h": 67
- },
- "frame": {
- "x": 95,
- "y": 71,
- "w": 91,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 91,
- "h": 67
- },
- "frame": {
- "x": 95,
- "y": 71,
- "w": 91,
- "h": 67
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 91,
- "h": 66
- },
- "frame": {
- "x": 94,
- "y": 138,
- "w": 91,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 91,
- "h": 66
- },
- "frame": {
- "x": 94,
- "y": 138,
- "w": 91,
- "h": 66
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 90,
- "h": 64
- },
- "frame": {
- "x": 92,
- "y": 204,
- "w": 90,
- "h": 64
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:081944ebe67318e4a46f44a408e2f8ad:3d1760eb9efa179defcf703a35dde41b:10f3c9d1f1118f8f9f6e40f37a0eb499$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 408, "y": 257, "w": 96, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 94, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 411, "y": 174, "w": 99, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 97, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 311, "y": 175, "w": 97, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 95, "h": 82 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 411, "y": 89, "w": 101, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 99, "h": 83 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 311, "y": 89, "w": 100, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 98, "h": 84 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 213, "y": 1, "w": 104, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 86 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 317, "y": 1, "w": 104, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 102, "h": 86 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 1, "w": 106, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 104, "h": 87 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 421, "y": 1, "w": 104, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 102, "h": 86 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 107, "y": 1, "w": 106, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 104, "h": 86 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 107, "y": 89, "w": 102, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 100, "h": 85 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 89, "w": 102, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 100, "h": 85 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 1, "y": 90, "w": 97, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 95, "h": 83 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 175, "w": 96, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 94, "h": 83 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 289, "y": 259, "w": 92, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 90, "h": 83 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 192, "y": 260, "w": 91, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 89, "h": 82 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 194, "y": 176, "w": 95, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 93, "h": 82 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 1, "y": 260, "w": 93, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 91, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 97, "y": 259, "w": 95, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 93, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 97, "y": 176, "w": 97, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 95, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "746-school.png",
+ "format": "I8",
+ "size": { "w": 526, "h": 345 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/746-school.png b/public/images/pokemon/exp/746-school.png
index 4732a307f96..3b2b5e42dd5 100644
Binary files a/public/images/pokemon/exp/746-school.png and b/public/images/pokemon/exp/746-school.png differ
diff --git a/public/images/pokemon/exp/746.json b/public/images/pokemon/exp/746.json
index 43f4f67fc2b..f4967f59669 100644
--- a/public/images/pokemon/exp/746.json
+++ b/public/images/pokemon/exp/746.json
@@ -1,272 +1,641 @@
-{
- "textures": [
- {
- "image": "746.png",
- "format": "RGBA8888",
- "size": {
- "w": 134,
- "h": 134
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 28,
- "w": 46,
- "h": 28
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 56,
- "w": 46,
- "h": 28
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 56,
- "w": 46,
- "h": 28
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 46,
- "h": 28
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 27,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 27,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 54,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 81,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 46,
- "h": 26
- },
- "frame": {
- "x": 46,
- "y": 108,
- "w": 46,
- "h": 26
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ed115b8b30c0e1285651afd1dde147d7:57cc34f3531fe7225c220731468a52f3:1a4f7e535d823202c4828f963d5b4404$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 1, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 40, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 40, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 75, "y": 26, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 79, "y": 1, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 1, "y": 26, "w": 39, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 36, "y": 51, "w": 35, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "746.png",
+ "format": "I8",
+ "size": { "w": 119, "h": 77 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/746.png b/public/images/pokemon/exp/746.png
index 564f620edc9..e2be0f27de7 100644
Binary files a/public/images/pokemon/exp/746.png and b/public/images/pokemon/exp/746.png differ
diff --git a/public/images/pokemon/exp/749.json b/public/images/pokemon/exp/749.json
index 69ac390edc1..da3a5a552a9 100644
--- a/public/images/pokemon/exp/749.json
+++ b/public/images/pokemon/exp/749.json
@@ -1,272 +1,1028 @@
-{
- "textures": [
- {
- "image": "749.png",
- "format": "RGBA8888",
- "size": {
- "w": 170,
- "h": 170
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 43,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 43,
- "h": 58
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 58
- },
- "frame": {
- "x": 43,
- "y": 58,
- "w": 43,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 58
- },
- "frame": {
- "x": 43,
- "y": 58,
- "w": 43,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 86,
- "y": 58,
- "w": 42,
- "h": 58
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 86,
- "y": 58,
- "w": 42,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 128,
- "y": 58,
- "w": 42,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:7f255a5a247eaf707c21fe9318b95606:5043a3dd96e0a55f3564a745c5bf699f:d52e05c524384ef985e6339a08b2f938$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 197, "y": 240, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 204, "y": 182, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 195, "y": 124, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 246, "y": 127, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 250, "y": 72, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 49, "y": 72, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 298, "y": 143, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 102, "y": 125, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 1, "y": 187, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 49, "y": 127, "w": 48, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 50, "y": 187, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 49, "y": 247, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 145, "y": 349, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 253, "y": 198, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 197, "y": 240, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 204, "y": 182, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 195, "y": 124, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 246, "y": 127, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 250, "y": 72, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 49, "y": 72, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 298, "y": 143, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 102, "y": 125, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 187, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 49, "y": 127, "w": 48, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 50, "y": 187, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 49, "y": 247, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 145, "y": 349, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 253, "y": 198, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 197, "y": 240, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 130, "w": 48, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 46, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 146, "y": 294, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 191, "y": 359, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 50, "y": 307, "w": 45, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 43, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 1, "y": 363, "w": 43, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 95, "y": 350, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 245, "y": 257, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 301, "y": 255, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 95, "y": 295, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 1, "y": 307, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 97, "y": 238, "w": 49, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 197, "y": 240, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 204, "y": 182, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 195, "y": 124, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 246, "y": 127, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 250, "y": 72, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 49, "y": 72, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 298, "y": 143, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 102, "y": 125, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 1, "y": 187, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 49, "y": 127, "w": 48, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 50, "y": 187, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 49, "y": 247, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 145, "y": 349, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 253, "y": 198, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 197, "y": 240, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 130, "w": 48, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 46, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 146, "y": 294, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 191, "y": 359, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 50, "y": 307, "w": 45, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 43, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 1, "y": 363, "w": 43, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 95, "y": 350, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 245, "y": 257, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 301, "y": 255, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 95, "y": 295, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 1, "y": 307, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 97, "y": 238, "w": 49, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 197, "y": 240, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 130, "w": 48, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 46, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 146, "y": 294, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 191, "y": 359, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 50, "y": 307, "w": 45, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 43, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 363, "w": 43, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 95, "y": 350, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 245, "y": 257, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 301, "y": 255, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 95, "y": 295, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 307, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 97, "y": 238, "w": 49, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 197, "y": 240, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 204, "y": 182, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 195, "y": 124, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 246, "y": 127, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 250, "y": 72, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 49, "y": 72, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 298, "y": 143, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 102, "y": 125, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 1, "y": 187, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 49, "y": 127, "w": 48, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 50, "y": 187, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 49, "y": 247, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 145, "y": 349, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 253, "y": 198, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 1, "y": 245, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 301, "y": 198, "w": 49, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 153, "y": 181, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 49, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 141, "y": 70, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 52, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 195, "y": 70, "w": 55, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 53, "h": 52 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 234, "y": 1, "w": 52, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 14, "w": 50, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 1, "y": 69, "w": 48, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 46, "h": 59 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 141, "y": 1, "w": 48, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 46, "h": 63 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 1, "y": 1, "w": 49, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 47, "h": 66 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 329, "y": 1, "w": 42, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 0, "w": 40, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 96, "y": 1, "w": 45, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 43, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 303, "y": 72, "w": 41, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 39, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 50, "y": 1, "w": 46, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 44, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 286, "y": 1, "w": 43, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 41, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 189, "y": 1, "w": 45, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 67 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 344, "y": 72, "w": 42, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 40, "h": 63 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 196, "y": 298, "w": 45, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 43, "h": 59 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 241, "y": 312, "w": 47, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 45, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 295, "y": 310, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 97, "y": 182, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 49, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 148, "y": 237, "w": 49, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "749.png",
+ "format": "I8",
+ "size": { "w": 387, "h": 426 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/749.png b/public/images/pokemon/exp/749.png
index 3ff9a80592a..8d188b69a55 100644
Binary files a/public/images/pokemon/exp/749.png and b/public/images/pokemon/exp/749.png differ
diff --git a/public/images/pokemon/exp/750.json b/public/images/pokemon/exp/750.json
index 1acc93e6c42..f8817cf7770 100644
--- a/public/images/pokemon/exp/750.json
+++ b/public/images/pokemon/exp/750.json
@@ -1,272 +1,929 @@
-{
- "textures": [
- {
- "image": "750.png",
- "format": "RGBA8888",
- "size": {
- "w": 230,
- "h": 230
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 78
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 78
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 57,
- "h": 78
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 57,
- "h": 78
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 55,
- "h": 78
- },
- "frame": {
- "x": 57,
- "y": 78,
- "w": 55,
- "h": 78
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 65,
- "h": 77
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 65,
- "h": 77
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 65,
- "h": 77
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 65,
- "h": 77
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 65,
- "h": 77
- },
- "frame": {
- "x": 125,
- "y": 0,
- "w": 65,
- "h": 77
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 64,
- "h": 76
- },
- "frame": {
- "x": 112,
- "y": 77,
- "w": 64,
- "h": 76
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 64,
- "h": 76
- },
- "frame": {
- "x": 112,
- "y": 77,
- "w": 64,
- "h": 76
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 62,
- "h": 77
- },
- "frame": {
- "x": 112,
- "y": 153,
- "w": 62,
- "h": 77
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 62,
- "h": 77
- },
- "frame": {
- "x": 112,
- "y": 153,
- "w": 62,
- "h": 77
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bd70c3cd0fb03a598c57d5cb0c94e175:820365fc5d0d7a145bacef3ec0815440:4ad6abb5f7a40182d2391bde900ad082$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 394, "y": 218, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 231, "y": 163, "w": 78, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 16, "w": 76, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 476, "y": 217, "w": 79, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 77, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 151, "y": 163, "w": 80, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 78, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 394, "y": 150, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 150, "w": 83, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 327, "y": 81, "w": 85, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 83, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 83, "w": 86, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 87, "y": 83, "w": 86, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 412, "y": 83, "w": 86, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 498, "y": 83, "w": 85, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 83, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 476, "y": 150, "w": 83, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 19, "w": 81, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 64, "y": 234, "w": 79, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 202, "y": 311, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 279, "y": 357, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 201, "y": 448, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 448, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 271, "y": 494, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 509, "y": 489, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 345, "y": 435, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 438, "y": 426, "w": 71, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 69, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 438, "y": 356, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 71, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 64, "y": 301, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 394, "y": 218, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 231, "y": 163, "w": 78, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 16, "w": 76, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 476, "y": 217, "w": 79, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 77, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 151, "y": 163, "w": 80, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 78, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 394, "y": 150, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 1, "y": 150, "w": 83, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 327, "y": 81, "w": 85, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 83, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 1, "y": 83, "w": 86, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 87, "y": 83, "w": 86, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 412, "y": 83, "w": 86, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 498, "y": 83, "w": 85, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 83, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 476, "y": 150, "w": 83, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 19, "w": 81, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 64, "y": 234, "w": 79, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 202, "y": 311, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 279, "y": 357, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 201, "y": 448, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 448, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 271, "y": 494, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 509, "y": 489, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 345, "y": 435, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 438, "y": 426, "w": 71, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 69, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 438, "y": 356, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 71, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 64, "y": 301, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 394, "y": 218, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 231, "y": 163, "w": 78, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 16, "w": 76, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 476, "y": 217, "w": 79, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 77, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 151, "y": 163, "w": 80, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 78, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 394, "y": 150, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 1, "y": 150, "w": 83, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 327, "y": 81, "w": 85, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 83, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 83, "w": 86, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 87, "y": 83, "w": 86, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 412, "y": 83, "w": 86, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 498, "y": 83, "w": 85, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 83, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 476, "y": 150, "w": 83, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 19, "w": 81, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 64, "y": 234, "w": 79, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 202, "y": 311, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 279, "y": 357, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 201, "y": 448, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 1, "y": 448, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 271, "y": 494, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 509, "y": 489, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 345, "y": 435, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 438, "y": 426, "w": 71, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 69, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 438, "y": 356, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 71, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 64, "y": 301, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 394, "y": 218, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 309, "y": 220, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 385, "y": 288, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 75, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 295, "y": 290, "w": 78, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 20, "w": 76, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 1, "y": 384, "w": 78, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 22, "w": 76, "h": 62 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 511, "y": 425, "w": 77, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 22, "w": 75, "h": 62 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 340, "y": 504, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 20, "w": 70, "h": 64 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 517, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 62, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 139, "y": 384, "w": 62, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 60, "h": 76 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 79, "y": 370, "w": 60, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 2, "w": 58, "h": 81 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 218, "w": 63, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 0, "w": 61, "h": 83 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 84, "y": 150, "w": 67, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 65, "h": 82 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 479, "y": 1, "w": 71, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 69, "h": 80 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 406, "y": 1, "w": 73, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 71, "h": 78 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 242, "y": 84, "w": 72, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 70, "h": 77 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 227, "y": 233, "w": 68, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 7, "w": 66, "h": 76 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 373, "y": 356, "w": 65, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 6, "w": 63, "h": 77 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 1, "y": 303, "w": 62, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 4, "w": 60, "h": 79 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 139, "y": 302, "w": 63, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 61, "h": 80 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 173, "y": 80, "w": 69, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 67, "h": 81 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 249, "y": 1, "w": 78, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 81 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 85, "y": 1, "w": 82, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 80, "h": 80 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 1, "y": 1, "w": 84, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 82, "h": 80 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 167, "y": 1, "w": 82, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 80, "h": 77 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 327, "y": 1, "w": 79, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 10, "w": 77, "h": 73 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 314, "y": 149, "w": 80, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 78, "h": 69 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 470, "y": 286, "w": 75, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 15, "w": 73, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 415, "y": 495, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 71, "y": 462, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 202, "y": 378, "w": 71, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 69, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 273, "y": 425, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 70, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 511, "y": 356, "w": 74, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 72, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 151, "y": 232, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "750.png",
+ "format": "I8",
+ "size": { "w": 589, "h": 588 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/750.png b/public/images/pokemon/exp/750.png
index 9c9d6047887..4f3d6dbaa68 100644
Binary files a/public/images/pokemon/exp/750.png and b/public/images/pokemon/exp/750.png differ
diff --git a/public/images/pokemon/exp/752.png b/public/images/pokemon/exp/752.png
index 88bbba63252..e78e9803919 100644
Binary files a/public/images/pokemon/exp/752.png and b/public/images/pokemon/exp/752.png differ
diff --git a/public/images/pokemon/exp/770.png b/public/images/pokemon/exp/770.png
index 7cfd1179298..30f9073a58f 100644
Binary files a/public/images/pokemon/exp/770.png and b/public/images/pokemon/exp/770.png differ
diff --git a/public/images/pokemon/exp/771.png b/public/images/pokemon/exp/771.png
index d53f1e52286..3a2ef676382 100644
Binary files a/public/images/pokemon/exp/771.png and b/public/images/pokemon/exp/771.png differ
diff --git a/public/images/pokemon/exp/772.png b/public/images/pokemon/exp/772.png
index c3a986ff15e..0a28235f416 100644
Binary files a/public/images/pokemon/exp/772.png and b/public/images/pokemon/exp/772.png differ
diff --git a/public/images/pokemon/exp/773_Test.png b/public/images/pokemon/exp/773_Test.png
index a77cdf691e2..ab932e78c1a 100644
Binary files a/public/images/pokemon/exp/773_Test.png and b/public/images/pokemon/exp/773_Test.png differ
diff --git a/public/images/pokemon/exp/776.png b/public/images/pokemon/exp/776.png
index f002de4cf6a..07550683210 100644
Binary files a/public/images/pokemon/exp/776.png and b/public/images/pokemon/exp/776.png differ
diff --git a/public/images/pokemon/exp/777.png b/public/images/pokemon/exp/777.png
index 0683a9e0855..f60fcc50786 100644
Binary files a/public/images/pokemon/exp/777.png and b/public/images/pokemon/exp/777.png differ
diff --git a/public/images/pokemon/exp/780.json b/public/images/pokemon/exp/780.json
index f8ad9f3fabf..9aaf27d0d99 100644
--- a/public/images/pokemon/exp/780.json
+++ b/public/images/pokemon/exp/780.json
@@ -1,272 +1,884 @@
-{
- "textures": [
- {
- "image": "780.png",
- "format": "RGBA8888",
- "size": {
- "w": 244,
- "h": 244
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 93,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 93,
- "h": 61
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 93,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 93,
- "h": 61
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 93,
- "y": 0,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 89,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 89,
- "h": 61
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 89,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 89,
- "h": 61
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 86,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 183,
- "w": 86,
- "h": 61
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 86,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 183,
- "w": 86,
- "h": 61
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 0,
- "w": 83,
- "h": 61
- },
- "frame": {
- "x": 86,
- "y": 183,
- "w": 83,
- "h": 61
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 0,
- "w": 83,
- "h": 61
- },
- "frame": {
- "x": 86,
- "y": 183,
- "w": 83,
- "h": 61
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 0,
- "w": 81,
- "h": 61
- },
- "frame": {
- "x": 89,
- "y": 122,
- "w": 81,
- "h": 61
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:fe34fb6d380349d40565cc0028a1e450:fc8d4060739ce529ee2874e9cb8d68ed:9470182902340de73b2565411cb0ab89$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 303, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 376, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 449, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 1, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 365, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 292, "y": 284, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 439, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 439, "y": 350, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 223, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 439, "y": 283, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 148, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 73, "y": 351, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 145, "y": 214, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 219, "y": 144, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 365, "y": 283, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 74, "y": 282, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 292, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 367, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 303, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 376, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 449, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 365, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 292, "y": 284, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 439, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 439, "y": 350, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 223, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 439, "y": 283, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 148, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 73, "y": 351, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 145, "y": 214, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 219, "y": 144, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 365, "y": 283, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 74, "y": 282, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 292, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 367, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 303, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 376, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 449, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 365, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 292, "y": 284, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 439, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 439, "y": 350, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 223, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 439, "y": 283, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 148, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 73, "y": 351, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 145, "y": 214, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 219, "y": 144, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 365, "y": 283, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 74, "y": 282, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 292, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 367, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 303, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 376, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 449, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 365, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 292, "y": 284, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 439, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 439, "y": 350, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 223, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 439, "y": 283, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 148, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 73, "y": 351, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 145, "y": 214, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 219, "y": 144, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 365, "y": 283, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 74, "y": 282, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 292, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 367, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 440, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 221, "y": 73, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 377, "y": 1, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 303, "y": 1, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 154, "y": 1, "w": 75, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 75, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 78, "y": 1, "w": 75, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 75, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 1, "y": 1, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 230, "y": 1, "w": 72, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 72, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 221, "y": 213, "w": 70, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 70, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 149, "y": 72, "w": 71, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 74, "y": 143, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 70, "h": 72 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 149, "y": 72, "w": 71, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 74, "y": 143, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 70, "h": 72 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 149, "y": 72, "w": 71, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 74, "y": 143, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 70, "h": 72 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 149, "y": 72, "w": 71, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 148, "y": 282, "w": 70, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 70, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 365, "y": 352, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 71, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 1, "y": 284, "w": 71, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 71, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 145, "y": 144, "w": 73, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 73, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 75, "y": 72, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 1, "y": 72, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 451, "y": 1, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 294, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "780.png",
+ "format": "I8",
+ "size": { "w": 525, "h": 421 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/780.png b/public/images/pokemon/exp/780.png
index 2c92fe61df1..3453365f154 100644
Binary files a/public/images/pokemon/exp/780.png and b/public/images/pokemon/exp/780.png differ
diff --git a/public/images/pokemon/exp/793.png b/public/images/pokemon/exp/793.png
index 683dd1153f1..fb1e37da979 100644
Binary files a/public/images/pokemon/exp/793.png and b/public/images/pokemon/exp/793.png differ
diff --git a/public/images/pokemon/exp/798.png b/public/images/pokemon/exp/798.png
index 6c88f1130c9..8434a1721e8 100644
Binary files a/public/images/pokemon/exp/798.png and b/public/images/pokemon/exp/798.png differ
diff --git a/public/images/pokemon/exp/815-gigantamax.json b/public/images/pokemon/exp/815-gigantamax.json
new file mode 100644
index 00000000000..d8fb9d62e57
--- /dev/null
+++ b/public/images/pokemon/exp/815-gigantamax.json
@@ -0,0 +1,659 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 258, "y": 385, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 267, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 1, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 268, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 426, "y": 389, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 82, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 484, "w": 81, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 81, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 341, "y": 389, "w": 83, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 7, "w": 83, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 84, "y": 485, "w": 79, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 9, "w": 79, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 167, "y": 484, "w": 81, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 81, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 195, "w": 86, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 86, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 265, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 89, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 1, "y": 290, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 387, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 353, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 510, "y": 389, "w": 80, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 80, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 169, "y": 387, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 355, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 443, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 90, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 174, "y": 290, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 84, "y": 388, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 438, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 335, "y": 483, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "815-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 611, "h": 579 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/815-gigantamax.png b/public/images/pokemon/exp/815-gigantamax.png
new file mode 100644
index 00000000000..4720e564c09
Binary files /dev/null and b/public/images/pokemon/exp/815-gigantamax.png differ
diff --git a/public/images/pokemon/exp/818.png b/public/images/pokemon/exp/818.png
index ff767c962a4..b71cccf2679 100644
Binary files a/public/images/pokemon/exp/818.png and b/public/images/pokemon/exp/818.png differ
diff --git a/public/images/pokemon/exp/839-gigantamax.json b/public/images/pokemon/exp/839-gigantamax.json
new file mode 100644
index 00000000000..15a7c122f5d
--- /dev/null
+++ b/public/images/pokemon/exp/839-gigantamax.json
@@ -0,0 +1,821 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 454, "y": 470, "w": 86, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 86, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 379, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 573, "y": 285, "w": 91, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 91, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 93, "y": 191, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 390, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 585, "y": 96, "w": 94, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 2, "w": 94, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 293, "y": 95, "w": 97, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 97, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 484, "y": 190, "w": 96, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 96, "h": 92 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 92, "y": 286, "w": 92, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 92, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 177, "y": 471, "w": 89, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 89, "h": 92 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 177, "y": 379, "w": 91, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 91, "h": 92 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 184, "y": 286, "w": 91, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 91, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 480, "y": 282, "w": 93, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 93, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 281, "y": 281, "w": 93, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 93, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 293, "y": 188, "w": 95, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 95, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 587, "y": 0, "w": 95, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 95, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 491, "y": 95, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 190, "w": 93, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 93, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 388, "y": 191, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 285, "w": 92, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 92, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 275, "y": 374, "w": 90, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 90, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 374, "y": 286, "w": 90, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 90, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 365, "y": 380, "w": 89, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 89, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 553, "y": 380, "w": 89, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 89, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 540, "y": 473, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 87, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 268, "y": 468, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 87, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 355, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 86, "y": 475, "w": 85, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 85, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "839-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 692, "h": 664 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/839-gigantamax.png b/public/images/pokemon/exp/839-gigantamax.png
new file mode 100644
index 00000000000..5a614b0c895
Binary files /dev/null and b/public/images/pokemon/exp/839-gigantamax.png differ
diff --git a/public/images/pokemon/exp/857.png b/public/images/pokemon/exp/857.png
index 0a3195e2bda..85f17ece3d8 100644
Binary files a/public/images/pokemon/exp/857.png and b/public/images/pokemon/exp/857.png differ
diff --git a/public/images/pokemon/exp/876-female.png b/public/images/pokemon/exp/876-female.png
index eb61b85e351..0eb5b407970 100644
Binary files a/public/images/pokemon/exp/876-female.png and b/public/images/pokemon/exp/876-female.png differ
diff --git a/public/images/pokemon/exp/876.png b/public/images/pokemon/exp/876.png
index e1c47e16c0c..842a98830a7 100644
Binary files a/public/images/pokemon/exp/876.png and b/public/images/pokemon/exp/876.png differ
diff --git a/public/images/pokemon/exp/880.png b/public/images/pokemon/exp/880.png
index 7edffc97cc7..34a898fb5ac 100644
Binary files a/public/images/pokemon/exp/880.png and b/public/images/pokemon/exp/880.png differ
diff --git a/public/images/pokemon/exp/881.png b/public/images/pokemon/exp/881.png
index aeaa1728f1a..291f4c261fa 100644
Binary files a/public/images/pokemon/exp/881.png and b/public/images/pokemon/exp/881.png differ
diff --git a/public/images/pokemon/exp/882.png b/public/images/pokemon/exp/882.png
index 15269a499ca..37c4facc672 100644
Binary files a/public/images/pokemon/exp/882.png and b/public/images/pokemon/exp/882.png differ
diff --git a/public/images/pokemon/exp/896.png b/public/images/pokemon/exp/896.png
index f6f646aec65..7025ae49fb8 100644
Binary files a/public/images/pokemon/exp/896.png and b/public/images/pokemon/exp/896.png differ
diff --git a/public/images/pokemon/exp/898-ice.png b/public/images/pokemon/exp/898-ice.png
index c7c00f5551d..3cdf6adc202 100644
Binary files a/public/images/pokemon/exp/898-ice.png and b/public/images/pokemon/exp/898-ice.png differ
diff --git a/public/images/pokemon/exp/898-shadow.png b/public/images/pokemon/exp/898-shadow.png
index 5a41eb6cee0..b5f18487f32 100644
Binary files a/public/images/pokemon/exp/898-shadow.png and b/public/images/pokemon/exp/898-shadow.png differ
diff --git a/public/images/pokemon/exp/912.png b/public/images/pokemon/exp/912.png
index 23c03342039..b8c7465768c 100644
Binary files a/public/images/pokemon/exp/912.png and b/public/images/pokemon/exp/912.png differ
diff --git a/public/images/pokemon/exp/913.png b/public/images/pokemon/exp/913.png
index 1bfd1c8f022..538f852208a 100644
Binary files a/public/images/pokemon/exp/913.png and b/public/images/pokemon/exp/913.png differ
diff --git a/public/images/pokemon/exp/914.png b/public/images/pokemon/exp/914.png
index 33ca7719da2..013934d03f5 100644
Binary files a/public/images/pokemon/exp/914.png and b/public/images/pokemon/exp/914.png differ
diff --git a/public/images/pokemon/exp/940.png b/public/images/pokemon/exp/940.png
index 42aed88443c..5ecc20ea5d1 100644
Binary files a/public/images/pokemon/exp/940.png and b/public/images/pokemon/exp/940.png differ
diff --git a/public/images/pokemon/exp/954.png b/public/images/pokemon/exp/954.png
index 6097a0f0393..85a6017c417 100644
Binary files a/public/images/pokemon/exp/954.png and b/public/images/pokemon/exp/954.png differ
diff --git a/public/images/pokemon/exp/974.png b/public/images/pokemon/exp/974.png
index e016f114cce..354bcbed533 100644
Binary files a/public/images/pokemon/exp/974.png and b/public/images/pokemon/exp/974.png differ
diff --git a/public/images/pokemon/exp/981.png b/public/images/pokemon/exp/981.png
index 5c87495f6e9..c763e8ec358 100644
Binary files a/public/images/pokemon/exp/981.png and b/public/images/pokemon/exp/981.png differ
diff --git a/public/images/pokemon/exp/983.png b/public/images/pokemon/exp/983.png
index 226d971ae32..2fac1759c12 100644
Binary files a/public/images/pokemon/exp/983.png and b/public/images/pokemon/exp/983.png differ
diff --git a/public/images/pokemon/exp/back/1003.png b/public/images/pokemon/exp/back/1003.png
index d83789d1fb8..fc368e56f81 100644
Binary files a/public/images/pokemon/exp/back/1003.png and b/public/images/pokemon/exp/back/1003.png differ
diff --git a/public/images/pokemon/exp/back/2037.json b/public/images/pokemon/exp/back/2037.json
index 15e851c69e6..bd9c903fede 100644
--- a/public/images/pokemon/exp/back/2037.json
+++ b/public/images/pokemon/exp/back/2037.json
@@ -1,188 +1,101 @@
-{
- "textures": [
- {
- "image": "2037.png",
- "format": "RGBA8888",
- "size": {
- "w": 150,
- "h": 150
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 50
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 50
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 50
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 60,
- "h": 50
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 60,
- "h": 50
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 100,
- "w": 59,
- "h": 50
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 50
- },
- "frame": {
- "x": 59,
- "y": 100,
- "w": 59,
- "h": 50
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 50
- },
- "frame": {
- "x": 59,
- "y": 100,
- "w": 59,
- "h": 50
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 61,
- "h": 48
- },
- "frame": {
- "x": 60,
- "y": 50,
- "w": 61,
- "h": 48
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b0b51d6624079d060ef8895666c251a5:a4d98b9d3c1f076758f8595cceddc8c2:c679847d1c2ddf91caeaa5ebb76a6664$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 48, "w": 58, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 58, "h": 49 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 58, "y": 48, "w": 58, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 58, "h": 48 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 116, "y": 48, "w": 58, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 58, "h": 48 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 58, "y": 96, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 56, "h": 46 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 174, "y": 95, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 58, "h": 46 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 174, "y": 49, "w": 60, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 60, "h": 46 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 63, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 63, "h": 48 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 63, "y": 0, "w": 62, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 62, "h": 48 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 125, "y": 0, "w": 61, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 61, "h": 48 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 186, "y": 0, "w": 59, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 59, "h": 49 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2037.png",
+ "format": "I8",
+ "size": { "w": 245, "h": 142 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/2037.png b/public/images/pokemon/exp/back/2037.png
index 7a945877fe1..7c5d688b020 100644
Binary files a/public/images/pokemon/exp/back/2037.png and b/public/images/pokemon/exp/back/2037.png differ
diff --git a/public/images/pokemon/exp/back/2038.json b/public/images/pokemon/exp/back/2038.json
index 902ed5c4863..af164a77c57 100644
--- a/public/images/pokemon/exp/back/2038.json
+++ b/public/images/pokemon/exp/back/2038.json
@@ -1,692 +1,155 @@
-{
- "textures": [
- {
- "image": "2038.png",
- "format": "RGBA8888",
- "size": {
- "w": 514,
- "h": 514
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 8,
- "w": 101,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 101,
- "h": 63
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 8,
- "w": 102,
- "h": 64
- },
- "frame": {
- "x": 101,
- "y": 0,
- "w": 102,
- "h": 64
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 7,
- "w": 99,
- "h": 64
- },
- "frame": {
- "x": 203,
- "y": 0,
- "w": 99,
- "h": 64
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 7,
- "w": 99,
- "h": 64
- },
- "frame": {
- "x": 302,
- "y": 0,
- "w": 99,
- "h": 64
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 7,
- "w": 98,
- "h": 64
- },
- "frame": {
- "x": 401,
- "y": 0,
- "w": 98,
- "h": 64
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 6,
- "w": 98,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 63,
- "w": 98,
- "h": 65
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 111,
- "h": 65
- },
- "frame": {
- "x": 98,
- "y": 64,
- "w": 111,
- "h": 65
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 111,
- "h": 65
- },
- "frame": {
- "x": 209,
- "y": 64,
- "w": 111,
- "h": 65
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 8,
- "w": 104,
- "h": 65
- },
- "frame": {
- "x": 320,
- "y": 64,
- "w": 104,
- "h": 65
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 6,
- "w": 97,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 128,
- "w": 97,
- "h": 65
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 6,
- "w": 97,
- "h": 65
- },
- "frame": {
- "x": 97,
- "y": 129,
- "w": 97,
- "h": 65
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 111,
- "h": 66
- },
- "frame": {
- "x": 194,
- "y": 129,
- "w": 111,
- "h": 66
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 111,
- "h": 66
- },
- "frame": {
- "x": 305,
- "y": 129,
- "w": 111,
- "h": 66
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 5,
- "w": 98,
- "h": 66
- },
- "frame": {
- "x": 416,
- "y": 129,
- "w": 98,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 110,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 194,
- "w": 110,
- "h": 66
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 7,
- "w": 108,
- "h": 66
- },
- "frame": {
- "x": 110,
- "y": 195,
- "w": 108,
- "h": 66
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 7,
- "w": 106,
- "h": 66
- },
- "frame": {
- "x": 218,
- "y": 195,
- "w": 106,
- "h": 66
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 109,
- "h": 67
- },
- "frame": {
- "x": 324,
- "y": 195,
- "w": 109,
- "h": 67
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 111,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 261,
- "w": 111,
- "h": 67
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 3,
- "w": 98,
- "h": 68
- },
- "frame": {
- "x": 111,
- "y": 261,
- "w": 98,
- "h": 68
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 108,
- "h": 69
- },
- "frame": {
- "x": 209,
- "y": 261,
- "w": 108,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 2,
- "w": 98,
- "h": 69
- },
- "frame": {
- "x": 317,
- "y": 262,
- "w": 98,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 98,
- "h": 70
- },
- "frame": {
- "x": 415,
- "y": 262,
- "w": 98,
- "h": 70
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 106,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 328,
- "w": 106,
- "h": 70
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 99,
- "h": 71
- },
- "frame": {
- "x": 106,
- "y": 329,
- "w": 99,
- "h": 71
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 106,
- "h": 70
- },
- "frame": {
- "x": 205,
- "y": 330,
- "w": 106,
- "h": 70
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 98,
- "h": 71
- },
- "frame": {
- "x": 311,
- "y": 331,
- "w": 98,
- "h": 71
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 100,
- "h": 71
- },
- "frame": {
- "x": 409,
- "y": 332,
- "w": 100,
- "h": 71
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 102,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 398,
- "w": 102,
- "h": 71
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 103,
- "h": 71
- },
- "frame": {
- "x": 102,
- "y": 400,
- "w": 103,
- "h": 71
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 104,
- "h": 71
- },
- "frame": {
- "x": 205,
- "y": 400,
- "w": 104,
- "h": 71
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 106,
- "h": 71
- },
- "frame": {
- "x": 309,
- "y": 403,
- "w": 106,
- "h": 71
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:612f29cb3148d3054c6515b49bbbd16a:431a4f3395b63c472bcd1086332ea861:51bcdbb4fa6a1a9e90a83c2a4132ee1b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 232, "y": 198, "w": 74, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 74, "h": 62 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 155, "y": 132, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 78, "h": 65 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 156, "y": 66, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 78, "h": 66 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 78, "y": 134, "w": 77, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 77, "h": 64 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 75, "y": 198, "w": 77, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 77, "h": 61 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 134, "w": 78, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 78, "h": 64 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 234, "y": 67, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 78, "h": 66 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 233, "y": 133, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 78, "h": 65 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 155, "y": 197, "w": 77, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 77, "h": 63 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 156, "y": 0, "w": 79, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 79, "h": 66 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 0, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 78, "h": 68 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 235, "y": 0, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 77, "h": 67 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 198, "w": 75, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 75, "h": 64 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 68, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 78, "h": 66 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 78, "y": 0, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 78, "h": 68 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 78, "y": 68, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 77, "h": 66 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2038.png",
+ "format": "I8",
+ "size": { "w": 312, "h": 262 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/2038.png b/public/images/pokemon/exp/back/2038.png
index 90f487089a9..9ad8025933a 100644
Binary files a/public/images/pokemon/exp/back/2038.png and b/public/images/pokemon/exp/back/2038.png differ
diff --git a/public/images/pokemon/exp/back/2074.json b/public/images/pokemon/exp/back/2074.json
index 953cc076151..d7500c522e9 100644
--- a/public/images/pokemon/exp/back/2074.json
+++ b/public/images/pokemon/exp/back/2074.json
@@ -1,230 +1,398 @@
-{
- "textures": [
- {
- "image": "2074.png",
- "format": "RGBA8888",
- "size": {
- "w": 108,
- "h": 108
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 57,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 32
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 9,
- "w": 56,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 32,
- "w": 56,
- "h": 33
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 9,
- "w": 56,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 32,
- "w": 56,
- "h": 33
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 54,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 54,
- "h": 34
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 54,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 54,
- "h": 34
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 51,
- "h": 34
- },
- "frame": {
- "x": 57,
- "y": 0,
- "w": 51,
- "h": 34
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 51,
- "h": 34
- },
- "frame": {
- "x": 57,
- "y": 0,
- "w": 51,
- "h": 34
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 51,
- "h": 35
- },
- "frame": {
- "x": 56,
- "y": 34,
- "w": 51,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 51,
- "h": 35
- },
- "frame": {
- "x": 56,
- "y": 34,
- "w": 51,
- "h": 35
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 34
- },
- "frame": {
- "x": 54,
- "y": 69,
- "w": 51,
- "h": 34
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:fdf01f8cadd6949c73cf35b994ae45ba:5c71945b84f6c35163c62bc518f57fb5:ad137687a877f55f096b7447bfdfe295$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 63, "y": 100, "w": 59, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 59, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 195, "y": 99, "w": 61, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 61, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 131, "y": 68, "w": 64, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 64, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 203, "y": 67, "w": 65, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 65, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 1, "y": 35, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 67, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 12, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 1, "y": 35, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 10, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 203, "y": 67, "w": 65, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 65, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 131, "y": 68, "w": 64, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 64, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 195, "y": 99, "w": 61, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 61, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 63, "y": 100, "w": 59, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 59, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 195, "y": 99, "w": 61, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 61, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 131, "y": 68, "w": 64, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 64, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 203, "y": 67, "w": 65, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 65, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 35, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 1, "y": 67, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 12, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 35, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 10, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 203, "y": 67, "w": 65, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 65, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 131, "y": 68, "w": 64, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 64, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 195, "y": 99, "w": 61, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 61, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 63, "y": 100, "w": 59, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 59, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 195, "y": 99, "w": 61, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 61, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 131, "y": 68, "w": 64, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 64, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 203, "y": 67, "w": 65, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 65, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 1, "y": 35, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 67, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 12, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 1, "y": 35, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 10, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 203, "y": 67, "w": 65, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 65, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 131, "y": 68, "w": 64, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 64, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 195, "y": 99, "w": 61, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 61, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 63, "y": 100, "w": 59, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 59, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 268, "y": 68, "w": 62, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 62, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 67, "y": 67, "w": 64, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 64, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 203, "y": 34, "w": 66, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 8, "w": 66, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 275, "y": 1, "w": 67, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 67, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 71, "y": 1, "w": 68, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 68, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 1, "y": 1, "w": 70, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 70, "h": 34 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 139, "y": 1, "w": 68, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 68, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 207, "y": 1, "w": 68, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 68, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 71, "y": 34, "w": 67, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 67, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 138, "y": 34, "w": 65, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 65, "h": 34 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 269, "y": 34, "w": 64, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 64, "h": 34 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 1, "y": 99, "w": 62, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 62, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2074.png",
+ "format": "I8",
+ "size": { "w": 343, "h": 133 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/2074.png b/public/images/pokemon/exp/back/2074.png
index ebf58bf2f76..e8e2dc5ad22 100644
Binary files a/public/images/pokemon/exp/back/2074.png and b/public/images/pokemon/exp/back/2074.png differ
diff --git a/public/images/pokemon/exp/back/2075.json b/public/images/pokemon/exp/back/2075.json
index accac7c7dcf..3dd46debe2f 100644
--- a/public/images/pokemon/exp/back/2075.json
+++ b/public/images/pokemon/exp/back/2075.json
@@ -1,188 +1,812 @@
-{
- "textures": [
- {
- "image": "2075.png",
- "format": "RGBA8888",
- "size": {
- "w": 131,
- "h": 131
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 44
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 44
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 67,
- "h": 43
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 65,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 65,
- "h": 44
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 65,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 65,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 63,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 87,
- "w": 63,
- "h": 44
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 63,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 87,
- "w": 63,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 61,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0b4413911e6a410c634fb5925e19fb50:d060400f7fc28ab507bb0c4ef37df223:732805cb123f88b2d403da0dec709706$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 1, "y": 256, "w": 65, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 291, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 1, "y": 256, "w": 65, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 291, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 1, "y": 256, "w": 65, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 291, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 346, "y": 89, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 425, "y": 133, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 425, "y": 133, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 425, "y": 133, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 289, "y": 175, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 497, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 497, "y": 133, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 503, "y": 215, "w": 70, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 73, "y": 215, "w": 69, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 69, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 486, "y": 46, "w": 68, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 2, "w": 68, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 210, "y": 45, "w": 67, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 67, "h": 44 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 45, "w": 66, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 1, "w": 66, "h": 46 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 278, "y": 45, "w": 67, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 67, "h": 44 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 284, "y": 131, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 143, "y": 215, "w": 69, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 69, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 281, "y": 216, "w": 70, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 432, "y": 215, "w": 70, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 70, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 361, "y": 215, "w": 70, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 70, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 73, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 215, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 145, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 71, "y": 132, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 70, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 140, "y": 90, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 68, "y": 88, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 346, "y": 45, "w": 70, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 70, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 1, "y": 130, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 417, "y": 45, "w": 68, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 68, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 507, "y": 1, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 69, "h": 44 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 140, "y": 45, "w": 69, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 69, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 488, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 142, "y": 132, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 70, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 213, "y": 132, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 70, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 354, "y": 133, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 70, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 217, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 425, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 212, "y": 90, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 346, "y": 89, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 68, "y": 45, "w": 71, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 363, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2075.png",
+ "format": "I8",
+ "size": { "w": 577, "h": 299 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/2075.png b/public/images/pokemon/exp/back/2075.png
index 8d3bea8a7e2..6c11c18bd1d 100644
Binary files a/public/images/pokemon/exp/back/2075.png and b/public/images/pokemon/exp/back/2075.png differ
diff --git a/public/images/pokemon/exp/back/2076.json b/public/images/pokemon/exp/back/2076.json
index 35dc582bd1f..11a4999b41d 100644
--- a/public/images/pokemon/exp/back/2076.json
+++ b/public/images/pokemon/exp/back/2076.json
@@ -1,209 +1,965 @@
-{
- "textures": [
- {
- "image": "2076.png",
- "format": "RGBA8888",
- "size": {
- "w": 206,
- "h": 206
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 55,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 55,
- "h": 67
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 55,
- "h": 67
- },
- "frame": {
- "x": 55,
- "y": 0,
- "w": 55,
- "h": 67
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 55,
- "h": 67
- },
- "frame": {
- "x": 110,
- "y": 0,
- "w": 55,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 55,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 55,
- "h": 67
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 54,
- "h": 69
- },
- "frame": {
- "x": 55,
- "y": 67,
- "w": 54,
- "h": 69
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 55,
- "h": 69
- },
- "frame": {
- "x": 109,
- "y": 67,
- "w": 55,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 55,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 134,
- "w": 55,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 55,
- "h": 70
- },
- "frame": {
- "x": 55,
- "y": 136,
- "w": 55,
- "h": 70
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 55,
- "h": 70
- },
- "frame": {
- "x": 110,
- "y": 136,
- "w": 55,
- "h": 70
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:43a87c427fa88140ff282cd96661b87b:3134e1dbacb6621feff55273f34d3386:719cdf7324091edbb7b1d6e2d7254a1a$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 322, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 165, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 218, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 271, "y": 254, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 163, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 57, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 56, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 111, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 348, "y": 63, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 64, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 221, "y": 189, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 166, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 167, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 55, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 324, "y": 321, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 1, "y": 192, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 322, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 165, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 218, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 271, "y": 254, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 163, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 57, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 56, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 111, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 348, "y": 63, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 64, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 221, "y": 189, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 166, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 167, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 55, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 324, "y": 321, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 1, "y": 192, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 1, "y": 322, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 165, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 218, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 271, "y": 254, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 163, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 57, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 56, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 111, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 348, "y": 63, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 1, "y": 64, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 221, "y": 189, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 166, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 167, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 55, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 324, "y": 321, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 1, "y": 192, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 1, "y": 322, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 165, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 218, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 271, "y": 254, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 163, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 57, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 56, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 111, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 348, "y": 63, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 64, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 221, "y": 189, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 166, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 167, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 55, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 324, "y": 321, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 1, "y": 192, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 1, "y": 322, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 109, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 111, "y": 258, "w": 54, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 54, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 330, "y": 191, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 108, "y": 322, "w": 53, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 53, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 161, "y": 383, "w": 53, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 53, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 1, "y": 322, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 55, "y": 320, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 271, "y": 319, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 217, "y": 253, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 276, "y": 189, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 334, "y": 127, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 222, "y": 126, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 56, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 175, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 175, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 117, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 117, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 59, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 59, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 1, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 1, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 1, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 349, "y": 1, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 349, "y": 1, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 349, "y": 1, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 349, "y": 1, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 349, "y": 1, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 291, "y": 1, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 222, "y": 64, "w": 57, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 57, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 55, "y": 258, "w": 56, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 56, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 291, "y": 63, "w": 57, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 57, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 278, "y": 126, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 1, "y": 128, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 112, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 325, "y": 256, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 1, "y": 257, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2076.png",
+ "format": "I8",
+ "size": { "w": 408, "h": 447 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/2076.png b/public/images/pokemon/exp/back/2076.png
index 327aed5d485..a3e203ac669 100644
Binary files a/public/images/pokemon/exp/back/2076.png and b/public/images/pokemon/exp/back/2076.png differ
diff --git a/public/images/pokemon/exp/back/2088.json b/public/images/pokemon/exp/back/2088.json
index 72673c949ba..bc5207262b9 100644
--- a/public/images/pokemon/exp/back/2088.json
+++ b/public/images/pokemon/exp/back/2088.json
@@ -1,230 +1,173 @@
-{
- "textures": [
- {
- "image": "2088.png",
- "format": "RGBA8888",
- "size": {
- "w": 123,
- "h": 123
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 41
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 48,
- "h": 40
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 41
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 45,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 41
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 45,
- "h": 41
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 41
- },
- "frame": {
- "x": 48,
- "y": 41,
- "w": 45,
- "h": 41
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 41
- },
- "frame": {
- "x": 48,
- "y": 41,
- "w": 45,
- "h": 41
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 45,
- "h": 41
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 41
- },
- "frame": {
- "x": 45,
- "y": 82,
- "w": 44,
- "h": 41
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 41
- },
- "frame": {
- "x": 45,
- "y": 82,
- "w": 44,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e484c868865b60e304dbc1fe02c5c476:0f1d94616ba91025b99edb3470c9c467:b8df8f168871505f42fdc6d3c5b106f0$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 49, "y": 111, "w": 48, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 48, "h": 39 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 75, "w": 49, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 49, "h": 39 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 216, "y": 75, "w": 50, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 50, "h": 38 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 54, "y": 73, "w": 52, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 52, "h": 38 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 37, "w": 54, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 54, "h": 38 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 111, "y": 38, "w": 54, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 54, "h": 37 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 169, "y": 0, "w": 56, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 56, "h": 37 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 225, "y": 0, "w": 56, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 56, "h": 37 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 54, "y": 37, "w": 57, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 57, "h": 36 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 57, "h": 37 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 57, "h": 37 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 169, "y": 37, "w": 55, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 55, "h": 37 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 114, "y": 0, "w": 55, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 55, "h": 38 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 224, "y": 37, "w": 53, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 53, "h": 38 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 165, "y": 74, "w": 51, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 51, "h": 38 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 106, "y": 75, "w": 49, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 49, "h": 39 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 155, "y": 112, "w": 48, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 48, "h": 39 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 203, "y": 113, "w": 48, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 48, "h": 39 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2088.png",
+ "format": "I8",
+ "size": { "w": 281, "h": 152 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/2088.png b/public/images/pokemon/exp/back/2088.png
index e98936663f3..24bf7f0f893 100644
Binary files a/public/images/pokemon/exp/back/2088.png and b/public/images/pokemon/exp/back/2088.png differ
diff --git a/public/images/pokemon/exp/back/2089.json b/public/images/pokemon/exp/back/2089.json
index 96334438eeb..c0416f08b26 100644
--- a/public/images/pokemon/exp/back/2089.json
+++ b/public/images/pokemon/exp/back/2089.json
@@ -1,230 +1,1091 @@
-{
- "textures": [
- {
- "image": "2089.png",
- "format": "RGBA8888",
- "size": {
- "w": 178,
- "h": 178
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 82,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 82,
- "h": 63
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 82,
- "h": 63
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 82,
- "h": 63
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 82,
- "h": 63
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 82,
- "h": 63
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 82,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 63,
- "w": 82,
- "h": 62
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 82,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 63,
- "w": 82,
- "h": 62
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 82,
- "h": 53
- },
- "frame": {
- "x": 0,
- "y": 125,
- "w": 82,
- "h": 53
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 82,
- "h": 59
- },
- "frame": {
- "x": 82,
- "y": 63,
- "w": 82,
- "h": 59
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 82,
- "h": 59
- },
- "frame": {
- "x": 82,
- "y": 63,
- "w": 82,
- "h": 59
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 82,
- "h": 56
- },
- "frame": {
- "x": 82,
- "y": 122,
- "w": 82,
- "h": 56
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 82,
- "h": 56
- },
- "frame": {
- "x": 82,
- "y": 122,
- "w": 82,
- "h": 56
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0605853b2d9e9b9ce3c2246177880cad:22cda080d52bc16ce02f7cf908ef31b6:49ee9ed0dd32c5ba33977741b45fc3f4$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 82, "y": 1, "w": 82, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 246, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 246, "y": 61, "w": 84, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 414, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 499, "y": 118, "w": 86, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 259, "y": 119, "w": 87, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 87, "y": 174, "w": 88, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 88, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 266, "y": 228, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 358, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 328, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 93, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 186, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 542, "y": 375, "w": 92, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 1, "y": 375, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 449, "y": 327, "w": 92, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 449, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 88, "y": 278, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 177, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 346, "y": 175, "w": 87, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 87, "y": 119, "w": 86, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 499, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 412, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 82, "y": 1, "w": 82, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 246, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 246, "y": 61, "w": 84, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 414, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 499, "y": 118, "w": 86, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 259, "y": 119, "w": 87, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 87, "y": 174, "w": 88, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 88, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 266, "y": 228, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 358, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 1, "y": 328, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 93, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 186, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 542, "y": 375, "w": 92, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 375, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 449, "y": 327, "w": 92, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 449, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 88, "y": 278, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 177, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 346, "y": 175, "w": 87, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 87, "y": 119, "w": 86, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 499, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 412, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 82, "y": 1, "w": 82, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 246, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 246, "y": 61, "w": 84, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 414, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 499, "y": 118, "w": 86, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 259, "y": 119, "w": 87, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 87, "y": 174, "w": 88, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 88, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 266, "y": 228, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 358, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 1, "y": 328, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 93, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 186, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 542, "y": 375, "w": 92, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 1, "y": 375, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 449, "y": 327, "w": 92, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 449, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 88, "y": 278, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 177, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 346, "y": 175, "w": 87, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 87, "y": 119, "w": 86, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 499, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 412, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 82, "y": 1, "w": 82, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 246, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 246, "y": 61, "w": 84, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 414, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 499, "y": 118, "w": 86, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 259, "y": 119, "w": 87, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 87, "y": 174, "w": 88, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 88, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 266, "y": 228, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 358, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 1, "y": 328, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 93, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 186, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 542, "y": 375, "w": 92, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 1, "y": 375, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 449, "y": 327, "w": 92, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 449, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 88, "y": 278, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 177, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 346, "y": 175, "w": 87, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 87, "y": 119, "w": 86, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 499, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 412, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 164, "y": 1, "w": 82, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 495, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 330, "y": 61, "w": 84, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 414, "y": 118, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 1, "y": 119, "w": 86, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 259, "y": 173, "w": 87, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 499, "y": 174, "w": 88, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 433, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 178, "y": 278, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 540, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 93, "y": 328, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 93, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 449, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 279, "y": 376, "w": 92, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 185, "y": 328, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 541, "y": 327, "w": 92, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 358, "y": 327, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 268, "y": 278, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 522, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 1, "y": 227, "w": 87, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 173, "y": 119, "w": 86, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 82, "y": 62, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 329, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2089.png",
+ "format": "I8",
+ "size": { "w": 635, "h": 423 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/2089.png b/public/images/pokemon/exp/back/2089.png
index 2fbf7d8b1f4..244aeeed5a9 100644
Binary files a/public/images/pokemon/exp/back/2089.png and b/public/images/pokemon/exp/back/2089.png differ
diff --git a/public/images/pokemon/exp/back/229-mega.png b/public/images/pokemon/exp/back/229-mega.png
index aae59a3a1d0..b538f3523dd 100644
Binary files a/public/images/pokemon/exp/back/229-mega.png and b/public/images/pokemon/exp/back/229-mega.png differ
diff --git a/public/images/pokemon/exp/back/248-mega.json b/public/images/pokemon/exp/back/248-mega.json
index 25bc42548ab..ddd3987db90 100644
--- a/public/images/pokemon/exp/back/248-mega.json
+++ b/public/images/pokemon/exp/back/248-mega.json
@@ -1,272 +1,929 @@
-{
- "textures": [
- {
- "image": "248-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 292,
- "h": 292
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 74,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 79,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 148,
- "w": 79,
- "h": 74
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 79,
- "h": 74
- },
- "frame": {
- "x": 79,
- "y": 148,
- "w": 79,
- "h": 74
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 79,
- "h": 73
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 79,
- "h": 73
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 79,
- "h": 73
- },
- "frame": {
- "x": 80,
- "y": 73,
- "w": 79,
- "h": 73
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 146,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 146,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 219,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 219,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 73,
- "h": 73
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 73,
- "h": 73
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 73,
- "h": 73
- },
- "frame": {
- "x": 159,
- "y": 73,
- "w": 73,
- "h": 73
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:625e35ec9f8e731e89fa37587ffb4738:07d356e18baf0312a4e8a36adb76fdd5:90df97eb431b7162252516cb937a0b9e$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 430, "y": 101, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 195, "w": 84, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 84, "h": 88 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 173, "y": 287, "w": 85, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 85, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 373, "w": 85, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 85, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 84, "y": 456, "w": 85, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 85, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 511, "y": 534, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 512, "y": 612, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 427, "y": 612, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 255, "y": 536, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 169, "y": 535, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 431, "y": 455, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 84, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 340, "y": 456, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 171, "y": 456, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 171, "y": 374, "w": 83, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 516, "y": 287, "w": 83, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 347, "y": 287, "w": 83, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 83, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 256, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 342, "y": 192, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 430, "y": 101, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 195, "w": 84, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 84, "h": 88 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 173, "y": 287, "w": 85, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 85, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 260, "y": 373, "w": 85, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 85, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 84, "y": 456, "w": 85, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 85, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 511, "y": 534, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 85, "y": 613, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 427, "y": 612, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 255, "y": 536, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 169, "y": 535, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 431, "y": 455, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 84, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 340, "y": 456, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 171, "y": 456, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 171, "y": 374, "w": 83, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 516, "y": 287, "w": 83, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 347, "y": 287, "w": 83, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 83, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 256, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 342, "y": 192, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 430, "y": 101, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 195, "w": 84, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 84, "h": 88 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 173, "y": 287, "w": 85, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 85, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 260, "y": 373, "w": 85, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 85, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 84, "y": 456, "w": 85, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 85, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 341, "y": 612, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 613, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 427, "y": 612, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 255, "y": 536, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 169, "y": 535, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 518, "y": 455, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 84, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 84, "y": 534, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 171, "y": 456, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 171, "y": 374, "w": 83, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 516, "y": 287, "w": 83, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 347, "y": 287, "w": 83, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 83, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 256, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 342, "y": 192, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 430, "y": 101, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 195, "w": 84, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 84, "h": 88 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 173, "y": 287, "w": 85, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 85, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 260, "y": 373, "w": 85, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 85, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 84, "y": 456, "w": 85, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 85, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 425, "y": 534, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 613, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 427, "y": 612, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 255, "y": 536, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 169, "y": 535, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 518, "y": 455, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 84, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 84, "y": 534, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 171, "y": 456, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 171, "y": 374, "w": 83, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 516, "y": 287, "w": 83, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 347, "y": 287, "w": 83, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 83, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 256, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 342, "y": 192, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 426, "y": 194, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 510, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 285, "w": 83, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 83, "h": 86 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 432, "y": 287, "w": 82, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 82, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 85, "y": 288, "w": 82, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 82, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 87, "y": 373, "w": 82, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 82, "h": 81 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 431, "y": 374, "w": 82, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 82, "h": 79 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 455, "w": 82, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 82, "h": 79 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 256, "y": 455, "w": 82, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 82, "h": 79 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 347, "y": 374, "w": 82, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 516, "y": 372, "w": 84, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 84, "h": 81 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 260, "y": 287, "w": 85, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 85, "h": 84 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 86, "y": 200, "w": 85, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 85, "h": 86 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 342, "y": 101, "w": 86, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 86, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 256, "y": 100, "w": 84, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 84, "h": 94 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 86, "y": 100, "w": 83, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 83, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 514, "y": 0, "w": 83, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 83, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 344, "y": 0, "w": 83, "h": 99 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 83, "h": 99 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 429, "y": 0, "w": 83, "h": 99 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 83, "h": 99 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 0, "w": 84, "h": 99 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 84, "h": 99 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 86, "y": 0, "w": 84, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 84, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 172, "y": 0, "w": 84, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 84, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 258, "y": 0, "w": 84, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 84, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 171, "y": 100, "w": 83, "h": 97 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 83, "h": 97 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 514, "y": 100, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 83, "h": 94 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "248-mega.png",
+ "format": "I8",
+ "size": { "w": 602, "h": 689 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/248-mega.png b/public/images/pokemon/exp/back/248-mega.png
index 4b2a4021721..1e4918e5ca7 100644
Binary files a/public/images/pokemon/exp/back/248-mega.png and b/public/images/pokemon/exp/back/248-mega.png differ
diff --git a/public/images/pokemon/exp/back/257-mega.png b/public/images/pokemon/exp/back/257-mega.png
index 48bd446329f..b27b98fa153 100644
Binary files a/public/images/pokemon/exp/back/257-mega.png and b/public/images/pokemon/exp/back/257-mega.png differ
diff --git a/public/images/pokemon/exp/back/362-mega.json b/public/images/pokemon/exp/back/362-mega.json
index 6f5b4ea32bb..02354ddad93 100644
--- a/public/images/pokemon/exp/back/362-mega.json
+++ b/public/images/pokemon/exp/back/362-mega.json
@@ -1,272 +1,551 @@
-{
- "textures": [
- {
- "image": "362-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 140,
- "h": 140
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 70,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 70,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 61,
- "h": 69
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 61,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b710cac988ef0d2bf31cf4b83951fd3a:aaedfd5f04a5c93bc13787cb0b73c4e3:8a7271a5423838c97ddeb1e6dc343255$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "362-mega.png",
+ "format": "I8",
+ "size": { "w": 128, "h": 132 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/362-mega.png b/public/images/pokemon/exp/back/362-mega.png
index 81f9bb5cdcd..5bbfd932d33 100644
Binary files a/public/images/pokemon/exp/back/362-mega.png and b/public/images/pokemon/exp/back/362-mega.png differ
diff --git a/public/images/pokemon/exp/back/382-primal.png b/public/images/pokemon/exp/back/382-primal.png
index 55c73cf877e..7bf840bcf24 100644
Binary files a/public/images/pokemon/exp/back/382-primal.png and b/public/images/pokemon/exp/back/382-primal.png differ
diff --git a/public/images/pokemon/exp/back/4080.png b/public/images/pokemon/exp/back/4080.png
index f4cfb4cd3c5..d0ffefd6503 100644
Binary files a/public/images/pokemon/exp/back/4080.png and b/public/images/pokemon/exp/back/4080.png differ
diff --git a/public/images/pokemon/exp/back/4199.png b/public/images/pokemon/exp/back/4199.png
index 174a325b28a..aa841a9e4d1 100644
Binary files a/public/images/pokemon/exp/back/4199.png and b/public/images/pokemon/exp/back/4199.png differ
diff --git a/public/images/pokemon/exp/back/4222.png b/public/images/pokemon/exp/back/4222.png
index 202817b2163..163dcb1432e 100644
Binary files a/public/images/pokemon/exp/back/4222.png and b/public/images/pokemon/exp/back/4222.png differ
diff --git a/public/images/pokemon/exp/back/4562.png b/public/images/pokemon/exp/back/4562.png
index 691c60c8b0a..0f8fdde8b81 100644
Binary files a/public/images/pokemon/exp/back/4562.png and b/public/images/pokemon/exp/back/4562.png differ
diff --git a/public/images/pokemon/exp/back/569-gigantamax.json b/public/images/pokemon/exp/back/569-gigantamax.json
new file mode 100644
index 00000000000..b266f5eb799
--- /dev/null
+++ b/public/images/pokemon/exp/back/569-gigantamax.json
@@ -0,0 +1,1478 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 311, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 311, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 311, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "569-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 413, "h": 281 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/569-gigantamax.png b/public/images/pokemon/exp/back/569-gigantamax.png
new file mode 100644
index 00000000000..13bbe97bee4
Binary files /dev/null and b/public/images/pokemon/exp/back/569-gigantamax.png differ
diff --git a/public/images/pokemon/exp/back/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 6250dc0110f..00000000000
Binary files a/public/images/pokemon/exp/back/698.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/699.png b/public/images/pokemon/exp/back/699.png
index 7558357e206..cd1b9a82de7 100644
Binary files a/public/images/pokemon/exp/back/699.png and b/public/images/pokemon/exp/back/699.png differ
diff --git a/public/images/pokemon/exp/back/700.json b/public/images/pokemon/exp/back/700.json
index 8919ba29366..70083de61c9 100644
--- a/public/images/pokemon/exp/back/700.json
+++ b/public/images/pokemon/exp/back/700.json
@@ -1,209 +1,587 @@
-{
- "textures": [
- {
- "image": "700.png",
- "format": "RGBA8888",
- "size": {
- "w": 173,
- "h": 173
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 44,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 44,
- "h": 57
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 44,
- "y": 58,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 44,
- "h": 56
- },
- "frame": {
- "x": 44,
- "y": 116,
- "w": 44,
- "h": 56
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 88,
- "y": 58,
- "w": 44,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e0cdfdc055c08cdcb7b31d0da301c709:2affc6f4613ab8f1ba13cd35d9106bb3:2e4bf5ef1f19e475073f7da10c60b540$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 142, "y": 124, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 101, "y": 0, "w": 48, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 48, "h": 63 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 195, "y": 0, "w": 49, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 49, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 60, "w": 49, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 49, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 0, "w": 53, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 148, "y": 64, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 120, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 195, "y": 60, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 47, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 194, "y": 120, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 96, "y": 122, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 195, "y": 60, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 47, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 194, "y": 120, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 96, "y": 122, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 149, "y": 0, "w": 46, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 46, "h": 64 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 53, "y": 0, "w": 48, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 48, "h": 64 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 142, "y": 124, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "700.png",
+ "format": "I8",
+ "size": { "w": 244, "h": 241 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/700.png b/public/images/pokemon/exp/back/700.png
index 6684e845a39..a3675cc15d8 100644
Binary files a/public/images/pokemon/exp/back/700.png and b/public/images/pokemon/exp/back/700.png differ
diff --git a/public/images/pokemon/exp/back/702.json b/public/images/pokemon/exp/back/702.json
index 7fa99d3eb04..9680e17e397 100644
--- a/public/images/pokemon/exp/back/702.json
+++ b/public/images/pokemon/exp/back/702.json
@@ -1,1028 +1,443 @@
-{
- "textures": [
- {
- "image": "702.png",
- "format": "RGBA8888",
- "size": {
- "w": 141,
- "h": 141
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 105,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 47,
- "y": 104,
- "w": 47,
- "h": 32
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4052cb31e311daed50c3ad98d6d07226:990695ce3fc0717eec42d716a52de75e:ba8fdab405d5efab99c4aa1084328e6b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 142, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 140, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 72, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 36, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "702.png",
+ "format": "I8",
+ "size": { "w": 188, "h": 103 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/702.png b/public/images/pokemon/exp/back/702.png
index be5cf42476b..2305dd44628 100644
Binary files a/public/images/pokemon/exp/back/702.png and b/public/images/pokemon/exp/back/702.png differ
diff --git a/public/images/pokemon/exp/back/703.json b/public/images/pokemon/exp/back/703.json
deleted file mode 100644
index dc39d04326d..00000000000
--- a/public/images/pokemon/exp/back/703.json
+++ /dev/null
@@ -1,314 +0,0 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 110,
- "h": 110
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 36,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 39
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 39
- },
- "frame": {
- "x": 36,
- "y": 0,
- "w": 37,
- "h": 39
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 39,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 36,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 39,
- "w": 36,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 36,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 39,
- "w": 36,
- "h": 40
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 39,
- "w": 36,
- "h": 40
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 40,
- "w": 37,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9e937b9120a4e2d30cb17c3057bdb25e:2992340ca21fbb2052a947040742ff82:721af8c322ff60159262e9b3017c784d$"
- }
-}
diff --git a/public/images/pokemon/exp/back/703.png b/public/images/pokemon/exp/back/703.png
deleted file mode 100644
index 2af4ac363ea..00000000000
Binary files a/public/images/pokemon/exp/back/703.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/704.json b/public/images/pokemon/exp/back/704.json
index cfee176924b..ff94c52a2a8 100644
--- a/public/images/pokemon/exp/back/704.json
+++ b/public/images/pokemon/exp/back/704.json
@@ -1,1742 +1,101 @@
-{
- "textures": [
- {
- "image": "704.png",
- "format": "RGBA8888",
- "size": {
- "w": 233,
- "h": 233
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 72
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 24,
- "w": 41,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 41,
- "h": 48
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 25,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 25,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 25,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 25,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 26,
- "w": 39,
- "h": 46
- },
- "frame": {
- "x": 107,
- "y": 0,
- "w": 39,
- "h": 46
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 26,
- "w": 39,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 167,
- "w": 39,
- "h": 46
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 187,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 187,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 187,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 187,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 41,
- "y": 72,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 41,
- "y": 72,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 41,
- "y": 72,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 41,
- "y": 72,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 41,
- "y": 72,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 78,
- "y": 47,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 78,
- "y": 47,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 78,
- "y": 47,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 78,
- "y": 47,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 78,
- "y": 47,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 115,
- "y": 46,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 115,
- "y": 46,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 115,
- "y": 46,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 26,
- "w": 38,
- "h": 46
- },
- "frame": {
- "x": 189,
- "y": 42,
- "w": 38,
- "h": 46
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 26,
- "w": 38,
- "h": 46
- },
- "frame": {
- "x": 189,
- "y": 42,
- "w": 38,
- "h": 46
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 116,
- "y": 92,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 154,
- "y": 89,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 192,
- "y": 88,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 192,
- "y": 88,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 192,
- "y": 88,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 192,
- "y": 130,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 154,
- "y": 134,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 154,
- "y": 134,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 154,
- "y": 134,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 154,
- "y": 134,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 116,
- "y": 137,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 40,
- "y": 120,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 40,
- "y": 120,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 40,
- "y": 120,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 78,
- "y": 138,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 167,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 167,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 167,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 120,
- "y": 181,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 120,
- "y": 181,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 120,
- "y": 181,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 120,
- "y": 181,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 120,
- "y": 181,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 32,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 159,
- "y": 178,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 32,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 159,
- "y": 178,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 32,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 159,
- "y": 178,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 32,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 159,
- "y": 178,
- "w": 42,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:1af9bc6c970e4ca611c23ce1e26ff660:ab013a92210cb1b0ae94301a2c9b4c2a:45bb13be23ae6e2a6654a2a00c450d62$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 53, "y": 0, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 26, "y": 0, "w": 27, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 27, "h": 31 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 53, "y": 0, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 26, "y": 31, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 52, "y": 32, "w": 27, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 27, "h": 30 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 26, "y": 31, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "704.png",
+ "format": "I8",
+ "size": { "w": 79, "h": 63 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/704.png b/public/images/pokemon/exp/back/704.png
index e08171177fd..a67b79b0ee9 100644
Binary files a/public/images/pokemon/exp/back/704.png and b/public/images/pokemon/exp/back/704.png differ
diff --git a/public/images/pokemon/exp/back/705.json b/public/images/pokemon/exp/back/705.json
index be407b80180..2fc8cb18e99 100644
--- a/public/images/pokemon/exp/back/705.json
+++ b/public/images/pokemon/exp/back/705.json
@@ -1,230 +1,596 @@
-{
- "textures": [
- {
- "image": "705.png",
- "format": "RGBA8888",
- "size": {
- "w": 118,
- "h": 118
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 59,
- "w": 37,
- "h": 59
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 59,
- "w": 37,
- "h": 59
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 59
- },
- "frame": {
- "x": 37,
- "y": 59,
- "w": 35,
- "h": 59
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 59
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 35,
- "h": 59
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 59
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 35,
- "h": 59
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 72,
- "y": 59,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 72,
- "y": 59,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 57
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 42,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:25dc113e55116f41d58d372b4ed9b10a:95a84e44ff027f7c648e68bbd8ace4bc:6b57e983626c7fc9144ab67f30c66814$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 40, "h": 58 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 77, "y": 298, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 162, "y": 299, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 202, "y": 299, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 117, "y": 300, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 121, "y": 245, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 55 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 80, "y": 242, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 244, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 40, "h": 57 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 194, "y": 240, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 39, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 125, "w": 37, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 156, "y": 184, "w": 38, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 38, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 40, "y": 243, "w": 37, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 158, "y": 0, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 39, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 156, "y": 62, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 197, "y": 0, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 40, "h": 58 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 77, "y": 298, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 162, "y": 299, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 202, "y": 299, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 117, "y": 300, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 121, "y": 245, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 55 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 80, "y": 242, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 244, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 40, "h": 57 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 194, "y": 240, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 39, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 125, "w": 37, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 156, "y": 184, "w": 38, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 38, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 40, "y": 243, "w": 37, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 158, "y": 0, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 39, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 156, "y": 62, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 197, "y": 0, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 40, "h": 58 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 77, "y": 298, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 162, "y": 299, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 202, "y": 299, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 117, "y": 300, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 121, "y": 245, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 55 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 80, "y": 242, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 244, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 40, "h": 57 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 194, "y": 240, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 39, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 125, "w": 37, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 156, "y": 184, "w": 38, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 38, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 40, "y": 243, "w": 37, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 158, "y": 0, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 39, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 156, "y": 62, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 197, "y": 0, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 195, "y": 181, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 118, "y": 0, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 40, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 40, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 118, "y": 61, "w": 38, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 38, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 62, "w": 38, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 38, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 40, "y": 0, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 39, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 79, "y": 0, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 39, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 38, "y": 63, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 77, "y": 63, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 195, "y": 120, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 156, "y": 123, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 38, "y": 124, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 77, "y": 124, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 197, "y": 60, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 116, "y": 183, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 185, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "705.png",
+ "format": "I8",
+ "size": { "w": 243, "h": 355 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/705.png b/public/images/pokemon/exp/back/705.png
index a4f62a21004..18c942605d6 100644
Binary files a/public/images/pokemon/exp/back/705.png and b/public/images/pokemon/exp/back/705.png differ
diff --git a/public/images/pokemon/exp/back/707.png b/public/images/pokemon/exp/back/707.png
deleted file mode 100644
index 6ce681a5651..00000000000
Binary files a/public/images/pokemon/exp/back/707.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/708.json b/public/images/pokemon/exp/back/708.json
deleted file mode 100644
index f0b2e21b5c1..00000000000
--- a/public/images/pokemon/exp/back/708.json
+++ /dev/null
@@ -1,503 +0,0 @@
-{
- "textures": [
- {
- "image": "708.png",
- "format": "RGBA8888",
- "size": {
- "w": 135,
- "h": 135
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 46,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 46
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 46,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 46
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 46,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 46
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 45,
- "h": 46
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 45,
- "h": 46
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 45,
- "h": 46
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 45,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 45,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 45,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 45,
- "h": 43
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 44,
- "h": 46
- },
- "frame": {
- "x": 45,
- "y": 46,
- "w": 44,
- "h": 46
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 44,
- "h": 46
- },
- "frame": {
- "x": 45,
- "y": 46,
- "w": 44,
- "h": 46
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 44,
- "h": 46
- },
- "frame": {
- "x": 45,
- "y": 46,
- "w": 44,
- "h": 46
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 44,
- "h": 41
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 44,
- "h": 41
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 44,
- "h": 41
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 44,
- "h": 41
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 89,
- "y": 45,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 89,
- "y": 45,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 89,
- "y": 45,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 89,
- "y": 90,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 89,
- "y": 90,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 89,
- "y": 90,
- "w": 45,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bcbffc2559c06539de3a8e783aa9b810:1a73d753b783ff36005e333d5e1a213a:796c82c5076b122f2663381836c65843$"
- }
-}
diff --git a/public/images/pokemon/exp/back/708.png b/public/images/pokemon/exp/back/708.png
deleted file mode 100644
index a531ec27f9f..00000000000
Binary files a/public/images/pokemon/exp/back/708.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/712.json b/public/images/pokemon/exp/back/712.json
index 46b8cdaad44..fe53f52369e 100644
--- a/public/images/pokemon/exp/back/712.json
+++ b/public/images/pokemon/exp/back/712.json
@@ -1,2729 +1,1433 @@
-{
- "textures": [
- {
- "image": "712.png",
- "format": "RGBA8888",
- "size": {
- "w": 208,
- "h": 208
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 113,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 113,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 87,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 87,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 127,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 127,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 168,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 168,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 166,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 166,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 128,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 128,
- "w": 36,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:600bb71c0995d9554966ee794b89312a:22158bf1d17659480b23ef6d5ed6dbcb:3a1cc69824960d920ca43f8c9376d136$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 35, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 35, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 72, "y": 125, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 72, "y": 125, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 142, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 142, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 0, "y": 126, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 0, "y": 126, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 70, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 70, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 106, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 106, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 70, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 70, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 0, "y": 126, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 0, "y": 126, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 35, "y": 165, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 35, "y": 165, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 142, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 142, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 107, "y": 165, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 107, "y": 165, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 36, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 36, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 142, "y": 165, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 142, "y": 165, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 0, "y": 166, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 0, "y": 166, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 72, "y": 125, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 72, "y": 125, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 35, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 35, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "712.png",
+ "format": "I8",
+ "size": { "w": 178, "h": 205 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/712.png b/public/images/pokemon/exp/back/712.png
index 81f77412357..a5b57fc9f1b 100644
Binary files a/public/images/pokemon/exp/back/712.png and b/public/images/pokemon/exp/back/712.png differ
diff --git a/public/images/pokemon/exp/back/713.json b/public/images/pokemon/exp/back/713.json
index c2e09d4783e..0ff72eef867 100644
--- a/public/images/pokemon/exp/back/713.json
+++ b/public/images/pokemon/exp/back/713.json
@@ -1,188 +1,1100 @@
-{
- "textures": [
- {
- "image": "713.png",
- "format": "RGBA8888",
- "size": {
- "w": 199,
- "h": 199
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 87,
- "h": 66
- },
- "frame": {
- "x": 87,
- "y": 69,
- "w": 87,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 87,
- "h": 66
- },
- "frame": {
- "x": 87,
- "y": 69,
- "w": 87,
- "h": 66
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 87,
- "h": 64
- },
- "frame": {
- "x": 87,
- "y": 135,
- "w": 87,
- "h": 64
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6f396042cb759179580f2aeb1af94e22:59471aca6db39209b1e31d5894938bcb:625f70bcfe9c7f2437cb9cad6d2b863c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 174, "y": 65, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 174, "y": 65, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 92, "y": 0, "w": 91, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 91, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 92, "y": 0, "w": 91, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 91, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "713.png",
+ "format": "I8",
+ "size": { "w": 357, "h": 248 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/713.png b/public/images/pokemon/exp/back/713.png
index 6692bc5c65a..d6782ee4357 100644
Binary files a/public/images/pokemon/exp/back/713.png and b/public/images/pokemon/exp/back/713.png differ
diff --git a/public/images/pokemon/exp/back/714.json b/public/images/pokemon/exp/back/714.json
deleted file mode 100644
index ecdf5b1b813..00000000000
--- a/public/images/pokemon/exp/back/714.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 147,
- "h": 147
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 0,
- "w": 34,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 34,
- "h": 57
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 60,
- "h": 58
- },
- "frame": {
- "x": 34,
- "y": 0,
- "w": 60,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 10,
- "w": 58,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 58,
- "h": 58
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 10,
- "w": 58,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 58,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 7,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 58,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 7,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 58,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 1,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 112,
- "y": 58,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 1,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 112,
- "y": 58,
- "w": 35,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5c3a62d7014eae3eb4c5e67ef6a405f3:1456f6425f3a65e77dc4017298499d80:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
-}
diff --git a/public/images/pokemon/exp/back/714.png b/public/images/pokemon/exp/back/714.png
deleted file mode 100644
index 0d81f19fcd4..00000000000
Binary files a/public/images/pokemon/exp/back/714.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/716-active.png b/public/images/pokemon/exp/back/716-active.png
index 5bd4fcd74c6..9d10446def7 100644
Binary files a/public/images/pokemon/exp/back/716-active.png and b/public/images/pokemon/exp/back/716-active.png differ
diff --git a/public/images/pokemon/exp/back/716-neutral.png b/public/images/pokemon/exp/back/716-neutral.png
index 579173b757f..871a9471357 100644
Binary files a/public/images/pokemon/exp/back/716-neutral.png and b/public/images/pokemon/exp/back/716-neutral.png differ
diff --git a/public/images/pokemon/exp/back/718-10.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/728.json b/public/images/pokemon/exp/back/728.json
index 5f57c1fcd44..58c482252ec 100644
--- a/public/images/pokemon/exp/back/728.json
+++ b/public/images/pokemon/exp/back/728.json
@@ -1,230 +1,776 @@
-{
- "textures": [
- {
- "image": "728.png",
- "format": "RGBA8888",
- "size": {
- "w": 117,
- "h": 117
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 39,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 39,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 41,
- "y": 39,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 41,
- "y": 39,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 41,
- "y": 78,
- "w": 41,
- "h": 39
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0c090e4088db927644a68af712498874:155a43cf4b3a603228f72b6aea7f5fa8:74218c18c9d392741666ee5c0c28d306$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 130, "y": 151, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 85, "y": 152, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 43, "y": 194, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 169, "y": 194, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 166, "y": 233, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 234, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 43, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 84, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 125, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 85, "y": 193, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 43, "y": 153, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 127, "y": 192, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 130, "y": 151, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 85, "y": 152, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 43, "y": 194, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 169, "y": 194, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 166, "y": 233, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 1, "y": 234, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 43, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 84, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 125, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 85, "y": 193, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 43, "y": 153, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 127, "y": 192, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 130, "y": 151, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 85, "y": 152, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 43, "y": 194, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 169, "y": 194, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 166, "y": 233, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 234, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 43, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 84, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 125, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 85, "y": 193, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 43, "y": 153, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 127, "y": 192, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 130, "y": 151, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 85, "y": 152, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 43, "y": 194, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 169, "y": 194, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 166, "y": 233, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 1, "y": 234, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 43, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 84, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 125, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 85, "y": 193, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 43, "y": 153, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 127, "y": 192, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 130, "y": 151, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 85, "y": 152, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 43, "y": 194, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 169, "y": 194, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 166, "y": 233, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 234, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 43, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 84, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 125, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 85, "y": 193, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 43, "y": 153, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 127, "y": 192, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 1, "y": 193, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 151, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 40, "h": 40 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 43, "y": 110, "w": 40, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 18, "w": 40, "h": 41 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 1, "y": 107, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 40, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 130, "y": 107, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 40, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 172, "y": 105, "w": 40, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 40, "h": 43 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 1, "y": 61, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 40, "h": 44 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 130, "y": 60, "w": 40, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 40, "h": 45 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 88, "y": 60, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 46, "y": 60, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 40, "h": 48 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 174, "y": 54, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 40, "h": 49 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 174, "y": 1, "w": 40, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 40, "h": 51 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 46, "y": 1, "w": 42, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 42, "h": 57 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 1, "y": 1, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 43, "h": 58 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 1, "y": 1, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 43, "h": 58 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 1, "y": 1, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 43, "h": 58 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 1, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 43, "h": 58 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 133, "y": 1, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 39, "h": 55 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 90, "y": 1, "w": 41, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 41, "h": 57 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 172, "y": 150, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 39, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 88, "y": 108, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 40, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 130, "y": 107, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 40, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 107, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 40, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 43, "y": 110, "w": 40, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 18, "w": 40, "h": 41 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 1, "y": 151, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 40, "h": 40 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "728.png",
+ "format": "I8",
+ "size": { "w": 215, "h": 271 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/728.png b/public/images/pokemon/exp/back/728.png
index 7564e0eceac..d3534c8f37b 100644
Binary files a/public/images/pokemon/exp/back/728.png and b/public/images/pokemon/exp/back/728.png differ
diff --git a/public/images/pokemon/exp/back/729.json b/public/images/pokemon/exp/back/729.json
index a8859e39a33..97deebe472e 100644
--- a/public/images/pokemon/exp/back/729.json
+++ b/public/images/pokemon/exp/back/729.json
@@ -1,230 +1,1055 @@
-{
- "textures": [
- {
- "image": "729.png",
- "format": "RGBA8888",
- "size": {
- "w": 148,
- "h": 148
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 70,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 70,
- "h": 50
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 70,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 70,
- "h": 49
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 70,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 70,
- "h": 49
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 69,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 99,
- "w": 69,
- "h": 49
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 69,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 99,
- "w": 69,
- "h": 49
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 50
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 68,
- "h": 50
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 50
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 68,
- "h": 50
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 50
- },
- "frame": {
- "x": 70,
- "y": 50,
- "w": 67,
- "h": 50
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 70,
- "h": 48
- },
- "frame": {
- "x": 69,
- "y": 100,
- "w": 70,
- "h": 48
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 70,
- "h": 48
- },
- "frame": {
- "x": 69,
- "y": 100,
- "w": 70,
- "h": 48
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ca6603181d5c8644f2bdbeecb46551b0:09ccc951204ac93cf598ed13a34f0429:b2d5dd692ec79c7357afdffa7b3670a9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 166, "y": 283, "w": 55, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 10, "w": 55, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 284, "w": 54, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 10, "w": 54, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 348, "y": 334, "w": 52, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 52, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 49, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 49, "y": 389, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 47, "h": 51 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 265, "y": 388, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 386, "y": 386, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 98, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 287, "y": 335, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 51, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 491, "y": 224, "w": 53, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 53, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 112, "y": 283, "w": 54, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 9, "w": 54, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 292, "y": 280, "w": 56, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 56, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 174, "y": 228, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 328, "y": 114, "w": 59, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 195, "y": 61, "w": 59, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 334, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 394, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 268, "y": 60, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 68, "y": 62, "w": 60, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 234, "y": 172, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 293, "y": 225, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 234, "y": 227, "w": 58, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 59, "y": 174, "w": 57, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 57, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 166, "y": 283, "w": 55, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 10, "w": 55, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 284, "w": 54, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 10, "w": 54, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 348, "y": 334, "w": 52, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 52, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 49, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 49, "y": 389, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 47, "h": 51 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 265, "y": 388, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 386, "y": 386, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 98, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 287, "y": 335, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 51, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 491, "y": 224, "w": 53, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 53, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 112, "y": 283, "w": 54, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 9, "w": 54, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 292, "y": 280, "w": 56, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 56, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 174, "y": 228, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 328, "y": 114, "w": 59, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 195, "y": 61, "w": 59, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 334, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 394, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 268, "y": 60, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 68, "y": 62, "w": 60, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 234, "y": 172, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 293, "y": 225, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 234, "y": 227, "w": 58, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 59, "y": 174, "w": 57, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 57, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 166, "y": 283, "w": 55, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 10, "w": 55, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 284, "w": 54, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 10, "w": 54, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 348, "y": 334, "w": 52, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 52, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 49, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 49, "y": 389, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 47, "h": 51 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 265, "y": 388, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 386, "y": 386, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 98, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 287, "y": 335, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 51, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 491, "y": 224, "w": 53, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 53, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 112, "y": 283, "w": 54, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 9, "w": 54, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 292, "y": 280, "w": 56, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 56, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 174, "y": 228, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 328, "y": 114, "w": 59, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 195, "y": 61, "w": 59, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 334, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 394, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 268, "y": 60, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 68, "y": 62, "w": 60, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 234, "y": 172, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 293, "y": 225, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 234, "y": 227, "w": 58, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 59, "y": 174, "w": 57, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 57, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 467, "y": 279, "w": 58, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 58, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 63, "w": 61, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 61, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 334, "y": 0, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 135, "y": 61, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 458, "y": 56, "w": 59, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 58 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 397, "y": 0, "w": 61, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 458, "y": 0, "w": 62, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 62, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 446, "y": 169, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 57, "y": 283, "w": 55, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 9, "w": 55, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 467, "y": 333, "w": 53, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 11, "w": 53, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 338, "y": 386, "w": 48, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 48, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 216, "y": 336, "w": 49, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 11, "w": 49, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 166, "y": 336, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 11, "w": 50, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 337, "w": 49, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 49, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 452, "y": 385, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 10, "w": 48, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 400, "y": 334, "w": 52, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 52, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 231, "y": 282, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 117, "y": 228, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 58, "y": 118, "w": 58, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 58, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 352, "y": 225, "w": 58, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 118, "w": 58, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 58, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 314, "y": 170, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 175, "y": 118, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 373, "y": 170, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 116, "y": 118, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 446, "y": 114, "w": 60, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 60, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 202, "y": 0, "w": 66, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 66, "h": 61 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 68, "y": 0, "w": 67, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 67, "h": 62 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 68, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 68, "h": 63 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 268, "y": 0, "w": 66, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 66, "h": 60 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 135, "y": 0, "w": 67, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 61 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 254, "y": 117, "w": 60, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 60, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 116, "y": 173, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 116, "y": 173, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 175, "y": 173, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 0, "y": 174, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 432, "y": 224, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 387, "y": 114, "w": 59, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 59, "y": 228, "w": 58, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 229, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 410, "y": 279, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "729.png",
+ "format": "I8",
+ "size": { "w": 544, "h": 440 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/729.png b/public/images/pokemon/exp/back/729.png
index 08135d50267..b303934d595 100644
Binary files a/public/images/pokemon/exp/back/729.png and b/public/images/pokemon/exp/back/729.png differ
diff --git a/public/images/pokemon/exp/back/730.json b/public/images/pokemon/exp/back/730.json
index 867195486fa..5e3c835b381 100644
--- a/public/images/pokemon/exp/back/730.json
+++ b/public/images/pokemon/exp/back/730.json
@@ -1,230 +1,839 @@
-{
- "textures": [
- {
- "image": "730.png",
- "format": "RGBA8888",
- "size": {
- "w": 206,
- "h": 206
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 81
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 68,
- "h": 81
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 81
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 68,
- "h": 81
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 79,
- "w": 68,
- "h": 81
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 68,
- "y": 81,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 68,
- "y": 81,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 69,
- "h": 78
- },
- "frame": {
- "x": 137,
- "y": 79,
- "w": 69,
- "h": 78
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 69,
- "h": 78
- },
- "frame": {
- "x": 137,
- "y": 79,
- "w": 69,
- "h": 78
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2717094fe274718326c9b0fe3237866b:3ad96e0a8adb3bab17597f2996c3f5cc:fcd0d2cb6b26724e796ae0dcb71fae3f$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 397, "y": 0, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 75, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 324, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 11, "w": 73, "h": 73 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 397, "y": 71, "w": 69, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 69, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 70, "y": 135, "w": 66, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 66, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 278, "y": 401, "w": 61, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 3, "w": 61, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 137, "y": 400, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 77, "y": 394, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 217, "y": 335, "w": 61, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 2, "w": 61, "h": 79 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 415, "y": 418, "w": 61, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 61, "h": 77 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 351, "y": 359, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 64, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 505, "y": 288, "w": 69, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 69, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 278, "y": 334, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 124, "y": 265, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 292, "y": 269, "w": 77, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 200, "y": 271, "w": 78, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 78, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 197, "y": 414, "w": 77, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 62 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 394, "w": 77, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 77, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 64, "y": 331, "w": 78, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 78, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 385, "y": 212, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 213, "y": 207, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 156, "y": 67, "w": 79, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 79, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 78, "y": 67, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 78, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 397, "y": 0, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 75, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 324, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 11, "w": 73, "h": 73 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 397, "y": 71, "w": 69, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 69, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 70, "y": 135, "w": 66, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 66, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 278, "y": 401, "w": 61, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 3, "w": 61, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 137, "y": 400, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 77, "y": 394, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 217, "y": 335, "w": 61, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 2, "w": 61, "h": 79 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 415, "y": 418, "w": 61, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 61, "h": 77 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 351, "y": 359, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 64, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 505, "y": 288, "w": 69, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 69, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 278, "y": 334, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 124, "y": 265, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 292, "y": 269, "w": 77, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 200, "y": 271, "w": 78, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 78, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 197, "y": 414, "w": 77, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 62 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 394, "w": 77, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 77, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 64, "y": 331, "w": 78, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 78, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 385, "y": 212, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 213, "y": 207, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 156, "y": 67, "w": 79, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 79, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 78, "y": 67, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 78, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 397, "y": 0, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 75, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 324, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 11, "w": 73, "h": 73 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 397, "y": 71, "w": 69, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 69, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 70, "y": 135, "w": 66, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 66, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 278, "y": 401, "w": 61, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 3, "w": 61, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 137, "y": 400, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 77, "y": 394, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 217, "y": 335, "w": 61, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 2, "w": 61, "h": 79 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 415, "y": 418, "w": 61, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 61, "h": 77 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 351, "y": 359, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 64, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 505, "y": 288, "w": 69, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 69, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 278, "y": 334, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 124, "y": 265, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 292, "y": 269, "w": 77, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 200, "y": 271, "w": 78, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 78, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 197, "y": 414, "w": 77, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 62 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 394, "w": 77, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 77, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 64, "y": 331, "w": 78, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 78, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 385, "y": 212, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 213, "y": 207, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 156, "y": 67, "w": 79, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 79, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 78, "y": 67, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 78, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 472, "y": 0, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 75, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 135, "w": 70, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 70, "h": 74 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 288, "w": 64, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 64, "h": 77 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 504, "y": 359, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 4, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 369, "y": 276, "w": 60, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 60, "h": 83 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 64, "y": 213, "w": 60, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 60, "h": 84 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 466, "y": 139, "w": 62, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 62, "h": 83 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 209, "w": 64, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 5, "w": 64, "h": 79 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 236, "y": 134, "w": 71, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 71, "h": 73 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 136, "y": 199, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 156, "y": 134, "w": 80, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 80, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 315, "y": 73, "w": 80, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 19, "w": 80, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 385, "y": 147, "w": 79, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 19, "w": 79, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 307, "y": 204, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 78, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 429, "y": 288, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 19, "w": 76, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 142, "y": 335, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 429, "y": 353, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 464, "y": 222, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 307, "y": 138, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 78, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 235, "y": 68, "w": 80, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 82, "y": 0, "w": 82, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 82, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 0, "w": 82, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 82, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 164, "y": 0, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 81, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 245, "y": 0, "w": 79, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 79, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 67, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 78, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 466, "y": 71, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 77, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "730.png",
+ "format": "I8",
+ "size": { "w": 574, "h": 495 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/730.png b/public/images/pokemon/exp/back/730.png
index 155152edd08..4a91464e076 100644
Binary files a/public/images/pokemon/exp/back/730.png and b/public/images/pokemon/exp/back/730.png differ
diff --git a/public/images/pokemon/exp/back/746-school.json b/public/images/pokemon/exp/back/746-school.json
index deea4a085b4..5874f93c128 100644
--- a/public/images/pokemon/exp/back/746-school.json
+++ b/public/images/pokemon/exp/back/746-school.json
@@ -1,230 +1,171 @@
-{
- "textures": [
- {
- "image": "746-school.png",
- "format": "RGBA8888",
- "size": {
- "w": 261,
- "h": 261
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 97,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 97,
- "h": 80
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 81
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 96,
- "h": 81
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 81
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 96,
- "h": 81
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 93,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 80,
- "w": 93,
- "h": 80
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 93,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 80,
- "w": 93,
- "h": 80
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 87,
- "h": 79
- },
- "frame": {
- "x": 0,
- "y": 160,
- "w": 87,
- "h": 79
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 87,
- "h": 79
- },
- "frame": {
- "x": 87,
- "y": 160,
- "w": 87,
- "h": 79
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 89,
- "h": 78
- },
- "frame": {
- "x": 93,
- "y": 81,
- "w": 89,
- "h": 78
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 89,
- "h": 78
- },
- "frame": {
- "x": 93,
- "y": 81,
- "w": 89,
- "h": 78
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 87,
- "h": 77
- },
- "frame": {
- "x": 174,
- "y": 159,
- "w": 87,
- "h": 77
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:30cb66415aef361ed227b9b95c6e059e:691d98e44070749abe13d4a0a6ceb7a7:10f3c9d1f1118f8f9f6e40f37a0eb499$"
- }
+{ "frames": {
+ "0001.png": {
+ "frame": { "x": 279, "y": 206, "w": 96, "h": 97 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 96, "h": 97 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0002.png": {
+ "frame": { "x": 288, "y": 108, "w": 96, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 96, "h": 98 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0003.png": {
+ "frame": { "x": 95, "y": 107, "w": 94, "h": 100 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 94, "h": 100 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0004.png": {
+ "frame": { "x": 94, "y": 207, "w": 93, "h": 99 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 93, "h": 99 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0005.png": {
+ "frame": { "x": 1, "y": 104, "w": 94, "h": 102 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 94, "h": 102 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0006.png": {
+ "frame": { "x": 189, "y": 203, "w": 90, "h": 104 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 90, "h": 104 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0007.png": {
+ "frame": { "x": 283, "y": 1, "w": 92, "h": 105 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 92, "h": 105 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0008.png": {
+ "frame": { "x": 375, "y": 1, "w": 90, "h": 107 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 107 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0009.png": {
+ "frame": { "x": 97, "y": 1, "w": 93, "h": 106 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 93, "h": 106 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0010.png": {
+ "frame": { "x": 190, "y": 1, "w": 93, "h": 105 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 93, "h": 105 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0011.png": {
+ "frame": { "x": 1, "y": 1, "w": 96, "h": 103 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 96, "h": 103 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0012.png": {
+ "frame": { "x": 1, "y": 206, "w": 93, "h": 100 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 93, "h": 100 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0013.png": {
+ "frame": { "x": 384, "y": 108, "w": 96, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 96, "h": 98 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0014.png": {
+ "frame": { "x": 279, "y": 303, "w": 95, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 95, "h": 96 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0015.png": {
+ "frame": { "x": 96, "y": 307, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0016.png": {
+ "frame": { "x": 375, "y": 301, "w": 98, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 98, "h": 94 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0017.png": {
+ "frame": { "x": 1, "y": 306, "w": 95, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 95, "h": 96 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0018.png": {
+ "frame": { "x": 375, "y": 206, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 97, "h": 95 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0019.png": {
+ "frame": { "x": 374, "y": 395, "w": 94, "h": 97 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 94, "h": 97 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0020.png": {
+ "frame": { "x": 190, "y": 106, "w": 98, "h": 97 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 98, "h": 97 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ }
+ },
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "746-school.png",
+ "format": "I8",
+ "size": { "w": 481, "h": 493 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/746-school.png b/public/images/pokemon/exp/back/746-school.png
index 808f0d993db..baa5fde8219 100644
Binary files a/public/images/pokemon/exp/back/746-school.png and b/public/images/pokemon/exp/back/746-school.png differ
diff --git a/public/images/pokemon/exp/back/746.json b/public/images/pokemon/exp/back/746.json
index 971e045fbf4..1f15d713330 100644
--- a/public/images/pokemon/exp/back/746.json
+++ b/public/images/pokemon/exp/back/746.json
@@ -1,314 +1,641 @@
-{
- "textures": [
- {
- "image": "746.png",
- "format": "RGBA8888",
- "size": {
- "w": 132,
- "h": 132
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 29
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 29
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 29
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 27
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 29
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 41,
- "h": 27
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 41,
- "h": 27
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 29
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 45,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 27,
- "w": 45,
- "h": 27
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 29
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 45,
- "h": 27
- },
- "frame": {
- "x": 45,
- "y": 27,
- "w": 45,
- "h": 27
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 29
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 42,
- "h": 27
- },
- "frame": {
- "x": 90,
- "y": 27,
- "w": 42,
- "h": 27
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 29
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 27
- },
- "frame": {
- "x": 90,
- "y": 27,
- "w": 42,
- "h": 27
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 29
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 44,
- "h": 27
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 29
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 44,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 44,
- "h": 27
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 29
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 26
- },
- "frame": {
- "x": 44,
- "y": 54,
- "w": 45,
- "h": 26
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 29
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 43,
- "h": 27
- },
- "frame": {
- "x": 89,
- "y": 54,
- "w": 43,
- "h": 27
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 29
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 44,
- "h": 26
- },
- "frame": {
- "x": 44,
- "y": 80,
- "w": 44,
- "h": 26
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 29
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 41,
- "h": 26
- },
- "frame": {
- "x": 44,
- "y": 106,
- "w": 41,
- "h": 26
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:93d33f4a5b3862a769ebca021367624a:963e4390d528585dcdd0e7068e5ec568:1a4f7e535d823202c4828f963d5b4404$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 41, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 73, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "746.png",
+ "format": "I8",
+ "size": { "w": 122, "h": 52 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/746.png b/public/images/pokemon/exp/back/746.png
index b9b84821eee..33cfa5ffec8 100644
Binary files a/public/images/pokemon/exp/back/746.png and b/public/images/pokemon/exp/back/746.png differ
diff --git a/public/images/pokemon/exp/back/749.json b/public/images/pokemon/exp/back/749.json
index d7851eaa797..ae6773c4296 100644
--- a/public/images/pokemon/exp/back/749.json
+++ b/public/images/pokemon/exp/back/749.json
@@ -1,230 +1,1037 @@
-{
- "textures": [
- {
- "image": "749.png",
- "format": "RGBA8888",
- "size": {
- "w": 171,
- "h": 171
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 66
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 66
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 59,
- "y": 0,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 59,
- "y": 0,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 54,
- "h": 66
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 54,
- "h": 66
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 66,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 66
- },
- "frame": {
- "x": 59,
- "y": 66,
- "w": 56,
- "h": 66
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 66
- },
- "frame": {
- "x": 59,
- "y": 66,
- "w": 56,
- "h": 66
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 55,
- "h": 66
- },
- "frame": {
- "x": 115,
- "y": 66,
- "w": 55,
- "h": 66
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 55,
- "h": 66
- },
- "frame": {
- "x": 115,
- "y": 66,
- "w": 55,
- "h": 66
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6de951f837f3cd5e1f402431f0377838:262bd4a6b62a63a60897a16743d96663:d52e05c524384ef985e6339a08b2f938$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 146, "y": 297, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 149, "y": 181, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 1, "y": 183, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 203, "y": 70, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 49, "h": 55 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 98, "y": 127, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 150, "y": 125, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 99, "y": 69, "w": 51, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 125, "w": 50, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 50, "y": 186, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 241, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 243, "y": 243, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 286, "y": 356, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 144, "y": 355, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 97, "y": 355, "w": 47, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 45, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 146, "y": 297, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 149, "y": 181, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 183, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 203, "y": 70, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 49, "h": 55 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 98, "y": 127, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 150, "y": 125, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 99, "y": 69, "w": 51, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 125, "w": 50, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 50, "y": 186, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 1, "y": 241, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 243, "y": 243, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 286, "y": 356, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 144, "y": 355, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 97, "y": 355, "w": 47, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 45, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 146, "y": 297, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 190, "y": 357, "w": 48, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 46, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 238, "y": 365, "w": 48, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 46, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 196, "y": 239, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 49, "y": 245, "w": 45, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 43, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 242, "y": 303, "w": 44, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 42, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 1, "y": 300, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 45, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 94, "y": 300, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 48, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 290, "y": 300, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 290, "y": 244, "w": 50, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 48, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 48, "y": 355, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 98, "y": 183, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 146, "y": 297, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 149, "y": 181, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 1, "y": 183, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 203, "y": 70, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 49, "h": 55 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 98, "y": 127, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 150, "y": 125, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 99, "y": 69, "w": 51, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 1, "y": 125, "w": 50, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 50, "y": 186, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 1, "y": 241, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 243, "y": 243, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 286, "y": 356, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 144, "y": 355, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 97, "y": 355, "w": 47, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 45, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 146, "y": 297, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 190, "y": 357, "w": 48, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 46, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 238, "y": 365, "w": 48, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 46, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 196, "y": 239, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 49, "y": 245, "w": 45, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 43, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 242, "y": 303, "w": 44, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 42, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 1, "y": 300, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 45, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 94, "y": 300, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 48, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 290, "y": 300, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 290, "y": 244, "w": 50, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 48, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 48, "y": 355, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 98, "y": 183, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 146, "y": 297, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 190, "y": 357, "w": 48, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 46, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 238, "y": 365, "w": 48, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 46, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 196, "y": 239, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 49, "y": 245, "w": 45, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 43, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 242, "y": 303, "w": 44, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 42, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 1, "y": 300, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 45, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 94, "y": 300, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 48, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 290, "y": 300, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 290, "y": 244, "w": 50, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 48, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 48, "y": 355, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 98, "y": 183, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 146, "y": 297, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 149, "y": 181, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 1, "y": 183, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 203, "y": 70, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 49, "h": 55 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 98, "y": 127, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 150, "y": 125, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 99, "y": 69, "w": 51, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 1, "y": 125, "w": 50, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 50, "y": 186, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 1, "y": 241, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 243, "y": 243, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 286, "y": 356, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 144, "y": 355, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 97, "y": 355, "w": 47, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 45, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 194, "y": 299, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 243, "y": 185, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 294, "y": 129, "w": 50, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 48, "h": 55 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 243, "y": 129, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 150, "y": 70, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 51, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 48, "y": 66, "w": 51, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 49, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 279, "y": 68, "w": 49, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 47, "h": 59 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 97, "y": 1, "w": 49, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 47, "h": 61 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 48, "y": 1, "w": 49, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 47, "h": 63 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 235, "y": 1, "w": 44, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 42, "h": 67 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 201, "y": 127, "w": 42, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 40, "h": 66 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 191, "y": 1, "w": 44, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 42, "h": 67 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 1, "y": 1, "w": 47, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 45, "h": 66 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 146, "y": 1, "w": 45, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 66 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 279, "y": 1, "w": 45, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 65 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 328, "y": 63, "w": 44, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 42, "h": 63 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 324, "y": 1, "w": 47, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 45, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 51, "y": 125, "w": 47, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 45, "h": 59 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 98, "y": 241, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 292, "y": 186, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 147, "y": 239, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 146, "y": 297, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "749.png",
+ "format": "I8",
+ "size": { "w": 373, "h": 421 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/749.png b/public/images/pokemon/exp/back/749.png
index d0194d3cf8a..ce8d43db939 100644
Binary files a/public/images/pokemon/exp/back/749.png and b/public/images/pokemon/exp/back/749.png differ
diff --git a/public/images/pokemon/exp/back/750.json b/public/images/pokemon/exp/back/750.json
index c9d0713c741..fad02642748 100644
--- a/public/images/pokemon/exp/back/750.json
+++ b/public/images/pokemon/exp/back/750.json
@@ -1,230 +1,929 @@
-{
- "textures": [
- {
- "image": "750.png",
- "format": "RGBA8888",
- "size": {
- "w": 253,
- "h": 253
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 88,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 88,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 87,
- "h": 71
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 87,
- "h": 71
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 87,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 87,
- "h": 71
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 86,
- "h": 72
- },
- "frame": {
- "x": 87,
- "y": 71,
- "w": 86,
- "h": 72
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 79,
- "h": 73
- },
- "frame": {
- "x": 173,
- "y": 71,
- "w": 79,
- "h": 73
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 86,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 140,
- "w": 86,
- "h": 72
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 73
- },
- "frame": {
- "x": 86,
- "y": 143,
- "w": 83,
- "h": 73
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 73
- },
- "frame": {
- "x": 86,
- "y": 143,
- "w": 83,
- "h": 73
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 169,
- "y": 144,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 169,
- "y": 144,
- "w": 84,
- "h": 73
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f47cf7a324fea46ff24490e5f9ff75b2:b9e77a95b48977f27c24067d0f519108:4ad6abb5f7a40182d2391bde900ad082$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 565, "y": 215, "w": 78, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 324, "y": 213, "w": 79, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 80, "y": 214, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 78, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 581, "y": 147, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 79, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 333, "y": 146, "w": 84, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 147, "w": 84, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 499, "y": 81, "w": 86, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 333, "y": 80, "w": 87, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 1, "y": 81, "w": 87, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 88, "y": 81, "w": 87, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 585, "y": 81, "w": 86, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 85, "y": 147, "w": 84, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 499, "y": 147, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 80, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 214, "w": 79, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 246, "y": 152, "w": 78, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 76, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 169, "y": 159, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 75, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 77, "y": 350, "w": 74, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 466, "y": 353, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 1, "y": 352, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 306, "y": 360, "w": 73, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 71, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 392, "y": 304, "w": 74, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 283, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 74, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 403, "y": 235, "w": 77, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 75, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 565, "y": 215, "w": 78, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 324, "y": 213, "w": 79, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 80, "y": 214, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 78, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 581, "y": 147, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 79, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 333, "y": 146, "w": 84, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 1, "y": 147, "w": 84, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 499, "y": 81, "w": 86, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 333, "y": 80, "w": 87, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 1, "y": 81, "w": 87, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 88, "y": 81, "w": 87, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 585, "y": 81, "w": 86, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 85, "y": 147, "w": 84, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 499, "y": 147, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 80, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 1, "y": 214, "w": 79, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 246, "y": 152, "w": 78, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 76, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 169, "y": 159, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 75, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 77, "y": 350, "w": 74, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 466, "y": 353, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 1, "y": 352, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 306, "y": 360, "w": 73, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 71, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 392, "y": 304, "w": 74, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 1, "y": 283, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 74, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 403, "y": 235, "w": 77, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 75, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 565, "y": 215, "w": 78, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 324, "y": 213, "w": 79, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 80, "y": 214, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 78, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 581, "y": 147, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 79, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 333, "y": 146, "w": 84, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 1, "y": 147, "w": 84, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 499, "y": 81, "w": 86, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 333, "y": 80, "w": 87, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 81, "w": 87, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 88, "y": 81, "w": 87, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 585, "y": 81, "w": 86, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 85, "y": 147, "w": 84, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 499, "y": 147, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 80, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 1, "y": 214, "w": 79, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 246, "y": 152, "w": 78, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 76, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 169, "y": 159, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 75, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 77, "y": 350, "w": 74, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 466, "y": 353, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 1, "y": 352, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 306, "y": 360, "w": 73, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 71, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 392, "y": 304, "w": 74, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 283, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 74, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 403, "y": 235, "w": 77, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 75, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 565, "y": 215, "w": 78, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 246, "y": 222, "w": 78, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 80, "y": 282, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 76, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 227, "y": 291, "w": 78, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 76, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 556, "y": 352, "w": 80, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 16, "w": 78, "h": 62 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 226, "y": 358, "w": 80, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 17, "w": 78, "h": 61 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 74, "y": 420, "w": 76, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 74, "h": 62 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 452, "y": 423, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 13, "w": 66, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 422, "w": 65, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 539, "y": 416, "w": 64, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 62, "h": 75 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 160, "y": 229, "w": 67, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 65, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 427, "y": 77, "w": 72, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 70, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 588, "y": 1, "w": 76, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 74, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 511, "y": 1, "w": 77, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 75, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 258, "y": 74, "w": 75, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 76 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 417, "y": 157, "w": 70, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 68, "h": 76 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 324, "y": 282, "w": 68, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 66, "h": 76 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 636, "y": 284, "w": 65, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 63, "h": 76 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 636, "y": 362, "w": 63, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 1, "w": 61, "h": 77 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 175, "y": 80, "w": 71, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 1, "w": 69, "h": 77 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 346, "y": 1, "w": 81, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 79, "h": 77 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 88, "y": 1, "w": 86, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 84, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 85, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 174, "y": 1, "w": 84, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 82, "h": 77 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 427, "y": 1, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 82, "h": 74 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 258, "y": 1, "w": 88, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 86, "h": 71 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 556, "y": 284, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 75, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 151, "y": 419, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 12, "w": 69, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 222, "y": 421, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 12, "w": 69, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 379, "y": 374, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 12, "w": 71, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 151, "y": 350, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 11, "w": 73, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 480, "y": 284, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 74, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 487, "y": 215, "w": 78, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "750.png",
+ "format": "I8",
+ "size": { "w": 702, "h": 495 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/750.png b/public/images/pokemon/exp/back/750.png
index 4ac4682a955..1c9391b5f7a 100644
Binary files a/public/images/pokemon/exp/back/750.png and b/public/images/pokemon/exp/back/750.png differ
diff --git a/public/images/pokemon/exp/back/772.png b/public/images/pokemon/exp/back/772.png
index b287c20b1cb..b1ccc79fb6c 100644
Binary files a/public/images/pokemon/exp/back/772.png and b/public/images/pokemon/exp/back/772.png differ
diff --git a/public/images/pokemon/exp/back/776.png b/public/images/pokemon/exp/back/776.png
index 6e0c7026d56..d23a85dc55d 100644
Binary files a/public/images/pokemon/exp/back/776.png and b/public/images/pokemon/exp/back/776.png differ
diff --git a/public/images/pokemon/exp/back/777.png b/public/images/pokemon/exp/back/777.png
index d8f25cc7362..f4b0e23c5e2 100644
Binary files a/public/images/pokemon/exp/back/777.png and b/public/images/pokemon/exp/back/777.png differ
diff --git a/public/images/pokemon/exp/back/780.json b/public/images/pokemon/exp/back/780.json
index 6a6dc7a0f38..af67efba2a0 100644
--- a/public/images/pokemon/exp/back/780.json
+++ b/public/images/pokemon/exp/back/780.json
@@ -1,230 +1,884 @@
-{
- "textures": [
- {
- "image": "780.png",
- "format": "RGBA8888",
- "size": {
- "w": 183,
- "h": 183
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 62
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 62,
- "w": 85,
- "h": 62
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 62,
- "w": 85,
- "h": 62
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 62
- },
- "frame": {
- "x": 85,
- "y": 62,
- "w": 83,
- "h": 62
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 62
- },
- "frame": {
- "x": 85,
- "y": 62,
- "w": 83,
- "h": 62
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 82,
- "h": 61
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 82,
- "h": 61
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 82,
- "h": 61
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 82,
- "h": 61
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 81,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 124,
- "w": 81,
- "h": 59
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 81,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 124,
- "w": 81,
- "h": 59
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 79,
- "h": 59
- },
- "frame": {
- "x": 81,
- "y": 124,
- "w": 79,
- "h": 59
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:248a786810697270e14c6ebc74f4c011:d66b0c13068d3a83b9b49f5d2fdc42b5:9470182902340de73b2565411cb0ab89$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 153, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 490, "y": 147, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 246, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 329, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 167, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 250, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 84, "y": 221, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 294, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 331, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 249, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 83, "y": 428, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 363, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 84, "y": 360, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 167, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 415, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 333, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 250, "y": 289, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 84, "y": 150, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 1, "y": 153, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 490, "y": 147, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 246, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 329, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 167, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 250, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 84, "y": 221, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 294, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 331, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 249, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 83, "y": 428, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 363, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 84, "y": 360, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 167, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 415, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 333, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 250, "y": 289, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 84, "y": 150, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 1, "y": 153, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 490, "y": 147, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 246, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 329, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 167, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 250, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 84, "y": 221, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 294, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 331, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 249, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 83, "y": 428, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 1, "y": 363, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 84, "y": 360, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 167, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 415, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 333, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 250, "y": 289, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 84, "y": 150, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 153, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 490, "y": 147, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 246, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 329, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 167, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 250, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 84, "y": 221, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 294, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 331, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 249, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 83, "y": 428, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 1, "y": 363, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 84, "y": 360, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 167, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 415, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 333, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 250, "y": 289, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 84, "y": 150, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 1, "y": 153, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 1, "y": 81, "w": 82, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 71 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 490, "y": 75, "w": 82, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 71 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 325, "y": 75, "w": 82, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 72 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 408, "y": 75, "w": 81, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 81, "h": 72 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 407, "y": 1, "w": 81, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 81, "h": 73 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 325, "y": 1, "w": 81, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 81, "h": 73 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 163, "y": 78, "w": 82, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 71 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 84, "y": 291, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 495, "y": 218, "w": 80, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 80, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 243, "y": 1, "w": 81, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 81, "h": 74 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 83, "y": 1, "w": 79, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 79 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 81, "h": 78 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 83, "y": 1, "w": 79, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 79 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 81, "h": 78 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 83, "y": 1, "w": 79, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 79 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 81, "h": 78 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 163, "y": 1, "w": 79, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 79, "h": 76 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 489, "y": 1, "w": 81, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 81, "h": 73 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 247, "y": 428, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 82, "h": 65 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 165, "y": 428, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 413, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 1, "y": 224, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 167, "y": 289, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 412, "y": 218, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "780.png",
+ "format": "I8",
+ "size": { "w": 576, "h": 496 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/780.png b/public/images/pokemon/exp/back/780.png
index aa85f9ed535..595476cf717 100644
Binary files a/public/images/pokemon/exp/back/780.png and b/public/images/pokemon/exp/back/780.png differ
diff --git a/public/images/pokemon/exp/back/797.png b/public/images/pokemon/exp/back/797.png
index 17cae929dbc..2c3258b6858 100644
Binary files a/public/images/pokemon/exp/back/797.png and b/public/images/pokemon/exp/back/797.png differ
diff --git a/public/images/pokemon/exp/back/798.png b/public/images/pokemon/exp/back/798.png
index 50b663a19dd..1cc3b7c4103 100644
Binary files a/public/images/pokemon/exp/back/798.png and b/public/images/pokemon/exp/back/798.png differ
diff --git a/public/images/pokemon/exp/back/80-mega.png b/public/images/pokemon/exp/back/80-mega.png
index f6c67586eaa..a8bcfbcff97 100644
Binary files a/public/images/pokemon/exp/back/80-mega.png and b/public/images/pokemon/exp/back/80-mega.png differ
diff --git a/public/images/pokemon/exp/back/804.png b/public/images/pokemon/exp/back/804.png
index 1dbf3c502d3..5de6c92f36d 100644
Binary files a/public/images/pokemon/exp/back/804.png and b/public/images/pokemon/exp/back/804.png differ
diff --git a/public/images/pokemon/exp/back/815-gigantamax.json b/public/images/pokemon/exp/back/815-gigantamax.json
new file mode 100644
index 00000000000..952ea16b6b8
--- /dev/null
+++ b/public/images/pokemon/exp/back/815-gigantamax.json
@@ -0,0 +1,659 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 525, "y": 384, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 356, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 444, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 267, "y": 98, "w": 87, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 87, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 528, "y": 194, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 82, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 250, "y": 484, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 333, "y": 388, "w": 83, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 83, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 82, "y": 485, "w": 79, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 7, "w": 79, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 167, "y": 483, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 440, "y": 194, "w": 86, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 86, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 267, "y": 193, "w": 85, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 85, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 86, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 333, "y": 482, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 525, "y": 384, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 356, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 444, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 267, "y": 98, "w": 87, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 87, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 528, "y": 194, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 82, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 250, "y": 484, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 333, "y": 388, "w": 83, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 83, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 82, "y": 485, "w": 79, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 7, "w": 79, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 167, "y": 483, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 440, "y": 194, "w": 86, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 86, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 267, "y": 193, "w": 85, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 85, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 86, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 333, "y": 482, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 525, "y": 384, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 356, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 444, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 267, "y": 98, "w": 87, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 87, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 528, "y": 194, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 82, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 250, "y": 484, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 333, "y": 388, "w": 83, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 83, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 82, "y": 485, "w": 79, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 7, "w": 79, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 167, "y": 483, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 440, "y": 194, "w": 86, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 86, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 267, "y": 193, "w": 85, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 85, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 1, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 86, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 333, "y": 482, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 84, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 444, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 171, "y": 289, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 389, "w": 81, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 81, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 525, "y": 288, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 83, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 485, "w": 79, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 7, "w": 79, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 84, "y": 389, "w": 81, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 81, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 356, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 268, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 354, "y": 194, "w": 84, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 84, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 255, "y": 290, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 423, "y": 385, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 1, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 506, "y": 481, "w": 80, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 80, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 250, "y": 387, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 1, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 89, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 90, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 339, "y": 291, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 167, "y": 386, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 440, "y": 288, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 414, "y": 482, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "815-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 611, "h": 579 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/815-gigantamax.png b/public/images/pokemon/exp/back/815-gigantamax.png
new file mode 100644
index 00000000000..0036d75cbfc
Binary files /dev/null and b/public/images/pokemon/exp/back/815-gigantamax.png differ
diff --git a/public/images/pokemon/exp/back/839-gigantamax.json b/public/images/pokemon/exp/back/839-gigantamax.json
new file mode 100644
index 00000000000..35d98910c9f
--- /dev/null
+++ b/public/images/pokemon/exp/back/839-gigantamax.json
@@ -0,0 +1,821 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 470, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 546, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 469, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 544, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 154, "y": 472, "w": 76, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 566, "w": 75, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 75, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 393, "y": 376, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 414, "y": 190, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 492, "y": 191, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 159, "y": 283, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 158, "y": 189, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 255, "y": 188, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 173, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 90, "y": 93, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 83, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 350, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 524, "y": 0, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 268, "y": 92, "w": 82, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 82, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 513, "y": 95, "w": 80, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 80, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 185, "w": 79, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 79, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 470, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 546, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 469, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 544, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 154, "y": 472, "w": 76, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 566, "w": 75, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 75, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 393, "y": 376, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 414, "y": 190, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 492, "y": 191, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 159, "y": 283, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 158, "y": 189, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 255, "y": 188, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 173, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 90, "y": 93, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 83, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 350, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 524, "y": 0, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 268, "y": 92, "w": 82, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 82, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 513, "y": 95, "w": 80, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 80, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 185, "w": 79, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 79, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 470, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 546, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 469, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 544, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 154, "y": 472, "w": 76, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 566, "w": 75, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 75, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 393, "y": 376, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 414, "y": 190, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 492, "y": 191, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 159, "y": 283, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 158, "y": 189, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 255, "y": 188, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 173, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 90, "y": 93, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 83, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 350, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 524, "y": 0, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 268, "y": 92, "w": 82, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 82, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 513, "y": 95, "w": 80, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 80, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 185, "w": 79, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 79, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 79, "y": 187, "w": 79, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 79, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 432, "y": 95, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 441, "y": 0, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 356, "y": 0, "w": 85, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 85, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 180, "y": 0, "w": 88, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 88, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 0, "w": 90, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 90, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 90, "y": 0, "w": 90, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 90, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 268, "y": 0, "w": 88, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 88, "h": 92 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 94, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 5, "w": 85, "h": 91 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 77, "y": 283, "w": 82, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 6, "w": 82, "h": 90 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 397, "y": 285, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 5, "w": 81, "h": 91 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 232, "y": 378, "w": 81, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 81, "h": 90 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 315, "y": 283, "w": 82, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 6, "w": 82, "h": 90 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 478, "y": 286, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 5, "w": 81, "h": 91 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 313, "y": 467, "w": 79, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 79, "h": 92 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 335, "y": 189, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 79, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 315, "y": 373, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 77, "y": 373, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 77, "y": 467, "w": 77, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 77, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 232, "y": 468, "w": 77, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 77, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 392, "y": 471, "w": 77, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 77, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 309, "y": 559, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 386, "y": 565, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 77, "y": 561, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 230, "y": 562, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 472, "w": 77, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 77, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 377, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 155, "y": 377, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 281, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "839-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 622, "h": 661 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/839-gigantamax.png b/public/images/pokemon/exp/back/839-gigantamax.png
new file mode 100644
index 00000000000..6b7622b05d8
Binary files /dev/null and b/public/images/pokemon/exp/back/839-gigantamax.png differ
diff --git a/public/images/pokemon/exp/back/876-female.png b/public/images/pokemon/exp/back/876-female.png
index 78ca08e6d09..18a4a9834a9 100644
Binary files a/public/images/pokemon/exp/back/876-female.png and b/public/images/pokemon/exp/back/876-female.png differ
diff --git a/public/images/pokemon/exp/back/876.png b/public/images/pokemon/exp/back/876.png
index 0073e1642af..87ed3646b3e 100644
Binary files a/public/images/pokemon/exp/back/876.png and b/public/images/pokemon/exp/back/876.png differ
diff --git a/public/images/pokemon/exp/back/880.png b/public/images/pokemon/exp/back/880.png
index 4ee65833e55..c2891b4165a 100644
Binary files a/public/images/pokemon/exp/back/880.png and b/public/images/pokemon/exp/back/880.png differ
diff --git a/public/images/pokemon/exp/back/881.png b/public/images/pokemon/exp/back/881.png
index 377347f49bc..1c0322a43fd 100644
Binary files a/public/images/pokemon/exp/back/881.png and b/public/images/pokemon/exp/back/881.png differ
diff --git a/public/images/pokemon/exp/back/882.png b/public/images/pokemon/exp/back/882.png
index c2c9b1b302b..d5d5ad902f5 100644
Binary files a/public/images/pokemon/exp/back/882.png and b/public/images/pokemon/exp/back/882.png differ
diff --git a/public/images/pokemon/exp/back/888-crowned.png b/public/images/pokemon/exp/back/888-crowned.png
index 4cc454caaa1..827678bf53d 100644
Binary files a/public/images/pokemon/exp/back/888-crowned.png and b/public/images/pokemon/exp/back/888-crowned.png differ
diff --git a/public/images/pokemon/exp/back/896.png b/public/images/pokemon/exp/back/896.png
index dd7a984cae7..c0c26abd888 100644
Binary files a/public/images/pokemon/exp/back/896.png and b/public/images/pokemon/exp/back/896.png differ
diff --git a/public/images/pokemon/exp/back/898-ice.png b/public/images/pokemon/exp/back/898-ice.png
index 899a4dd0896..bbb27761875 100644
Binary files a/public/images/pokemon/exp/back/898-ice.png and b/public/images/pokemon/exp/back/898-ice.png differ
diff --git a/public/images/pokemon/exp/back/898-shadow.png b/public/images/pokemon/exp/back/898-shadow.png
index 9f40e0ede70..27191a9428b 100644
Binary files a/public/images/pokemon/exp/back/898-shadow.png and b/public/images/pokemon/exp/back/898-shadow.png differ
diff --git a/public/images/pokemon/exp/back/898.png b/public/images/pokemon/exp/back/898.png
index eb7bc938ee3..c2154aa45e9 100644
Binary files a/public/images/pokemon/exp/back/898.png and b/public/images/pokemon/exp/back/898.png differ
diff --git a/public/images/pokemon/exp/back/913.png b/public/images/pokemon/exp/back/913.png
index 9a33a6de3af..cd32c18afcc 100644
Binary files a/public/images/pokemon/exp/back/913.png and b/public/images/pokemon/exp/back/913.png differ
diff --git a/public/images/pokemon/exp/back/914.png b/public/images/pokemon/exp/back/914.png
index abf275e24f0..e476a2e58ec 100644
Binary files a/public/images/pokemon/exp/back/914.png and b/public/images/pokemon/exp/back/914.png differ
diff --git a/public/images/pokemon/exp/back/954.png b/public/images/pokemon/exp/back/954.png
index be75ebbb453..64a60ce7b89 100644
Binary files a/public/images/pokemon/exp/back/954.png and b/public/images/pokemon/exp/back/954.png differ
diff --git a/public/images/pokemon/exp/back/981.png b/public/images/pokemon/exp/back/981.png
index 360f4267be5..523135b7f3c 100644
Binary files a/public/images/pokemon/exp/back/981.png and b/public/images/pokemon/exp/back/981.png differ
diff --git a/public/images/pokemon/exp/back/987.png b/public/images/pokemon/exp/back/987.png
index 1da8db869dc..4956b630d3e 100644
Binary files a/public/images/pokemon/exp/back/987.png and b/public/images/pokemon/exp/back/987.png differ
diff --git a/public/images/pokemon/exp/shiny/708.json b/public/images/pokemon/exp/back/female/6215.json
similarity index 62%
rename from public/images/pokemon/exp/shiny/708.json
rename to public/images/pokemon/exp/back/female/6215.json
index 188cebad63c..4f58734d55e 100644
--- a/public/images/pokemon/exp/shiny/708.json
+++ b/public/images/pokemon/exp/back/female/6215.json
@@ -1,432 +1,33 @@
{
"textures": [
{
- "image": "708.png",
+ "image": "6215.png",
"format": "RGBA8888",
"size": {
- "w": 206,
- "h": 206
+ "w": 155,
+ "h": 155
},
"scale": 1,
"frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 43
- }
- },
{
"filename": "0007.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 51,
- "h": 43
- },
- "frame": {
"x": 0,
- "y": 43,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 43,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 43,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
"y": 1,
- "w": 51,
- "h": 43
+ "w": 54,
+ "h": 49
},
"frame": {
"x": 0,
- "y": 86,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 86,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 86,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
"y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 42,
- "w": 51,
- "h": 42
+ "w": 54,
+ "h": 49
}
},
{
@@ -434,20 +35,41 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 51,
- "h": 42
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 51,
- "y": 84,
- "w": 51,
- "h": 42
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0019.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
@@ -455,20 +77,41 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 51,
- "h": 42
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 51,
- "y": 84,
- "w": 51,
- "h": 42
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0031.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
@@ -476,461 +119,41 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 84,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 126,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 126,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 126,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 84,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 84,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 84,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 125,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 125,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 125,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 50,
- "h": 40
- },
- "frame": {
- "x": 102,
- "y": 166,
- "w": 50,
- "h": 40
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
"x": 0,
- "y": 6,
- "w": 50,
- "h": 40
- },
- "frame": {
- "x": 152,
- "y": 166,
- "w": 50,
- "h": 40
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
"y": 1,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 153,
+ "x": 0,
"y": 0,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 49
}
},
{
- "filename": "0042.png",
+ "filename": "0043.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 6,
+ "x": 0,
"y": 1,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 153,
+ "x": 0,
"y": 0,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 153,
- "y": 41,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 153,
- "y": 41,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 49
}
},
{
@@ -938,41 +161,146 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 51,
- "h": 41
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 153,
- "y": 82,
- "w": 51,
- "h": 41
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
- "filename": "0048.png",
+ "filename": "0005.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 2,
+ "x": 0,
"y": 3,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 47
},
"frame": {
- "x": 153,
- "y": 82,
- "w": 51,
- "h": 41
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0006.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0021.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0022.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0029.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0030.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
}
},
{
@@ -980,20 +308,167 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
"h": 47
},
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0046.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0003.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
"spriteSourceSize": {
"x": 0,
"y": 4,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 46
},
"frame": {
- "x": 153,
- "y": 123,
- "w": 51,
- "h": 41
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0004.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0023.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0024.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0027.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0028.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
}
},
{
@@ -1001,20 +476,545 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
"x": 0,
"y": 4,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 46
},
"frame": {
- "x": 153,
- "y": 123,
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0048.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0001.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 6,
+ "w": 54,
+ "h": 44
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 54,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0002.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 6,
+ "w": 54,
+ "h": 44
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 54,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0025.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 6,
+ "w": 54,
+ "h": 44
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 54,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0026.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 6,
+ "w": 54,
+ "h": 44
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 54,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0009.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0010.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0017.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0018.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0033.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0034.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0035.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0042.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0011.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0012.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0015.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0016.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0036.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0037.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0040.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0041.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0013.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 0,
"w": 51,
- "h": 41
+ "h": 50
+ },
+ "frame": {
+ "x": 104,
+ "y": 93,
+ "w": 51,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0014.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 0,
+ "w": 51,
+ "h": 50
+ },
+ "frame": {
+ "x": 104,
+ "y": 93,
+ "w": 51,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0038.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 0,
+ "w": 51,
+ "h": 50
+ },
+ "frame": {
+ "x": 104,
+ "y": 93,
+ "w": 51,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0039.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 0,
+ "w": 51,
+ "h": 50
+ },
+ "frame": {
+ "x": 104,
+ "y": 93,
+ "w": 51,
+ "h": 50
}
}
]
@@ -1023,6 +1023,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:02aeb20d3dedab69cd63430f383bb8a9:140bc3262838e3b187b88498bce06706:796c82c5076b122f2663381836c65843$"
+ "smartupdate": "$TexturePacker:SmartUpdate:29aeff74e785c73ae2261d8bb0459111:5709d3d72351f1424de632ebf8347c01:736cd88647e79ba7896fc74f9406c2fe$"
}
}
diff --git a/public/images/pokemon/exp/back/female/6215.png b/public/images/pokemon/exp/back/female/6215.png
new file mode 100644
index 00000000000..7dbdab7eb85
Binary files /dev/null and b/public/images/pokemon/exp/back/female/6215.png differ
diff --git a/public/images/pokemon/exp/back/female/668.json b/public/images/pokemon/exp/back/female/668.json
new file mode 100644
index 00000000000..4c493f84959
--- /dev/null
+++ b/public/images/pokemon/exp/back/female/668.json
@@ -0,0 +1,821 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 76, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 152, "y": 283, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 73, "y": 284, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 74, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 460, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 227, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 385, "y": 284, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 75, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 472, "y": 283, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 77, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 233, "y": 282, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 5, "w": 77, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 396, "y": 215, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 399, "y": 144, "w": 76, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 76, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 431, "y": 73, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 242, "y": 142, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 156, "y": 213, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 76, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 152, "y": 283, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 73, "y": 284, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 74, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 460, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 227, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 385, "y": 284, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 75, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 472, "y": 283, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 77, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 233, "y": 282, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 5, "w": 77, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 396, "y": 215, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 399, "y": 144, "w": 76, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 76, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 431, "y": 73, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 242, "y": 142, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 156, "y": 213, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 76, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 152, "y": 283, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 73, "y": 284, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 74, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 460, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 227, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 385, "y": 284, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 75, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 472, "y": 283, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 77, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 233, "y": 282, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 5, "w": 77, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 396, "y": 215, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 399, "y": 144, "w": 76, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 76, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 431, "y": 73, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 242, "y": 142, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 156, "y": 213, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 76, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 152, "y": 283, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 73, "y": 284, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 74, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 460, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 227, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 385, "y": 284, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 75, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 472, "y": 283, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 77, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 233, "y": 282, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 5, "w": 77, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 396, "y": 215, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 399, "y": 144, "w": 76, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 76, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 431, "y": 73, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 242, "y": 142, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 156, "y": 213, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 144, "w": 78, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 78, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 233, "y": 213, "w": 78, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 78, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 156, "y": 144, "w": 79, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 79, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 319, "y": 144, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 80, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 242, "y": 73, "w": 80, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 80, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 310, "y": 282, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 534, "y": 350, "w": 71, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 4, "w": 71, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 301, "y": 351, "w": 67, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 3, "w": 67, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 353, "w": 63, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 3, "w": 63, "h": 75 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 204, "y": 417, "w": 63, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 2, "w": 63, "h": 75 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 139, "y": 352, "w": 65, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 65, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 73, "y": 352, "w": 66, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 3, "w": 66, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 368, "y": 351, "w": 69, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 69, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 284, "w": 73, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 4, "w": 73, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 475, "y": 214, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 319, "y": 212, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 82, "y": 73, "w": 80, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 80, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 519, "y": 72, "w": 83, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 83, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 434, "y": 0, "w": 85, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 85, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 261, "y": 0, "w": 86, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 86, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 174, "y": 0, "w": 87, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 87, "y": 0, "w": 87, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 87, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 0, "w": 87, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 87, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 347, "y": 0, "w": 87, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 87, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 519, "y": 0, "w": 85, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 85, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 347, "y": 72, "w": 84, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 84, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 73, "w": 82, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 162, "y": 73, "w": 80, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 80, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 78, "y": 144, "w": 78, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 78, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "668-female.png",
+ "format": "I8",
+ "size": { "w": 605, "h": 492 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/female/668.png b/public/images/pokemon/exp/back/female/668.png
new file mode 100644
index 00000000000..e5b5ed2494e
Binary files /dev/null and b/public/images/pokemon/exp/back/female/668.png differ
diff --git a/public/images/pokemon/exp/back/shiny/1003.png b/public/images/pokemon/exp/back/shiny/1003.png
index 628a1098ab6..503211f914a 100644
Binary files a/public/images/pokemon/exp/back/shiny/1003.png and b/public/images/pokemon/exp/back/shiny/1003.png differ
diff --git a/public/images/pokemon/exp/back/shiny/2037.json b/public/images/pokemon/exp/back/shiny/2037.json
index 01259c3dc3d..790321704de 100644
--- a/public/images/pokemon/exp/back/shiny/2037.json
+++ b/public/images/pokemon/exp/back/shiny/2037.json
@@ -1,188 +1,101 @@
-{
- "textures": [
- {
- "image": "2037.png",
- "format": "RGBA8888",
- "size": {
- "w": 150,
- "h": 150
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 50
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 50
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 50
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 60,
- "h": 50
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 60,
- "h": 50
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 100,
- "w": 59,
- "h": 50
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 50
- },
- "frame": {
- "x": 59,
- "y": 100,
- "w": 59,
- "h": 50
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 50
- },
- "frame": {
- "x": 59,
- "y": 100,
- "w": 59,
- "h": 50
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 61,
- "h": 48
- },
- "frame": {
- "x": 60,
- "y": 50,
- "w": 61,
- "h": 48
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c26c3a06a7e949ac3da512bb0c218169:1561eac8f519c7efd877f2e03ea21708:c679847d1c2ddf91caeaa5ebb76a6664$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 50, "w": 58, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 58, "h": 49 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 60, "y": 50, "w": 58, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 58, "h": 48 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 119, "y": 50, "w": 58, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 58, "h": 48 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 60, "y": 99, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 56, "h": 46 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 178, "y": 98, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 58, "h": 46 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 178, "y": 51, "w": 60, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 60, "h": 46 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 1, "y": 1, "w": 63, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 63, "h": 48 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 65, "y": 1, "w": 62, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 62, "h": 48 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 128, "y": 1, "w": 61, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 61, "h": 48 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 190, "y": 1, "w": 59, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 59, "h": 49 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2037.png",
+ "format": "I8",
+ "size": { "w": 250, "h": 146 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/2037.png b/public/images/pokemon/exp/back/shiny/2037.png
index af9318d53b1..d5443e7d642 100644
Binary files a/public/images/pokemon/exp/back/shiny/2037.png and b/public/images/pokemon/exp/back/shiny/2037.png differ
diff --git a/public/images/pokemon/exp/back/shiny/2038.json b/public/images/pokemon/exp/back/shiny/2038.json
index 28b88e1c5d5..af164a77c57 100644
--- a/public/images/pokemon/exp/back/shiny/2038.json
+++ b/public/images/pokemon/exp/back/shiny/2038.json
@@ -1,692 +1,155 @@
-{
- "textures": [
- {
- "image": "2038.png",
- "format": "RGBA8888",
- "size": {
- "w": 514,
- "h": 514
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 8,
- "w": 101,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 101,
- "h": 63
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 8,
- "w": 102,
- "h": 64
- },
- "frame": {
- "x": 101,
- "y": 0,
- "w": 102,
- "h": 64
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 7,
- "w": 99,
- "h": 64
- },
- "frame": {
- "x": 203,
- "y": 0,
- "w": 99,
- "h": 64
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 7,
- "w": 99,
- "h": 64
- },
- "frame": {
- "x": 302,
- "y": 0,
- "w": 99,
- "h": 64
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 7,
- "w": 98,
- "h": 64
- },
- "frame": {
- "x": 401,
- "y": 0,
- "w": 98,
- "h": 64
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 6,
- "w": 98,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 63,
- "w": 98,
- "h": 65
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 111,
- "h": 65
- },
- "frame": {
- "x": 98,
- "y": 64,
- "w": 111,
- "h": 65
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 111,
- "h": 65
- },
- "frame": {
- "x": 209,
- "y": 64,
- "w": 111,
- "h": 65
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 8,
- "w": 104,
- "h": 65
- },
- "frame": {
- "x": 320,
- "y": 64,
- "w": 104,
- "h": 65
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 6,
- "w": 97,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 128,
- "w": 97,
- "h": 65
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 6,
- "w": 97,
- "h": 65
- },
- "frame": {
- "x": 97,
- "y": 129,
- "w": 97,
- "h": 65
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 111,
- "h": 66
- },
- "frame": {
- "x": 194,
- "y": 129,
- "w": 111,
- "h": 66
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 111,
- "h": 66
- },
- "frame": {
- "x": 305,
- "y": 129,
- "w": 111,
- "h": 66
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 5,
- "w": 98,
- "h": 66
- },
- "frame": {
- "x": 416,
- "y": 129,
- "w": 98,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 110,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 194,
- "w": 110,
- "h": 66
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 7,
- "w": 108,
- "h": 66
- },
- "frame": {
- "x": 110,
- "y": 195,
- "w": 108,
- "h": 66
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 7,
- "w": 106,
- "h": 66
- },
- "frame": {
- "x": 218,
- "y": 195,
- "w": 106,
- "h": 66
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 109,
- "h": 67
- },
- "frame": {
- "x": 324,
- "y": 195,
- "w": 109,
- "h": 67
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 111,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 261,
- "w": 111,
- "h": 67
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 3,
- "w": 98,
- "h": 68
- },
- "frame": {
- "x": 111,
- "y": 261,
- "w": 98,
- "h": 68
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 108,
- "h": 69
- },
- "frame": {
- "x": 209,
- "y": 261,
- "w": 108,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 2,
- "w": 98,
- "h": 69
- },
- "frame": {
- "x": 317,
- "y": 262,
- "w": 98,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 98,
- "h": 70
- },
- "frame": {
- "x": 415,
- "y": 262,
- "w": 98,
- "h": 70
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 106,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 328,
- "w": 106,
- "h": 70
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 99,
- "h": 71
- },
- "frame": {
- "x": 106,
- "y": 329,
- "w": 99,
- "h": 71
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 106,
- "h": 70
- },
- "frame": {
- "x": 205,
- "y": 330,
- "w": 106,
- "h": 70
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 98,
- "h": 71
- },
- "frame": {
- "x": 311,
- "y": 331,
- "w": 98,
- "h": 71
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 100,
- "h": 71
- },
- "frame": {
- "x": 409,
- "y": 332,
- "w": 100,
- "h": 71
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 102,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 398,
- "w": 102,
- "h": 71
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 103,
- "h": 71
- },
- "frame": {
- "x": 102,
- "y": 400,
- "w": 103,
- "h": 71
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 104,
- "h": 71
- },
- "frame": {
- "x": 205,
- "y": 400,
- "w": 104,
- "h": 71
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 106,
- "h": 71
- },
- "frame": {
- "x": 309,
- "y": 403,
- "w": 106,
- "h": 71
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:daba98eede1b4cafdaf3d2c2d7ef907f:c4d90754ddb58ba739191c8fc94a8f24:51bcdbb4fa6a1a9e90a83c2a4132ee1b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 232, "y": 198, "w": 74, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 74, "h": 62 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 155, "y": 132, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 78, "h": 65 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 156, "y": 66, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 78, "h": 66 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 78, "y": 134, "w": 77, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 77, "h": 64 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 75, "y": 198, "w": 77, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 77, "h": 61 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 134, "w": 78, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 78, "h": 64 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 234, "y": 67, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 78, "h": 66 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 233, "y": 133, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 78, "h": 65 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 155, "y": 197, "w": 77, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 77, "h": 63 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 156, "y": 0, "w": 79, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 79, "h": 66 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 0, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 78, "h": 68 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 235, "y": 0, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 77, "h": 67 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 198, "w": 75, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 75, "h": 64 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 68, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 78, "h": 66 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 78, "y": 0, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 78, "h": 68 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 78, "y": 68, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 77, "h": 66 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2038.png",
+ "format": "I8",
+ "size": { "w": 312, "h": 262 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/2038.png b/public/images/pokemon/exp/back/shiny/2038.png
index 7452a07959e..33c5406bbb7 100644
Binary files a/public/images/pokemon/exp/back/shiny/2038.png and b/public/images/pokemon/exp/back/shiny/2038.png differ
diff --git a/public/images/pokemon/exp/back/shiny/2074.json b/public/images/pokemon/exp/back/shiny/2074.json
index 3750e354036..d7500c522e9 100644
--- a/public/images/pokemon/exp/back/shiny/2074.json
+++ b/public/images/pokemon/exp/back/shiny/2074.json
@@ -1,230 +1,398 @@
-{
- "textures": [
- {
- "image": "2074.png",
- "format": "RGBA8888",
- "size": {
- "w": 108,
- "h": 108
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 57,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 32
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 9,
- "w": 56,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 32,
- "w": 56,
- "h": 33
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 9,
- "w": 56,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 32,
- "w": 56,
- "h": 33
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 54,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 54,
- "h": 34
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 54,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 54,
- "h": 34
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 51,
- "h": 34
- },
- "frame": {
- "x": 57,
- "y": 0,
- "w": 51,
- "h": 34
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 51,
- "h": 34
- },
- "frame": {
- "x": 57,
- "y": 0,
- "w": 51,
- "h": 34
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 51,
- "h": 35
- },
- "frame": {
- "x": 56,
- "y": 34,
- "w": 51,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 51,
- "h": 35
- },
- "frame": {
- "x": 56,
- "y": 34,
- "w": 51,
- "h": 35
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 34
- },
- "frame": {
- "x": 54,
- "y": 69,
- "w": 51,
- "h": 34
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:83d00ed4c6a02e60a38ac9aee06d8c3c:775f78f8cdeebcc0ae0338af2fc1f6c7:ad137687a877f55f096b7447bfdfe295$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 63, "y": 100, "w": 59, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 59, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 195, "y": 99, "w": 61, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 61, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 131, "y": 68, "w": 64, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 64, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 203, "y": 67, "w": 65, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 65, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 1, "y": 35, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 67, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 12, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 1, "y": 35, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 10, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 203, "y": 67, "w": 65, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 65, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 131, "y": 68, "w": 64, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 64, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 195, "y": 99, "w": 61, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 61, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 63, "y": 100, "w": 59, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 59, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 195, "y": 99, "w": 61, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 61, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 131, "y": 68, "w": 64, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 64, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 203, "y": 67, "w": 65, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 65, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 35, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 1, "y": 67, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 12, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 35, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 10, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 203, "y": 67, "w": 65, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 65, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 131, "y": 68, "w": 64, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 64, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 195, "y": 99, "w": 61, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 61, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 63, "y": 100, "w": 59, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 59, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 195, "y": 99, "w": 61, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 61, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 131, "y": 68, "w": 64, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 64, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 203, "y": 67, "w": 65, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 65, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 1, "y": 35, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 67, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 12, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 1, "y": 35, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 10, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 203, "y": 67, "w": 65, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 65, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 131, "y": 68, "w": 64, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 64, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 195, "y": 99, "w": 61, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 61, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 63, "y": 100, "w": 59, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 59, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 268, "y": 68, "w": 62, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 62, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 67, "y": 67, "w": 64, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 64, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 203, "y": 34, "w": 66, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 8, "w": 66, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 275, "y": 1, "w": 67, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 67, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 71, "y": 1, "w": 68, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 68, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 1, "y": 1, "w": 70, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 70, "h": 34 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 139, "y": 1, "w": 68, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 68, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 207, "y": 1, "w": 68, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 68, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 71, "y": 34, "w": 67, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 67, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 138, "y": 34, "w": 65, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 65, "h": 34 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 269, "y": 34, "w": 64, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 64, "h": 34 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 1, "y": 99, "w": 62, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 62, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2074.png",
+ "format": "I8",
+ "size": { "w": 343, "h": 133 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/2074.png b/public/images/pokemon/exp/back/shiny/2074.png
index 84f0eea9eea..9db2c9ea0b0 100644
Binary files a/public/images/pokemon/exp/back/shiny/2074.png and b/public/images/pokemon/exp/back/shiny/2074.png differ
diff --git a/public/images/pokemon/exp/back/shiny/2075.json b/public/images/pokemon/exp/back/shiny/2075.json
index 94e0db4a192..76c9932c417 100644
--- a/public/images/pokemon/exp/back/shiny/2075.json
+++ b/public/images/pokemon/exp/back/shiny/2075.json
@@ -1,188 +1,812 @@
-{
- "textures": [
- {
- "image": "2075.png",
- "format": "RGBA8888",
- "size": {
- "w": 131,
- "h": 131
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 44
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 44
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 67,
- "h": 43
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 65,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 65,
- "h": 44
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 65,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 65,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 63,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 87,
- "w": 63,
- "h": 44
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 63,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 87,
- "w": 63,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 61,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e29904dcd6139adeb45191492d71f1e5:4dd0caa839bbbfbf24d378cf60fffd1b:732805cb123f88b2d403da0dec709706$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 145, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 216, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 412, "y": 88, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 210, "y": 210, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 1, "y": 250, "w": 65, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 210, "y": 210, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 412, "y": 88, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 216, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 145, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 429, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 73, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 287, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 73, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 429, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 145, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 216, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 412, "y": 88, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 210, "y": 210, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 1, "y": 250, "w": 65, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 210, "y": 210, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 412, "y": 88, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 216, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 145, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 429, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 73, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 287, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 73, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 429, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 145, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 216, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 412, "y": 88, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 210, "y": 210, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 1, "y": 250, "w": 65, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 210, "y": 210, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 412, "y": 88, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 216, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 145, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 429, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 73, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 287, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 73, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 429, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 145, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 341, "y": 87, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 419, "y": 130, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 419, "y": 130, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 419, "y": 130, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 285, "y": 171, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 490, "y": 170, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 170, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 490, "y": 130, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 496, "y": 210, "w": 70, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 72, "y": 210, "w": 69, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 69, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 479, "y": 45, "w": 68, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 2, "w": 68, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 207, "y": 44, "w": 67, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 67, "h": 44 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 44, "w": 66, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 1, "w": 66, "h": 46 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 274, "y": 44, "w": 67, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 67, "h": 44 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 280, "y": 128, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 141, "y": 210, "w": 69, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 69, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 277, "y": 211, "w": 70, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 426, "y": 210, "w": 70, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 70, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 356, "y": 210, "w": 70, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 70, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 72, "y": 170, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 210, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 143, "y": 170, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 70, "y": 129, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 70, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 138, "y": 88, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 67, "y": 86, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 341, "y": 44, "w": 70, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 70, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 1, "y": 127, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 411, "y": 44, "w": 68, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 68, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 500, "y": 1, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 69, "h": 44 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 138, "y": 44, "w": 69, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 69, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 481, "y": 88, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 140, "y": 129, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 70, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 210, "y": 129, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 70, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 349, "y": 130, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 70, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 214, "y": 170, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 419, "y": 170, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 209, "y": 88, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 341, "y": 87, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 67, "y": 44, "w": 71, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 358, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2075.png",
+ "format": "I8",
+ "size": { "w": 570, "h": 293 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/2075.png b/public/images/pokemon/exp/back/shiny/2075.png
index cdcfd55d4ba..6fbe68dd727 100644
Binary files a/public/images/pokemon/exp/back/shiny/2075.png and b/public/images/pokemon/exp/back/shiny/2075.png differ
diff --git a/public/images/pokemon/exp/back/shiny/2076.json b/public/images/pokemon/exp/back/shiny/2076.json
index aa499f537be..11a4999b41d 100644
--- a/public/images/pokemon/exp/back/shiny/2076.json
+++ b/public/images/pokemon/exp/back/shiny/2076.json
@@ -1,209 +1,965 @@
-{
- "textures": [
- {
- "image": "2076.png",
- "format": "RGBA8888",
- "size": {
- "w": 206,
- "h": 206
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 55,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 55,
- "h": 67
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 55,
- "h": 67
- },
- "frame": {
- "x": 55,
- "y": 0,
- "w": 55,
- "h": 67
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 55,
- "h": 67
- },
- "frame": {
- "x": 110,
- "y": 0,
- "w": 55,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 55,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 55,
- "h": 67
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 54,
- "h": 69
- },
- "frame": {
- "x": 55,
- "y": 67,
- "w": 54,
- "h": 69
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 55,
- "h": 69
- },
- "frame": {
- "x": 109,
- "y": 67,
- "w": 55,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 55,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 134,
- "w": 55,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 55,
- "h": 70
- },
- "frame": {
- "x": 55,
- "y": 136,
- "w": 55,
- "h": 70
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 55,
- "h": 70
- },
- "frame": {
- "x": 110,
- "y": 136,
- "w": 55,
- "h": 70
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4e9f4d6cd9939d8af2f26d93c51cca84:ba5f3bd7a848240c136dc6e321666792:719cdf7324091edbb7b1d6e2d7254a1a$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 322, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 165, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 218, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 271, "y": 254, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 163, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 57, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 56, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 111, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 348, "y": 63, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 64, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 221, "y": 189, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 166, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 167, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 55, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 324, "y": 321, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 1, "y": 192, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 322, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 165, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 218, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 271, "y": 254, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 163, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 57, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 56, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 111, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 348, "y": 63, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 64, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 221, "y": 189, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 166, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 167, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 55, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 324, "y": 321, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 1, "y": 192, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 1, "y": 322, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 165, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 218, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 271, "y": 254, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 163, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 57, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 56, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 111, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 348, "y": 63, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 1, "y": 64, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 221, "y": 189, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 166, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 167, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 55, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 324, "y": 321, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 1, "y": 192, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 1, "y": 322, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 165, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 218, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 271, "y": 254, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 163, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 57, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 56, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 111, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 348, "y": 63, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 64, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 221, "y": 189, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 166, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 167, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 55, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 324, "y": 321, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 1, "y": 192, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 1, "y": 322, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 109, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 111, "y": 258, "w": 54, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 54, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 330, "y": 191, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 108, "y": 322, "w": 53, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 53, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 161, "y": 383, "w": 53, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 53, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 1, "y": 322, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 55, "y": 320, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 271, "y": 319, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 217, "y": 253, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 276, "y": 189, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 334, "y": 127, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 222, "y": 126, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 56, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 175, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 175, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 117, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 117, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 59, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 59, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 1, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 1, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 1, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 349, "y": 1, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 349, "y": 1, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 349, "y": 1, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 349, "y": 1, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 349, "y": 1, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 291, "y": 1, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 222, "y": 64, "w": 57, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 57, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 55, "y": 258, "w": 56, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 56, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 291, "y": 63, "w": 57, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 57, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 278, "y": 126, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 1, "y": 128, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 112, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 325, "y": 256, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 1, "y": 257, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2076.png",
+ "format": "I8",
+ "size": { "w": 408, "h": 447 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/2076.png b/public/images/pokemon/exp/back/shiny/2076.png
index 54294d688a7..69424220267 100644
Binary files a/public/images/pokemon/exp/back/shiny/2076.png and b/public/images/pokemon/exp/back/shiny/2076.png differ
diff --git a/public/images/pokemon/exp/back/shiny/2088.json b/public/images/pokemon/exp/back/shiny/2088.json
index d83a5e80b9f..bc5207262b9 100644
--- a/public/images/pokemon/exp/back/shiny/2088.json
+++ b/public/images/pokemon/exp/back/shiny/2088.json
@@ -1,230 +1,173 @@
-{
- "textures": [
- {
- "image": "2088.png",
- "format": "RGBA8888",
- "size": {
- "w": 123,
- "h": 123
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 41
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 48,
- "h": 40
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 41
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 45,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 41
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 45,
- "h": 41
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 41
- },
- "frame": {
- "x": 48,
- "y": 41,
- "w": 45,
- "h": 41
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 41
- },
- "frame": {
- "x": 48,
- "y": 41,
- "w": 45,
- "h": 41
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 45,
- "h": 41
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 41
- },
- "frame": {
- "x": 45,
- "y": 82,
- "w": 44,
- "h": 41
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 41
- },
- "frame": {
- "x": 45,
- "y": 82,
- "w": 44,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ba890bb81fa834ddd0788233d167fc52:cbdce6f244382f200e05794e64d74837:b8df8f168871505f42fdc6d3c5b106f0$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 49, "y": 111, "w": 48, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 48, "h": 39 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 75, "w": 49, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 49, "h": 39 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 216, "y": 75, "w": 50, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 50, "h": 38 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 54, "y": 73, "w": 52, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 52, "h": 38 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 37, "w": 54, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 54, "h": 38 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 111, "y": 38, "w": 54, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 54, "h": 37 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 169, "y": 0, "w": 56, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 56, "h": 37 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 225, "y": 0, "w": 56, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 56, "h": 37 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 54, "y": 37, "w": 57, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 57, "h": 36 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 57, "h": 37 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 57, "h": 37 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 169, "y": 37, "w": 55, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 55, "h": 37 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 114, "y": 0, "w": 55, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 55, "h": 38 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 224, "y": 37, "w": 53, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 53, "h": 38 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 165, "y": 74, "w": 51, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 51, "h": 38 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 106, "y": 75, "w": 49, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 49, "h": 39 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 155, "y": 112, "w": 48, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 48, "h": 39 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 203, "y": 113, "w": 48, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 48, "h": 39 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2088.png",
+ "format": "I8",
+ "size": { "w": 281, "h": 152 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/2088.png b/public/images/pokemon/exp/back/shiny/2088.png
index 89227ccbb55..1f939f63d70 100644
Binary files a/public/images/pokemon/exp/back/shiny/2088.png and b/public/images/pokemon/exp/back/shiny/2088.png differ
diff --git a/public/images/pokemon/exp/back/shiny/2089.json b/public/images/pokemon/exp/back/shiny/2089.json
index 43d6fa141b3..c0416f08b26 100644
--- a/public/images/pokemon/exp/back/shiny/2089.json
+++ b/public/images/pokemon/exp/back/shiny/2089.json
@@ -1,230 +1,1091 @@
-{
- "textures": [
- {
- "image": "2089.png",
- "format": "RGBA8888",
- "size": {
- "w": 178,
- "h": 178
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 82,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 82,
- "h": 63
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 82,
- "h": 63
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 82,
- "h": 63
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 82,
- "h": 63
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 82,
- "h": 63
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 82,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 63,
- "w": 82,
- "h": 62
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 82,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 63,
- "w": 82,
- "h": 62
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 82,
- "h": 53
- },
- "frame": {
- "x": 0,
- "y": 125,
- "w": 82,
- "h": 53
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 82,
- "h": 59
- },
- "frame": {
- "x": 82,
- "y": 63,
- "w": 82,
- "h": 59
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 82,
- "h": 59
- },
- "frame": {
- "x": 82,
- "y": 63,
- "w": 82,
- "h": 59
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 82,
- "h": 56
- },
- "frame": {
- "x": 82,
- "y": 122,
- "w": 82,
- "h": 56
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 82,
- "h": 56
- },
- "frame": {
- "x": 82,
- "y": 122,
- "w": 82,
- "h": 56
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6de3971a726023157c38b599fa8651b9:a11b234c76dc80c742c8c4b3d7e37c73:49ee9ed0dd32c5ba33977741b45fc3f4$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 82, "y": 1, "w": 82, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 246, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 246, "y": 61, "w": 84, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 414, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 499, "y": 118, "w": 86, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 259, "y": 119, "w": 87, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 87, "y": 174, "w": 88, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 88, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 266, "y": 228, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 358, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 328, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 93, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 186, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 542, "y": 375, "w": 92, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 1, "y": 375, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 449, "y": 327, "w": 92, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 449, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 88, "y": 278, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 177, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 346, "y": 175, "w": 87, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 87, "y": 119, "w": 86, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 499, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 412, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 82, "y": 1, "w": 82, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 246, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 246, "y": 61, "w": 84, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 414, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 499, "y": 118, "w": 86, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 259, "y": 119, "w": 87, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 87, "y": 174, "w": 88, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 88, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 266, "y": 228, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 358, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 1, "y": 328, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 93, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 186, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 542, "y": 375, "w": 92, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 375, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 449, "y": 327, "w": 92, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 449, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 88, "y": 278, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 177, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 346, "y": 175, "w": 87, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 87, "y": 119, "w": 86, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 499, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 412, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 82, "y": 1, "w": 82, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 246, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 246, "y": 61, "w": 84, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 414, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 499, "y": 118, "w": 86, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 259, "y": 119, "w": 87, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 87, "y": 174, "w": 88, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 88, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 266, "y": 228, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 358, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 1, "y": 328, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 93, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 186, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 542, "y": 375, "w": 92, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 1, "y": 375, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 449, "y": 327, "w": 92, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 449, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 88, "y": 278, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 177, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 346, "y": 175, "w": 87, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 87, "y": 119, "w": 86, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 499, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 412, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 82, "y": 1, "w": 82, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 246, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 246, "y": 61, "w": 84, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 414, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 499, "y": 118, "w": 86, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 259, "y": 119, "w": 87, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 87, "y": 174, "w": 88, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 88, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 266, "y": 228, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 358, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 1, "y": 328, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 93, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 186, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 542, "y": 375, "w": 92, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 1, "y": 375, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 449, "y": 327, "w": 92, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 449, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 88, "y": 278, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 177, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 346, "y": 175, "w": 87, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 87, "y": 119, "w": 86, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 499, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 412, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 164, "y": 1, "w": 82, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 495, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 330, "y": 61, "w": 84, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 414, "y": 118, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 1, "y": 119, "w": 86, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 259, "y": 173, "w": 87, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 499, "y": 174, "w": 88, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 433, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 178, "y": 278, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 540, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 93, "y": 328, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 93, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 449, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 279, "y": 376, "w": 92, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 185, "y": 328, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 541, "y": 327, "w": 92, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 358, "y": 327, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 268, "y": 278, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 522, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 1, "y": 227, "w": 87, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 173, "y": 119, "w": 86, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 82, "y": 62, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 329, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2089.png",
+ "format": "I8",
+ "size": { "w": 635, "h": 423 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/2089.png b/public/images/pokemon/exp/back/shiny/2089.png
index db7e46bad80..8dcb36bcb09 100644
Binary files a/public/images/pokemon/exp/back/shiny/2089.png and b/public/images/pokemon/exp/back/shiny/2089.png differ
diff --git a/public/images/pokemon/exp/back/shiny/248-mega.json b/public/images/pokemon/exp/back/shiny/248-mega.json
index e6874d48784..67e88b6014f 100644
--- a/public/images/pokemon/exp/back/shiny/248-mega.json
+++ b/public/images/pokemon/exp/back/shiny/248-mega.json
@@ -1,272 +1,929 @@
-{
- "textures": [
- {
- "image": "248-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 292,
- "h": 292
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 74,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 79,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 148,
- "w": 79,
- "h": 74
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 79,
- "h": 74
- },
- "frame": {
- "x": 79,
- "y": 148,
- "w": 79,
- "h": 74
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 79,
- "h": 73
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 79,
- "h": 73
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 79,
- "h": 73
- },
- "frame": {
- "x": 80,
- "y": 73,
- "w": 79,
- "h": 73
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 146,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 146,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 219,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 219,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 73,
- "h": 73
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 73,
- "h": 73
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 73,
- "h": 73
- },
- "frame": {
- "x": 159,
- "y": 73,
- "w": 73,
- "h": 73
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3dba844e4799c099eae9413ec740d703:7a7dc95ebe53fcea6738011b92bff44e:90df97eb431b7162252516cb937a0b9e$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 430, "y": 101, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 195, "w": 84, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 84, "h": 88 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 173, "y": 287, "w": 85, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 85, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 373, "w": 85, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 85, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 341, "y": 455, "w": 85, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 85, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 84, "y": 534, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 170, "y": 534, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 170, "y": 456, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 341, "y": 533, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 84, "y": 456, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 255, "y": 455, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 84, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 513, "y": 455, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 428, "y": 455, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 260, "y": 373, "w": 83, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 516, "y": 287, "w": 83, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 347, "y": 287, "w": 83, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 83, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 256, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 342, "y": 192, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 430, "y": 101, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 195, "w": 84, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 84, "h": 88 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 173, "y": 287, "w": 85, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 85, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 373, "w": 85, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 85, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 341, "y": 455, "w": 85, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 85, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 84, "y": 534, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 170, "y": 534, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 170, "y": 456, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 341, "y": 533, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 84, "y": 456, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 255, "y": 455, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 84, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 513, "y": 455, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 428, "y": 455, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 260, "y": 373, "w": 83, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 516, "y": 287, "w": 83, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 347, "y": 287, "w": 83, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 83, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 256, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 342, "y": 192, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 430, "y": 101, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 195, "w": 84, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 84, "h": 88 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 173, "y": 287, "w": 85, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 85, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 373, "w": 85, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 85, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 341, "y": 455, "w": 85, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 85, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 84, "y": 534, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 170, "y": 534, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 170, "y": 456, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 341, "y": 533, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 84, "y": 456, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 255, "y": 455, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 84, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 513, "y": 455, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 428, "y": 455, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 260, "y": 373, "w": 83, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 516, "y": 287, "w": 83, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 347, "y": 287, "w": 83, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 83, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 256, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 342, "y": 192, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 430, "y": 101, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 195, "w": 84, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 84, "h": 88 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 173, "y": 287, "w": 85, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 85, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 373, "w": 85, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 85, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 341, "y": 455, "w": 85, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 85, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 84, "y": 534, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 170, "y": 534, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 170, "y": 456, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 341, "y": 533, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 84, "y": 456, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 255, "y": 455, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 84, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 513, "y": 455, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 428, "y": 455, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 260, "y": 373, "w": 83, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 516, "y": 287, "w": 83, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 347, "y": 287, "w": 83, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 83, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 256, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 342, "y": 192, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 426, "y": 194, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 510, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 285, "w": 83, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 83, "h": 86 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 432, "y": 287, "w": 82, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 82, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 85, "y": 288, "w": 82, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 82, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 87, "y": 373, "w": 82, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 82, "h": 81 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 345, "y": 374, "w": 82, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 82, "h": 79 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 429, "y": 374, "w": 82, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 82, "h": 79 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 455, "w": 82, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 82, "h": 79 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 171, "y": 374, "w": 82, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 516, "y": 372, "w": 84, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 84, "h": 81 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 260, "y": 287, "w": 85, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 85, "h": 84 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 86, "y": 200, "w": 85, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 85, "h": 86 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 342, "y": 101, "w": 86, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 86, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 256, "y": 100, "w": 84, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 84, "h": 94 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 86, "y": 100, "w": 83, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 83, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 514, "y": 0, "w": 83, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 83, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 429, "y": 0, "w": 83, "h": 99 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 83, "h": 99 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 344, "y": 0, "w": 83, "h": 99 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 83, "h": 99 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 0, "w": 84, "h": 99 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 84, "h": 99 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 258, "y": 0, "w": 84, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 84, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 172, "y": 0, "w": 84, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 84, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 86, "y": 0, "w": 84, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 84, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 171, "y": 100, "w": 83, "h": 97 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 83, "h": 97 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 514, "y": 100, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 83, "h": 94 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "248-mega.png",
+ "format": "I8",
+ "size": { "w": 600, "h": 610 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/248-mega.png b/public/images/pokemon/exp/back/shiny/248-mega.png
index 10b8bfb05f3..bb4a62d441f 100644
Binary files a/public/images/pokemon/exp/back/shiny/248-mega.png and b/public/images/pokemon/exp/back/shiny/248-mega.png differ
diff --git a/public/images/pokemon/exp/back/shiny/257-mega.png b/public/images/pokemon/exp/back/shiny/257-mega.png
index 47725c71073..1aaad61acbf 100644
Binary files a/public/images/pokemon/exp/back/shiny/257-mega.png and b/public/images/pokemon/exp/back/shiny/257-mega.png differ
diff --git a/public/images/pokemon/exp/back/shiny/362-mega.json b/public/images/pokemon/exp/back/shiny/362-mega.json
index 2c42a6db6f1..02354ddad93 100644
--- a/public/images/pokemon/exp/back/shiny/362-mega.json
+++ b/public/images/pokemon/exp/back/shiny/362-mega.json
@@ -1,272 +1,551 @@
-{
- "textures": [
- {
- "image": "362-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 140,
- "h": 140
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 70,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 70,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 61,
- "h": 69
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 61,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:25f7f8085d78ddcdd4aadd2f3591c111:e79d613f15426593f8c7367b1afc6c04:8a7271a5423838c97ddeb1e6dc343255$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "362-mega.png",
+ "format": "I8",
+ "size": { "w": 128, "h": 132 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/362-mega.png b/public/images/pokemon/exp/back/shiny/362-mega.png
index 32f3e5658a3..75d5b5075b9 100644
Binary files a/public/images/pokemon/exp/back/shiny/362-mega.png and b/public/images/pokemon/exp/back/shiny/362-mega.png differ
diff --git a/public/images/pokemon/exp/back/shiny/373-mega.png b/public/images/pokemon/exp/back/shiny/373-mega.png
index 6c5ce34d155..558a7ef2fbc 100644
Binary files a/public/images/pokemon/exp/back/shiny/373-mega.png and b/public/images/pokemon/exp/back/shiny/373-mega.png differ
diff --git a/public/images/pokemon/exp/back/shiny/4080.png b/public/images/pokemon/exp/back/shiny/4080.png
index e70503a7820..1f3ec6c122a 100644
Binary files a/public/images/pokemon/exp/back/shiny/4080.png and b/public/images/pokemon/exp/back/shiny/4080.png differ
diff --git a/public/images/pokemon/exp/back/shiny/4222.png b/public/images/pokemon/exp/back/shiny/4222.png
index 15970729f49..e5c30260c2b 100644
Binary files a/public/images/pokemon/exp/back/shiny/4222.png and b/public/images/pokemon/exp/back/shiny/4222.png differ
diff --git a/public/images/pokemon/exp/back/shiny/569-gigantamax.json b/public/images/pokemon/exp/back/shiny/569-gigantamax.json
new file mode 100644
index 00000000000..b266f5eb799
--- /dev/null
+++ b/public/images/pokemon/exp/back/shiny/569-gigantamax.json
@@ -0,0 +1,1478 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 311, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 311, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 311, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "569-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 413, "h": 281 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/shiny/569-gigantamax.png b/public/images/pokemon/exp/back/shiny/569-gigantamax.png
new file mode 100644
index 00000000000..2322fc2321e
Binary files /dev/null and b/public/images/pokemon/exp/back/shiny/569-gigantamax.png differ
diff --git a/public/images/pokemon/exp/back/shiny/651.json b/public/images/pokemon/exp/back/shiny/651.json
index 4e96154d67b..04a791f539f 100644
--- a/public/images/pokemon/exp/back/shiny/651.json
+++ b/public/images/pokemon/exp/back/shiny/651.json
@@ -1,104 +1,713 @@
-{
- "textures": [
- {
- "image": "651.png",
- "format": "RGBA8888",
- "size": {
- "w": 106,
- "h": 106
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 50
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 53,
- "h": 49
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3f6a8875e3bdc40a01569005eeaa99a4:fe6f34e605d5c3077475cfd03942ff77:a93e5fa02e10bf11e3ed8bf6571835ca$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 167, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 222, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 277, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 56, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 331, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 162, "y": 247, "w": 52, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 52, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 219, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 272, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 110, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 164, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 218, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 55, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 110, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 55, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 165, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 51 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 220, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 111, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 275, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 330, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 167, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 222, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 277, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 56, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 331, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 162, "y": 247, "w": 52, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 52, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 219, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 272, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 326, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 164, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 218, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 55, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 110, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 55, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 165, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 51 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 220, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 111, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 275, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 330, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 167, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 222, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 277, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 56, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 331, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 162, "y": 247, "w": 52, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 52, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 219, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 272, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 110, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 164, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 218, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 55, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 110, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 55, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 165, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 51 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 220, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 111, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 275, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 330, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 272, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 100, "w": 56, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 56, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 51, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 219, "y": 150, "w": 56, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 48 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 248, "w": 55, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 55, "h": 47 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 275, "y": 150, "w": 56, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 56, "h": 48 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 325, "y": 200, "w": 56, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 56, "h": 47 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 54, "y": 150, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 332, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 199, "w": 54, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 55, "y": 248, "w": 53, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 53, "h": 48 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 325, "y": 247, "w": 53, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 53, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 54, "y": 199, "w": 54, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 54, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 149, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 108, "y": 199, "w": 54, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 54, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 162, "y": 199, "w": 55, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 55, "h": 48 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 109, "y": 150, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 164, "y": 150, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "651.png",
+ "format": "I8",
+ "size": { "w": 387, "h": 297 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/shiny/651.png b/public/images/pokemon/exp/back/shiny/651.png
index 99fa14d5df9..b607fa69a15 100644
Binary files a/public/images/pokemon/exp/back/shiny/651.png and b/public/images/pokemon/exp/back/shiny/651.png differ
diff --git a/public/images/pokemon/exp/back/shiny/653.json b/public/images/pokemon/exp/back/shiny/653.json
index a5d273cff64..c5fb4a5db61 100644
--- a/public/images/pokemon/exp/back/shiny/653.json
+++ b/public/images/pokemon/exp/back/shiny/653.json
@@ -1,2204 +1,947 @@
-{
- "textures": [
- {
- "image": "653.png",
- "format": "RGBA8888",
- "size": {
- "w": 173,
- "h": 173
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 44,
- "w": 44,
- "h": 44
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 44,
- "w": 44,
- "h": 44
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 44,
- "w": 44,
- "h": 44
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 44,
- "w": 44,
- "h": 44
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 88,
- "w": 43,
- "h": 44
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 88,
- "w": 43,
- "h": 44
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 88,
- "w": 43,
- "h": 44
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 88,
- "w": 43,
- "h": 44
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 130,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 130,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 87,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 87,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 87,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 87,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d04be8782bc4dd7044942acce05841d1:0e29431888e23f35da7ce4bf9b48965f:a7be961d0230f568aff23d95e7ff0036$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 123, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 123, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 123, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 123, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 130, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 130, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 130, "y": 43, "w": 41, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 41, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 130, "y": 43, "w": 41, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 41, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 88, "y": 43, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 42, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 88, "y": 43, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 42, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 88, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 88, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 88, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 88, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 132, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 132, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 44, "y": 43, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 44, "y": 43, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 88, "y": 43, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 42, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 88, "y": 43, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 42, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 130, "y": 43, "w": 41, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 41, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 130, "y": 43, "w": 41, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 41, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "653.png",
+ "format": "I8",
+ "size": { "w": 176, "h": 170 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/653.png b/public/images/pokemon/exp/back/shiny/653.png
index efd98f5ee42..08b2420ad11 100644
Binary files a/public/images/pokemon/exp/back/shiny/653.png and b/public/images/pokemon/exp/back/shiny/653.png differ
diff --git a/public/images/pokemon/exp/back/shiny/654.json b/public/images/pokemon/exp/back/shiny/654.json
index 990436ec243..a5bd681b6cb 100644
--- a/public/images/pokemon/exp/back/shiny/654.json
+++ b/public/images/pokemon/exp/back/shiny/654.json
@@ -1,188 +1,677 @@
-{
- "textures": [
- {
- "image": "654.png",
- "format": "RGBA8888",
- "size": {
- "w": 120,
- "h": 120
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 40,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 40,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 65
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 40,
- "h": 65
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 65
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 40,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6f47a7be287accef984c271dc9a4c0a3:dfd096ac65957c3db229b035490b4fbb:1977f50e1ab8a3304ceeb59ee1aa2ba9$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 215, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 163, "y": 0, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 108, "y": 137, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 50, "y": 263, "w": 50, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 50, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 218, "y": 0, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 161, "y": 195, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 154, "y": 261, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 54, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 163, "y": 65, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 154, "y": 261, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 54, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 163, "y": 65, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 154, "y": 261, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 54, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 163, "y": 65, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 154, "y": 261, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 54, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 218, "y": 65, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 55, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 108, "y": 137, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 196, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 51, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 51, "y": 196, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 51, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "654.png",
+ "format": "I8",
+ "size": { "w": 273, "h": 330 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/shiny/654.png b/public/images/pokemon/exp/back/shiny/654.png
index 0dfad6834cc..747aa61bd58 100644
Binary files a/public/images/pokemon/exp/back/shiny/654.png and b/public/images/pokemon/exp/back/shiny/654.png differ
diff --git a/public/images/pokemon/exp/back/shiny/656.json b/public/images/pokemon/exp/back/shiny/656.json
index 0a023d7bee6..78a3ae89852 100644
--- a/public/images/pokemon/exp/back/shiny/656.json
+++ b/public/images/pokemon/exp/back/shiny/656.json
@@ -1,1658 +1,713 @@
-{
- "textures": [
- {
- "image": "656.png",
- "format": "RGBA8888",
- "size": {
- "w": 201,
- "h": 201
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 32,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 32
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 33,
- "h": 33
- },
- "frame": {
- "x": 100,
- "y": 0,
- "w": 33,
- "h": 33
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 133,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 133,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 133,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 133,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 133,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 167,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 167,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 167,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 167,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 167,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 32,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 33,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 33,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 33,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 33,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 33,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 33,
- "h": 35
- },
- "frame": {
- "x": 100,
- "y": 33,
- "w": 33,
- "h": 35
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 133,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 133,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 133,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 133,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 133,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 167,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 167,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 167,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 167,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 167,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 34,
- "y": 68,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 34,
- "y": 68,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 34,
- "y": 68,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 34,
- "y": 68,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 34,
- "y": 68,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 33,
- "h": 35
- },
- "frame": {
- "x": 68,
- "y": 68,
- "w": 33,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 36
- },
- "frame": {
- "x": 101,
- "y": 69,
- "w": 34,
- "h": 36
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 36
- },
- "frame": {
- "x": 101,
- "y": 69,
- "w": 34,
- "h": 36
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 36
- },
- "frame": {
- "x": 101,
- "y": 69,
- "w": 34,
- "h": 36
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 36
- },
- "frame": {
- "x": 101,
- "y": 69,
- "w": 34,
- "h": 36
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 36
- },
- "frame": {
- "x": 101,
- "y": 69,
- "w": 34,
- "h": 36
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 33,
- "h": 36
- },
- "frame": {
- "x": 135,
- "y": 69,
- "w": 33,
- "h": 36
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 33,
- "h": 36
- },
- "frame": {
- "x": 168,
- "y": 69,
- "w": 33,
- "h": 36
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 102,
- "w": 34,
- "h": 36
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 36
- },
- "frame": {
- "x": 34,
- "y": 103,
- "w": 34,
- "h": 36
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 33,
- "h": 37
- },
- "frame": {
- "x": 68,
- "y": 103,
- "w": 33,
- "h": 37
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 34,
- "h": 39
- },
- "frame": {
- "x": 101,
- "y": 105,
- "w": 34,
- "h": 39
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 31,
- "h": 40
- },
- "frame": {
- "x": 135,
- "y": 105,
- "w": 31,
- "h": 40
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 31,
- "h": 41
- },
- "frame": {
- "x": 166,
- "y": 105,
- "w": 31,
- "h": 41
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 32,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 32,
- "h": 42
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 32,
- "h": 42
- },
- "frame": {
- "x": 32,
- "y": 139,
- "w": 32,
- "h": 42
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 31,
- "h": 42
- },
- "frame": {
- "x": 64,
- "y": 140,
- "w": 31,
- "h": 42
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 31,
- "h": 42
- },
- "frame": {
- "x": 95,
- "y": 144,
- "w": 31,
- "h": 42
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 32,
- "h": 43
- },
- "frame": {
- "x": 126,
- "y": 145,
- "w": 32,
- "h": 43
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 31,
- "h": 43
- },
- "frame": {
- "x": 158,
- "y": 146,
- "w": 31,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5076cf3500c6d9392a3e656db2bcf661:8a870f3a4f8085495687c4af91e0de7e:9c4d208e6c2f857bfb0b23b8eea3326c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 200
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 67, "y": 1, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 33, "h": 38 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 1, "w": 31, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 31, "h": 41 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 34, "y": 1, "w": 31, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 31, "h": 41 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 102, "y": 1, "w": 31, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 31, "h": 40 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 167, "y": 1, "w": 30, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 30, "h": 40 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 167, "y": 80, "w": 30, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 30, "h": 39 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 67, "y": 41, "w": 30, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 30, "h": 40 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 135, "y": 1, "w": 30, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 30, "h": 41 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 99, "y": 43, "w": 30, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 30, "h": 40 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 1, "y": 155, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 107, "y": 189, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 32, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 191, "w": 31, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 31, "h": 31 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 69, "y": 190, "w": 31, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 31, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 35, "y": 188, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 750
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 145, "y": 121, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 117, "w": 32, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 36 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 107, "y": 152, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 1, "y": 44, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 131, "y": 44, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "656.png",
+ "format": "I8",
+ "size": { "w": 202, "h": 224 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/656.png b/public/images/pokemon/exp/back/shiny/656.png
index 47b18020ffe..0c974e52a98 100644
Binary files a/public/images/pokemon/exp/back/shiny/656.png and b/public/images/pokemon/exp/back/shiny/656.png differ
diff --git a/public/images/pokemon/exp/back/shiny/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 781f363220a..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/698.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/699.png b/public/images/pokemon/exp/back/shiny/699.png
index 0a17af2f53f..75f5c8d8b78 100644
Binary files a/public/images/pokemon/exp/back/shiny/699.png and b/public/images/pokemon/exp/back/shiny/699.png differ
diff --git a/public/images/pokemon/exp/back/shiny/700.json b/public/images/pokemon/exp/back/shiny/700.json
index fd3cf94bb73..70083de61c9 100644
--- a/public/images/pokemon/exp/back/shiny/700.json
+++ b/public/images/pokemon/exp/back/shiny/700.json
@@ -1,1364 +1,587 @@
-{
- "textures": [
- {
- "image": "700.png",
- "format": "RGBA8888",
- "size": {
- "w": 248,
- "h": 248
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 54,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 54,
- "h": 61
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 50,
- "h": 64
- },
- "frame": {
- "x": 54,
- "y": 0,
- "w": 50,
- "h": 64
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 50,
- "h": 64
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 50,
- "h": 64
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 51,
- "h": 61
- },
- "frame": {
- "x": 50,
- "y": 64,
- "w": 51,
- "h": 61
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 48,
- "h": 64
- },
- "frame": {
- "x": 101,
- "y": 64,
- "w": 48,
- "h": 64
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 51,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 125,
- "w": 51,
- "h": 61
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 49,
- "h": 61
- },
- "frame": {
- "x": 51,
- "y": 125,
- "w": 49,
- "h": 61
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 49,
- "h": 61
- },
- "frame": {
- "x": 51,
- "y": 125,
- "w": 49,
- "h": 61
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 49,
- "h": 60
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 49,
- "h": 60
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 49,
- "h": 60
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 49,
- "h": 60
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 49,
- "h": 60
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 49,
- "h": 60
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 49,
- "h": 60
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 49,
- "h": 60
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 49,
- "h": 60
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 49,
- "h": 60
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 49,
- "h": 60
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 49,
- "h": 60
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 48,
- "h": 61
- },
- "frame": {
- "x": 100,
- "y": 128,
- "w": 48,
- "h": 61
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 48,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 186,
- "w": 48,
- "h": 61
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 48,
- "h": 61
- },
- "frame": {
- "x": 48,
- "y": 186,
- "w": 48,
- "h": 61
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 48,
- "h": 61
- },
- "frame": {
- "x": 48,
- "y": 186,
- "w": 48,
- "h": 61
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 48,
- "h": 61
- },
- "frame": {
- "x": 148,
- "y": 128,
- "w": 48,
- "h": 61
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 48,
- "h": 61
- },
- "frame": {
- "x": 148,
- "y": 128,
- "w": 48,
- "h": 61
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 149,
- "y": 60,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 149,
- "y": 60,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 149,
- "y": 60,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 149,
- "y": 60,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 149,
- "y": 60,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 149,
- "y": 60,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 153,
- "y": 0,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 153,
- "y": 0,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 153,
- "y": 0,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 153,
- "y": 0,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 153,
- "y": 0,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 153,
- "y": 0,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 120,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 120,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 48,
- "h": 59
- },
- "frame": {
- "x": 197,
- "y": 60,
- "w": 48,
- "h": 59
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 48,
- "h": 59
- },
- "frame": {
- "x": 197,
- "y": 60,
- "w": 48,
- "h": 59
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 48,
- "h": 59
- },
- "frame": {
- "x": 197,
- "y": 60,
- "w": 48,
- "h": 59
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 48,
- "h": 59
- },
- "frame": {
- "x": 197,
- "y": 60,
- "w": 48,
- "h": 59
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 48,
- "h": 59
- },
- "frame": {
- "x": 197,
- "y": 60,
- "w": 48,
- "h": 59
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 48,
- "h": 59
- },
- "frame": {
- "x": 197,
- "y": 60,
- "w": 48,
- "h": 59
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 180,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 180,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 180,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 180,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 180,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 180,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 96,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 96,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 96,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 96,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 96,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 96,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 144,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 144,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 144,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 144,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 144,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 144,
- "y": 189,
- "w": 48,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:cc4ca4dff49e9c03ffd4d0d75ae6e17b:1555e19065e6e4144c3cbb6020a0ae39:2e4bf5ef1f19e475073f7da10c60b540$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 142, "y": 124, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 101, "y": 0, "w": 48, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 48, "h": 63 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 195, "y": 0, "w": 49, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 49, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 60, "w": 49, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 49, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 0, "w": 53, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 148, "y": 64, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 120, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 195, "y": 60, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 47, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 194, "y": 120, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 96, "y": 122, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 195, "y": 60, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 47, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 194, "y": 120, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 96, "y": 122, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 149, "y": 0, "w": 46, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 46, "h": 64 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 53, "y": 0, "w": 48, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 48, "h": 64 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 142, "y": 124, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "700.png",
+ "format": "I8",
+ "size": { "w": 244, "h": 241 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/700.png b/public/images/pokemon/exp/back/shiny/700.png
index fe533ba5a88..dab66177e99 100644
Binary files a/public/images/pokemon/exp/back/shiny/700.png and b/public/images/pokemon/exp/back/shiny/700.png differ
diff --git a/public/images/pokemon/exp/back/shiny/702.json b/public/images/pokemon/exp/back/shiny/702.json
index 2e194f21033..9680e17e397 100644
--- a/public/images/pokemon/exp/back/shiny/702.json
+++ b/public/images/pokemon/exp/back/shiny/702.json
@@ -1,1028 +1,443 @@
-{
- "textures": [
- {
- "image": "702.png",
- "format": "RGBA8888",
- "size": {
- "w": 141,
- "h": 141
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 105,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 47,
- "y": 104,
- "w": 47,
- "h": 32
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:72bba6c37c149abe81c9754a412876bd:fb5c4a7192ee7ba359b93fb9fea89158:ba8fdab405d5efab99c4aa1084328e6b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 142, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 140, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 72, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 36, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "702.png",
+ "format": "I8",
+ "size": { "w": 188, "h": 103 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/702.png b/public/images/pokemon/exp/back/shiny/702.png
index 12401f8950b..7a02b912cf0 100644
Binary files a/public/images/pokemon/exp/back/shiny/702.png and b/public/images/pokemon/exp/back/shiny/702.png differ
diff --git a/public/images/pokemon/exp/back/shiny/703.json b/public/images/pokemon/exp/back/shiny/703.json
deleted file mode 100644
index dee9aa2bb4e..00000000000
--- a/public/images/pokemon/exp/back/shiny/703.json
+++ /dev/null
@@ -1,1322 +0,0 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 152,
- "h": 152
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 83,
- "w": 39,
- "h": 40
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 39,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 83,
- "w": 39,
- "h": 40
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 39,
- "h": 39
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 39,
- "h": 39
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 39,
- "h": 39
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 39,
- "h": 39
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 39,
- "h": 39
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 39,
- "h": 39
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 39,
- "h": 39
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 39,
- "h": 39
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 39,
- "h": 39
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 39,
- "h": 39
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 115,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 115,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 115,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 115,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 76,
- "y": 39,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 76,
- "y": 39,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 76,
- "y": 39,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 76,
- "y": 39,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 76,
- "y": 79,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 80,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 80,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 80,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 80,
- "w": 37,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:910fb9af9ea6e167d162cc6f8ae5174e:9e48a450788ccb42705466148db9893d:721af8c322ff60159262e9b3017c784d$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/703.png b/public/images/pokemon/exp/back/shiny/703.png
deleted file mode 100644
index 2081d702118..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/703.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/704.json b/public/images/pokemon/exp/back/shiny/704.json
index 32f8d89d5a8..ff94c52a2a8 100644
--- a/public/images/pokemon/exp/back/shiny/704.json
+++ b/public/images/pokemon/exp/back/shiny/704.json
@@ -1,230 +1,101 @@
-{
- "textures": [
- {
- "image": "704.png",
- "format": "RGBA8888",
- "size": {
- "w": 81,
- "h": 81
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 27,
- "y": 0,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 27,
- "y": 0,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 27,
- "y": 33,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 27,
- "y": 33,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 27,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 27,
- "h": 32
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 27,
- "h": 31
- },
- "frame": {
- "x": 54,
- "y": 0,
- "w": 27,
- "h": 31
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6de9f988e21fa1819baa4118b3f8d3c5:467738d3742ffa651ad1f101f3369860:45bb13be23ae6e2a6654a2a00c450d62$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 53, "y": 0, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 26, "y": 0, "w": 27, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 27, "h": 31 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 53, "y": 0, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 26, "y": 31, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 52, "y": 32, "w": 27, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 27, "h": 30 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 26, "y": 31, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "704.png",
+ "format": "I8",
+ "size": { "w": 79, "h": 63 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/704.png b/public/images/pokemon/exp/back/shiny/704.png
index 5d3b5026ded..75a2898cd92 100644
Binary files a/public/images/pokemon/exp/back/shiny/704.png and b/public/images/pokemon/exp/back/shiny/704.png differ
diff --git a/public/images/pokemon/exp/back/shiny/705.json b/public/images/pokemon/exp/back/shiny/705.json
index ab139c247f5..2fc8cb18e99 100644
--- a/public/images/pokemon/exp/back/shiny/705.json
+++ b/public/images/pokemon/exp/back/shiny/705.json
@@ -1,230 +1,596 @@
-{
- "textures": [
- {
- "image": "705.png",
- "format": "RGBA8888",
- "size": {
- "w": 118,
- "h": 118
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 59,
- "w": 37,
- "h": 59
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 59,
- "w": 37,
- "h": 59
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 59
- },
- "frame": {
- "x": 37,
- "y": 59,
- "w": 35,
- "h": 59
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 59
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 35,
- "h": 59
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 59
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 35,
- "h": 59
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 72,
- "y": 59,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 72,
- "y": 59,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 57
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 42,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:82a03fa5424412ce647108fd8dac55a8:b9edd38338e7033be81034e75b8ae8a8:6b57e983626c7fc9144ab67f30c66814$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 40, "h": 58 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 77, "y": 298, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 162, "y": 299, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 202, "y": 299, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 117, "y": 300, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 121, "y": 245, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 55 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 80, "y": 242, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 244, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 40, "h": 57 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 194, "y": 240, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 39, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 125, "w": 37, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 156, "y": 184, "w": 38, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 38, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 40, "y": 243, "w": 37, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 158, "y": 0, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 39, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 156, "y": 62, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 197, "y": 0, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 40, "h": 58 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 77, "y": 298, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 162, "y": 299, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 202, "y": 299, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 117, "y": 300, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 121, "y": 245, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 55 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 80, "y": 242, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 244, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 40, "h": 57 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 194, "y": 240, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 39, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 125, "w": 37, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 156, "y": 184, "w": 38, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 38, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 40, "y": 243, "w": 37, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 158, "y": 0, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 39, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 156, "y": 62, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 197, "y": 0, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 40, "h": 58 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 77, "y": 298, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 162, "y": 299, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 202, "y": 299, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 117, "y": 300, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 121, "y": 245, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 55 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 80, "y": 242, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 244, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 40, "h": 57 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 194, "y": 240, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 39, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 125, "w": 37, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 156, "y": 184, "w": 38, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 38, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 40, "y": 243, "w": 37, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 158, "y": 0, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 39, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 156, "y": 62, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 197, "y": 0, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 195, "y": 181, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 118, "y": 0, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 40, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 40, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 118, "y": 61, "w": 38, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 38, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 62, "w": 38, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 38, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 40, "y": 0, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 39, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 79, "y": 0, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 39, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 38, "y": 63, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 77, "y": 63, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 195, "y": 120, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 156, "y": 123, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 38, "y": 124, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 77, "y": 124, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 197, "y": 60, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 116, "y": 183, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 185, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "705.png",
+ "format": "I8",
+ "size": { "w": 243, "h": 355 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/705.png b/public/images/pokemon/exp/back/shiny/705.png
index 65c9933f415..4ee803dd570 100644
Binary files a/public/images/pokemon/exp/back/shiny/705.png and b/public/images/pokemon/exp/back/shiny/705.png differ
diff --git a/public/images/pokemon/exp/back/shiny/707.png b/public/images/pokemon/exp/back/shiny/707.png
deleted file mode 100644
index 538667f7252..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/707.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/708.json b/public/images/pokemon/exp/back/shiny/708.json
deleted file mode 100644
index fe864e9f9ea..00000000000
--- a/public/images/pokemon/exp/back/shiny/708.json
+++ /dev/null
@@ -1,503 +0,0 @@
-{
- "textures": [
- {
- "image": "708.png",
- "format": "RGBA8888",
- "size": {
- "w": 135,
- "h": 135
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 46,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 46
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 46,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 46
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 46,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 46
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 45,
- "h": 46
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 45,
- "h": 46
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 45,
- "h": 46
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 45,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 45,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 45,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 45,
- "h": 43
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 44,
- "h": 46
- },
- "frame": {
- "x": 45,
- "y": 46,
- "w": 44,
- "h": 46
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 44,
- "h": 46
- },
- "frame": {
- "x": 45,
- "y": 46,
- "w": 44,
- "h": 46
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 44,
- "h": 46
- },
- "frame": {
- "x": 45,
- "y": 46,
- "w": 44,
- "h": 46
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 44,
- "h": 41
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 44,
- "h": 41
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 44,
- "h": 41
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 44,
- "h": 41
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 89,
- "y": 45,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 89,
- "y": 45,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 89,
- "y": 45,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 89,
- "y": 90,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 89,
- "y": 90,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 89,
- "y": 90,
- "w": 45,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ae43a2361518d114c34efceaee18a46b:85de733a19b6cdd71d9518299acef7f4:796c82c5076b122f2663381836c65843$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/708.png b/public/images/pokemon/exp/back/shiny/708.png
deleted file mode 100644
index 8673e917e75..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/708.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/709.png b/public/images/pokemon/exp/back/shiny/709.png
index 5148cd1ed08..c0d67915d17 100644
Binary files a/public/images/pokemon/exp/back/shiny/709.png and b/public/images/pokemon/exp/back/shiny/709.png differ
diff --git a/public/images/pokemon/exp/back/shiny/712.json b/public/images/pokemon/exp/back/shiny/712.json
index 1fc96cf19a4..869a92fd6ea 100644
--- a/public/images/pokemon/exp/back/shiny/712.json
+++ b/public/images/pokemon/exp/back/shiny/712.json
@@ -1,3338 +1,1433 @@
-{
- "textures": [
- {
- "image": "712.png",
- "format": "RGBA8888",
- "size": {
- "w": 208,
- "h": 208
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0138.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0139.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0140.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0141.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0144.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 113,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0145.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 113,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0157.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0158.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0155.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0156.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0150.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0151.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0152.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0153.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0154.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 87,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 87,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0134.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0135.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0132.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0133.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 127,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0131.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 127,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0136.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0137.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0148.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 168,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0149.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 168,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0142.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 166,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0143.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 166,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0146.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 128,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0147.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 128,
- "w": 36,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6fc0455d6f0af01f72622b0f21f8ee70:352443e5019cc9719abfbd45c1015afa:3a1cc69824960d920ca43f8c9376d136$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 180, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 180, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 148, "y": 87, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 148, "y": 87, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 36, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 36, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 72, "y": 128, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 72, "y": 128, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 72, "y": 128, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 72, "y": 128, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 108, "y": 128, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 108, "y": 128, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 37, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 37, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 74, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 74, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 144, "y": 129, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 144, "y": 129, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 111, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 111, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 180, "y": 129, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 180, "y": 129, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 0, "y": 168, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 0, "y": 168, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 148, "y": 87, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 148, "y": 87, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 180, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 180, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "712.png",
+ "format": "I8",
+ "size": { "w": 216, "h": 207 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/712.png b/public/images/pokemon/exp/back/shiny/712.png
index 709718daf83..989ed14b08e 100644
Binary files a/public/images/pokemon/exp/back/shiny/712.png and b/public/images/pokemon/exp/back/shiny/712.png differ
diff --git a/public/images/pokemon/exp/back/shiny/713.json b/public/images/pokemon/exp/back/shiny/713.json
index 8f1736a5256..0ff72eef867 100644
--- a/public/images/pokemon/exp/back/shiny/713.json
+++ b/public/images/pokemon/exp/back/shiny/713.json
@@ -1,188 +1,1100 @@
-{
- "textures": [
- {
- "image": "713.png",
- "format": "RGBA8888",
- "size": {
- "w": 199,
- "h": 199
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 87,
- "h": 66
- },
- "frame": {
- "x": 87,
- "y": 69,
- "w": 87,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 87,
- "h": 66
- },
- "frame": {
- "x": 87,
- "y": 69,
- "w": 87,
- "h": 66
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 87,
- "h": 64
- },
- "frame": {
- "x": 87,
- "y": 135,
- "w": 87,
- "h": 64
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0af8023555592952fe28b217e91b3a50:e8f7bce9a0476374152ae2437bd2d84b:625f70bcfe9c7f2437cb9cad6d2b863c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 174, "y": 65, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 174, "y": 65, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 92, "y": 0, "w": 91, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 91, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 92, "y": 0, "w": 91, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 91, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "713.png",
+ "format": "I8",
+ "size": { "w": 357, "h": 248 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/713.png b/public/images/pokemon/exp/back/shiny/713.png
index 87011e1bbb9..b4417f8386b 100644
Binary files a/public/images/pokemon/exp/back/shiny/713.png and b/public/images/pokemon/exp/back/shiny/713.png differ
diff --git a/public/images/pokemon/exp/back/shiny/714.json b/public/images/pokemon/exp/back/shiny/714.json
deleted file mode 100644
index 1d8e87ffa8c..00000000000
--- a/public/images/pokemon/exp/back/shiny/714.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 147,
- "h": 147
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 0,
- "w": 34,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 34,
- "h": 57
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 60,
- "h": 58
- },
- "frame": {
- "x": 34,
- "y": 0,
- "w": 60,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 10,
- "w": 58,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 58,
- "h": 58
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 10,
- "w": 58,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 58,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 7,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 58,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 7,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 58,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 1,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 112,
- "y": 58,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 1,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 112,
- "y": 58,
- "w": 35,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b5f2c2112a42d04cd66e9ed8b57be94f:1af3c375153c5a8b4950e81283c602fa:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/714.png b/public/images/pokemon/exp/back/shiny/714.png
deleted file mode 100644
index fa2c001e7cc..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/714.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/716-active.png b/public/images/pokemon/exp/back/shiny/716-active.png
index b99aabd1496..effe84542dc 100644
Binary files a/public/images/pokemon/exp/back/shiny/716-active.png and b/public/images/pokemon/exp/back/shiny/716-active.png differ
diff --git a/public/images/pokemon/exp/back/shiny/716-neutral.png b/public/images/pokemon/exp/back/shiny/716-neutral.png
index c8bee30f32f..26ee61454fd 100644
Binary files a/public/images/pokemon/exp/back/shiny/716-neutral.png and b/public/images/pokemon/exp/back/shiny/716-neutral.png differ
diff --git a/public/images/pokemon/exp/back/shiny/718-10.json b/public/images/pokemon/exp/back/shiny/718-10.json
deleted file mode 100644
index 147d661bd6b..00000000000
--- a/public/images/pokemon/exp/back/shiny/718-10.json
+++ /dev/null
@@ -1,188 +0,0 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 194,
- "h": 194
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 62,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 62,
- "h": 66
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 66,
- "w": 60,
- "h": 66
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 66,
- "w": 60,
- "h": 66
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 63,
- "h": 65
- },
- "frame": {
- "x": 60,
- "y": 66,
- "w": 63,
- "h": 65
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 63,
- "h": 65
- },
- "frame": {
- "x": 62,
- "y": 0,
- "w": 63,
- "h": 65
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 63,
- "h": 64
- },
- "frame": {
- "x": 125,
- "y": 0,
- "w": 63,
- "h": 64
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 62,
- "h": 65
- },
- "frame": {
- "x": 125,
- "y": 64,
- "w": 62,
- "h": 65
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 123,
- "y": 129,
- "w": 59,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9b4423fced8dd8763a4e886055e4ab1f:d04b9095317ace207a8d36f1e501da19:82195cf2a6db620c5643b8162d6e8c5c$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/718-10.png b/public/images/pokemon/exp/back/shiny/718-10.png
deleted file mode 100644
index 63d73684da4..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/718-10.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/718.json b/public/images/pokemon/exp/back/shiny/718.json
deleted file mode 100644
index b5cde64bbad..00000000000
--- a/public/images/pokemon/exp/back/shiny/718.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 216,
- "h": 216
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 73,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 73,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 72,
- "h": 89
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 72,
- "h": 89
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 72,
- "h": 89
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 72,
- "h": 89
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 70,
- "h": 88
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 70,
- "h": 88
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 70,
- "h": 88
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 70,
- "h": 88
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 69,
- "h": 87
- },
- "frame": {
- "x": 146,
- "y": 88,
- "w": 69,
- "h": 87
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b8c991edb02cd8fac15ae3bfa6518a6b:1cf351059eb3257fa98dfd55b07708c4:7b4a06b06cbac24b3f39727b0238661b$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/718.png b/public/images/pokemon/exp/back/shiny/718.png
deleted file mode 100644
index 5e981224596..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/718.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/719.json b/public/images/pokemon/exp/back/shiny/719.json
deleted file mode 100644
index d39dc5b1c99..00000000000
--- a/public/images/pokemon/exp/back/shiny/719.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 158,
- "h": 158
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 39,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 66
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 39,
- "h": 67
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 39,
- "h": 67
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 39,
- "h": 67
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 39,
- "h": 67
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 118,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 118,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 41,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 41,
- "h": 67
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 68
- },
- "frame": {
- "x": 41,
- "y": 67,
- "w": 41,
- "h": 68
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 68
- },
- "frame": {
- "x": 41,
- "y": 67,
- "w": 41,
- "h": 68
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 68
- },
- "frame": {
- "x": 82,
- "y": 67,
- "w": 42,
- "h": 68
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 68
- },
- "frame": {
- "x": 82,
- "y": 67,
- "w": 42,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4664ffe6d92453555d7befbaf3a06e34:ee4f7a42565694ad44dfdf274a36ffbb:17a705bb924916761be2495822a53735$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/719.png b/public/images/pokemon/exp/back/shiny/719.png
deleted file mode 100644
index d1640abb4a0..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/719.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/728.json b/public/images/pokemon/exp/back/shiny/728.json
index 37f02ac84d7..f60b5965bed 100644
--- a/public/images/pokemon/exp/back/shiny/728.json
+++ b/public/images/pokemon/exp/back/shiny/728.json
@@ -1,230 +1,776 @@
-{
- "textures": [
- {
- "image": "728.png",
- "format": "RGBA8888",
- "size": {
- "w": 117,
- "h": 117
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 39,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 39,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 41,
- "y": 39,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 41,
- "y": 39,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 41,
- "y": 78,
- "w": 41,
- "h": 39
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4b3aa1071cae1ccbd84e587c2c8d2cde:022fe282ca0614cda2fd19d531e24090:74218c18c9d392741666ee5c0c28d306$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 123, "y": 144, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 80, "y": 145, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 160, "y": 185, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 157, "y": 222, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 223, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 40, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 79, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 118, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 80, "y": 184, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 40, "y": 146, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 120, "y": 183, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 123, "y": 144, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 80, "y": 145, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 160, "y": 185, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 157, "y": 222, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 223, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 40, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 79, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 118, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 80, "y": 184, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 40, "y": 146, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 120, "y": 183, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 123, "y": 144, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 80, "y": 145, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 160, "y": 185, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 157, "y": 222, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 223, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 40, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 79, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 118, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 80, "y": 184, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 40, "y": 146, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 120, "y": 183, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 123, "y": 144, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 80, "y": 145, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 160, "y": 185, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 157, "y": 222, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 223, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 40, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 79, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 118, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 80, "y": 184, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 40, "y": 146, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 120, "y": 183, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 123, "y": 144, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 80, "y": 145, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 160, "y": 185, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 157, "y": 222, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 223, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 40, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 79, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 118, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 80, "y": 184, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 40, "y": 146, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 120, "y": 183, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 184, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 40, "h": 40 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 40, "y": 105, "w": 40, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 18, "w": 40, "h": 41 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 102, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 40, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 123, "y": 102, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 40, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 163, "y": 100, "w": 40, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 40, "h": 43 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 58, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 40, "h": 44 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 123, "y": 57, "w": 40, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 40, "h": 45 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 83, "y": 57, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 43, "y": 57, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 40, "h": 48 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 165, "y": 51, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 40, "h": 49 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 165, "y": 0, "w": 40, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 40, "h": 51 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 43, "y": 0, "w": 42, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 42, "h": 57 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 43, "h": 58 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 43, "h": 58 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 43, "h": 58 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 43, "h": 58 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 126, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 39, "h": 55 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 85, "y": 0, "w": 41, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 41, "h": 57 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 163, "y": 143, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 39, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 83, "y": 103, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 40, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 123, "y": 102, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 40, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 102, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 40, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 40, "y": 105, "w": 40, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 18, "w": 40, "h": 41 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 40, "h": 40 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "728.png",
+ "format": "I8",
+ "size": { "w": 205, "h": 259 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/728.png b/public/images/pokemon/exp/back/shiny/728.png
index 116bbd97904..c28f73eb846 100644
Binary files a/public/images/pokemon/exp/back/shiny/728.png and b/public/images/pokemon/exp/back/shiny/728.png differ
diff --git a/public/images/pokemon/exp/back/shiny/729.json b/public/images/pokemon/exp/back/shiny/729.json
index 88363e67c9b..97deebe472e 100644
--- a/public/images/pokemon/exp/back/shiny/729.json
+++ b/public/images/pokemon/exp/back/shiny/729.json
@@ -1,230 +1,1055 @@
-{
- "textures": [
- {
- "image": "729.png",
- "format": "RGBA8888",
- "size": {
- "w": 148,
- "h": 148
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 70,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 70,
- "h": 50
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 70,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 70,
- "h": 49
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 70,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 70,
- "h": 49
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 69,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 99,
- "w": 69,
- "h": 49
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 69,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 99,
- "w": 69,
- "h": 49
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 50
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 68,
- "h": 50
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 50
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 68,
- "h": 50
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 50
- },
- "frame": {
- "x": 70,
- "y": 50,
- "w": 67,
- "h": 50
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 70,
- "h": 48
- },
- "frame": {
- "x": 69,
- "y": 100,
- "w": 70,
- "h": 48
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 70,
- "h": 48
- },
- "frame": {
- "x": 69,
- "y": 100,
- "w": 70,
- "h": 48
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2ec3964e8d511b8d6f4605adc54b17bc:5161b57c2302335b0d40aea50fb7f56d:b2d5dd692ec79c7357afdffa7b3670a9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 166, "y": 283, "w": 55, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 10, "w": 55, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 284, "w": 54, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 10, "w": 54, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 348, "y": 334, "w": 52, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 52, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 49, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 49, "y": 389, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 47, "h": 51 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 265, "y": 388, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 386, "y": 386, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 98, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 287, "y": 335, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 51, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 491, "y": 224, "w": 53, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 53, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 112, "y": 283, "w": 54, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 9, "w": 54, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 292, "y": 280, "w": 56, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 56, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 174, "y": 228, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 328, "y": 114, "w": 59, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 195, "y": 61, "w": 59, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 334, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 394, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 268, "y": 60, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 68, "y": 62, "w": 60, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 234, "y": 172, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 293, "y": 225, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 234, "y": 227, "w": 58, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 59, "y": 174, "w": 57, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 57, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 166, "y": 283, "w": 55, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 10, "w": 55, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 284, "w": 54, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 10, "w": 54, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 348, "y": 334, "w": 52, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 52, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 49, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 49, "y": 389, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 47, "h": 51 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 265, "y": 388, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 386, "y": 386, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 98, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 287, "y": 335, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 51, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 491, "y": 224, "w": 53, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 53, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 112, "y": 283, "w": 54, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 9, "w": 54, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 292, "y": 280, "w": 56, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 56, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 174, "y": 228, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 328, "y": 114, "w": 59, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 195, "y": 61, "w": 59, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 334, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 394, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 268, "y": 60, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 68, "y": 62, "w": 60, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 234, "y": 172, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 293, "y": 225, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 234, "y": 227, "w": 58, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 59, "y": 174, "w": 57, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 57, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 166, "y": 283, "w": 55, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 10, "w": 55, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 284, "w": 54, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 10, "w": 54, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 348, "y": 334, "w": 52, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 52, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 49, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 49, "y": 389, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 47, "h": 51 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 265, "y": 388, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 386, "y": 386, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 98, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 287, "y": 335, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 51, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 491, "y": 224, "w": 53, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 53, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 112, "y": 283, "w": 54, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 9, "w": 54, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 292, "y": 280, "w": 56, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 56, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 174, "y": 228, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 328, "y": 114, "w": 59, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 195, "y": 61, "w": 59, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 334, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 394, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 268, "y": 60, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 68, "y": 62, "w": 60, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 234, "y": 172, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 293, "y": 225, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 234, "y": 227, "w": 58, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 59, "y": 174, "w": 57, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 57, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 467, "y": 279, "w": 58, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 58, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 63, "w": 61, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 61, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 334, "y": 0, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 135, "y": 61, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 458, "y": 56, "w": 59, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 58 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 397, "y": 0, "w": 61, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 458, "y": 0, "w": 62, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 62, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 446, "y": 169, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 57, "y": 283, "w": 55, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 9, "w": 55, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 467, "y": 333, "w": 53, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 11, "w": 53, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 338, "y": 386, "w": 48, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 48, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 216, "y": 336, "w": 49, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 11, "w": 49, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 166, "y": 336, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 11, "w": 50, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 337, "w": 49, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 49, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 452, "y": 385, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 10, "w": 48, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 400, "y": 334, "w": 52, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 52, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 231, "y": 282, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 117, "y": 228, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 58, "y": 118, "w": 58, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 58, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 352, "y": 225, "w": 58, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 118, "w": 58, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 58, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 314, "y": 170, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 175, "y": 118, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 373, "y": 170, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 116, "y": 118, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 446, "y": 114, "w": 60, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 60, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 202, "y": 0, "w": 66, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 66, "h": 61 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 68, "y": 0, "w": 67, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 67, "h": 62 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 68, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 68, "h": 63 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 268, "y": 0, "w": 66, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 66, "h": 60 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 135, "y": 0, "w": 67, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 61 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 254, "y": 117, "w": 60, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 60, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 116, "y": 173, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 116, "y": 173, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 175, "y": 173, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 0, "y": 174, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 432, "y": 224, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 387, "y": 114, "w": 59, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 59, "y": 228, "w": 58, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 229, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 410, "y": 279, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "729.png",
+ "format": "I8",
+ "size": { "w": 544, "h": 440 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/729.png b/public/images/pokemon/exp/back/shiny/729.png
index 7818ca064bc..15c7bb566cf 100644
Binary files a/public/images/pokemon/exp/back/shiny/729.png and b/public/images/pokemon/exp/back/shiny/729.png differ
diff --git a/public/images/pokemon/exp/back/shiny/730.json b/public/images/pokemon/exp/back/shiny/730.json
index b32a006ec2b..5e3c835b381 100644
--- a/public/images/pokemon/exp/back/shiny/730.json
+++ b/public/images/pokemon/exp/back/shiny/730.json
@@ -1,230 +1,839 @@
-{
- "textures": [
- {
- "image": "730.png",
- "format": "RGBA8888",
- "size": {
- "w": 206,
- "h": 206
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 81
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 68,
- "h": 81
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 81
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 68,
- "h": 81
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 79,
- "w": 68,
- "h": 81
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 68,
- "y": 81,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 68,
- "y": 81,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 69,
- "h": 78
- },
- "frame": {
- "x": 137,
- "y": 79,
- "w": 69,
- "h": 78
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 69,
- "h": 78
- },
- "frame": {
- "x": 137,
- "y": 79,
- "w": 69,
- "h": 78
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:58a363a646c000c7482433c620e2e758:8b636d10e03d9f55a9d52a248f1e3999:fcd0d2cb6b26724e796ae0dcb71fae3f$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 397, "y": 0, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 75, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 324, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 11, "w": 73, "h": 73 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 397, "y": 71, "w": 69, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 69, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 70, "y": 135, "w": 66, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 66, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 278, "y": 401, "w": 61, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 3, "w": 61, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 137, "y": 400, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 77, "y": 394, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 217, "y": 335, "w": 61, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 2, "w": 61, "h": 79 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 415, "y": 418, "w": 61, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 61, "h": 77 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 351, "y": 359, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 64, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 505, "y": 288, "w": 69, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 69, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 278, "y": 334, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 124, "y": 265, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 292, "y": 269, "w": 77, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 200, "y": 271, "w": 78, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 78, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 197, "y": 414, "w": 77, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 62 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 394, "w": 77, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 77, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 64, "y": 331, "w": 78, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 78, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 385, "y": 212, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 213, "y": 207, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 156, "y": 67, "w": 79, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 79, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 78, "y": 67, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 78, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 397, "y": 0, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 75, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 324, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 11, "w": 73, "h": 73 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 397, "y": 71, "w": 69, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 69, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 70, "y": 135, "w": 66, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 66, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 278, "y": 401, "w": 61, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 3, "w": 61, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 137, "y": 400, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 77, "y": 394, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 217, "y": 335, "w": 61, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 2, "w": 61, "h": 79 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 415, "y": 418, "w": 61, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 61, "h": 77 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 351, "y": 359, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 64, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 505, "y": 288, "w": 69, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 69, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 278, "y": 334, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 124, "y": 265, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 292, "y": 269, "w": 77, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 200, "y": 271, "w": 78, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 78, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 197, "y": 414, "w": 77, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 62 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 394, "w": 77, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 77, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 64, "y": 331, "w": 78, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 78, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 385, "y": 212, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 213, "y": 207, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 156, "y": 67, "w": 79, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 79, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 78, "y": 67, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 78, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 397, "y": 0, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 75, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 324, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 11, "w": 73, "h": 73 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 397, "y": 71, "w": 69, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 69, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 70, "y": 135, "w": 66, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 66, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 278, "y": 401, "w": 61, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 3, "w": 61, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 137, "y": 400, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 77, "y": 394, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 217, "y": 335, "w": 61, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 2, "w": 61, "h": 79 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 415, "y": 418, "w": 61, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 61, "h": 77 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 351, "y": 359, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 64, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 505, "y": 288, "w": 69, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 69, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 278, "y": 334, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 124, "y": 265, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 292, "y": 269, "w": 77, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 200, "y": 271, "w": 78, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 78, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 197, "y": 414, "w": 77, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 62 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 394, "w": 77, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 77, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 64, "y": 331, "w": 78, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 78, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 385, "y": 212, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 213, "y": 207, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 156, "y": 67, "w": 79, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 79, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 78, "y": 67, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 78, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 472, "y": 0, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 75, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 135, "w": 70, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 70, "h": 74 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 288, "w": 64, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 64, "h": 77 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 504, "y": 359, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 4, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 369, "y": 276, "w": 60, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 60, "h": 83 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 64, "y": 213, "w": 60, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 60, "h": 84 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 466, "y": 139, "w": 62, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 62, "h": 83 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 209, "w": 64, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 5, "w": 64, "h": 79 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 236, "y": 134, "w": 71, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 71, "h": 73 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 136, "y": 199, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 156, "y": 134, "w": 80, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 80, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 315, "y": 73, "w": 80, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 19, "w": 80, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 385, "y": 147, "w": 79, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 19, "w": 79, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 307, "y": 204, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 78, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 429, "y": 288, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 19, "w": 76, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 142, "y": 335, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 429, "y": 353, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 464, "y": 222, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 307, "y": 138, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 78, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 235, "y": 68, "w": 80, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 82, "y": 0, "w": 82, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 82, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 0, "w": 82, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 82, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 164, "y": 0, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 81, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 245, "y": 0, "w": 79, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 79, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 67, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 78, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 466, "y": 71, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 77, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "730.png",
+ "format": "I8",
+ "size": { "w": 574, "h": 495 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/730.png b/public/images/pokemon/exp/back/shiny/730.png
index 1335419944f..413702c3bfd 100644
Binary files a/public/images/pokemon/exp/back/shiny/730.png and b/public/images/pokemon/exp/back/shiny/730.png differ
diff --git a/public/images/pokemon/exp/back/shiny/746-school.json b/public/images/pokemon/exp/back/shiny/746-school.json
index ed524e1a4e2..85063ecea1f 100644
--- a/public/images/pokemon/exp/back/shiny/746-school.json
+++ b/public/images/pokemon/exp/back/shiny/746-school.json
@@ -1,230 +1,191 @@
-{
- "textures": [
- {
- "image": "746-school.png",
- "format": "RGBA8888",
- "size": {
- "w": 261,
- "h": 261
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 97,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 97,
- "h": 80
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 81
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 96,
- "h": 81
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 81
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 96,
- "h": 81
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 93,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 80,
- "w": 93,
- "h": 80
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 93,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 80,
- "w": 93,
- "h": 80
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 87,
- "h": 79
- },
- "frame": {
- "x": 0,
- "y": 160,
- "w": 87,
- "h": 79
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 87,
- "h": 79
- },
- "frame": {
- "x": 87,
- "y": 160,
- "w": 87,
- "h": 79
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 89,
- "h": 78
- },
- "frame": {
- "x": 93,
- "y": 81,
- "w": 89,
- "h": 78
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 89,
- "h": 78
- },
- "frame": {
- "x": 93,
- "y": 81,
- "w": 89,
- "h": 78
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 87,
- "h": 77
- },
- "frame": {
- "x": 174,
- "y": 159,
- "w": 87,
- "h": 77
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b6f5edcb419173bceb1876532c1f18db:d88467b51af7d786b06e3b5b9daaa4e3:10f3c9d1f1118f8f9f6e40f37a0eb499$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 278, "y": 205, "w": 96, "h": 97 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 96, "h": 97 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 287, "y": 107, "w": 96, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 96, "h": 98 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 94, "y": 106, "w": 94, "h": 100 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 94, "h": 100 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 93, "y": 206, "w": 93, "h": 99 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 93, "h": 99 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 103, "w": 94, "h": 102 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 94, "h": 102 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 188, "y": 202, "w": 90, "h": 104 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 90, "h": 104 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 282, "y": 0, "w": 92, "h": 105 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 92, "h": 105 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 374, "y": 0, "w": 90, "h": 107 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 107 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 96, "y": 0, "w": 93, "h": 106 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 93, "h": 106 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 189, "y": 0, "w": 93, "h": 105 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 93, "h": 105 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 0, "w": 96, "h": 103 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 96, "h": 103 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 205, "w": 93, "h": 100 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 93, "h": 100 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 383, "y": 107, "w": 96, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 96, "h": 98 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 278, "y": 302, "w": 95, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 95, "h": 96 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 95, "y": 306, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 374, "y": 300, "w": 98, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 98, "h": 94 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 305, "w": 95, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 95, "h": 96 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 374, "y": 205, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 97, "h": 95 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 373, "y": 394, "w": 94, "h": 97 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 94, "h": 97 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 189, "y": 105, "w": 98, "h": 97 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 98, "h": 97 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "746-school.png",
+ "format": "I8",
+ "size": { "w": 479, "h": 491 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/746-school.png b/public/images/pokemon/exp/back/shiny/746-school.png
index 3d4af95cec3..2899d209989 100644
Binary files a/public/images/pokemon/exp/back/shiny/746-school.png and b/public/images/pokemon/exp/back/shiny/746-school.png differ
diff --git a/public/images/pokemon/exp/back/shiny/746.json b/public/images/pokemon/exp/back/shiny/746.json
index 97967ad0483..cf52bbd9a97 100644
--- a/public/images/pokemon/exp/back/shiny/746.json
+++ b/public/images/pokemon/exp/back/shiny/746.json
@@ -1,1490 +1,641 @@
-{
- "textures": [
- {
- "image": "746.png",
- "format": "RGBA8888",
- "size": {
- "w": 122,
- "h": 122
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 25,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 25,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 25,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 25,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 25,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 25,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 25,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 25,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 74,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 74,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 74,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 74,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 25,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 25,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 25,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 25,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 25,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 25,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 38,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 38,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 38,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 38,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 25,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 25,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 25,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 25,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 49,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 49,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 49,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 49,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 73,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 73,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 73,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 73,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 73,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 73,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 38,
- "y": 74,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 38,
- "y": 74,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 38,
- "y": 74,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 38,
- "y": 74,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 97,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 97,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 97,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 97,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 97,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 97,
- "w": 35,
- "h": 24
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:123126a79a6088db4c7fde804f3b1df6:3efa447d1fe4461ae2ff382f6b0d7fb8:1a4f7e535d823202c4828f963d5b4404$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 38, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 68, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "746.png",
+ "format": "I8",
+ "size": { "w": 114, "h": 46 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/746.png b/public/images/pokemon/exp/back/shiny/746.png
index 5206ceb9ff6..5ce4bdc8bcd 100644
Binary files a/public/images/pokemon/exp/back/shiny/746.png and b/public/images/pokemon/exp/back/shiny/746.png differ
diff --git a/public/images/pokemon/exp/back/shiny/749.json b/public/images/pokemon/exp/back/shiny/749.json
index f243011605c..40f3f03247d 100644
--- a/public/images/pokemon/exp/back/shiny/749.json
+++ b/public/images/pokemon/exp/back/shiny/749.json
@@ -1,230 +1,1037 @@
-{
- "textures": [
- {
- "image": "749.png",
- "format": "RGBA8888",
- "size": {
- "w": 171,
- "h": 171
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 66
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 66
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 59,
- "y": 0,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 59,
- "y": 0,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 54,
- "h": 66
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 54,
- "h": 66
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 66,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 66
- },
- "frame": {
- "x": 59,
- "y": 66,
- "w": 56,
- "h": 66
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 66
- },
- "frame": {
- "x": 59,
- "y": 66,
- "w": 56,
- "h": 66
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 55,
- "h": 66
- },
- "frame": {
- "x": 115,
- "y": 66,
- "w": 55,
- "h": 66
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 55,
- "h": 66
- },
- "frame": {
- "x": 115,
- "y": 66,
- "w": 55,
- "h": 66
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9d7331bd2d0e629e754348f158c3711c:edb98ecce518c521f5c31bb31243f866:d52e05c524384ef985e6339a08b2f938$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 287, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 174, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 47, "y": 174, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 145, "y": 67, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 49, "h": 55 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 242, "y": 121, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 45, "y": 120, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 266, "y": 65, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 194, "y": 67, "w": 48, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 230, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 46, "y": 230, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 138, "y": 232, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 44, "y": 343, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 343, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 137, "y": 290, "w": 45, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 45, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 287, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 174, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 47, "y": 174, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 145, "y": 67, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 49, "h": 55 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 242, "y": 121, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 45, "y": 120, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 266, "y": 65, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 194, "y": 67, "w": 48, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 230, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 46, "y": 230, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 138, "y": 232, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 44, "y": 343, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 343, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 137, "y": 290, "w": 45, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 45, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 287, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 224, "y": 343, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 46, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 88, "y": 344, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 46, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 233, "y": 231, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 278, "y": 244, "w": 43, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 43, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 182, "y": 341, "w": 42, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 42, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 92, "y": 287, "w": 45, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 45, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 183, "y": 288, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 48, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 231, "y": 289, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 183, "y": 234, "w": 48, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 48, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 278, "y": 304, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 236, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 287, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 174, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 47, "y": 174, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 145, "y": 67, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 49, "h": 55 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 242, "y": 121, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 45, "y": 120, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 266, "y": 65, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 194, "y": 67, "w": 48, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 230, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 46, "y": 230, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 138, "y": 232, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 44, "y": 343, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 343, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 137, "y": 290, "w": 45, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 45, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 287, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 224, "y": 343, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 46, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 88, "y": 344, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 46, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 233, "y": 231, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 278, "y": 244, "w": 43, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 43, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 182, "y": 341, "w": 42, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 42, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 92, "y": 287, "w": 45, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 45, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 183, "y": 288, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 48, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 231, "y": 289, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 183, "y": 234, "w": 48, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 48, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 278, "y": 304, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 236, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 287, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 224, "y": 343, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 46, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 88, "y": 344, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 46, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 233, "y": 231, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 278, "y": 244, "w": 43, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 43, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 182, "y": 341, "w": 42, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 42, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 92, "y": 287, "w": 45, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 45, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 183, "y": 288, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 48, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 231, "y": 289, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 183, "y": 234, "w": 48, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 48, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 278, "y": 304, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 236, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 287, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 174, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 47, "y": 174, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 145, "y": 67, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 49, "h": 55 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 242, "y": 121, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 45, "y": 120, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 266, "y": 65, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 194, "y": 67, "w": 48, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 230, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 46, "y": 230, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 138, "y": 232, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 44, "y": 343, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 343, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 137, "y": 290, "w": 45, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 45, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 46, "y": 287, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 139, "y": 176, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 188, "y": 123, "w": 48, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 48, "h": 55 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 139, "y": 122, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 94, "y": 66, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 51, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 45, "y": 63, "w": 49, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 49, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 309, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 47, "h": 59 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 92, "y": 0, "w": 47, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 47, "h": 61 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 45, "y": 0, "w": 47, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 47, "h": 63 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 224, "y": 0, "w": 42, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 42, "h": 67 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 291, "y": 122, "w": 40, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 40, "h": 66 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 182, "y": 0, "w": 42, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 42, "h": 67 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 45, "h": 66 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 139, "y": 0, "w": 43, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 66 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 266, "y": 0, "w": 43, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 65 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 315, "y": 59, "w": 42, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 42, "h": 63 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 0, "y": 66, "w": 45, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 45, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 94, "y": 119, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 45, "h": 59 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 92, "y": 230, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 186, "y": 178, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 283, "y": 188, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 0, "y": 287, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "749.png",
+ "format": "I8",
+ "size": { "w": 357, "h": 401 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/749.png b/public/images/pokemon/exp/back/shiny/749.png
index c657851e04b..63a7d57d28f 100644
Binary files a/public/images/pokemon/exp/back/shiny/749.png and b/public/images/pokemon/exp/back/shiny/749.png differ
diff --git a/public/images/pokemon/exp/back/shiny/750.json b/public/images/pokemon/exp/back/shiny/750.json
index 922dde20472..e4c7c035ff8 100644
--- a/public/images/pokemon/exp/back/shiny/750.json
+++ b/public/images/pokemon/exp/back/shiny/750.json
@@ -1,230 +1,929 @@
-{
- "textures": [
- {
- "image": "750.png",
- "format": "RGBA8888",
- "size": {
- "w": 253,
- "h": 253
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 88,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 88,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 87,
- "h": 71
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 87,
- "h": 71
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 87,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 87,
- "h": 71
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 86,
- "h": 72
- },
- "frame": {
- "x": 87,
- "y": 71,
- "w": 86,
- "h": 72
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 79,
- "h": 73
- },
- "frame": {
- "x": 173,
- "y": 71,
- "w": 79,
- "h": 73
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 86,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 140,
- "w": 86,
- "h": 72
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 73
- },
- "frame": {
- "x": 86,
- "y": 143,
- "w": 83,
- "h": 73
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 73
- },
- "frame": {
- "x": 86,
- "y": 143,
- "w": 83,
- "h": 73
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 169,
- "y": 144,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 169,
- "y": 144,
- "w": 84,
- "h": 73
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:51a6dc655f9c503ef0f1d2d873adf903:1fa68a8a88f7b5239ba7a91c9a1204c0:4ad6abb5f7a40182d2391bde900ad082$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 550, "y": 208, "w": 76, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 315, "y": 206, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 77, "y": 207, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 78, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 566, "y": 142, "w": 79, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 79, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 324, "y": 141, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 142, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 486, "y": 78, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 324, "y": 77, "w": 85, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 78, "w": 85, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 85, "y": 78, "w": 85, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 570, "y": 78, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 82, "y": 142, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 486, "y": 142, "w": 80, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 80, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 207, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 239, "y": 147, "w": 76, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 76, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 164, "y": 154, "w": 75, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 75, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 381, "y": 295, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 341, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 147, "y": 339, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 218, "y": 347, "w": 71, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 71, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 616, "y": 275, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 274, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 74, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 392, "y": 228, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 75, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 550, "y": 208, "w": 76, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 315, "y": 206, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 77, "y": 207, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 78, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 566, "y": 142, "w": 79, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 79, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 324, "y": 141, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 142, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 486, "y": 78, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 324, "y": 77, "w": 85, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 78, "w": 85, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 85, "y": 78, "w": 85, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 570, "y": 78, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 82, "y": 142, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 486, "y": 142, "w": 80, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 80, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 207, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 239, "y": 147, "w": 76, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 76, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 164, "y": 154, "w": 75, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 75, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 381, "y": 295, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 341, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 147, "y": 339, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 218, "y": 347, "w": 71, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 71, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 616, "y": 275, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 274, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 74, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 392, "y": 228, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 75, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 550, "y": 208, "w": 76, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 315, "y": 206, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 77, "y": 207, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 78, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 566, "y": 142, "w": 79, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 79, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 324, "y": 141, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 142, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 486, "y": 78, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 324, "y": 77, "w": 85, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 78, "w": 85, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 85, "y": 78, "w": 85, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 570, "y": 78, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 82, "y": 142, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 486, "y": 142, "w": 80, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 80, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 207, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 239, "y": 147, "w": 76, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 76, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 164, "y": 154, "w": 75, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 75, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 381, "y": 295, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 341, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 147, "y": 339, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 218, "y": 347, "w": 71, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 71, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 616, "y": 275, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 274, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 74, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 392, "y": 228, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 75, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 550, "y": 208, "w": 76, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 239, "y": 215, "w": 76, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 77, "y": 273, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 76, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 220, "y": 282, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 76, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 453, "y": 342, "w": 78, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 16, "w": 78, "h": 62 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 604, "y": 343, "w": 78, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 17, "w": 78, "h": 61 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 604, "y": 404, "w": 74, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 74, "h": 62 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 209, "y": 414, "w": 66, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 13, "w": 66, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 409, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 421, "y": 404, "w": 62, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 62, "h": 75 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 155, "y": 222, "w": 65, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 65, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 416, "y": 74, "w": 70, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 70, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 573, "y": 0, "w": 74, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 74, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 498, "y": 0, "w": 75, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 75, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 251, "y": 71, "w": 73, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 76 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 406, "y": 152, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 68, "h": 76 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 315, "y": 273, "w": 66, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 66, "h": 76 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 541, "y": 341, "w": 63, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 63, "h": 76 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 289, "y": 349, "w": 61, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 1, "w": 61, "h": 77 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 170, "y": 77, "w": 69, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 1, "w": 69, "h": 77 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 337, "y": 0, "w": 79, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 79, "h": 77 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 85, "y": 0, "w": 84, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 84, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 0, "y": 0, "w": 85, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 85, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 169, "y": 0, "w": 82, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 82, "h": 77 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 416, "y": 0, "w": 82, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 82, "h": 74 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 251, "y": 0, "w": 86, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 86, "h": 71 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 541, "y": 275, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 75, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 71, "y": 406, "w": 69, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 12, "w": 69, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 140, "y": 407, "w": 69, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 12, "w": 69, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 350, "y": 363, "w": 71, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 12, "w": 71, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 74, "y": 339, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 11, "w": 73, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 467, "y": 275, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 74, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 474, "y": 208, "w": 76, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "750.png",
+ "format": "I8",
+ "size": { "w": 688, "h": 479 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/750.png b/public/images/pokemon/exp/back/shiny/750.png
index 604c23c7289..d099dce5a5e 100644
Binary files a/public/images/pokemon/exp/back/shiny/750.png and b/public/images/pokemon/exp/back/shiny/750.png differ
diff --git a/public/images/pokemon/exp/back/shiny/772.png b/public/images/pokemon/exp/back/shiny/772.png
index 407e3be6691..49124763f6c 100644
Binary files a/public/images/pokemon/exp/back/shiny/772.png and b/public/images/pokemon/exp/back/shiny/772.png differ
diff --git a/public/images/pokemon/exp/back/shiny/773.png b/public/images/pokemon/exp/back/shiny/773.png
index f6a98c1b43a..2c4741a6b0b 100644
Binary files a/public/images/pokemon/exp/back/shiny/773.png and b/public/images/pokemon/exp/back/shiny/773.png differ
diff --git a/public/images/pokemon/exp/back/shiny/776.png b/public/images/pokemon/exp/back/shiny/776.png
index d669b9f3ce6..4c4115a8132 100644
Binary files a/public/images/pokemon/exp/back/shiny/776.png and b/public/images/pokemon/exp/back/shiny/776.png differ
diff --git a/public/images/pokemon/exp/back/shiny/778-disguised.png b/public/images/pokemon/exp/back/shiny/778-disguised.png
index 2b1c9ecf3c9..8d3183cee0c 100644
Binary files a/public/images/pokemon/exp/back/shiny/778-disguised.png and b/public/images/pokemon/exp/back/shiny/778-disguised.png differ
diff --git a/public/images/pokemon/exp/back/shiny/780.json b/public/images/pokemon/exp/back/shiny/780.json
index 1232a2acd52..09dee76d75d 100644
--- a/public/images/pokemon/exp/back/shiny/780.json
+++ b/public/images/pokemon/exp/back/shiny/780.json
@@ -1,230 +1,884 @@
-{
- "textures": [
- {
- "image": "780.png",
- "format": "RGBA8888",
- "size": {
- "w": 183,
- "h": 183
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 62
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 62,
- "w": 85,
- "h": 62
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 62,
- "w": 85,
- "h": 62
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 62
- },
- "frame": {
- "x": 85,
- "y": 62,
- "w": 83,
- "h": 62
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 62
- },
- "frame": {
- "x": 85,
- "y": 62,
- "w": 83,
- "h": 62
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 82,
- "h": 61
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 82,
- "h": 61
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 82,
- "h": 61
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 82,
- "h": 61
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 81,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 124,
- "w": 81,
- "h": 59
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 81,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 124,
- "w": 81,
- "h": 59
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 79,
- "h": 59
- },
- "frame": {
- "x": 81,
- "y": 124,
- "w": 79,
- "h": 59
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e56d7591e5bcde367604688e6d07bae4:caee4120d5060ce743036fe68aaf7181:9470182902340de73b2565411cb0ab89$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 153, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 490, "y": 147, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 246, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 329, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 167, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 250, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 84, "y": 221, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 294, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 331, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 249, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 83, "y": 428, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 363, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 84, "y": 360, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 167, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 415, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 333, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 250, "y": 289, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 84, "y": 150, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 1, "y": 153, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 490, "y": 147, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 246, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 329, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 167, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 250, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 84, "y": 221, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 294, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 331, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 249, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 83, "y": 428, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 363, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 84, "y": 360, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 167, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 415, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 333, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 250, "y": 289, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 84, "y": 150, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 1, "y": 153, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 490, "y": 147, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 246, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 329, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 167, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 250, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 84, "y": 221, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 294, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 331, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 249, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 83, "y": 428, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 1, "y": 363, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 84, "y": 360, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 167, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 415, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 333, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 250, "y": 289, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 84, "y": 150, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 153, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 490, "y": 147, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 246, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 329, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 167, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 250, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 84, "y": 221, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 294, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 331, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 249, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 83, "y": 428, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 1, "y": 363, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 84, "y": 360, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 167, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 415, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 333, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 250, "y": 289, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 84, "y": 150, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 1, "y": 153, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 1, "y": 81, "w": 82, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 71 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 490, "y": 75, "w": 82, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 71 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 325, "y": 75, "w": 82, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 72 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 408, "y": 75, "w": 81, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 81, "h": 72 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 407, "y": 1, "w": 81, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 81, "h": 73 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 325, "y": 1, "w": 81, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 81, "h": 73 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 163, "y": 78, "w": 82, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 71 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 84, "y": 291, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 495, "y": 218, "w": 80, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 80, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 243, "y": 1, "w": 81, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 81, "h": 74 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 83, "y": 1, "w": 79, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 79 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 81, "h": 78 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 83, "y": 1, "w": 79, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 79 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 81, "h": 78 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 83, "y": 1, "w": 79, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 79 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 81, "h": 78 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 163, "y": 1, "w": 79, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 79, "h": 76 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 489, "y": 1, "w": 81, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 81, "h": 73 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 247, "y": 428, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 82, "h": 65 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 165, "y": 428, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 413, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 1, "y": 224, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 167, "y": 289, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 412, "y": 218, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ }
+],
+"meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "780.png",
+ "format": "I8",
+ "size": { "w": 576, "h": 496 },
+ "scale": "1"
+}
}
diff --git a/public/images/pokemon/exp/back/shiny/780.png b/public/images/pokemon/exp/back/shiny/780.png
index 6755273b14b..686b7220fbb 100644
Binary files a/public/images/pokemon/exp/back/shiny/780.png and b/public/images/pokemon/exp/back/shiny/780.png differ
diff --git a/public/images/pokemon/exp/back/shiny/798.png b/public/images/pokemon/exp/back/shiny/798.png
index 68fd3382ddc..322600a1fdf 100644
Binary files a/public/images/pokemon/exp/back/shiny/798.png and b/public/images/pokemon/exp/back/shiny/798.png differ
diff --git a/public/images/pokemon/exp/back/shiny/80-mega.png b/public/images/pokemon/exp/back/shiny/80-mega.png
index 12e88cdb937..af2277cb9da 100644
Binary files a/public/images/pokemon/exp/back/shiny/80-mega.png and b/public/images/pokemon/exp/back/shiny/80-mega.png differ
diff --git a/public/images/pokemon/exp/back/shiny/815-gigantamax.json b/public/images/pokemon/exp/back/shiny/815-gigantamax.json
new file mode 100644
index 00000000000..952ea16b6b8
--- /dev/null
+++ b/public/images/pokemon/exp/back/shiny/815-gigantamax.json
@@ -0,0 +1,659 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 525, "y": 384, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 356, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 444, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 267, "y": 98, "w": 87, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 87, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 528, "y": 194, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 82, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 250, "y": 484, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 333, "y": 388, "w": 83, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 83, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 82, "y": 485, "w": 79, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 7, "w": 79, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 167, "y": 483, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 440, "y": 194, "w": 86, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 86, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 267, "y": 193, "w": 85, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 85, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 86, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 333, "y": 482, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 525, "y": 384, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 356, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 444, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 267, "y": 98, "w": 87, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 87, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 528, "y": 194, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 82, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 250, "y": 484, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 333, "y": 388, "w": 83, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 83, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 82, "y": 485, "w": 79, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 7, "w": 79, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 167, "y": 483, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 440, "y": 194, "w": 86, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 86, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 267, "y": 193, "w": 85, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 85, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 86, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 333, "y": 482, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 525, "y": 384, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 356, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 444, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 267, "y": 98, "w": 87, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 87, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 528, "y": 194, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 82, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 250, "y": 484, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 333, "y": 388, "w": 83, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 83, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 82, "y": 485, "w": 79, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 7, "w": 79, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 167, "y": 483, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 440, "y": 194, "w": 86, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 86, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 267, "y": 193, "w": 85, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 85, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 1, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 86, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 333, "y": 482, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 84, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 444, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 171, "y": 289, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 389, "w": 81, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 81, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 525, "y": 288, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 83, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 485, "w": 79, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 7, "w": 79, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 84, "y": 389, "w": 81, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 81, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 356, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 268, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 354, "y": 194, "w": 84, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 84, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 255, "y": 290, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 423, "y": 385, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 1, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 506, "y": 481, "w": 80, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 80, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 250, "y": 387, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 1, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 89, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 90, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 339, "y": 291, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 167, "y": 386, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 440, "y": 288, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 414, "y": 482, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "815-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 611, "h": 579 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/shiny/815-gigantamax.png b/public/images/pokemon/exp/back/shiny/815-gigantamax.png
new file mode 100644
index 00000000000..0668fd3b065
Binary files /dev/null and b/public/images/pokemon/exp/back/shiny/815-gigantamax.png differ
diff --git a/public/images/pokemon/exp/back/shiny/839-gigantamax.json b/public/images/pokemon/exp/back/shiny/839-gigantamax.json
new file mode 100644
index 00000000000..35d98910c9f
--- /dev/null
+++ b/public/images/pokemon/exp/back/shiny/839-gigantamax.json
@@ -0,0 +1,821 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 470, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 546, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 469, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 544, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 154, "y": 472, "w": 76, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 566, "w": 75, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 75, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 393, "y": 376, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 414, "y": 190, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 492, "y": 191, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 159, "y": 283, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 158, "y": 189, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 255, "y": 188, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 173, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 90, "y": 93, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 83, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 350, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 524, "y": 0, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 268, "y": 92, "w": 82, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 82, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 513, "y": 95, "w": 80, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 80, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 185, "w": 79, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 79, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 470, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 546, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 469, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 544, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 154, "y": 472, "w": 76, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 566, "w": 75, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 75, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 393, "y": 376, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 414, "y": 190, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 492, "y": 191, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 159, "y": 283, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 158, "y": 189, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 255, "y": 188, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 173, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 90, "y": 93, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 83, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 350, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 524, "y": 0, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 268, "y": 92, "w": 82, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 82, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 513, "y": 95, "w": 80, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 80, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 185, "w": 79, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 79, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 470, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 546, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 469, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 544, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 154, "y": 472, "w": 76, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 566, "w": 75, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 75, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 393, "y": 376, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 414, "y": 190, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 492, "y": 191, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 159, "y": 283, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 158, "y": 189, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 255, "y": 188, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 173, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 90, "y": 93, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 83, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 350, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 524, "y": 0, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 268, "y": 92, "w": 82, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 82, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 513, "y": 95, "w": 80, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 80, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 185, "w": 79, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 79, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 79, "y": 187, "w": 79, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 79, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 432, "y": 95, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 441, "y": 0, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 356, "y": 0, "w": 85, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 85, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 180, "y": 0, "w": 88, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 88, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 0, "w": 90, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 90, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 90, "y": 0, "w": 90, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 90, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 268, "y": 0, "w": 88, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 88, "h": 92 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 94, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 5, "w": 85, "h": 91 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 77, "y": 283, "w": 82, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 6, "w": 82, "h": 90 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 397, "y": 285, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 5, "w": 81, "h": 91 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 232, "y": 378, "w": 81, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 81, "h": 90 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 315, "y": 283, "w": 82, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 6, "w": 82, "h": 90 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 478, "y": 286, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 5, "w": 81, "h": 91 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 313, "y": 467, "w": 79, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 79, "h": 92 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 335, "y": 189, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 79, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 315, "y": 373, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 77, "y": 373, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 77, "y": 467, "w": 77, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 77, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 232, "y": 468, "w": 77, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 77, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 392, "y": 471, "w": 77, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 77, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 309, "y": 559, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 386, "y": 565, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 77, "y": 561, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 230, "y": 562, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 472, "w": 77, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 77, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 377, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 155, "y": 377, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 281, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "839-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 622, "h": 661 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/shiny/839-gigantamax.png b/public/images/pokemon/exp/back/shiny/839-gigantamax.png
new file mode 100644
index 00000000000..ce96d8134a6
Binary files /dev/null and b/public/images/pokemon/exp/back/shiny/839-gigantamax.png differ
diff --git a/public/images/pokemon/exp/back/shiny/888-crowned.png b/public/images/pokemon/exp/back/shiny/888-crowned.png
index b3eb012e3c8..a4ed4c67ed4 100644
Binary files a/public/images/pokemon/exp/back/shiny/888-crowned.png and b/public/images/pokemon/exp/back/shiny/888-crowned.png differ
diff --git a/public/images/pokemon/exp/back/shiny/898-ice.png b/public/images/pokemon/exp/back/shiny/898-ice.png
index 6b3e8277180..9f1a5bd03e3 100644
Binary files a/public/images/pokemon/exp/back/shiny/898-ice.png and b/public/images/pokemon/exp/back/shiny/898-ice.png differ
diff --git a/public/images/pokemon/exp/back/shiny/898-shadow.png b/public/images/pokemon/exp/back/shiny/898-shadow.png
index d40bd1ab48e..2a506193e7d 100644
Binary files a/public/images/pokemon/exp/back/shiny/898-shadow.png and b/public/images/pokemon/exp/back/shiny/898-shadow.png differ
diff --git a/public/images/pokemon/exp/back/shiny/913.png b/public/images/pokemon/exp/back/shiny/913.png
index 07838b5d996..9d65e55e94a 100644
Binary files a/public/images/pokemon/exp/back/shiny/913.png and b/public/images/pokemon/exp/back/shiny/913.png differ
diff --git a/public/images/pokemon/exp/back/shiny/914.png b/public/images/pokemon/exp/back/shiny/914.png
index 2f0510312bb..17f787add8f 100644
Binary files a/public/images/pokemon/exp/back/shiny/914.png and b/public/images/pokemon/exp/back/shiny/914.png differ
diff --git a/public/images/pokemon/exp/back/shiny/954.png b/public/images/pokemon/exp/back/shiny/954.png
index 3d2111bd99e..e12b479d462 100644
Binary files a/public/images/pokemon/exp/back/shiny/954.png and b/public/images/pokemon/exp/back/shiny/954.png differ
diff --git a/public/images/pokemon/exp/back/shiny/981.png b/public/images/pokemon/exp/back/shiny/981.png
index 90a25d7eca3..153f6594be4 100644
Binary files a/public/images/pokemon/exp/back/shiny/981.png and b/public/images/pokemon/exp/back/shiny/981.png differ
diff --git a/public/images/pokemon/exp/back/shiny/987.png b/public/images/pokemon/exp/back/shiny/987.png
index d829e1a2d11..f62bb9f3ecc 100644
Binary files a/public/images/pokemon/exp/back/shiny/987.png and b/public/images/pokemon/exp/back/shiny/987.png differ
diff --git a/public/images/pokemon/exp/708.json b/public/images/pokemon/exp/back/shiny/female/6215.json
similarity index 62%
rename from public/images/pokemon/exp/708.json
rename to public/images/pokemon/exp/back/shiny/female/6215.json
index f03fc408ded..07510ceaa55 100644
--- a/public/images/pokemon/exp/708.json
+++ b/public/images/pokemon/exp/back/shiny/female/6215.json
@@ -1,432 +1,33 @@
{
"textures": [
{
- "image": "708.png",
+ "image": "6215.png",
"format": "RGBA8888",
"size": {
- "w": 206,
- "h": 206
+ "w": 155,
+ "h": 155
},
"scale": 1,
"frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 43
- }
- },
{
"filename": "0007.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 51,
- "h": 43
- },
- "frame": {
"x": 0,
- "y": 43,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 43,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 43,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
"y": 1,
- "w": 51,
- "h": 43
+ "w": 54,
+ "h": 49
},
"frame": {
"x": 0,
- "y": 86,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 86,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 86,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
"y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 42,
- "w": 51,
- "h": 42
+ "w": 54,
+ "h": 49
}
},
{
@@ -434,20 +35,41 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 51,
- "h": 42
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 51,
- "y": 84,
- "w": 51,
- "h": 42
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0019.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
@@ -455,20 +77,41 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 51,
- "h": 42
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 51,
- "y": 84,
- "w": 51,
- "h": 42
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0031.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
@@ -476,461 +119,41 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 84,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 126,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 126,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 126,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 84,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 84,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 84,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 125,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 125,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 125,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 50,
- "h": 40
- },
- "frame": {
- "x": 102,
- "y": 166,
- "w": 50,
- "h": 40
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
"x": 0,
- "y": 6,
- "w": 50,
- "h": 40
- },
- "frame": {
- "x": 152,
- "y": 166,
- "w": 50,
- "h": 40
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
"y": 1,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 153,
+ "x": 0,
"y": 0,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 49
}
},
{
- "filename": "0042.png",
+ "filename": "0043.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 6,
+ "x": 0,
"y": 1,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 153,
+ "x": 0,
"y": 0,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 153,
- "y": 41,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 153,
- "y": 41,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 49
}
},
{
@@ -938,41 +161,146 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 51,
- "h": 41
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 153,
- "y": 82,
- "w": 51,
- "h": 41
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
- "filename": "0048.png",
+ "filename": "0005.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 2,
+ "x": 0,
"y": 3,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 47
},
"frame": {
- "x": 153,
- "y": 82,
- "w": 51,
- "h": 41
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0006.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0021.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0022.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0029.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0030.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
}
},
{
@@ -980,20 +308,167 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
"h": 47
},
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0046.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0003.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
"spriteSourceSize": {
"x": 0,
"y": 4,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 46
},
"frame": {
- "x": 153,
- "y": 123,
- "w": 51,
- "h": 41
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0004.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0023.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0024.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0027.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0028.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
}
},
{
@@ -1001,20 +476,545 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
"x": 0,
"y": 4,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 46
},
"frame": {
- "x": 153,
- "y": 123,
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0048.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0001.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 6,
+ "w": 54,
+ "h": 44
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 54,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0002.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 6,
+ "w": 54,
+ "h": 44
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 54,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0025.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 6,
+ "w": 54,
+ "h": 44
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 54,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0026.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 6,
+ "w": 54,
+ "h": 44
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 54,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0009.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0010.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0017.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0018.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0033.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0034.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0035.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0042.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0011.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0012.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0015.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0016.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0036.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0037.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0040.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0041.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0013.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 0,
"w": 51,
- "h": 41
+ "h": 50
+ },
+ "frame": {
+ "x": 104,
+ "y": 93,
+ "w": 51,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0014.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 0,
+ "w": 51,
+ "h": 50
+ },
+ "frame": {
+ "x": 104,
+ "y": 93,
+ "w": 51,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0038.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 0,
+ "w": 51,
+ "h": 50
+ },
+ "frame": {
+ "x": 104,
+ "y": 93,
+ "w": 51,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0039.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 0,
+ "w": 51,
+ "h": 50
+ },
+ "frame": {
+ "x": 104,
+ "y": 93,
+ "w": 51,
+ "h": 50
}
}
]
@@ -1023,6 +1023,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:db6408a4e96a3c4552035ce768316e02:28f26069e5c44ed9f6fa66442864f895:796c82c5076b122f2663381836c65843$"
+ "smartupdate": "$TexturePacker:SmartUpdate:7decf4c336c92bdacc5d43bc8590718f:30606c7130f3577df61a85f98b567a88:736cd88647e79ba7896fc74f9406c2fe$"
}
}
diff --git a/public/images/pokemon/exp/back/shiny/female/6215.png b/public/images/pokemon/exp/back/shiny/female/6215.png
new file mode 100644
index 00000000000..3af5e81148c
Binary files /dev/null and b/public/images/pokemon/exp/back/shiny/female/6215.png differ
diff --git a/public/images/pokemon/exp/back/shiny/female/668.json b/public/images/pokemon/exp/back/shiny/female/668.json
new file mode 100644
index 00000000000..8e55af5a4de
--- /dev/null
+++ b/public/images/pokemon/exp/back/shiny/female/668.json
@@ -0,0 +1,820 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 76, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 152, "y": 283, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 73, "y": 284, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 74, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 460, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 227, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 385, "y": 284, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 75, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 472, "y": 283, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 77, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 233, "y": 282, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 5, "w": 77, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 396, "y": 215, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 399, "y": 144, "w": 76, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 76, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 431, "y": 73, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 242, "y": 142, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 156, "y": 213, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 76, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 152, "y": 283, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 73, "y": 284, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 74, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 460, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 227, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 385, "y": 284, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 75, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 472, "y": 283, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 77, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 233, "y": 282, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 5, "w": 77, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 396, "y": 215, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 399, "y": 144, "w": 76, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 76, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 431, "y": 73, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 242, "y": 142, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 156, "y": 213, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 76, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 152, "y": 283, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 73, "y": 284, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 74, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 460, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 227, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 385, "y": 284, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 75, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 472, "y": 283, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 77, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 233, "y": 282, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 5, "w": 77, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 396, "y": 215, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 399, "y": 144, "w": 76, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 76, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 431, "y": 73, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 242, "y": 142, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 156, "y": 213, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 76, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 152, "y": 283, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 73, "y": 284, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 74, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 460, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 227, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 385, "y": 284, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 75, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 472, "y": 283, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 77, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 233, "y": 282, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 5, "w": 77, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 396, "y": 215, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 399, "y": 144, "w": 76, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 76, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 431, "y": 73, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 242, "y": 142, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 156, "y": 213, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 144, "w": 78, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 78, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 233, "y": 213, "w": 78, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 78, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 156, "y": 144, "w": 79, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 79, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 319, "y": 144, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 80, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 242, "y": 73, "w": 80, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 80, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 310, "y": 282, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 534, "y": 350, "w": 71, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 4, "w": 71, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 301, "y": 351, "w": 67, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 3, "w": 67, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 353, "w": 63, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 3, "w": 63, "h": 75 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 204, "y": 417, "w": 63, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 2, "w": 63, "h": 75 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 139, "y": 352, "w": 65, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 65, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 73, "y": 352, "w": 66, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 3, "w": 66, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 368, "y": 351, "w": 69, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 69, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 284, "w": 73, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 4, "w": 73, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 475, "y": 214, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 319, "y": 212, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 82, "y": 73, "w": 80, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 80, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 519, "y": 72, "w": 83, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 83, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 434, "y": 0, "w": 85, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 85, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 261, "y": 0, "w": 86, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 86, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 174, "y": 0, "w": 87, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 87, "y": 0, "w": 87, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 87, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 0, "w": 87, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 87, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 347, "y": 0, "w": 87, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 87, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 519, "y": 0, "w": 85, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 85, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 347, "y": 72, "w": 84, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 84, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 73, "w": 82, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 162, "y": 73, "w": 80, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 80, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 78, "y": 144, "w": 78, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 78, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "format": "I8",
+ "size": { "w": 605, "h": 492 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/shiny/female/668.png b/public/images/pokemon/exp/back/shiny/female/668.png
new file mode 100644
index 00000000000..cec15d8fcb7
Binary files /dev/null and b/public/images/pokemon/exp/back/shiny/female/668.png differ
diff --git a/public/images/pokemon/exp/back/shiny/707.json b/public/images/pokemon/exp/female/6215.json
similarity index 62%
rename from public/images/pokemon/exp/back/shiny/707.json
rename to public/images/pokemon/exp/female/6215.json
index 384c57d4102..8e010a77bb6 100644
--- a/public/images/pokemon/exp/back/shiny/707.json
+++ b/public/images/pokemon/exp/female/6215.json
@@ -1,2007 +1,33 @@
{
"textures": [
{
- "image": "707.png",
+ "image": "6215.png",
"format": "RGBA8888",
"size": {
- "w": 286,
- "h": 286
+ "w": 230,
+ "h": 230
},
"scale": 1,
"frames": [
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 0,
- "w": 37,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 72,
- "w": 37,
- "h": 72
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 0,
- "w": 37,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 72,
- "w": 37,
- "h": 72
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 0,
- "w": 37,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 72,
- "w": 37,
- "h": 72
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 38,
- "y": 144,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 38,
- "y": 144,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 38,
- "y": 144,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 77,
- "y": 143,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 77,
- "y": 143,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 77,
- "y": 143,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 71,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 71,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 71,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 115,
- "y": 142,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 70
- },
- "frame": {
- "x": 151,
- "y": 70,
- "w": 41,
- "h": 70
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 70
- },
- "frame": {
- "x": 151,
- "y": 70,
- "w": 41,
- "h": 70
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 70
- },
- "frame": {
- "x": 151,
- "y": 70,
- "w": 41,
- "h": 70
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 156,
- "y": 0,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 156,
- "y": 0,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 156,
- "y": 0,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 118,
- "y": 212,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 118,
- "y": 212,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 118,
- "y": 212,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 156,
- "y": 212,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 156,
- "y": 212,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 156,
- "y": 212,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 157,
- "y": 140,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 157,
- "y": 140,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 157,
- "y": 140,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 196,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 196,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 196,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 239,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 239,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 235,
- "y": 69,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 235,
- "y": 69,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 235,
- "y": 138,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 235,
- "y": 138,
- "w": 42,
- "h": 69
- }
- },
{
"filename": "0007.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 48,
- "h": 74
+ "w": 56,
+ "h": 54
},
"spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 41,
- "h": 69
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
},
"frame": {
- "x": 200,
- "y": 207,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
+ "x": 0,
"y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 200,
- "y": 207,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 200,
- "y": 207,
- "w": 41,
- "h": 69
+ "w": 55,
+ "h": 50
}
},
{
@@ -2009,20 +35,1175 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 48,
- "h": 74
+ "w": 56,
+ "h": 54
},
"spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 40,
- "h": 69
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
},
"frame": {
- "x": 241,
- "y": 207,
- "w": 40,
- "h": 69
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0019.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0020.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0031.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0032.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0043.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0044.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0055.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0056.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0067.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0068.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0079.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0080.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0003.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0004.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0023.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0024.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0027.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0028.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0047.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0048.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0051.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0052.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0071.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0072.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0075.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0076.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0005.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0006.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0021.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0022.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0029.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0030.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0045.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0046.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0069.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0070.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0077.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0078.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0009.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0010.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0017.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0018.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0033.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0034.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0041.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0042.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0057.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0058.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0065.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0066.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0011.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0012.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0015.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0016.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0035.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
@@ -2030,20 +1211,125 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 48,
- "h": 74
+ "w": 56,
+ "h": 54
},
"spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 40,
- "h": 69
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 241,
- "y": 207,
- "w": 40,
- "h": 69
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0039.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0040.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0059.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0060.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0063.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
@@ -2051,20 +1337,734 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 48,
- "h": 74
+ "w": 56,
+ "h": 54
},
"spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 40,
- "h": 69
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 241,
- "y": 207,
- "w": 40,
- "h": 69
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0053.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 150,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0054.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 150,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0081.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 55,
+ "y": 51,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0082.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 55,
+ "y": 51,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0013.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0014.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0037.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0038.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0061.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0062.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0001.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0002.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0025.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0026.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0049.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0050.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0073.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0074.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0083.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 47,
+ "h": 47
+ },
+ "frame": {
+ "x": 108,
+ "y": 49,
+ "w": 47,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0084.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 47,
+ "h": 47
+ },
+ "frame": {
+ "x": 108,
+ "y": 49,
+ "w": 47,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0097.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 47,
+ "h": 47
+ },
+ "frame": {
+ "x": 155,
+ "y": 49,
+ "w": 47,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0098.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 47,
+ "h": 47
+ },
+ "frame": {
+ "x": 155,
+ "y": 49,
+ "w": 47,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0087.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 7,
+ "w": 47,
+ "h": 44
+ },
+ "frame": {
+ "x": 108,
+ "y": 96,
+ "w": 47,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0088.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 7,
+ "w": 47,
+ "h": 44
+ },
+ "frame": {
+ "x": 108,
+ "y": 96,
+ "w": 47,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0085.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 45,
+ "h": 46
+ },
+ "frame": {
+ "x": 155,
+ "y": 96,
+ "w": 45,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0086.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 45,
+ "h": 46
+ },
+ "frame": {
+ "x": 155,
+ "y": 96,
+ "w": 45,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0089.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 8,
+ "w": 45,
+ "h": 44
+ },
+ "frame": {
+ "x": 107,
+ "y": 140,
+ "w": 45,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0090.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 8,
+ "w": 45,
+ "h": 44
+ },
+ "frame": {
+ "x": 107,
+ "y": 140,
+ "w": 45,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0091.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 39,
+ "h": 46
+ },
+ "frame": {
+ "x": 103,
+ "y": 184,
+ "w": 39,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0092.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 39,
+ "h": 46
+ },
+ "frame": {
+ "x": 103,
+ "y": 184,
+ "w": 39,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0093.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 38,
+ "h": 46
+ },
+ "frame": {
+ "x": 142,
+ "y": 184,
+ "w": 38,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0094.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 38,
+ "h": 46
+ },
+ "frame": {
+ "x": 142,
+ "y": 184,
+ "w": 38,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0095.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 8,
+ "w": 41,
+ "h": 44
+ },
+ "frame": {
+ "x": 180,
+ "y": 142,
+ "w": 41,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0096.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 8,
+ "w": 41,
+ "h": 44
+ },
+ "frame": {
+ "x": 180,
+ "y": 142,
+ "w": 41,
+ "h": 44
}
}
]
@@ -2073,6 +2073,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:cdbd19c7dad9a1ff1df2740c2ec77705:390b1dd326d02ff6f47617dbaa2be2bb:8e96b9056ea81e44ced99c97f472a528$"
+ "smartupdate": "$TexturePacker:SmartUpdate:a8930baf3a1083758adeeca87b28c6c7:3138fb5696691a4322b6805a44d3caa0:736cd88647e79ba7896fc74f9406c2fe$"
}
}
diff --git a/public/images/pokemon/exp/female/6215.png b/public/images/pokemon/exp/female/6215.png
new file mode 100644
index 00000000000..2d132090ae8
Binary files /dev/null and b/public/images/pokemon/exp/female/6215.png differ
diff --git a/public/images/pokemon/exp/female/668.json b/public/images/pokemon/exp/female/668.json
new file mode 100644
index 00000000000..443f13c0b54
--- /dev/null
+++ b/public/images/pokemon/exp/female/668.json
@@ -0,0 +1,820 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 291, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 453, "y": 289, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 441, "y": 360, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 309, "y": 359, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 380, "y": 358, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 317, "y": 289, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 390, "y": 288, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 254, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 63, "y": 220, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 399, "y": 216, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 64, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 138, "y": 74, "w": 63, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 63, "h": 78 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 201, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 264, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 291, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 453, "y": 289, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 441, "y": 360, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 309, "y": 359, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 380, "y": 358, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 317, "y": 289, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 390, "y": 288, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 254, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 63, "y": 220, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 399, "y": 216, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 64, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 138, "y": 74, "w": 63, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 63, "h": 78 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 201, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 264, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 291, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 453, "y": 289, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 441, "y": 360, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 309, "y": 359, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 380, "y": 358, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 317, "y": 289, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 390, "y": 288, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 254, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 63, "y": 220, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 399, "y": 216, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 64, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 138, "y": 74, "w": 63, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 63, "h": 78 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 201, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 264, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 291, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 453, "y": 289, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 441, "y": 360, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 309, "y": 359, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 380, "y": 358, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 317, "y": 289, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 390, "y": 288, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 254, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 63, "y": 220, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 399, "y": 216, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 64, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 138, "y": 74, "w": 63, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 63, "h": 78 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 201, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 264, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 147, "w": 64, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 64, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 127, "y": 152, "w": 64, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 64, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 465, "y": 146, "w": 65, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 65, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 399, "y": 146, "w": 66, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 66, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 334, "y": 74, "w": 66, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 66, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 191, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 126, "y": 223, "w": 62, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 62, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 462, "y": 217, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 188, "y": 291, "w": 61, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 61, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 249, "y": 291, "w": 60, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 60, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 62, "y": 292, "w": 60, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 60, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 122, "y": 295, "w": 60, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 60, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 182, "y": 363, "w": 59, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 59, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 60, "y": 364, "w": 59, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 59, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 362, "w": 60, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 60, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 327, "y": 217, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 268, "y": 74, "w": 66, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 66, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 74, "w": 69, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 69, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 376, "y": 0, "w": 73, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 227, "y": 0, "w": 75, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 75, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 76, "y": 0, "w": 76, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 76, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 76, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 76, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 152, "y": 0, "w": 75, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 75, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 302, "y": 0, "w": 74, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 74, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 449, "y": 0, "w": 72, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 72, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 449, "y": 73, "w": 71, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 71, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 69, "y": 74, "w": 69, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 69, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 201, "y": 74, "w": 67, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 67, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 334, "y": 145, "w": 65, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 65, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "format": "I8",
+ "size": { "w": 530, "h": 436 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/female/668.png b/public/images/pokemon/exp/female/668.png
new file mode 100644
index 00000000000..fa0582a61f1
Binary files /dev/null and b/public/images/pokemon/exp/female/668.png differ
diff --git a/public/images/pokemon/exp/shiny/1003.png b/public/images/pokemon/exp/shiny/1003.png
index 6fab9bfe143..22c1d89a879 100644
Binary files a/public/images/pokemon/exp/shiny/1003.png and b/public/images/pokemon/exp/shiny/1003.png differ
diff --git a/public/images/pokemon/exp/shiny/2037.json b/public/images/pokemon/exp/shiny/2037.json
index bba453cc0a9..bcd9340b28a 100644
--- a/public/images/pokemon/exp/shiny/2037.json
+++ b/public/images/pokemon/exp/shiny/2037.json
@@ -1,1112 +1,101 @@
-{
- "textures": [
- {
- "image": "2037.png",
- "format": "RGBA8888",
- "size": {
- "w": 224,
- "h": 224
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 52,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 52,
- "h": 47
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 52,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 47,
- "w": 52,
- "h": 47
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 52,
- "h": 47
- },
- "frame": {
- "x": 52,
- "y": 0,
- "w": 52,
- "h": 47
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 157,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 94,
- "w": 52,
- "h": 46
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 46
- },
- "frame": {
- "x": 52,
- "y": 47,
- "w": 52,
- "h": 46
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 104,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 104,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 104,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 104,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 104,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 104,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 140,
- "w": 52,
- "h": 46
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 157,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 93,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 93,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 93,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 93,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 93,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 93,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 93,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 104,
- "y": 91,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 138,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 54,
- "h": 41
- },
- "frame": {
- "x": 52,
- "y": 183,
- "w": 54,
- "h": 41
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 54,
- "h": 41
- },
- "frame": {
- "x": 52,
- "y": 183,
- "w": 54,
- "h": 41
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 54,
- "h": 41
- },
- "frame": {
- "x": 52,
- "y": 183,
- "w": 54,
- "h": 41
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 54,
- "h": 41
- },
- "frame": {
- "x": 52,
- "y": 183,
- "w": 54,
- "h": 41
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 54,
- "h": 41
- },
- "frame": {
- "x": 52,
- "y": 183,
- "w": 54,
- "h": 41
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 54,
- "h": 41
- },
- "frame": {
- "x": 52,
- "y": 183,
- "w": 54,
- "h": 41
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 104,
- "y": 136,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 104,
- "y": 136,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 104,
- "y": 136,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 104,
- "y": 136,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 104,
- "y": 136,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 104,
- "y": 136,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 157,
- "y": 135,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 106,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 106,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 106,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 106,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 106,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 106,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 160,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 160,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 160,
- "y": 180,
- "w": 54,
- "h": 42
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bc39b65cf0ec2f14ad8bf933de8a41c5:b5060619f68332d93b5dc706d7dd4b94:c679847d1c2ddf91caeaa5ebb76a6664$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 59, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 59, "y": 0, "w": 59, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 118, "y": 0, "w": 59, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 177, "y": 0, "w": 59, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 46, "w": 59, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 59, "y": 46, "w": 59, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 118, "y": 46, "w": 59, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 177, "y": 46, "w": 59, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 92, "w": 59, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 59, "y": 92, "w": 59, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2037.png",
+ "format": "I8",
+ "size": { "w": 236, "h": 138 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/2037.png b/public/images/pokemon/exp/shiny/2037.png
index 57b5fc6a54a..bf55fc87f2c 100644
Binary files a/public/images/pokemon/exp/shiny/2037.png and b/public/images/pokemon/exp/shiny/2037.png differ
diff --git a/public/images/pokemon/exp/shiny/2038.json b/public/images/pokemon/exp/shiny/2038.json
index 864e19300de..90b36cbc795 100644
--- a/public/images/pokemon/exp/shiny/2038.json
+++ b/public/images/pokemon/exp/shiny/2038.json
@@ -1,692 +1,155 @@
-{
- "textures": [
- {
- "image": "2038.png",
- "format": "RGBA8888",
- "size": {
- "w": 516,
- "h": 516
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 9,
- "w": 86,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 74
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 8,
- "w": 84,
- "h": 75
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 84,
- "h": 75
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 85,
- "h": 75
- },
- "frame": {
- "x": 170,
- "y": 0,
- "w": 85,
- "h": 75
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 85,
- "h": 75
- },
- "frame": {
- "x": 255,
- "y": 0,
- "w": 85,
- "h": 75
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 86,
- "h": 75
- },
- "frame": {
- "x": 340,
- "y": 0,
- "w": 86,
- "h": 75
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 86,
- "h": 75
- },
- "frame": {
- "x": 426,
- "y": 0,
- "w": 86,
- "h": 75
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 8,
- "w": 88,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 75,
- "w": 88,
- "h": 75
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 8,
- "w": 87,
- "h": 75
- },
- "frame": {
- "x": 88,
- "y": 75,
- "w": 87,
- "h": 75
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 7,
- "w": 89,
- "h": 76
- },
- "frame": {
- "x": 175,
- "y": 75,
- "w": 89,
- "h": 76
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 87,
- "h": 77
- },
- "frame": {
- "x": 264,
- "y": 75,
- "w": 87,
- "h": 77
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 90,
- "h": 77
- },
- "frame": {
- "x": 351,
- "y": 75,
- "w": 90,
- "h": 77
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 86,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 150,
- "w": 86,
- "h": 78
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 85,
- "h": 78
- },
- "frame": {
- "x": 86,
- "y": 150,
- "w": 85,
- "h": 78
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 85,
- "h": 78
- },
- "frame": {
- "x": 171,
- "y": 151,
- "w": 85,
- "h": 78
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 91,
- "h": 78
- },
- "frame": {
- "x": 256,
- "y": 152,
- "w": 91,
- "h": 78
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 86,
- "h": 79
- },
- "frame": {
- "x": 347,
- "y": 152,
- "w": 86,
- "h": 79
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 86,
- "h": 79
- },
- "frame": {
- "x": 0,
- "y": 228,
- "w": 86,
- "h": 79
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 85,
- "h": 79
- },
- "frame": {
- "x": 86,
- "y": 228,
- "w": 85,
- "h": 79
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 85,
- "h": 79
- },
- "frame": {
- "x": 171,
- "y": 229,
- "w": 85,
- "h": 79
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 85,
- "h": 79
- },
- "frame": {
- "x": 256,
- "y": 230,
- "w": 85,
- "h": 79
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 90,
- "h": 79
- },
- "frame": {
- "x": 341,
- "y": 231,
- "w": 90,
- "h": 79
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 85,
- "h": 80
- },
- "frame": {
- "x": 431,
- "y": 231,
- "w": 85,
- "h": 80
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 86,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 307,
- "w": 86,
- "h": 80
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 87,
- "h": 81
- },
- "frame": {
- "x": 86,
- "y": 308,
- "w": 87,
- "h": 81
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 90,
- "h": 81
- },
- "frame": {
- "x": 173,
- "y": 309,
- "w": 90,
- "h": 81
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 88,
- "h": 82
- },
- "frame": {
- "x": 263,
- "y": 310,
- "w": 88,
- "h": 82
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 90,
- "h": 82
- },
- "frame": {
- "x": 351,
- "y": 311,
- "w": 90,
- "h": 82
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 88,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 389,
- "w": 88,
- "h": 83
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 89,
- "h": 83
- },
- "frame": {
- "x": 88,
- "y": 390,
- "w": 89,
- "h": 83
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 89,
- "h": 83
- },
- "frame": {
- "x": 177,
- "y": 392,
- "w": 89,
- "h": 83
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 89,
- "h": 83
- },
- "frame": {
- "x": 266,
- "y": 393,
- "w": 89,
- "h": 83
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 90,
- "h": 83
- },
- "frame": {
- "x": 355,
- "y": 393,
- "w": 90,
- "h": 83
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:90bf50050728a091bdf4379ca942498d:30c5d97fa3349bcea4fb2421cc82a0fc:51bcdbb4fa6a1a9e90a83c2a4132ee1b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 157, "y": 194, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 76, "h": 65 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 164, "y": 128, "w": 80, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 80, "h": 66 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 244, "y": 128, "w": 80, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 80, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 130, "w": 80, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 80, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 78, "y": 194, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 79, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 170, "y": 0, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 84, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 254, "y": 0, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 84, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 86, "y": 0, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 84, "h": 65 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 170, "y": 64, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 84, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 86, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 86, "h": 65 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 254, "y": 64, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 84, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 65, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 82, "h": 65 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 80, "y": 130, "w": 80, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 80, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 82, "y": 65, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 82, "h": 65 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 244, "y": 192, "w": 80, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 80, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 194, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 78, "h": 65 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2038.png",
+ "format": "I8",
+ "size": { "w": 338, "h": 259 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/2038.png b/public/images/pokemon/exp/shiny/2038.png
index 4496e7eacc2..c2e00f4c939 100644
Binary files a/public/images/pokemon/exp/shiny/2038.png and b/public/images/pokemon/exp/shiny/2038.png differ
diff --git a/public/images/pokemon/exp/shiny/2074.json b/public/images/pokemon/exp/shiny/2074.json
index 0707b26186c..c29fe8e2992 100644
--- a/public/images/pokemon/exp/shiny/2074.json
+++ b/public/images/pokemon/exp/shiny/2074.json
@@ -1,272 +1,425 @@
-{
- "textures": [
- {
- "image": "2074.png",
- "format": "RGBA8888",
- "size": {
- "w": 142,
- "h": 142
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 63,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 28
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 12,
- "w": 61,
- "h": 30
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 61,
- "h": 30
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 12,
- "w": 61,
- "h": 30
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 61,
- "h": 30
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 8,
- "w": 57,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 28,
- "w": 57,
- "h": 32
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 8,
- "w": 57,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 28,
- "w": 57,
- "h": 32
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 56,
- "h": 35
- },
- "frame": {
- "x": 57,
- "y": 30,
- "w": 56,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 56,
- "h": 35
- },
- "frame": {
- "x": 57,
- "y": 30,
- "w": 56,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 52,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 52,
- "h": 37
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 52,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 52,
- "h": 37
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 47,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 97,
- "w": 47,
- "h": 40
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 48,
- "h": 39
- },
- "frame": {
- "x": 47,
- "y": 97,
- "w": 48,
- "h": 39
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 47,
- "h": 39
- },
- "frame": {
- "x": 95,
- "y": 65,
- "w": 47,
- "h": 39
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8b430a28b9c42658bb83aba3cc9d0d69:c07291451914e5634685b69162c2028f:ad137687a877f55f096b7447bfdfe295$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 118, "y": 120, "w": 55, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 55, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 64, "y": 91, "w": 58, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 58, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 122, "y": 92, "w": 60, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 60, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 1, "y": 90, "w": 63, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 63, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 251, "y": 32, "w": 65, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 65, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 32, "w": 67, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 67, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 251, "y": 61, "w": 65, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 65, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 133, "y": 64, "w": 64, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 64, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 256, "y": 118, "w": 62, "h": 27 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 62, "h": 27 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 118, "w": 60, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 60, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 61, "y": 120, "w": 57, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 57, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 118, "y": 120, "w": 55, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 55, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 64, "y": 91, "w": 58, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 58, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 122, "y": 92, "w": 60, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 60, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 90, "w": 63, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 63, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 251, "y": 32, "w": 65, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 65, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 32, "w": 67, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 67, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 251, "y": 61, "w": 65, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 65, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 133, "y": 64, "w": 64, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 64, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 182, "y": 119, "w": 62, "h": 27 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 62, "h": 27 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 1, "y": 118, "w": 60, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 60, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 61, "y": 120, "w": 57, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 57, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 118, "y": 120, "w": 55, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 55, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 64, "y": 91, "w": 58, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 58, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 122, "y": 92, "w": 60, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 60, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 90, "w": 63, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 63, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 251, "y": 32, "w": 65, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 65, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 1, "y": 32, "w": 67, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 67, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 251, "y": 61, "w": 65, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 65, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 133, "y": 64, "w": 64, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 64, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 182, "y": 119, "w": 62, "h": 27 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 62, "h": 27 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 1, "y": 118, "w": 60, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 60, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 61, "y": 120, "w": 57, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 57, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 118, "y": 120, "w": 55, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 55, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 197, "y": 90, "w": 59, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 8, "w": 59, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 256, "y": 90, "w": 61, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 61, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 68, "y": 63, "w": 65, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 65, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 1, "y": 62, "w": 67, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 67, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 71, "y": 1, "w": 69, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 69, "h": 31 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 1, "w": 70, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 70, "h": 31 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 140, "y": 1, "w": 69, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 69, "h": 31 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 209, "y": 1, "w": 67, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 67, "h": 31 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 276, "y": 1, "w": 65, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 65, "h": 31 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 129, "y": 32, "w": 63, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 68, "y": 32, "w": 61, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 31 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 192, "y": 32, "w": 59, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 59, "h": 32 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2074.png",
+ "format": "I8",
+ "size": { "w": 342, "h": 151 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/2074.png b/public/images/pokemon/exp/shiny/2074.png
index 8ca5c12c06d..6697b81ffbc 100644
Binary files a/public/images/pokemon/exp/shiny/2074.png and b/public/images/pokemon/exp/shiny/2074.png differ
diff --git a/public/images/pokemon/exp/shiny/2075.json b/public/images/pokemon/exp/shiny/2075.json
index e754d41dc7e..536079456f0 100644
--- a/public/images/pokemon/exp/shiny/2075.json
+++ b/public/images/pokemon/exp/shiny/2075.json
@@ -1,272 +1,812 @@
-{
- "textures": [
- {
- "image": "2075.png",
- "format": "RGBA8888",
- "size": {
- "w": 184,
- "h": 184
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 84,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 84,
- "h": 50
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 84,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 84,
- "h": 50
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 83,
- "h": 50
- },
- "frame": {
- "x": 84,
- "y": 0,
- "w": 83,
- "h": 50
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 83,
- "h": 50
- },
- "frame": {
- "x": 84,
- "y": 0,
- "w": 83,
- "h": 50
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 82,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 82,
- "h": 51
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 82,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 82,
- "h": 51
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 83,
- "h": 46
- },
- "frame": {
- "x": 82,
- "y": 50,
- "w": 83,
- "h": 46
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 83,
- "h": 46
- },
- "frame": {
- "x": 82,
- "y": 50,
- "w": 83,
- "h": 46
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 81,
- "h": 45
- },
- "frame": {
- "x": 82,
- "y": 96,
- "w": 81,
- "h": 45
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 81,
- "h": 45
- },
- "frame": {
- "x": 82,
- "y": 96,
- "w": 81,
- "h": 45
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 80,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 101,
- "w": 80,
- "h": 51
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 9,
- "w": 78,
- "h": 43
- },
- "frame": {
- "x": 80,
- "y": 141,
- "w": 78,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f0da90bc6bf32531b1e0ebbaa09bf832:9b17b69f6928a9f2486d30e170634486:732805cb123f88b2d403da0dec709706$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 225, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 442, "y": 1, "w": 72, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 144, "y": 88, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 358, "y": 89, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 145, "y": 218, "w": 65, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 0, "w": 65, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 358, "y": 89, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 144, "y": 88, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 442, "y": 1, "w": 72, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 225, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 76, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 151, "y": 1, "w": 74, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 298, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 151, "y": 1, "w": 74, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 76, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 1, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 225, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 442, "y": 1, "w": 72, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 144, "y": 88, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 358, "y": 89, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 145, "y": 218, "w": 65, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 0, "w": 65, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 358, "y": 89, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 144, "y": 88, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 442, "y": 1, "w": 72, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 225, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 76, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 151, "y": 1, "w": 74, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 298, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 151, "y": 1, "w": 74, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 76, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 1, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 225, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 442, "y": 1, "w": 72, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 144, "y": 88, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 358, "y": 89, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 145, "y": 218, "w": 65, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 0, "w": 65, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 358, "y": 89, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 144, "y": 88, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 442, "y": 1, "w": 72, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 225, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 1, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 76, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 151, "y": 1, "w": 74, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 298, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 151, "y": 1, "w": 74, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 76, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 1, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 225, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 434, "y": 87, "w": 73, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 73, "h": 42 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 358, "y": 169, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 358, "y": 169, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 358, "y": 169, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 431, "y": 169, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 170, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 427, "y": 129, "w": 74, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 74, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 74, "y": 172, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 442, "y": 45, "w": 74, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 42 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 362, "y": 46, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 217, "y": 45, "w": 71, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 71, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 371, "y": 1, "w": 71, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 71, "h": 45 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 45, "w": 70, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 70, "h": 45 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 288, "y": 87, "w": 70, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 70, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 215, "y": 89, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 71, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 144, "y": 45, "w": 73, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 73, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 288, "y": 45, "w": 74, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 42 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 215, "y": 172, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 130, "w": 74, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 74, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 288, "y": 209, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 361, "y": 209, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 1, "y": 210, "w": 72, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 250, "w": 72, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 39 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 210, "y": 253, "w": 71, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 71, "h": 39 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 215, "y": 132, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 71, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 348, "y": 249, "w": 69, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 69, "h": 41 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 147, "y": 131, "w": 68, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 2, "w": 68, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 147, "y": 174, "w": 66, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 1, "w": 66, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 283, "y": 249, "w": 65, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 65, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 434, "y": 209, "w": 67, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 2, "w": 67, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 417, "y": 252, "w": 68, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 3, "w": 68, "h": 41 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 213, "y": 212, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 3, "w": 70, "h": 41 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 1, "y": 90, "w": 70, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 70, "h": 39 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 73, "y": 252, "w": 72, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 72, "h": 39 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 73, "y": 212, "w": 72, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 75, "y": 131, "w": 72, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 41 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 286, "y": 131, "w": 72, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 41 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 71, "y": 88, "w": 73, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 42 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 71, "y": 45, "w": 73, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 73, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 225, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2075.png",
+ "format": "I8",
+ "size": { "w": 517, "h": 294 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/2075.png b/public/images/pokemon/exp/shiny/2075.png
index 952acfb9d6c..212e4b011df 100644
Binary files a/public/images/pokemon/exp/shiny/2075.png and b/public/images/pokemon/exp/shiny/2075.png differ
diff --git a/public/images/pokemon/exp/shiny/2076.json b/public/images/pokemon/exp/shiny/2076.json
index 916f50ab286..7cc16fe2ae8 100644
--- a/public/images/pokemon/exp/shiny/2076.json
+++ b/public/images/pokemon/exp/shiny/2076.json
@@ -1,272 +1,965 @@
-{
- "textures": [
- {
- "image": "2076.png",
- "format": "RGBA8888",
- "size": {
- "w": 204,
- "h": 204
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 60,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 60,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 73
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 58,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 73,
- "w": 58,
- "h": 73
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 58,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 73,
- "w": 58,
- "h": 73
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 58,
- "h": 73
- },
- "frame": {
- "x": 58,
- "y": 73,
- "w": 58,
- "h": 73
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 58,
- "h": 73
- },
- "frame": {
- "x": 58,
- "y": 73,
- "w": 58,
- "h": 73
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 57,
- "h": 73
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 57,
- "h": 73
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 56,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 56,
- "h": 70
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 56,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 56,
- "h": 70
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 56,
- "h": 68
- },
- "frame": {
- "x": 117,
- "y": 70,
- "w": 56,
- "h": 68
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 56,
- "h": 68
- },
- "frame": {
- "x": 117,
- "y": 70,
- "w": 56,
- "h": 68
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 56,
- "h": 66
- },
- "frame": {
- "x": 116,
- "y": 138,
- "w": 56,
- "h": 66
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:16956bca916a4bb869d1f41d97c30aa8:5d4d8d8dba8a507ca828fc7f08c0c2d9:719cdf7324091edbb7b1d6e2d7254a1a$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 407, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 166, "y": 343, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 115, "y": 274, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 347, "y": 204, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 116, "y": 205, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 174, "y": 69, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 231, "y": 69, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 59, "y": 204, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 233, "y": 204, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 117, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 348, "y": 1, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 117, "y": 69, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 170, "y": 274, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 338, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 280, "y": 407, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 407, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 166, "y": 343, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 115, "y": 274, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 347, "y": 204, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 116, "y": 205, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 174, "y": 69, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 231, "y": 69, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 59, "y": 204, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 233, "y": 204, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 117, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 348, "y": 1, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 117, "y": 69, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 170, "y": 274, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 1, "y": 338, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 280, "y": 407, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 1, "y": 407, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 166, "y": 343, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 115, "y": 274, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 347, "y": 204, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 116, "y": 205, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 174, "y": 69, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 231, "y": 69, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 59, "y": 204, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 233, "y": 204, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 117, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 348, "y": 1, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 117, "y": 69, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 170, "y": 274, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 1, "y": 338, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 280, "y": 407, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 1, "y": 407, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 166, "y": 343, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 115, "y": 274, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 347, "y": 204, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 116, "y": 205, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 174, "y": 69, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 231, "y": 69, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 59, "y": 204, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 233, "y": 204, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 117, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 348, "y": 1, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 117, "y": 69, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 170, "y": 274, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 1, "y": 338, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 280, "y": 407, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 55, "y": 408, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 172, "y": 205, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 288, "y": 70, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 59, "y": 1, "w": 58, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 280, "y": 340, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 109, "y": 411, "w": 53, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 53, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 220, "y": 409, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 225, "y": 340, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 56, "y": 339, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 291, "y": 1, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 1, "y": 1, "w": 58, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 58, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 290, "y": 204, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 175, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 346, "y": 70, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 346, "y": 70, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 137, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 1, "y": 137, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 59, "y": 137, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 59, "y": 137, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 288, "y": 137, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 288, "y": 137, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 346, "y": 137, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 346, "y": 137, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 346, "y": 137, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 117, "y": 138, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 175, "y": 138, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 1, "y": 204, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 1, "y": 70, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 1, "y": 204, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 1, "y": 70, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 1, "y": 204, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 1, "y": 70, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 1, "y": 204, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 59, "y": 70, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 1, "y": 271, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 58, "y": 272, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 228, "y": 272, "w": 56, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 284, "y": 272, "w": 56, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 340, "y": 273, "w": 56, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 336, "y": 341, "w": 55, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 55, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 111, "y": 343, "w": 55, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 55, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 334, "y": 409, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2076.png",
+ "format": "I8",
+ "size": { "w": 406, "h": 479 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/2076.png b/public/images/pokemon/exp/shiny/2076.png
index c5a245e18d2..d98bf81cead 100644
Binary files a/public/images/pokemon/exp/shiny/2076.png and b/public/images/pokemon/exp/shiny/2076.png differ
diff --git a/public/images/pokemon/exp/shiny/2088.json b/public/images/pokemon/exp/shiny/2088.json
index 30a33724ef6..3dc69f1024c 100644
--- a/public/images/pokemon/exp/shiny/2088.json
+++ b/public/images/pokemon/exp/shiny/2088.json
@@ -1,272 +1,173 @@
-{
- "textures": [
- {
- "image": "2088.png",
- "format": "RGBA8888",
- "size": {
- "w": 114,
- "h": 114
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 60,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 36
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 60,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 36
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 60,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 36
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 60,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 36
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 58,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 58,
- "h": 37
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 58,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 58,
- "h": 37
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 58,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 58,
- "h": 37
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 58,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 58,
- "h": 37
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 58,
- "y": 36,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 58,
- "y": 36,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 73,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 73,
- "w": 60,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:42001773997f63bbe00b9d4da8df4959:1a203471d110b19654220aaa601645a0:b8df8f168871505f42fdc6d3c5b106f0$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 53, "y": 114, "w": 51, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 51, "h": 40 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 231, "y": 75, "w": 52, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 52, "h": 40 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 111, "y": 79, "w": 53, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 53, "h": 39 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 57, "y": 75, "w": 54, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 54, "h": 39 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 234, "y": 36, "w": 56, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 56, "h": 39 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 75, "w": 57, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 57, "h": 37 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 59, "y": 38, "w": 58, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 58, "h": 37 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 38, "w": 59, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 59, "h": 37 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 234, "y": 0, "w": 61, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 36 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 60, "h": 38 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 60, "y": 0, "w": 59, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 59, "h": 38 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 176, "y": 0, "w": 58, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 58, "h": 38 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 119, "y": 0, "w": 57, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 57, "h": 39 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 176, "y": 38, "w": 55, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 55, "h": 39 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 112, "w": 53, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 53, "h": 39 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 117, "y": 39, "w": 53, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 53, "h": 40 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 170, "y": 77, "w": 52, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 52, "h": 40 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 222, "y": 115, "w": 51, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 51, "h": 40 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2088.png",
+ "format": "I8",
+ "size": { "w": 295, "h": 155 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/2088.png b/public/images/pokemon/exp/shiny/2088.png
index e8398a98c6e..5cccf0c0252 100644
Binary files a/public/images/pokemon/exp/shiny/2088.png and b/public/images/pokemon/exp/shiny/2088.png differ
diff --git a/public/images/pokemon/exp/shiny/2089.json b/public/images/pokemon/exp/shiny/2089.json
index c53c0ff8f49..3f8b618af75 100644
--- a/public/images/pokemon/exp/shiny/2089.json
+++ b/public/images/pokemon/exp/shiny/2089.json
@@ -1,1343 +1,1091 @@
-{
- "textures": [
- {
- "image": "2089.png",
- "format": "RGBA8888",
- "size": {
- "w": 349,
- "h": 349
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 94,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 94,
- "h": 58
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 94,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 94,
- "h": 58
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 94,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 94,
- "h": 58
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 94,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 94,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 92,
- "h": 60
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 92,
- "h": 60
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 92,
- "h": 60
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 92,
- "h": 60
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 92,
- "h": 60
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 92,
- "h": 60
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 92,
- "h": 60
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 92,
- "h": 60
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 90,
- "h": 63
- },
- "frame": {
- "x": 186,
- "y": 0,
- "w": 90,
- "h": 63
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 90,
- "h": 63
- },
- "frame": {
- "x": 186,
- "y": 0,
- "w": 90,
- "h": 63
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 90,
- "h": 63
- },
- "frame": {
- "x": 186,
- "y": 0,
- "w": 90,
- "h": 63
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 90,
- "h": 63
- },
- "frame": {
- "x": 186,
- "y": 0,
- "w": 90,
- "h": 63
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 90,
- "h": 61
- },
- "frame": {
- "x": 91,
- "y": 60,
- "w": 90,
- "h": 61
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 90,
- "h": 61
- },
- "frame": {
- "x": 91,
- "y": 60,
- "w": 90,
- "h": 61
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 90,
- "h": 61
- },
- "frame": {
- "x": 91,
- "y": 60,
- "w": 90,
- "h": 61
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 90,
- "h": 61
- },
- "frame": {
- "x": 91,
- "y": 60,
- "w": 90,
- "h": 61
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 89,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 119,
- "w": 89,
- "h": 60
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 89,
- "h": 59
- },
- "frame": {
- "x": 181,
- "y": 63,
- "w": 89,
- "h": 59
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 89,
- "h": 59
- },
- "frame": {
- "x": 181,
- "y": 63,
- "w": 89,
- "h": 59
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 89,
- "h": 58
- },
- "frame": {
- "x": 89,
- "y": 121,
- "w": 89,
- "h": 58
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 89,
- "h": 58
- },
- "frame": {
- "x": 89,
- "y": 121,
- "w": 89,
- "h": 58
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 89,
- "h": 58
- },
- "frame": {
- "x": 178,
- "y": 122,
- "w": 89,
- "h": 58
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 89,
- "h": 58
- },
- "frame": {
- "x": 178,
- "y": 122,
- "w": 89,
- "h": 58
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 82,
- "h": 64
- },
- "frame": {
- "x": 267,
- "y": 122,
- "w": 82,
- "h": 64
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 82,
- "h": 64
- },
- "frame": {
- "x": 267,
- "y": 122,
- "w": 82,
- "h": 64
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 82,
- "h": 64
- },
- "frame": {
- "x": 267,
- "y": 122,
- "w": 82,
- "h": 64
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 82,
- "h": 64
- },
- "frame": {
- "x": 267,
- "y": 122,
- "w": 82,
- "h": 64
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 88,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 179,
- "w": 88,
- "h": 65
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 88,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 179,
- "w": 88,
- "h": 65
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 88,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 179,
- "w": 88,
- "h": 65
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 88,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 179,
- "w": 88,
- "h": 65
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 88,
- "h": 61
- },
- "frame": {
- "x": 88,
- "y": 179,
- "w": 88,
- "h": 61
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 88,
- "h": 61
- },
- "frame": {
- "x": 88,
- "y": 179,
- "w": 88,
- "h": 61
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 88,
- "h": 61
- },
- "frame": {
- "x": 88,
- "y": 179,
- "w": 88,
- "h": 61
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 88,
- "h": 61
- },
- "frame": {
- "x": 88,
- "y": 179,
- "w": 88,
- "h": 61
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 88,
- "h": 61
- },
- "frame": {
- "x": 88,
- "y": 179,
- "w": 88,
- "h": 61
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 88,
- "h": 61
- },
- "frame": {
- "x": 88,
- "y": 179,
- "w": 88,
- "h": 61
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 88,
- "h": 60
- },
- "frame": {
- "x": 176,
- "y": 180,
- "w": 88,
- "h": 60
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 88,
- "h": 60
- },
- "frame": {
- "x": 176,
- "y": 180,
- "w": 88,
- "h": 60
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 85,
- "h": 67
- },
- "frame": {
- "x": 264,
- "y": 186,
- "w": 85,
- "h": 67
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 85,
- "h": 67
- },
- "frame": {
- "x": 264,
- "y": 186,
- "w": 85,
- "h": 67
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 85,
- "h": 67
- },
- "frame": {
- "x": 264,
- "y": 186,
- "w": 85,
- "h": 67
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 85,
- "h": 67
- },
- "frame": {
- "x": 264,
- "y": 186,
- "w": 85,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 83,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 83,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 83,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 83,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 86,
- "h": 62
- },
- "frame": {
- "x": 166,
- "y": 240,
- "w": 86,
- "h": 62
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 86,
- "h": 62
- },
- "frame": {
- "x": 166,
- "y": 240,
- "w": 86,
- "h": 62
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 86,
- "h": 62
- },
- "frame": {
- "x": 166,
- "y": 240,
- "w": 86,
- "h": 62
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 86,
- "h": 62
- },
- "frame": {
- "x": 166,
- "y": 240,
- "w": 86,
- "h": 62
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 84,
- "h": 63
- },
- "frame": {
- "x": 252,
- "y": 253,
- "w": 84,
- "h": 63
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 84,
- "h": 63
- },
- "frame": {
- "x": 252,
- "y": 253,
- "w": 84,
- "h": 63
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 84,
- "h": 63
- },
- "frame": {
- "x": 252,
- "y": 253,
- "w": 84,
- "h": 63
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 84,
- "h": 63
- },
- "frame": {
- "x": 252,
- "y": 253,
- "w": 84,
- "h": 63
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b372c992d91a52f723e195aa1fcf78ac:c1ffaccbd50e04a0e556b97d65b611ee:49ee9ed0dd32c5ba33977741b45fc3f4$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 463, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 536, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 151, "y": 61, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 370, "y": 61, "w": 75, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 236, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 183, "w": 77, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 151, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 76, "y": 125, "w": 80, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 540, "y": 238, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 463, "y": 1, "w": 82, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 445, "y": 122, "w": 83, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 499, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 333, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 250, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 167, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 84, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 321, "y": 239, "w": 82, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 78, "y": 183, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 250, "y": 350, "w": 80, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 488, "y": 350, "w": 78, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 385, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 312, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 76, "y": 1, "w": 75, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 463, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 536, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 151, "y": 61, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 370, "y": 61, "w": 75, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 236, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 183, "w": 77, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 151, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 76, "y": 125, "w": 80, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 540, "y": 238, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 463, "y": 1, "w": 82, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 445, "y": 122, "w": 83, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 499, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 333, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 250, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 167, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 84, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 1, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 321, "y": 239, "w": 82, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 78, "y": 183, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 250, "y": 350, "w": 80, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 488, "y": 350, "w": 78, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 385, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 312, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 76, "y": 1, "w": 75, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 463, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 536, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 151, "y": 61, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 370, "y": 61, "w": 75, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 236, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 183, "w": 77, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 151, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 76, "y": 125, "w": 80, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 540, "y": 238, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 463, "y": 1, "w": 82, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 445, "y": 122, "w": 83, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 499, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 333, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 250, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 167, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 84, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 1, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 321, "y": 239, "w": 82, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 78, "y": 183, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 250, "y": 350, "w": 80, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 488, "y": 350, "w": 78, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 385, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 312, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 76, "y": 1, "w": 75, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 463, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 536, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 151, "y": 61, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 370, "y": 61, "w": 75, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 236, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 183, "w": 77, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 151, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 76, "y": 125, "w": 80, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 540, "y": 238, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 463, "y": 1, "w": 82, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 445, "y": 122, "w": 83, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 499, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 333, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 250, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 167, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 84, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 1, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 321, "y": 239, "w": 82, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 78, "y": 183, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 250, "y": 350, "w": 80, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 488, "y": 350, "w": 78, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 385, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 312, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 76, "y": 1, "w": 75, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 463, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 297, "y": 61, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 224, "y": 61, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 1, "y": 64, "w": 75, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 388, "y": 178, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 540, "y": 178, "w": 77, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 307, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 156, "y": 125, "w": 80, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 159, "y": 186, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 545, "y": 1, "w": 82, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 528, "y": 122, "w": 83, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 416, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 333, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 167, "y": 298, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 582, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 1, "y": 298, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 84, "y": 298, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 403, "y": 239, "w": 82, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 240, "y": 186, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 330, "y": 350, "w": 80, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 410, "y": 350, "w": 78, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 229, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 464, "y": 178, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 1, "y": 1, "w": 75, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2089.png",
+ "format": "I8",
+ "size": { "w": 666, "h": 409 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/2089.png b/public/images/pokemon/exp/shiny/2089.png
index f560027e4dd..f60271c3f21 100644
Binary files a/public/images/pokemon/exp/shiny/2089.png and b/public/images/pokemon/exp/shiny/2089.png differ
diff --git a/public/images/pokemon/exp/shiny/248-mega.json b/public/images/pokemon/exp/shiny/248-mega.json
index 6dc54a8aeb2..15243cf5a2d 100644
--- a/public/images/pokemon/exp/shiny/248-mega.json
+++ b/public/images/pokemon/exp/shiny/248-mega.json
@@ -1,272 +1,929 @@
-{
- "textures": [
- {
- "image": "248-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 271,
- "h": 271
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 85,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 85,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 170,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 170,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 90,
- "h": 85
- },
- "frame": {
- "x": 91,
- "y": 85,
- "w": 90,
- "h": 85
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 90,
- "h": 85
- },
- "frame": {
- "x": 91,
- "y": 85,
- "w": 90,
- "h": 85
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 90,
- "h": 85
- },
- "frame": {
- "x": 181,
- "y": 85,
- "w": 90,
- "h": 85
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 84
- },
- "frame": {
- "x": 91,
- "y": 170,
- "w": 90,
- "h": 84
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e303fed6273448420d3b88ba11175e8d:629c5a6630efddb6c94efdcd98c81d33:90df97eb431b7162252516cb937a0b9e$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 467, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 559, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 374, "y": 261, "w": 91, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 91, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 467, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 262, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 91, "y": 431, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 183, "y": 431, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 514, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 182, "y": 513, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 273, "y": 515, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 87, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 91, "y": 513, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 364, "y": 513, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 546, "y": 433, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 431, "w": 89, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 89, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 365, "y": 430, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 273, "y": 348, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 370, "y": 346, "w": 90, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 90, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 186, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 278, "y": 263, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 184, "y": 176, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 559, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 374, "y": 261, "w": 91, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 91, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 467, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 262, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 91, "y": 431, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 183, "y": 431, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 514, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 182, "y": 513, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 273, "y": 515, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 87, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 91, "y": 513, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 364, "y": 513, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 546, "y": 433, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 431, "w": 89, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 89, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 365, "y": 430, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 273, "y": 348, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 370, "y": 346, "w": 90, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 90, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 186, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 278, "y": 263, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 184, "y": 176, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 559, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 374, "y": 261, "w": 91, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 91, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 467, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 262, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 91, "y": 431, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 183, "y": 431, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 514, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 182, "y": 513, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 273, "y": 515, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 87, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 91, "y": 513, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 364, "y": 513, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 546, "y": 433, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 431, "w": 89, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 89, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 365, "y": 430, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 273, "y": 348, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 370, "y": 346, "w": 90, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 90, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 186, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 278, "y": 263, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 184, "y": 176, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 559, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 374, "y": 261, "w": 91, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 91, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 467, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 262, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 91, "y": 431, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 183, "y": 431, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 514, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 182, "y": 513, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 273, "y": 515, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 87, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 91, "y": 513, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 364, "y": 513, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 546, "y": 433, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 431, "w": 89, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 89, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 365, "y": 430, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 273, "y": 348, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 370, "y": 346, "w": 90, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 90, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 186, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 278, "y": 263, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 184, "y": 176, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 176, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 92, "y": 176, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 561, "y": 261, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 0, "y": 346, "w": 89, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 89, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 467, "y": 345, "w": 89, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 89, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 94, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 91, "y": 347, "w": 89, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 89, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 182, "y": 347, "w": 89, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 89, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 275, "y": 431, "w": 87, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 87, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 457, "y": 430, "w": 87, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 87, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 558, "y": 346, "w": 86, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 86, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 283, "y": 175, "w": 89, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 89, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 189, "y": 88, "w": 92, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 92, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 0, "w": 93, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 93, "h": 87 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 380, "y": 0, "w": 92, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 92, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 95, "y": 88, "w": 92, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 92, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 474, "y": 0, "w": 92, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 92, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 190, "y": 0, "w": 93, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 93, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 95, "y": 0, "w": 93, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 93, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 285, "y": 0, "w": 93, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 93, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 473, "y": 88, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 93, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 378, "y": 88, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 93, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 283, "y": 88, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 93, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 89, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 93, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 374, "y": 175, "w": 91, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "248-mega.png",
+ "format": "I8",
+ "size": { "w": 651, "h": 595 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/248-mega.png b/public/images/pokemon/exp/shiny/248-mega.png
index eebfa35bbd4..8d9d5fc316c 100644
Binary files a/public/images/pokemon/exp/shiny/248-mega.png and b/public/images/pokemon/exp/shiny/248-mega.png differ
diff --git a/public/images/pokemon/exp/shiny/362-mega.json b/public/images/pokemon/exp/shiny/362-mega.json
index fe381106be4..c69ecfb1903 100644
--- a/public/images/pokemon/exp/shiny/362-mega.json
+++ b/public/images/pokemon/exp/shiny/362-mega.json
@@ -1,272 +1,551 @@
-{
- "textures": [
- {
- "image": "362-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 174,
- "h": 174
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 72
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 72
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 72
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 72
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 116,
- "y": 0,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 70
- },
- "frame": {
- "x": 58,
- "y": 71,
- "w": 58,
- "h": 70
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 70
- },
- "frame": {
- "x": 58,
- "y": 71,
- "w": 58,
- "h": 70
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2d52abc4de24282165212b778dfccd62:be0a830bc1f35d437700a203d1fea184:8a7271a5423838c97ddeb1e6dc343255$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 11, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 14, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 15, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 13, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 11, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 14, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 15, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 13, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 11, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 14, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 15, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 13, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "362-mega.png",
+ "format": "I8",
+ "size": { "w": 122, "h": 134 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/362-mega.png b/public/images/pokemon/exp/shiny/362-mega.png
index 9d2b9adc7f4..6645ab66cab 100644
Binary files a/public/images/pokemon/exp/shiny/362-mega.png and b/public/images/pokemon/exp/shiny/362-mega.png differ
diff --git a/public/images/pokemon/exp/shiny/373-mega.png b/public/images/pokemon/exp/shiny/373-mega.png
index dc42bd43632..15f7a2e9017 100644
Binary files a/public/images/pokemon/exp/shiny/373-mega.png and b/public/images/pokemon/exp/shiny/373-mega.png differ
diff --git a/public/images/pokemon/exp/shiny/4080.png b/public/images/pokemon/exp/shiny/4080.png
index 9c383118928..20cf5abe061 100644
Binary files a/public/images/pokemon/exp/shiny/4080.png and b/public/images/pokemon/exp/shiny/4080.png differ
diff --git a/public/images/pokemon/exp/shiny/4222.png b/public/images/pokemon/exp/shiny/4222.png
index 443aeb5fab3..62ab7974e7e 100644
Binary files a/public/images/pokemon/exp/shiny/4222.png and b/public/images/pokemon/exp/shiny/4222.png differ
diff --git a/public/images/pokemon/exp/shiny/4264.png b/public/images/pokemon/exp/shiny/4264.png
index 4848f512a60..3508177e683 100644
Binary files a/public/images/pokemon/exp/shiny/4264.png and b/public/images/pokemon/exp/shiny/4264.png differ
diff --git a/public/images/pokemon/exp/shiny/484-origin.json b/public/images/pokemon/exp/shiny/484-origin.json
index 97d6a0b5f49..e77754c3b3f 100644
--- a/public/images/pokemon/exp/shiny/484-origin.json
+++ b/public/images/pokemon/exp/shiny/484-origin.json
@@ -4,8 +4,8 @@
"image": "484-origin.png",
"format": "RGBA8888",
"size": {
- "w": 426,
- "h": 426
+ "w": 274,
+ "h": 274
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -35,20 +35,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -56,20 +56,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -77,20 +77,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -98,20 +98,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -119,146 +119,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
"w": 91,
- "h": 97
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 97
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
+ "h": 95
},
"spriteSourceSize": {
"x": 0,
- "y": 5,
- "w": 92,
- "h": 96
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 92,
- "h": 96
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 92,
- "h": 96
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 92,
- "h": 96
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
"y": 0,
"w": 90,
- "h": 97
+ "h": 95
},
"frame": {
"x": 0,
- "y": 97,
- "w": 90,
- "h": 97
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
"y": 0,
"w": 90,
- "h": 97
- },
- "frame": {
- "x": 0,
- "y": 97,
- "w": 90,
- "h": 97
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 96,
- "h": 90
- },
- "frame": {
- "x": 183,
- "y": 0,
- "w": 96,
- "h": 90
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 96,
- "h": 90
- },
- "frame": {
- "x": 183,
- "y": 0,
- "w": 96,
- "h": 90
+ "h": 95
}
},
{
@@ -266,20 +140,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -287,20 +161,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -308,20 +182,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -329,20 +203,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -350,20 +224,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -371,20 +245,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -392,20 +266,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -413,20 +287,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -434,20 +308,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -455,20 +329,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -476,20 +350,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -497,272 +371,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 90,
+ "w": 91,
"h": 95
},
- "frame": {
+ "spriteSourceSize": {
"x": 0,
- "y": 194,
- "w": 90,
- "h": 95
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 90,
- "h": 95
- },
- "frame": {
- "x": 0,
- "y": 194,
- "w": 90,
- "h": 95
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 7,
"y": 1,
- "w": 89,
- "h": 95
+ "w": 90,
+ "h": 94
},
"frame": {
"x": 0,
- "y": 289,
- "w": 89,
- "h": 95
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 89,
- "h": 95
- },
- "frame": {
- "x": 0,
- "y": 289,
- "w": 89,
- "h": 95
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 279,
- "y": 0,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 279,
- "y": 0,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 16,
- "w": 50,
- "h": 54
- },
- "frame": {
- "x": 371,
- "y": 0,
- "w": 50,
- "h": 54
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 16,
- "w": 50,
- "h": 54
- },
- "frame": {
- "x": 371,
- "y": 0,
- "w": 50,
- "h": 54
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 16,
- "w": 50,
- "h": 54
- },
- "frame": {
- "x": 371,
- "y": 0,
- "w": 50,
- "h": 54
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 16,
- "w": 50,
- "h": 54
- },
- "frame": {
- "x": 371,
- "y": 0,
- "w": 50,
- "h": 54
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 183,
- "y": 90,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 183,
- "y": 90,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 183,
- "y": 90,
- "w": 92,
- "h": 92
+ "y": 95,
+ "w": 90,
+ "h": 94
}
},
{
@@ -770,20 +392,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -791,20 +413,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -812,20 +434,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -833,20 +455,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -854,20 +476,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -875,20 +497,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -896,20 +518,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -917,20 +539,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -938,20 +560,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -959,20 +581,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -980,20 +602,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -1001,272 +623,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 5,
"w": 91,
- "h": 92
+ "h": 95
},
- "frame": {
- "x": 275,
- "y": 92,
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
+ "h": 91
},
"frame": {
"x": 90,
- "y": 97,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 90,
- "y": 97,
- "w": 89,
- "h": 93
+ "y": 0,
+ "w": 91,
+ "h": 91
}
},
{
@@ -1274,20 +644,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1295,20 +665,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1316,20 +686,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1337,20 +707,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1358,20 +728,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1379,20 +749,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1400,20 +770,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1421,20 +791,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1442,20 +812,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1463,20 +833,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1484,20 +854,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1505,19 +875,229 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
+ "h": 91
+ },
+ "frame": {
+ "x": 181,
+ "y": 0,
+ "w": 90,
+ "h": 91
+ }
+ },
+ {
+ "filename": "0011.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
"h": 92
},
"frame": {
"x": 90,
- "y": 190,
- "w": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0012.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0035.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0036.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0039.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0040.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0059.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0060.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0063.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0064.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
"h": 92
}
},
@@ -1526,20 +1106,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1547,20 +1127,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1568,20 +1148,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1589,20 +1169,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1610,20 +1190,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1631,20 +1211,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1652,20 +1232,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1673,20 +1253,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1694,20 +1274,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1715,20 +1295,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1736,20 +1316,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1757,62 +1337,62 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
+ "w": 89,
+ "h": 91
+ },
+ "frame": {
+ "x": 90,
+ "y": 183,
+ "w": 89,
+ "h": 91
+ }
+ },
+ {
+ "filename": "0015.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
"w": 89,
"h": 92
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 179,
+ "y": 91,
"w": 89,
"h": 92
}
},
{
- "filename": "0077.png",
+ "filename": "0016.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 90,
- "h": 90
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
},
"frame": {
- "x": 269,
- "y": 184,
- "w": 90,
- "h": 90
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 90,
- "h": 90
- },
- "frame": {
- "x": 269,
- "y": 184,
- "w": 90,
- "h": 90
+ "x": 179,
+ "y": 91,
+ "w": 89,
+ "h": 92
}
},
{
@@ -1820,20 +1400,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1841,20 +1421,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1862,20 +1442,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1883,20 +1463,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1904,20 +1484,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1925,608 +1505,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 7,
- "w": 79,
- "h": 86
- },
- "frame": {
- "x": 268,
- "y": 274,
- "w": 79,
- "h": 86
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 7,
- "w": 79,
- "h": 86
- },
- "frame": {
- "x": 268,
- "y": 274,
- "w": 79,
- "h": 86
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 10,
- "w": 79,
- "h": 83
- },
- "frame": {
- "x": 347,
- "y": 274,
- "w": 79,
- "h": 83
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 11,
- "w": 71,
- "h": 69
- },
- "frame": {
- "x": 347,
- "y": 357,
- "w": 71,
- "h": 69
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 11,
- "w": 71,
- "h": 69
- },
- "frame": {
- "x": 347,
- "y": 357,
- "w": 71,
- "h": 69
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 11,
- "w": 71,
- "h": 69
- },
- "frame": {
- "x": 347,
- "y": 357,
- "w": 71,
- "h": 69
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 12,
- "w": 59,
- "h": 70
- },
- "frame": {
- "x": 359,
- "y": 184,
- "w": 59,
- "h": 70
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 12,
- "w": 59,
- "h": 70
- },
- "frame": {
- "x": 359,
- "y": 184,
- "w": 59,
- "h": 70
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 35,
- "y": 23,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 384,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 35,
- "y": 23,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 371,
- "y": 54,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 42,
- "y": 26,
- "w": 19,
- "h": 23
- },
- "frame": {
- "x": 27,
- "y": 384,
- "w": 19,
- "h": 23
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 42,
- "y": 26,
- "w": 19,
- "h": 23
- },
- "frame": {
- "x": 27,
- "y": 384,
- "w": 19,
- "h": 23
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 42,
- "y": 35,
- "w": 14,
- "h": 10
- },
- "frame": {
- "x": 359,
- "y": 254,
- "w": 14,
- "h": 10
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 42,
- "y": 35,
- "w": 14,
- "h": 10
- },
- "frame": {
- "x": 359,
- "y": 254,
- "w": 14,
- "h": 10
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
}
]
@@ -2535,6 +1527,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5fbe4aec02bf780bf0fca7dc7138bf7a:5d077386c518cf06786203ad5e3a3aba:5ea3e660bc9c2624f846675d5196db82$"
+ "smartupdate": "$TexturePacker:SmartUpdate:71a487dde0de6f6a7eb1b6e04018892f:49ee3dfe044ad986679a7ce34c28280d:5ea3e660bc9c2624f846675d5196db82$"
}
}
diff --git a/public/images/pokemon/exp/shiny/484-origin.png b/public/images/pokemon/exp/shiny/484-origin.png
index 69e95afe580..bea804ed677 100644
Binary files a/public/images/pokemon/exp/shiny/484-origin.png and b/public/images/pokemon/exp/shiny/484-origin.png differ
diff --git a/public/images/pokemon/exp/shiny/569-gigantamax.json b/public/images/pokemon/exp/shiny/569-gigantamax.json
new file mode 100644
index 00000000000..6cda2b0d79a
--- /dev/null
+++ b/public/images/pokemon/exp/shiny/569-gigantamax.json
@@ -0,0 +1,1478 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 305, "y": 173, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 305, "y": 173, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 305, "y": 173, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 305, "y": 173, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "569-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 419, "h": 261 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/shiny/569-gigantamax.png b/public/images/pokemon/exp/shiny/569-gigantamax.png
new file mode 100644
index 00000000000..fc15ecd4585
Binary files /dev/null and b/public/images/pokemon/exp/shiny/569-gigantamax.png differ
diff --git a/public/images/pokemon/exp/shiny/651.json b/public/images/pokemon/exp/shiny/651.json
index 4289441de3d..20bdccd5bd4 100644
--- a/public/images/pokemon/exp/shiny/651.json
+++ b/public/images/pokemon/exp/shiny/651.json
@@ -1,188 +1,713 @@
-{
- "textures": [
- {
- "image": "651.png",
- "format": "RGBA8888",
- "size": {
- "w": 116,
- "h": 116
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 0,
- "y": 53,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 52
- },
- "frame": {
- "x": 58,
- "y": 53,
- "w": 58,
- "h": 52
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 52
- },
- "frame": {
- "x": 58,
- "y": 53,
- "w": 58,
- "h": 52
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:53a767b5d08c0b868b90b8a06972f1db:ac5b599a09e8592218deeebb976d4e5c:a93e5fa02e10bf11e3ed8bf6571835ca$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 119, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 175, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 355, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 278, "y": 101, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 110, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 56, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 165, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 333, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 287, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 112, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 168, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 278, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 56, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 231, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 224, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 343, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 55, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 220, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 119, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 175, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 355, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 278, "y": 101, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 110, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 56, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 165, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 333, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 287, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 112, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 168, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 278, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 56, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 231, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 224, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 343, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 55, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 220, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 119, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 175, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 355, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 278, "y": 101, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 110, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 56, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 165, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 333, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 287, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 112, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 168, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 278, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 56, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 231, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 224, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 343, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 55, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 220, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 119, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 239, "y": 0, "w": 57, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 60, "y": 0, "w": 58, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 355, "y": 0, "w": 58, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 58, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 0, "w": 59, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 59, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 119, "y": 0, "w": 59, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 59, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 179, "y": 0, "w": 59, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 59, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 297, "y": 0, "w": 57, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 101, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 203, "w": 53, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 53, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 329, "y": 252, "w": 51, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 51, "h": 47 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 109, "y": 252, "w": 51, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 51, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 219, "y": 204, "w": 52, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 52, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 166, "y": 202, "w": 52, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 52, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 275, "y": 203, "w": 53, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 54, "y": 204, "w": 54, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 54, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 333, "y": 202, "w": 54, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 110, "y": 202, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 55, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "651.png",
+ "format": "I8",
+ "size": { "w": 413, "h": 300 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/651.png b/public/images/pokemon/exp/shiny/651.png
index dcd70d11100..1e59bc97587 100644
Binary files a/public/images/pokemon/exp/shiny/651.png and b/public/images/pokemon/exp/shiny/651.png differ
diff --git a/public/images/pokemon/exp/shiny/653.json b/public/images/pokemon/exp/shiny/653.json
index 738762f18c6..a08242f32cf 100644
--- a/public/images/pokemon/exp/shiny/653.json
+++ b/public/images/pokemon/exp/shiny/653.json
@@ -1,1553 +1,947 @@
-{
- "textures": [
- {
- "image": "653.png",
- "format": "RGBA8888",
- "size": {
- "w": 180,
- "h": 180
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 47,
- "y": 136,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 133,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 133,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 43,
- "h": 47
- },
- "frame": {
- "x": 94,
- "y": 98,
- "w": 43,
- "h": 47
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 43,
- "h": 47
- },
- "frame": {
- "x": 94,
- "y": 98,
- "w": 43,
- "h": 47
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 46
- },
- "frame": {
- "x": 137,
- "y": 98,
- "w": 43,
- "h": 46
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 46
- },
- "frame": {
- "x": 137,
- "y": 98,
- "w": 43,
- "h": 46
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 46
- },
- "frame": {
- "x": 137,
- "y": 98,
- "w": 43,
- "h": 46
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ee78bfcc0ba0e0b5534e843718784ee6:a0e7315742d6fef56aa3fa3581440131:a7be961d0230f568aff23d95e7ff0036$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 120, "y": 88, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 38, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 120, "y": 88, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 38, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 0, "y": 45, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 40, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 45, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 40, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 42, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 42, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 83, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 83, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 124, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 124, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 126, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 126, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 45, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 40, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 45, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 40, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 120, "y": 88, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 38, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 120, "y": 88, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 38, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "653.png",
+ "format": "I8",
+ "size": { "w": 168, "h": 175 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/653.png b/public/images/pokemon/exp/shiny/653.png
index 053624e5b7f..b1afebbd6a1 100644
Binary files a/public/images/pokemon/exp/shiny/653.png and b/public/images/pokemon/exp/shiny/653.png differ
diff --git a/public/images/pokemon/exp/shiny/654.json b/public/images/pokemon/exp/shiny/654.json
index 08655169f2a..74019f665ec 100644
--- a/public/images/pokemon/exp/shiny/654.json
+++ b/public/images/pokemon/exp/shiny/654.json
@@ -1,818 +1,695 @@
-{
- "textures": [
- {
- "image": "654.png",
- "format": "RGBA8888",
- "size": {
- "w": 390,
- "h": 390
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 81
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 47,
- "h": 81
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 47,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 162,
- "w": 47,
- "h": 81
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 47,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 243,
- "w": 47,
- "h": 80
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 81
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 46,
- "h": 81
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 81
- },
- "frame": {
- "x": 47,
- "y": 81,
- "w": 46,
- "h": 81
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 81
- },
- "frame": {
- "x": 47,
- "y": 162,
- "w": 46,
- "h": 81
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 80
- },
- "frame": {
- "x": 47,
- "y": 243,
- "w": 46,
- "h": 80
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 93,
- "y": 0,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 93,
- "y": 79,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 93,
- "y": 158,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 93,
- "y": 237,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 7,
- "w": 46,
- "h": 74
- },
- "frame": {
- "x": 93,
- "y": 316,
- "w": 46,
- "h": 74
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 139,
- "y": 0,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 80
- },
- "frame": {
- "x": 139,
- "y": 79,
- "w": 45,
- "h": 80
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 80
- },
- "frame": {
- "x": 139,
- "y": 159,
- "w": 45,
- "h": 80
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 46,
- "h": 78
- },
- "frame": {
- "x": 139,
- "y": 239,
- "w": 46,
- "h": 78
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 46,
- "h": 73
- },
- "frame": {
- "x": 139,
- "y": 317,
- "w": 46,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 184,
- "y": 79,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 185,
- "y": 0,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 184,
- "y": 158,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 185,
- "y": 237,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 7,
- "w": 46,
- "h": 74
- },
- "frame": {
- "x": 185,
- "y": 316,
- "w": 46,
- "h": 74
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 229,
- "y": 79,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 230,
- "y": 0,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 229,
- "y": 158,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 230,
- "y": 237,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 46,
- "h": 73
- },
- "frame": {
- "x": 231,
- "y": 316,
- "w": 46,
- "h": 73
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 46,
- "h": 77
- },
- "frame": {
- "x": 274,
- "y": 79,
- "w": 46,
- "h": 77
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 47,
- "h": 75
- },
- "frame": {
- "x": 275,
- "y": 0,
- "w": 47,
- "h": 75
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 78
- },
- "frame": {
- "x": 274,
- "y": 156,
- "w": 45,
- "h": 78
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 45,
- "h": 78
- },
- "frame": {
- "x": 275,
- "y": 234,
- "w": 45,
- "h": 78
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 5,
- "w": 46,
- "h": 76
- },
- "frame": {
- "x": 319,
- "y": 156,
- "w": 46,
- "h": 76
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 45,
- "h": 77
- },
- "frame": {
- "x": 320,
- "y": 75,
- "w": 45,
- "h": 77
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 46,
- "h": 75
- },
- "frame": {
- "x": 322,
- "y": 0,
- "w": 46,
- "h": 75
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 46,
- "h": 75
- },
- "frame": {
- "x": 277,
- "y": 312,
- "w": 46,
- "h": 75
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 45,
- "h": 76
- },
- "frame": {
- "x": 320,
- "y": 232,
- "w": 45,
- "h": 76
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 45,
- "h": 76
- },
- "frame": {
- "x": 323,
- "y": 308,
- "w": 45,
- "h": 76
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3bc1d6050e2efe57cc85a4e2787f5287:383941fac594bced71237ecb57b89444:1977f50e1ab8a3304ceeb59ee1aa2ba9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 107, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 282, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 160, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 110, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 65, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 107, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 282, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 160, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 110, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 65, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 107, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 282, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 160, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 110, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 65, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 152, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 164, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 117, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 172, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 213, "y": 265, "w": 51, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 282, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 173, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 60, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 55, "y": 68, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 227, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 275, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 55, "y": 68, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 227, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 275, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 55, "y": 68, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 227, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 275, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 55, "y": 68, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 131, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 110, "y": 131, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 165, "y": 131, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 282, "y": 131, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 55, "y": 133, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 220, "y": 134, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 54, "y": 198, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 218, "y": 199, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 271, "y": 261, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 51, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 51, "y": 264, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 51, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "654.png",
+ "format": "I8",
+ "size": { "w": 337, "h": 393 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/654.png b/public/images/pokemon/exp/shiny/654.png
index f619614c362..bc9177ec918 100644
Binary files a/public/images/pokemon/exp/shiny/654.png and b/public/images/pokemon/exp/shiny/654.png differ
diff --git a/public/images/pokemon/exp/shiny/656.json b/public/images/pokemon/exp/shiny/656.json
index ac9979ad913..3c2051bfe3a 100644
--- a/public/images/pokemon/exp/shiny/656.json
+++ b/public/images/pokemon/exp/shiny/656.json
@@ -1,671 +1,713 @@
-{
- "textures": [
- {
- "image": "656.png",
- "format": "RGBA8888",
- "size": {
- "w": 96,
- "h": 96
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 34,
- "w": 32,
- "h": 34
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5864efc3a72b67d8dab83f02efd39074:ff0362b6a3d22e42702e1a31a4aec233:9c4d208e6c2f857bfb0b23b8eea3326c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 98, "y": 116, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 1, "y": 118, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 1, "y": 118, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 1, "y": 118, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 118, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 200
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 129, "y": 1, "w": 31, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 31, "h": 38 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 1, "w": 30, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 30, "h": 41 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 33, "y": 1, "w": 30, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 30, "h": 41 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 65, "y": 1, "w": 30, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 30, "h": 41 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 97, "y": 1, "w": 30, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 30, "h": 40 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 162, "y": 1, "w": 30, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 30, "h": 39 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 67, "y": 81, "w": 29, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 29, "h": 38 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 164, "y": 148, "w": 29, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 29, "h": 37 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 35, "y": 81, "w": 30, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 30, "h": 37 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 69, "y": 152, "w": 33, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 33, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 104, "y": 185, "w": 34, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 34, "h": 30 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 68, "y": 186, "w": 34, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 17, "w": 34, "h": 29 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 1, "y": 157, "w": 33, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 33, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 137, "y": 112, "w": 33, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 33, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 750
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 1, "y": 44, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 132, "y": 147, "w": 30, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 30, "h": 36 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 36, "y": 157, "w": 30, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 30, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 35, "y": 121, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 35, "y": 44, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 69, "y": 44, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 103, "y": 79, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "656.png",
+ "format": "I8",
+ "size": { "w": 240, "h": 216 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/656.png b/public/images/pokemon/exp/shiny/656.png
index ffbbc8258d1..c0a97924ca7 100644
Binary files a/public/images/pokemon/exp/shiny/656.png and b/public/images/pokemon/exp/shiny/656.png differ
diff --git a/public/images/pokemon/exp/shiny/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/677.png b/public/images/pokemon/exp/shiny/677.png
index d2703b7f7c0..1a236f65716 100644
Binary files a/public/images/pokemon/exp/shiny/677.png and b/public/images/pokemon/exp/shiny/677.png differ
diff --git a/public/images/pokemon/exp/shiny/678-female.png b/public/images/pokemon/exp/shiny/678-female.png
index 7ae67d63a33..021055baf2c 100644
Binary files a/public/images/pokemon/exp/shiny/678-female.png and b/public/images/pokemon/exp/shiny/678-female.png differ
diff --git a/public/images/pokemon/exp/shiny/679.png b/public/images/pokemon/exp/shiny/679.png
index 6ac3c47f498..46373f60ead 100644
Binary files a/public/images/pokemon/exp/shiny/679.png and b/public/images/pokemon/exp/shiny/679.png differ
diff --git a/public/images/pokemon/exp/shiny/692.json b/public/images/pokemon/exp/shiny/692.json
index 6d64cba2430..86b535260ae 100644
--- a/public/images/pokemon/exp/shiny/692.json
+++ b/public/images/pokemon/exp/shiny/692.json
@@ -1,356 +1,794 @@
-{
- "textures": [
- {
- "image": "692.png",
- "format": "RGBA8888",
- "size": {
- "w": 162,
- "h": 162
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 82,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 82,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 123,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 123,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 59,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 80,
- "w": 59,
- "h": 41
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 59,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 121,
- "w": 59,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:fc9e6abcf70d6b35f1c403837c5312e8:2e67d61083a20d6c59dae4299718afc0:2880def858c84cd859bedf13b0b49a33$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 1, "y": 71, "w": 57, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 1, "y": 71, "w": 57, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 117, "y": 72, "w": 59, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "692.png",
+ "format": "I8",
+ "size": { "w": 239, "h": 106 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/692.png b/public/images/pokemon/exp/shiny/692.png
index 46cb7ca0f35..3d938d6e64a 100644
Binary files a/public/images/pokemon/exp/shiny/692.png and b/public/images/pokemon/exp/shiny/692.png differ
diff --git a/public/images/pokemon/exp/shiny/693.json b/public/images/pokemon/exp/shiny/693.json
index 991a16f1e53..c8f7763de1d 100644
--- a/public/images/pokemon/exp/shiny/693.json
+++ b/public/images/pokemon/exp/shiny/693.json
@@ -1,272 +1,902 @@
-{
- "textures": [
- {
- "image": "693.png",
- "format": "RGBA8888",
- "size": {
- "w": 259,
- "h": 259
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 85,
- "y": 89,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 85,
- "h": 88
- },
- "frame": {
- "x": 171,
- "y": 0,
- "w": 85,
- "h": 88
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 85,
- "h": 88
- },
- "frame": {
- "x": 171,
- "y": 0,
- "w": 85,
- "h": 88
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 91,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 178,
- "w": 91,
- "h": 80
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 89,
- "h": 83
- },
- "frame": {
- "x": 170,
- "y": 89,
- "w": 89,
- "h": 83
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 89,
- "h": 83
- },
- "frame": {
- "x": 170,
- "y": 89,
- "w": 89,
- "h": 83
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ab498798f30c4ef93c4c30affa037f2e:aef6fdb8988ea3ebf127e38fb4875bad:9c1f9147e693c05eb4655590e9099679$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 303, "y": 140, "w": 102, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 5, "w": 102, "h": 70 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 523, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 318, "y": 290, "w": 103, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 7, "w": 103, "h": 64 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 105, "y": 1, "w": 102, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 0, "w": 102, "h": 75 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 306, "y": 72, "w": 108, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 108, "h": 68 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 108, "y": 276, "w": 105, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 14, "w": 105, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 1, "w": 104, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 104, "h": 74 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 203, "y": 210, "w": 106, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 106, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 508, "y": 152, "w": 106, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 106, "h": 67 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 414, "y": 74, "w": 103, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 8, "w": 103, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 306, "y": 72, "w": 108, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 108, "h": 68 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 108, "y": 276, "w": 105, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 14, "w": 105, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 1, "y": 1, "w": 104, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 104, "h": 74 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 203, "y": 210, "w": 106, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 106, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 309, "y": 214, "w": 107, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 14, "w": 107, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 306, "y": 1, "w": 106, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 106, "h": 70 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 1, "y": 218, "w": 107, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 14, "w": 107, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 213, "y": 279, "w": 105, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 105, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 103, "y": 341, "w": 104, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 104, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 516, "y": 1, "w": 101, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 101, "h": 73 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 100, "y": 149, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 1, "y": 349, "w": 102, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 16, "w": 102, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 103, "y": 404, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "693.png",
+ "format": "I8",
+ "size": { "w": 626, "h": 466 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/693.png b/public/images/pokemon/exp/shiny/693.png
index 328c909b196..60f40ad0c40 100644
Binary files a/public/images/pokemon/exp/shiny/693.png and b/public/images/pokemon/exp/shiny/693.png differ
diff --git a/public/images/pokemon/exp/shiny/694.json b/public/images/pokemon/exp/shiny/694.json
deleted file mode 100644
index 2352bb65a43..00000000000
--- a/public/images/pokemon/exp/shiny/694.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "694.png",
- "format": "RGBA8888",
- "size": {
- "w": 140,
- "h": 140
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 44,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 34
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 43,
- "h": 34
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 34
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 43,
- "h": 34
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 41,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 41,
- "h": 35
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 36,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 36,
- "h": 37
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 36,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 36,
- "h": 37
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 34,
- "h": 37
- },
- "frame": {
- "x": 36,
- "y": 103,
- "w": 34,
- "h": 37
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 41,
- "h": 35
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 41,
- "h": 35
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 39,
- "h": 36
- },
- "frame": {
- "x": 43,
- "y": 34,
- "w": 39,
- "h": 36
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 39,
- "h": 36
- },
- "frame": {
- "x": 82,
- "y": 35,
- "w": 39,
- "h": 36
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 33,
- "h": 37
- },
- "frame": {
- "x": 70,
- "y": 71,
- "w": 33,
- "h": 37
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 31,
- "h": 37
- },
- "frame": {
- "x": 103,
- "y": 71,
- "w": 31,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8a9916d2af3a40f04636cd5b11758f77:333ac780963a12589518f0acf1d61fde:b0990f9650cfe63b836cbed33f0b44d8$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/694.png b/public/images/pokemon/exp/shiny/694.png
deleted file mode 100644
index fe927c06742..00000000000
Binary files a/public/images/pokemon/exp/shiny/694.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/696.json b/public/images/pokemon/exp/shiny/696.json
index 0d54e1282c5..7ea3165c669 100644
--- a/public/images/pokemon/exp/shiny/696.json
+++ b/public/images/pokemon/exp/shiny/696.json
@@ -1,692 +1,1055 @@
-{
- "textures": [
- {
- "image": "696.png",
- "format": "RGBA8888",
- "size": {
- "w": 135,
- "h": 135
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 53,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 53,
- "h": 43
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 53,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 53,
- "h": 43
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:83a7f65d0ef4a30ff24cb813c97b1fe2:69043b7539e99a45979999a29408221b:58b7763fb9abdd043e9bfa400cfafdef$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 171, "y": 46, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 171, "y": 46, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "696.png",
+ "format": "I8",
+ "size": { "w": 286, "h": 179 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/696.png b/public/images/pokemon/exp/shiny/696.png
index 0a11f7b7ec7..86ecac0d371 100644
Binary files a/public/images/pokemon/exp/shiny/696.png and b/public/images/pokemon/exp/shiny/696.png differ
diff --git a/public/images/pokemon/exp/shiny/697.json b/public/images/pokemon/exp/shiny/697.json
index 7d68fbf764e..c56de41946c 100644
--- a/public/images/pokemon/exp/shiny/697.json
+++ b/public/images/pokemon/exp/shiny/697.json
@@ -1,1175 +1,983 @@
-{
- "textures": [
- {
- "image": "697.png",
- "format": "RGBA8888",
- "size": {
- "w": 378,
- "h": 378
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 76,
- "h": 74
- },
- "frame": {
- "x": 76,
- "y": 75,
- "w": 76,
- "h": 74
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 76,
- "h": 74
- },
- "frame": {
- "x": 227,
- "y": 0,
- "w": 76,
- "h": 74
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 69,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 302,
- "w": 69,
- "h": 76
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 69,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 302,
- "w": 69,
- "h": 76
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 303,
- "y": 0,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 303,
- "y": 0,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 148,
- "y": 149,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 148,
- "y": 149,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 67,
- "h": 77
- },
- "frame": {
- "x": 222,
- "y": 149,
- "w": 67,
- "h": 77
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 227,
- "y": 74,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 67,
- "h": 77
- },
- "frame": {
- "x": 299,
- "y": 74,
- "w": 67,
- "h": 77
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 65,
- "h": 78
- },
- "frame": {
- "x": 289,
- "y": 151,
- "w": 65,
- "h": 78
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 65,
- "h": 78
- },
- "frame": {
- "x": 289,
- "y": 151,
- "w": 65,
- "h": 78
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 63,
- "h": 79
- },
- "frame": {
- "x": 145,
- "y": 227,
- "w": 63,
- "h": 79
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 63,
- "h": 79
- },
- "frame": {
- "x": 145,
- "y": 227,
- "w": 63,
- "h": 79
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 61,
- "h": 79
- },
- "frame": {
- "x": 208,
- "y": 226,
- "w": 61,
- "h": 79
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 61,
- "h": 79
- },
- "frame": {
- "x": 208,
- "y": 226,
- "w": 61,
- "h": 79
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 60,
- "h": 79
- },
- "frame": {
- "x": 269,
- "y": 229,
- "w": 60,
- "h": 79
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f5b6396fc735fbaf3881fa6c1e4cdad7:20237f200f066bd1e2f7b8926f0361f1:f4fdd87d2fc1483d8e0a185c2654e3d9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 78, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 184, "y": 231, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 94, "y": 157, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 90, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 391, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 88, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 275, "y": 390, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 88, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 363, "y": 463, "w": 86, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 1, "w": 86, "h": 81 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 649, "y": 386, "w": 86, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 86, "h": 82 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 449, "y": 463, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 87, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 312, "w": 90, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 90, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 372, "y": 386, "w": 92, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 92, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 566, "y": 233, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 566, "y": 233, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 92, "y": 78, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 473, "y": 156, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 556, "y": 386, "w": 93, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 93, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 181, "y": 387, "w": 94, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 94, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 648, "y": 311, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 186, "y": 312, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 661, "y": 157, "w": 96, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 96, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 458, "y": 311, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 669, "y": 0, "w": 93, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 93, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 464, "y": 386, "w": 92, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 92, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 568, "y": 79, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 661, "y": 79, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 289, "y": 0, "w": 95, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 95, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 0, "y": 0, "w": 96, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 96, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 96, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 192, "y": 0, "w": 97, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 97, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 480, "y": 0, "w": 96, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 96, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 384, "y": 0, "w": 96, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 96, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 192, "y": 77, "w": 96, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 96, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 566, "y": 157, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 95, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 553, "y": 311, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 277, "y": 157, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 95, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 92, "y": 310, "w": 94, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 94, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 0, "y": 157, "w": 94, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 94, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 458, "y": 234, "w": 93, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 93, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 184, "y": 153, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 380, "y": 156, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 576, "y": 0, "w": 93, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 93, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 288, "y": 78, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "697.png",
+ "format": "I8",
+ "size": { "w": 762, "h": 616 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/697.png b/public/images/pokemon/exp/shiny/697.png
index b89902a748f..7f4a0c09327 100644
Binary files a/public/images/pokemon/exp/shiny/697.png and b/public/images/pokemon/exp/shiny/697.png differ
diff --git a/public/images/pokemon/exp/shiny/698.json b/public/images/pokemon/exp/shiny/698.json
deleted file mode 100644
index de4bc49fb04..00000000000
--- a/public/images/pokemon/exp/shiny/698.json
+++ /dev/null
@@ -1,3296 +0,0 @@
-{
- "textures": [
- {
- "image": "698.png",
- "format": "RGBA8888",
- "size": {
- "w": 175,
- "h": 175
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0151.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0152.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0135.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0136.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0141.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0142.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0147.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0148.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0131.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0132.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0137.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0138.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0143.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0144.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0149.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0150.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0133.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0134.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0139.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0140.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0145.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0146.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0153.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0154.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0155.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0156.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0ae9a601cdaeb2fdd017428d743bace6:a3c21f877838702a0481b1e5447757cd:198087d69fed44d4a642fa3ba5c077d6$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/698.png b/public/images/pokemon/exp/shiny/698.png
deleted file mode 100644
index 322a44b92e8..00000000000
Binary files a/public/images/pokemon/exp/shiny/698.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/699.png b/public/images/pokemon/exp/shiny/699.png
index d68bd5c0e2a..7ec9dbd7252 100644
Binary files a/public/images/pokemon/exp/shiny/699.png and b/public/images/pokemon/exp/shiny/699.png differ
diff --git a/public/images/pokemon/exp/shiny/700.json b/public/images/pokemon/exp/shiny/700.json
index 4b7158b6eb9..fd6ef9b1bed 100644
--- a/public/images/pokemon/exp/shiny/700.json
+++ b/public/images/pokemon/exp/shiny/700.json
@@ -1,1070 +1,523 @@
-{
- "textures": [
- {
- "image": "700.png",
- "format": "RGBA8888",
- "size": {
- "w": 233,
- "h": 233
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 175,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 175,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 57
- },
- "frame": {
- "x": 45,
- "y": 176,
- "w": 42,
- "h": 57
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 101,
- "y": 118,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b88614ce72ee950ea29dcf939b8dfd56:5daab4ddd86f67a34aaa4b7377e3b534:2e4bf5ef1f19e475073f7da10c60b540$"
- }
+{ "frames": {
+ "0001.png": {
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0002.png": {
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0003.png": {
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0004.png": {
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0005.png": {
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0006.png": {
+ "frame": { "x": 93, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0007.png": {
+ "frame": { "x": 99, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0008.png": {
+ "frame": { "x": 139, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0009.png": {
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0010.png": {
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0011.png": {
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0012.png": {
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0013.png": {
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0014.png": {
+ "frame": { "x": 0, "y": 120, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0015.png": {
+ "frame": { "x": 146, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0016.png": {
+ "frame": { "x": 46, "y": 122, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0017.png": {
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0018.png": {
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0019.png": {
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0020.png": {
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0021.png": {
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0022.png": {
+ "frame": { "x": 93, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0023.png": {
+ "frame": { "x": 99, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0024.png": {
+ "frame": { "x": 139, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0025.png": {
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0026.png": {
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0027.png": {
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0028.png": {
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0029.png": {
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0030.png": {
+ "frame": { "x": 0, "y": 120, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0031.png": {
+ "frame": { "x": 146, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0032.png": {
+ "frame": { "x": 46, "y": 122, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0033.png": {
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0034.png": {
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0035.png": {
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0036.png": {
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0037.png": {
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0038.png": {
+ "frame": { "x": 93, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0039.png": {
+ "frame": { "x": 99, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0040.png": {
+ "frame": { "x": 139, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0041.png": {
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0042.png": {
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0043.png": {
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0044.png": {
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0045.png": {
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0046.png": {
+ "frame": { "x": 0, "y": 120, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0047.png": {
+ "frame": { "x": 146, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0048.png": {
+ "frame": { "x": 46, "y": 122, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0049.png": {
+ "frame": { "x": 0, "y": 239, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0050.png": {
+ "frame": { "x": 193, "y": 60, "w": 43, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 43, "h": 62 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0051.png": {
+ "frame": { "x": 99, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0052.png": {
+ "frame": { "x": 147, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0053.png": {
+ "frame": { "x": 0, "y": 0, "w": 51, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 51, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0054.png": {
+ "frame": { "x": 0, "y": 60, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 46, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0055.png": {
+ "frame": { "x": 92, "y": 178, "w": 43, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 43, "h": 60 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0056.png": {
+ "frame": { "x": 195, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0057.png": {
+ "frame": { "x": 52, "y": 0, "w": 46, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 46, "h": 61 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0058.png": {
+ "frame": { "x": 136, "y": 178, "w": 43, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 43, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0059.png": {
+ "frame": { "x": 195, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0060.png": {
+ "frame": { "x": 52, "y": 0, "w": 46, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 46, "h": 61 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0061.png": {
+ "frame": { "x": 0, "y": 179, "w": 43, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 43, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0062.png": {
+ "frame": { "x": 185, "y": 123, "w": 44, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 44, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0063.png": {
+ "frame": { "x": 47, "y": 62, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 45, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0064.png": {
+ "frame": { "x": 44, "y": 239, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ }
+ },
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "700.png",
+ "format": "I8",
+ "size": { "w": 242, "h": 298 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/700.png b/public/images/pokemon/exp/shiny/700.png
index 5c809e628f5..f7addc720bf 100644
Binary files a/public/images/pokemon/exp/shiny/700.png and b/public/images/pokemon/exp/shiny/700.png differ
diff --git a/public/images/pokemon/exp/shiny/702.json b/public/images/pokemon/exp/shiny/702.json
index fc28cb19512..0ab95b58c7a 100644
--- a/public/images/pokemon/exp/shiny/702.json
+++ b/public/images/pokemon/exp/shiny/702.json
@@ -1,671 +1,443 @@
-{
- "textures": [
- {
- "image": "702.png",
- "format": "RGBA8888",
- "size": {
- "w": 138,
- "h": 138
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 45,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 45,
- "h": 36
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 45,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 45,
- "h": 36
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 36,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 36,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 36,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 47,
- "h": 33
- },
- "frame": {
- "x": 91,
- "y": 36,
- "w": 47,
- "h": 33
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 47,
- "h": 33
- },
- "frame": {
- "x": 91,
- "y": 36,
- "w": 47,
- "h": 33
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 47,
- "h": 33
- },
- "frame": {
- "x": 91,
- "y": 36,
- "w": 47,
- "h": 33
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 93,
- "y": 69,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 93,
- "y": 69,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 93,
- "y": 69,
- "w": 44,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2fc3a964a6785b059da0b8d24f80fbd1:ec3deecdcac6775e64f154a58c36eef3:ba8fdab405d5efab99c4aa1084328e6b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 94, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 141, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 141, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 188, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 48, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 74, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 188, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 145, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 96, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 47, "y": 74, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 94, "y": 74, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 187, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "702.png",
+ "format": "I8",
+ "size": { "w": 234, "h": 178 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/702.png b/public/images/pokemon/exp/shiny/702.png
index b7e117c9473..2f7b735a1dc 100644
Binary files a/public/images/pokemon/exp/shiny/702.png and b/public/images/pokemon/exp/shiny/702.png differ
diff --git a/public/images/pokemon/exp/shiny/703.json b/public/images/pokemon/exp/shiny/703.json
deleted file mode 100644
index 4762fa91a2c..00000000000
--- a/public/images/pokemon/exp/shiny/703.json
+++ /dev/null
@@ -1,356 +0,0 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 120,
- "h": 120
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 40,
- "w": 35,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 35,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 40,
- "w": 35,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 12,
- "w": 35,
- "h": 39
- },
- "frame": {
- "x": 37,
- "y": 81,
- "w": 35,
- "h": 39
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 72,
- "y": 40,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 35,
- "h": 40
- },
- "frame": {
- "x": 72,
- "y": 80,
- "w": 35,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:253ca4296d88ee81990e3297ca0f62aa:8f78420201adcea5fb7920c60446c81d:721af8c322ff60159262e9b3017c784d$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/703.png b/public/images/pokemon/exp/shiny/703.png
deleted file mode 100644
index 4e4064509ae..00000000000
Binary files a/public/images/pokemon/exp/shiny/703.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/704.json b/public/images/pokemon/exp/shiny/704.json
index d14609ad74c..4241b2d2a8d 100644
--- a/public/images/pokemon/exp/shiny/704.json
+++ b/public/images/pokemon/exp/shiny/704.json
@@ -1,1784 +1,371 @@
-{
- "textures": [
- {
- "image": "704.png",
- "format": "RGBA8888",
- "size": {
- "w": 288,
- "h": 288
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 96,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 96,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 43,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 43,
- "h": 47
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 43,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 43,
- "h": 47
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 191,
- "w": 41,
- "h": 46
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 191,
- "w": 41,
- "h": 46
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 39,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 237,
- "w": 39,
- "h": 45
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 39,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 237,
- "w": 39,
- "h": 45
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 41,
- "y": 191,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 41,
- "y": 191,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 80,
- "y": 235,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 205,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 0,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 163,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 205,
- "y": 84,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 205,
- "y": 84,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 205,
- "y": 84,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 176,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 176,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 121,
- "y": 85,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 163,
- "y": 85,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 125,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 199,
- "y": 124,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 199,
- "y": 124,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 129,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 169,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 235,
- "y": 132,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 235,
- "y": 132,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 193,
- "y": 168,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 157,
- "y": 173,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 121,
- "y": 213,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 229,
- "y": 175,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 193,
- "y": 211,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 157,
- "y": 216,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 229,
- "y": 218,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 229,
- "y": 218,
- "w": 36,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c2301c17b022e36ed40b13f27d705543:87a73272ea48477e6b25b210421da5ec:45bb13be23ae6e2a6654a2a00c450d62$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 78, "y": 0, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 52, "y": 94, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 78, "y": 0, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 52, "y": 94, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 78, "y": 0, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 26, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 67, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 80, "y": 94, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 26, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 78, "y": 31, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 52, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 52, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 52, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 26, "y": 67, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 99, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "704.png",
+ "format": "RGBA8888",
+ "size": { "w": 108, "h": 128 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/704.png b/public/images/pokemon/exp/shiny/704.png
index ac31e9da30c..d630d161de1 100644
Binary files a/public/images/pokemon/exp/shiny/704.png and b/public/images/pokemon/exp/shiny/704.png differ
diff --git a/public/images/pokemon/exp/shiny/705.json b/public/images/pokemon/exp/shiny/705.json
index 1d18b10d3a0..bc7b5ff15d3 100644
--- a/public/images/pokemon/exp/shiny/705.json
+++ b/public/images/pokemon/exp/shiny/705.json
@@ -1,272 +1,596 @@
-{
- "textures": [
- {
- "image": "705.png",
- "format": "RGBA8888",
- "size": {
- "w": 154,
- "h": 154
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 42,
- "h": 58
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 42,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 42,
- "y": 58,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 42,
- "y": 58,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 58
- },
- "frame": {
- "x": 83,
- "y": 58,
- "w": 36,
- "h": 58
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 58
- },
- "frame": {
- "x": 83,
- "y": 58,
- "w": 36,
- "h": 58
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 119,
- "y": 58,
- "w": 35,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:eb2c6abdfceb0458f6389a25d31f9dab:0ef587160e8636cec6566f480554985e:6b57e983626c7fc9144ab67f30c66814$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 38, "y": 186, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 40, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 78, "y": 189, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 40, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 77, "y": 304, "w": 39, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 39, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 197, "y": 246, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 158, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 155, "y": 246, "w": 42, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 199, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 77, "y": 248, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 118, "y": 301, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 38, "y": 246, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 253, "w": 37, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 191, "w": 38, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 38, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 118, "y": 189, "w": 37, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 37, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 64, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 194, "y": 184, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 156, "y": 120, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 38, "y": 186, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 40, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 78, "y": 189, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 40, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 77, "y": 304, "w": 39, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 39, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 197, "y": 246, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 158, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 155, "y": 246, "w": 42, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 199, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 77, "y": 248, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 118, "y": 301, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 38, "y": 246, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 253, "w": 37, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 191, "w": 38, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 38, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 118, "y": 189, "w": 37, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 37, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 64, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 194, "y": 184, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 156, "y": 120, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 38, "y": 186, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 40, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 78, "y": 189, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 40, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 77, "y": 304, "w": 39, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 39, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 197, "y": 246, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 158, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 155, "y": 246, "w": 42, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 199, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 77, "y": 248, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 118, "y": 301, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 38, "y": 246, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 253, "w": 37, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 191, "w": 38, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 38, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 118, "y": 189, "w": 37, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 37, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 64, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 194, "y": 184, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 156, "y": 120, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 159, "y": 0, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 39, "y": 125, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 200, "y": 60, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 39, "y": 62, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 79, "y": 125, "w": 38, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 38, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 117, "y": 125, "w": 38, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 38, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 127, "w": 38, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 38, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 39, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 39, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 78, "y": 62, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 117, "y": 62, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 155, "y": 181, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 119, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 79, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 39, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 196, "y": 123, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 200, "y": 0, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 159, "y": 60, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "705.png",
+ "format": "I8",
+ "size": { "w": 241, "h": 361 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/705.png b/public/images/pokemon/exp/shiny/705.png
index 8653de923ec..7fed21b3583 100644
Binary files a/public/images/pokemon/exp/shiny/705.png and b/public/images/pokemon/exp/shiny/705.png differ
diff --git a/public/images/pokemon/exp/shiny/707.json b/public/images/pokemon/exp/shiny/707.json
deleted file mode 100644
index cdc3064d8aa..00000000000
--- a/public/images/pokemon/exp/shiny/707.json
+++ /dev/null
@@ -1,1931 +0,0 @@
-{
- "textures": [
- {
- "image": "707.png",
- "format": "RGBA8888",
- "size": {
- "w": 283,
- "h": 283
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 69
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 39,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 69
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 39,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 69
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 39,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 69
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 37,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 69
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 37,
- "h": 69
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 69
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 37,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 44,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 44,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 44,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 126,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 126,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 126,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 164,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 164,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 164,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 202,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 202,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 202,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 240,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 240,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 240,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 139,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 139,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 139,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 38,
- "y": 139,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 38,
- "y": 139,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 38,
- "y": 139,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 45,
- "h": 70
- },
- "frame": {
- "x": 120,
- "y": 140,
- "w": 45,
- "h": 70
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 43,
- "h": 70
- },
- "frame": {
- "x": 165,
- "y": 140,
- "w": 43,
- "h": 70
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 43,
- "h": 70
- },
- "frame": {
- "x": 165,
- "y": 140,
- "w": 43,
- "h": 70
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 208,
- "y": 140,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 208,
- "y": 140,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 208,
- "y": 140,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 37,
- "h": 71
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 37,
- "h": 71
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 37,
- "h": 71
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 37,
- "y": 209,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 37,
- "y": 209,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 37,
- "y": 209,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 151,
- "y": 210,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 196,
- "y": 211,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 196,
- "y": 211,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 44,
- "h": 71
- },
- "frame": {
- "x": 235,
- "y": 211,
- "w": 44,
- "h": 71
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:26c493d70c41c4104147194dfbbab5b9:b12f3eb3fdd1a69bbf055a44f9557395:8e96b9056ea81e44ced99c97f472a528$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/707.png b/public/images/pokemon/exp/shiny/707.png
deleted file mode 100644
index ee0fec17e8c..00000000000
Binary files a/public/images/pokemon/exp/shiny/707.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/708.png b/public/images/pokemon/exp/shiny/708.png
deleted file mode 100644
index bb896a0214c..00000000000
Binary files a/public/images/pokemon/exp/shiny/708.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/712.json b/public/images/pokemon/exp/shiny/712.json
index 80e4e6a13b9..88a49637b7c 100644
--- a/public/images/pokemon/exp/shiny/712.json
+++ b/public/images/pokemon/exp/shiny/712.json
@@ -1,2771 +1,1433 @@
-{
- "textures": [
- {
- "image": "712.png",
- "format": "RGBA8888",
- "size": {
- "w": 209,
- "h": 209
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 43,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 43,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0131.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 43,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 152,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 152,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 152,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 126,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 126,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 151,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 151,
- "y": 167,
- "w": 37,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:90506cc63998ae2867a3e57df229bc50:f8b5635f0ab8bc294bdbf4d4b4782548:3a1cc69824960d920ca43f8c9376d136$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 37, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 37, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 111, "y": 87, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 111, "y": 87, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 148, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 148, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 0, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 0, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 0, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 0, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 37, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 37, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 74, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 74, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 148, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 148, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 0, "y": 129, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 0, "y": 129, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 148, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 148, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 74, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 74, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 37, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 37, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 37, "y": 129, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 37, "y": 129, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 111, "y": 129, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 111, "y": 129, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 74, "y": 169, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 74, "y": 169, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 148, "y": 169, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 148, "y": 169, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 0, "y": 170, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 0, "y": 170, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 74, "y": 44, "w": 37, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 37, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 74, "y": 44, "w": 37, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 37, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 0, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 0, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 0, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 148, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 148, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 111, "y": 87, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 111, "y": 87, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 37, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 37, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "712.png",
+ "format": "I8",
+ "size": { "w": 185, "h": 210 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/712.png b/public/images/pokemon/exp/shiny/712.png
index 66e28efacd9..2ba0434ad7a 100644
Binary files a/public/images/pokemon/exp/shiny/712.png and b/public/images/pokemon/exp/shiny/712.png differ
diff --git a/public/images/pokemon/exp/shiny/713.json b/public/images/pokemon/exp/shiny/713.json
index c2aab871871..f4fcfa1ff85 100644
--- a/public/images/pokemon/exp/shiny/713.json
+++ b/public/images/pokemon/exp/shiny/713.json
@@ -1,146 +1,1100 @@
-{
- "textures": [
- {
- "image": "713.png",
- "format": "RGBA8888",
- "size": {
- "w": 174,
- "h": 174
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 87,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 71
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 87,
- "h": 72
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 72
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 87,
- "h": 72
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 72
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 87,
- "h": 73
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 87,
- "h": 73
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 73
- },
- "frame": {
- "x": 87,
- "y": 72,
- "w": 87,
- "h": 73
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ce42146f2549b65131ae1e38620ec02e:c360691d0dff3de5f5058a576fd05ded:625f70bcfe9c7f2437cb9cad6d2b863c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 83, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 83, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 332, "y": 0, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 332, "y": 0, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 332, "y": 0, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 249, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 249, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 332, "y": 188, "w": 83, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 59 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 332, "y": 188, "w": 83, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 59 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 332, "y": 188, "w": 83, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 59 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "713.png",
+ "format": "I8",
+ "size": { "w": 416, "h": 247 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/713.png b/public/images/pokemon/exp/shiny/713.png
index ded180bdefc..72c06f1d750 100644
Binary files a/public/images/pokemon/exp/shiny/713.png and b/public/images/pokemon/exp/shiny/713.png differ
diff --git a/public/images/pokemon/exp/shiny/714.json b/public/images/pokemon/exp/shiny/714.json
deleted file mode 100644
index dc8d580d33b..00000000000
--- a/public/images/pokemon/exp/shiny/714.json
+++ /dev/null
@@ -1,314 +0,0 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 179,
- "h": 179
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 63,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 60
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 63,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 60
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 58
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 64,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 64,
- "y": 58,
- "w": 60,
- "h": 61
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 64,
- "y": 58,
- "w": 60,
- "h": 61
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 116,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 60,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 119,
- "w": 60,
- "h": 60
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 60,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 119,
- "w": 60,
- "h": 60
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 56,
- "h": 60
- },
- "frame": {
- "x": 60,
- "y": 119,
- "w": 56,
- "h": 60
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 56,
- "h": 60
- },
- "frame": {
- "x": 60,
- "y": 119,
- "w": 56,
- "h": 60
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f10fb65b088005bbceee81a7323b3d04:cc45de39527285e86e95e3dc2425b833:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/714.png b/public/images/pokemon/exp/shiny/714.png
deleted file mode 100644
index 53e4a6348be..00000000000
Binary files a/public/images/pokemon/exp/shiny/714.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/716-active.png b/public/images/pokemon/exp/shiny/716-active.png
index 898d23dd4a4..126c1a78e79 100644
Binary files a/public/images/pokemon/exp/shiny/716-active.png and b/public/images/pokemon/exp/shiny/716-active.png differ
diff --git a/public/images/pokemon/exp/shiny/716-neutral.png b/public/images/pokemon/exp/shiny/716-neutral.png
index 062deb9ba6a..4806e57123b 100644
Binary files a/public/images/pokemon/exp/shiny/716-neutral.png and b/public/images/pokemon/exp/shiny/716-neutral.png differ
diff --git a/public/images/pokemon/exp/shiny/718-10.json b/public/images/pokemon/exp/shiny/718-10.json
deleted file mode 100644
index 98f6bbb0f01..00000000000
--- a/public/images/pokemon/exp/shiny/718-10.json
+++ /dev/null
@@ -1,692 +0,0 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 239,
- "h": 239
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 65
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 59,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 59,
- "h": 67
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 59,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 59,
- "h": 67
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 59,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 59,
- "h": 67
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 64,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 64,
- "h": 61
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 65,
- "h": 60
- },
- "frame": {
- "x": 59,
- "y": 65,
- "w": 65,
- "h": 60
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 59,
- "h": 66
- },
- "frame": {
- "x": 179,
- "y": 0,
- "w": 59,
- "h": 66
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 124,
- "y": 66,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 124,
- "y": 66,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 124,
- "y": 66,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 64,
- "y": 125,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 123,
- "y": 133,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 123,
- "y": 133,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 123,
- "y": 133,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 181,
- "y": 133,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 181,
- "y": 133,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 181,
- "y": 133,
- "w": 57,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f59f7684ea1f2b8bb14e98d16b18e3e0:a1fa21d4b2b42982b0f0546116b38791:82195cf2a6db620c5643b8162d6e8c5c$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/718-10.png b/public/images/pokemon/exp/shiny/718-10.png
deleted file mode 100644
index 26bc2cdc580..00000000000
Binary files a/public/images/pokemon/exp/shiny/718-10.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/718.json b/public/images/pokemon/exp/shiny/718.json
deleted file mode 100644
index 29211eba621..00000000000
--- a/public/images/pokemon/exp/shiny/718.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 219,
- "h": 219
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 71,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 71,
- "h": 88
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 71,
- "y": 0,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 74,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 74,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 89
- },
- "frame": {
- "x": 147,
- "y": 89,
- "w": 72,
- "h": 89
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 89
- },
- "frame": {
- "x": 147,
- "y": 89,
- "w": 72,
- "h": 89
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5e3b138302e8798c9cc3072d564e3004:76aca0c13999f6d287f1b28f7f386fed:7b4a06b06cbac24b3f39727b0238661b$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/718.png b/public/images/pokemon/exp/shiny/718.png
deleted file mode 100644
index 59dde9d4c05..00000000000
Binary files a/public/images/pokemon/exp/shiny/718.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/719.json b/public/images/pokemon/exp/shiny/719.json
deleted file mode 100644
index 9bf72888c33..00000000000
--- a/public/images/pokemon/exp/shiny/719.json
+++ /dev/null
@@ -1,1091 +0,0 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 210,
- "h": 210
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 10,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 6,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 10,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 6,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 10,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 6,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 34,
- "y": 9,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 46,
- "h": 67
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 46,
- "h": 67
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 48,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 48,
- "h": 66
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 48,
- "y": 12,
- "w": 46,
- "h": 66
- },
- "frame": {
- "x": 48,
- "y": 67,
- "w": 46,
- "h": 66
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 45,
- "y": 1,
- "w": 45,
- "h": 67
- },
- "frame": {
- "x": 94,
- "y": 67,
- "w": 45,
- "h": 67
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 8,
- "w": 45,
- "h": 67
- },
- "frame": {
- "x": 94,
- "y": 67,
- "w": 45,
- "h": 67
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 5,
- "w": 45,
- "h": 67
- },
- "frame": {
- "x": 94,
- "y": 67,
- "w": 45,
- "h": 67
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 2,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 2,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 2,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 36,
- "y": 2,
- "w": 42,
- "h": 67
- },
- "frame": {
- "x": 44,
- "y": 133,
- "w": 42,
- "h": 67
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 54,
- "y": 3,
- "w": 42,
- "h": 67
- },
- "frame": {
- "x": 139,
- "y": 67,
- "w": 42,
- "h": 67
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 6,
- "w": 42,
- "h": 67
- },
- "frame": {
- "x": 139,
- "y": 67,
- "w": 42,
- "h": 67
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 12,
- "w": 42,
- "h": 66
- },
- "frame": {
- "x": 86,
- "y": 134,
- "w": 42,
- "h": 66
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 55,
- "y": 6,
- "w": 41,
- "h": 67
- },
- "frame": {
- "x": 128,
- "y": 134,
- "w": 41,
- "h": 67
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 41,
- "h": 67
- },
- "frame": {
- "x": 169,
- "y": 134,
- "w": 41,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a418188ec41514bd9ae14eb24912795a:ee144292ee551fc92c6c10944cfe21d9:17a705bb924916761be2495822a53735$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/719.png b/public/images/pokemon/exp/shiny/719.png
deleted file mode 100644
index a733b44e4b3..00000000000
Binary files a/public/images/pokemon/exp/shiny/719.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/728.json b/public/images/pokemon/exp/shiny/728.json
index 0ba3fa4002d..9bed3c98376 100644
--- a/public/images/pokemon/exp/shiny/728.json
+++ b/public/images/pokemon/exp/shiny/728.json
@@ -1,1112 +1,775 @@
-{
- "textures": [
- {
- "image": "728.png",
- "format": "RGBA8888",
- "size": {
- "w": 165,
- "h": 165
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 44,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 40
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 44,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 44,
- "h": 39
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 44,
- "h": 39
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 44,
- "h": 39
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 44,
- "h": 39
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 37,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 37,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 37,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 37,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 86,
- "y": 74,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 86,
- "y": 74,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 86,
- "y": 74,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 84,
- "y": 113,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 84,
- "y": 113,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 41,
- "h": 37
- },
- "frame": {
- "x": 124,
- "y": 113,
- "w": 41,
- "h": 37
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 41,
- "h": 37
- },
- "frame": {
- "x": 124,
- "y": 113,
- "w": 41,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ff62847c95025ab843b05a9134e55488:7da27b56213df83850702c3591259733:74218c18c9d392741666ee5c0c28d306$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 40, "y": 94, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 80, "y": 134, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 40, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 120, "y": 173, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 159, "y": 207, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 210, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 40, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 118, "y": 209, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 79, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 80, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 159, "y": 169, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 172, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 80, "y": 95, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 80, "y": 134, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 40, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 120, "y": 173, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 159, "y": 207, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 210, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 40, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 118, "y": 209, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 79, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 80, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 159, "y": 169, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 172, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 80, "y": 95, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 80, "y": 134, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 40, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 120, "y": 173, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 159, "y": 207, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 210, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 40, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 118, "y": 209, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 79, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 80, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 159, "y": 169, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 172, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 80, "y": 95, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 80, "y": 134, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 40, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 120, "y": 173, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 159, "y": 207, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 210, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 40, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 118, "y": 209, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 79, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 80, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 159, "y": 169, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 172, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 80, "y": 95, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 80, "y": 134, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 40, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 120, "y": 173, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 159, "y": 207, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 210, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 40, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 118, "y": 209, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 79, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 80, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 159, "y": 169, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 172, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 40, "y": 94, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 170, "y": 130, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 133, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 40, "y": 133, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 53, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 40, "y": 54, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 170, "y": 90, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 93, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 130, "y": 52, "w": 40, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 13, "w": 40, "h": 41 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 90, "y": 52, "w": 40, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 11, "w": 40, "h": 43 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 177, "y": 46, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 10, "w": 40, "h": 44 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 177, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 40, "h": 46 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 90, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 52 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 0, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 0, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 0, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 0, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 135, "y": 0, "w": 42, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 42, "h": 52 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 46, "y": 0, "w": 44, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 54 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 120, "y": 133, "w": 39, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 39, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 130, "y": 93, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 53, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 40, "y": 133, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 133, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 170, "y": 130, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "format": "I8",
+ "size": { "w": 217, "h": 245 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/728.png b/public/images/pokemon/exp/shiny/728.png
index 0266097b1f3..d3bf6112f30 100644
Binary files a/public/images/pokemon/exp/shiny/728.png and b/public/images/pokemon/exp/shiny/728.png differ
diff --git a/public/images/pokemon/exp/shiny/729.json b/public/images/pokemon/exp/shiny/729.json
index e9fb1aa0faa..ed22b70455c 100644
--- a/public/images/pokemon/exp/shiny/729.json
+++ b/public/images/pokemon/exp/shiny/729.json
@@ -1,272 +1,1055 @@
-{
- "textures": [
- {
- "image": "729.png",
- "format": "RGBA8888",
- "size": {
- "w": 141,
- "h": 141
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 51,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 51,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 42,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 42,
- "h": 47
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 42,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 42,
- "h": 47
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 47,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 46,
- "h": 48
- },
- "frame": {
- "x": 49,
- "y": 50,
- "w": 46,
- "h": 48
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 46,
- "h": 48
- },
- "frame": {
- "x": 49,
- "y": 50,
- "w": 46,
- "h": 48
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 47
- },
- "frame": {
- "x": 95,
- "y": 94,
- "w": 45,
- "h": 47
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 47
- },
- "frame": {
- "x": 95,
- "y": 94,
- "w": 45,
- "h": 47
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:443d9818c7a68828a3e681ceb7d9ccd2:3865e964ed12d558fc1c9e3e95c82c69:b2d5dd692ec79c7357afdffa7b3670a9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 105, "y": 286, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 429, "y": 336, "w": 50, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 263, "y": 337, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 345, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 408, "y": 390, "w": 46, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 46, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 454, "y": 390, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 48, "y": 391, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 204, "y": 390, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 156, "y": 339, "w": 48, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 462, "y": 226, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 50, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 290, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 326, "y": 282, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 164, "y": 229, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 178, "w": 54, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 55, "y": 117, "w": 55, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 55, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 109, "y": 175, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 164, "y": 174, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 54, "y": 173, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 236, "y": 171, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 54, "y": 228, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 327, "y": 227, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 381, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 434, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 105, "y": 286, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 429, "y": 336, "w": 50, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 263, "y": 337, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 345, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 408, "y": 390, "w": 46, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 46, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 454, "y": 390, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 48, "y": 391, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 204, "y": 390, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 156, "y": 339, "w": 48, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 462, "y": 226, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 50, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 290, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 326, "y": 282, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 164, "y": 229, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 178, "w": 54, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 55, "y": 117, "w": 55, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 55, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 109, "y": 175, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 164, "y": 174, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 54, "y": 173, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 236, "y": 171, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 54, "y": 228, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 327, "y": 227, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 381, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 434, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 105, "y": 286, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 429, "y": 336, "w": 50, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 263, "y": 337, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 345, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 408, "y": 390, "w": 46, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 46, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 454, "y": 390, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 48, "y": 391, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 204, "y": 390, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 156, "y": 339, "w": 48, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 462, "y": 226, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 50, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 290, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 326, "y": 282, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 164, "y": 229, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 178, "w": 54, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 55, "y": 117, "w": 55, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 55, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 109, "y": 175, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 164, "y": 174, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 54, "y": 173, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 236, "y": 171, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 54, "y": 228, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 327, "y": 227, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 381, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 434, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 408, "y": 226, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 312, "y": 56, "w": 57, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 57, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 312, "y": 0, "w": 59, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 8, "w": 59, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 244, "y": 116, "w": 56, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 56, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 416, "y": 114, "w": 56, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 56, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 64, "y": 62, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 57, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 371, "y": 0, "w": 58, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 58, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 273, "y": 226, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 161, "y": 285, "w": 52, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 312, "y": 337, "w": 50, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 52 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 312, "y": 389, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 51, "y": 338, "w": 49, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 10, "w": 49, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 378, "y": 336, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 10, "w": 51, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 213, "y": 337, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 50, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 360, "y": 389, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 100, "y": 341, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 52 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 217, "y": 282, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 108, "y": 230, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 300, "y": 169, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 182, "y": 117, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 121, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 189, "y": 60, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 110, "y": 118, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 369, "y": 56, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 424, "y": 57, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 429, "y": 0, "w": 56, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 56, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 127, "y": 0, "w": 62, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 62, "h": 61 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 64, "y": 0, "w": 63, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 63, "h": 62 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 64, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 64, "h": 64 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 251, "y": 0, "w": 61, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 61, "h": 59 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 189, "y": 0, "w": 62, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 62, "h": 60 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 0, "y": 64, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 127, "y": 61, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 306, "y": 112, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 361, "y": 113, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 251, "y": 59, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 416, "y": 169, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 354, "y": 170, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 219, "y": 226, "w": 54, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 234, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 273, "y": 281, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "729.png",
+ "format": "I8",
+ "size": { "w": 512, "h": 445 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/729.png b/public/images/pokemon/exp/shiny/729.png
index 41e9e077e2e..66b8a99f34a 100644
Binary files a/public/images/pokemon/exp/shiny/729.png and b/public/images/pokemon/exp/shiny/729.png differ
diff --git a/public/images/pokemon/exp/shiny/730.json b/public/images/pokemon/exp/shiny/730.json
index 874de43f801..b1b6c5189bc 100644
--- a/public/images/pokemon/exp/shiny/730.json
+++ b/public/images/pokemon/exp/shiny/730.json
@@ -1,2309 +1,839 @@
-{
- "textures": [
- {
- "image": "730.png",
- "format": "RGBA8888",
- "size": {
- "w": 615,
- "h": 615
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 81
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 81
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 81
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 78,
- "h": 85
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 78,
- "h": 85
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 78,
- "h": 85
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 80
- },
- "frame": {
- "x": 83,
- "y": 0,
- "w": 83,
- "h": 80
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 83,
- "h": 80
- },
- "frame": {
- "x": 166,
- "y": 0,
- "w": 83,
- "h": 80
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 166,
- "w": 74,
- "h": 88
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 166,
- "w": 74,
- "h": 88
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 166,
- "w": 74,
- "h": 88
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 249,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 249,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 249,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 416,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 254,
- "w": 73,
- "h": 88
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 254,
- "w": 73,
- "h": 88
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 254,
- "w": 73,
- "h": 88
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 500,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 342,
- "w": 73,
- "h": 87
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 429,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 429,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 429,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 515,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 78,
- "y": 81,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 78,
- "y": 81,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 78,
- "y": 81,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 82
- },
- "frame": {
- "x": 153,
- "y": 80,
- "w": 81,
- "h": 82
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 82
- },
- "frame": {
- "x": 153,
- "y": 80,
- "w": 81,
- "h": 82
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 82
- },
- "frame": {
- "x": 153,
- "y": 80,
- "w": 81,
- "h": 82
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 74,
- "y": 166,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 74,
- "y": 166,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 74,
- "y": 166,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 80,
- "h": 81
- },
- "frame": {
- "x": 154,
- "y": 162,
- "w": 80,
- "h": 81
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 234,
- "y": 80,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 85
- },
- "frame": {
- "x": 309,
- "y": 79,
- "w": 74,
- "h": 85
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 312,
- "y": 164,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 79
- },
- "frame": {
- "x": 468,
- "y": 160,
- "w": 81,
- "h": 79
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 243,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 243,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 243,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 234,
- "y": 246,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 234,
- "y": 246,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 234,
- "y": 246,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 79
- },
- "frame": {
- "x": 74,
- "y": 248,
- "w": 80,
- "h": 79
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 73,
- "y": 327,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 78,
- "h": 79
- },
- "frame": {
- "x": 395,
- "y": 241,
- "w": 78,
- "h": 79
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 473,
- "y": 239,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 473,
- "y": 239,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 473,
- "y": 239,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 75,
- "y": 408,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 79,
- "h": 77
- },
- "frame": {
- "x": 75,
- "y": 486,
- "w": 79,
- "h": 77
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 318,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 234,
- "y": 320,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 234,
- "y": 320,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 234,
- "y": 320,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 318,
- "y": 327,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 318,
- "y": 327,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 318,
- "y": 327,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 153,
- "y": 393,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 81,
- "h": 71
- },
- "frame": {
- "x": 237,
- "y": 393,
- "w": 81,
- "h": 71
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 318,
- "y": 399,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 83,
- "h": 75
- },
- "frame": {
- "x": 402,
- "y": 320,
- "w": 83,
- "h": 75
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 402,
- "y": 395,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 485,
- "y": 317,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 83,
- "h": 73
- },
- "frame": {
- "x": 486,
- "y": 391,
- "w": 83,
- "h": 73
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 154,
- "y": 467,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 154,
- "y": 539,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 154,
- "y": 539,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 154,
- "y": 539,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 486,
- "y": 464,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 486,
- "y": 464,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 486,
- "y": 464,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 402,
- "y": 469,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 485,
- "y": 535,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 237,
- "y": 539,
- "w": 82,
- "h": 72
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 237,
- "y": 539,
- "w": 82,
- "h": 72
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 237,
- "y": 539,
- "w": 82,
- "h": 72
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 83,
- "h": 72
- },
- "frame": {
- "x": 319,
- "y": 472,
- "w": 83,
- "h": 72
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 18,
- "w": 82,
- "h": 70
- },
- "frame": {
- "x": 319,
- "y": 544,
- "w": 82,
- "h": 70
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 402,
- "y": 540,
- "w": 82,
- "h": 72
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:59fe2b59aab6747f8b9c8449f7122d94:f053b5af80accd64fb9a265eb64f806d:fcd0d2cb6b26724e796ae0dcb71fae3f$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 491, "y": 0, "w": 79, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 13, "w": 79, "h": 71 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 341, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 77, "h": 73 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 265, "y": 0, "w": 76, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 76, "h": 75 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 418, "y": 0, "w": 73, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 73, "h": 77 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 159, "y": 68, "w": 69, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 69, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 309, "y": 143, "w": 64, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 83 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 145, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 63, "y": 147, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 446, "y": 203, "w": 63, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 63, "h": 82 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 509, "y": 335, "w": 63, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 63, "h": 79 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 74, "y": 375, "w": 66, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 66, "h": 74 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 140, "y": 409, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 69, "h": 69 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 280, "y": 428, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 353, "y": 416, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 536, "y": 414, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 461, "y": 414, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 385, "y": 351, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 76, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 231, "y": 291, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 78, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 277, "y": 226, "w": 79, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 79, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 485, "y": 137, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 228, "y": 143, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 228, "y": 75, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 80, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 491, "y": 0, "w": 79, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 13, "w": 79, "h": 71 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 341, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 77, "h": 73 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 265, "y": 0, "w": 76, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 76, "h": 75 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 418, "y": 0, "w": 73, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 73, "h": 77 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 159, "y": 68, "w": 69, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 69, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 309, "y": 143, "w": 64, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 83 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 145, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 63, "y": 147, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 446, "y": 203, "w": 63, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 63, "h": 82 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 509, "y": 335, "w": 63, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 63, "h": 79 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 74, "y": 375, "w": 66, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 66, "h": 74 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 140, "y": 409, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 69, "h": 69 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 280, "y": 428, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 353, "y": 416, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 536, "y": 414, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 461, "y": 414, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 385, "y": 351, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 76, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 231, "y": 291, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 78, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 277, "y": 226, "w": 79, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 79, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 485, "y": 137, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 228, "y": 143, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 228, "y": 75, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 80, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 491, "y": 0, "w": 79, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 13, "w": 79, "h": 71 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 341, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 77, "h": 73 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 265, "y": 0, "w": 76, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 76, "h": 75 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 418, "y": 0, "w": 73, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 73, "h": 77 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 159, "y": 68, "w": 69, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 69, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 309, "y": 143, "w": 64, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 83 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 145, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 63, "y": 147, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 446, "y": 203, "w": 63, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 63, "h": 82 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 509, "y": 335, "w": 63, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 63, "h": 79 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 74, "y": 375, "w": 66, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 66, "h": 74 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 140, "y": 409, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 69, "h": 69 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 280, "y": 428, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 353, "y": 416, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 536, "y": 414, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 461, "y": 414, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 385, "y": 351, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 76, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 231, "y": 291, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 78, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 277, "y": 226, "w": 79, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 79, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 485, "y": 137, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 228, "y": 143, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 228, "y": 75, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 80, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 341, "y": 73, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 14, "w": 77, "h": 70 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 373, "y": 157, "w": 73, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 73, "h": 72 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 213, "y": 356, "w": 67, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 67, "h": 73 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 429, "w": 63, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 63, "h": 75 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 76, "y": 297, "w": 64, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 64, "h": 78 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 418, "y": 77, "w": 67, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 67, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 89, "y": 67, "w": 70, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 70, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 68, "w": 72, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 72, "h": 77 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 126, "y": 148, "w": 73, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 73, "h": 72 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 140, "y": 341, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 73, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 280, "y": 361, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 363, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 74, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 433, "y": 285, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 509, "y": 269, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 356, "y": 229, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 199, "y": 209, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 78, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 509, "y": 203, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 78, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 231, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 77, "y": 231, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 297, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 309, "y": 295, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 154, "y": 275, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 491, "y": 71, "w": 83, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 18, "w": 83, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 89, "y": 0, "w": 89, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 89, "h": 67 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 0, "w": 89, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 89, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 178, "y": 0, "w": 87, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 16, "w": 87, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "730.png",
+ "format": "I8",
+ "size": { "w": 610, "h": 504 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/730.png b/public/images/pokemon/exp/shiny/730.png
index 95c48184ce1..d11ef725a95 100644
Binary files a/public/images/pokemon/exp/shiny/730.png and b/public/images/pokemon/exp/shiny/730.png differ
diff --git a/public/images/pokemon/exp/shiny/746-school.json b/public/images/pokemon/exp/shiny/746-school.json
index b7f0eb850ce..6c247e5a748 100644
--- a/public/images/pokemon/exp/shiny/746-school.json
+++ b/public/images/pokemon/exp/shiny/746-school.json
@@ -1,272 +1,191 @@
-{
- "textures": [
- {
- "image": "746-school.png",
- "format": "RGBA8888",
- "size": {
- "w": 268,
- "h": 268
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 95,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 95,
- "h": 73
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 94,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 73,
- "w": 94,
- "h": 73
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 94,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 73,
- "w": 94,
- "h": 73
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 93,
- "h": 71
- },
- "frame": {
- "x": 95,
- "y": 0,
- "w": 93,
- "h": 71
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 93,
- "h": 71
- },
- "frame": {
- "x": 95,
- "y": 0,
- "w": 93,
- "h": 71
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 92,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 92,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 92,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 92,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 91,
- "h": 67
- },
- "frame": {
- "x": 95,
- "y": 71,
- "w": 91,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 91,
- "h": 67
- },
- "frame": {
- "x": 95,
- "y": 71,
- "w": 91,
- "h": 67
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 91,
- "h": 66
- },
- "frame": {
- "x": 94,
- "y": 138,
- "w": 91,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 91,
- "h": 66
- },
- "frame": {
- "x": 94,
- "y": 138,
- "w": 91,
- "h": 66
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 90,
- "h": 64
- },
- "frame": {
- "x": 92,
- "y": 204,
- "w": 90,
- "h": 64
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f61c85d6091a44a8febf21b84b5b2d80:81aec8099fbc1e00afe72d9fc67a0c1e:10f3c9d1f1118f8f9f6e40f37a0eb499$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 399, "y": 250, "w": 94, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 94, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 402, "y": 169, "w": 97, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 97, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 304, "y": 170, "w": 95, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 95, "h": 82 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 402, "y": 86, "w": 99, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 99, "h": 83 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 304, "y": 86, "w": 98, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 98, "h": 84 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 208, "y": 0, "w": 102, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 86 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 310, "y": 0, "w": 102, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 102, "h": 86 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 104, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 104, "h": 87 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 412, "y": 0, "w": 102, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 102, "h": 86 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 104, "y": 0, "w": 104, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 104, "h": 86 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 104, "y": 86, "w": 100, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 100, "h": 85 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 204, "y": 86, "w": 100, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 100, "h": 85 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 87, "w": 95, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 95, "h": 83 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 170, "w": 94, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 94, "h": 83 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 282, "y": 252, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 90, "h": 83 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 187, "y": 253, "w": 89, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 89, "h": 82 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 189, "y": 171, "w": 93, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 93, "h": 82 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 253, "w": 91, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 91, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 94, "y": 252, "w": 93, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 93, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 94, "y": 171, "w": 95, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 95, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "746-school.png",
+ "format": "I8",
+ "size": { "w": 514, "h": 335 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/746-school.png b/public/images/pokemon/exp/shiny/746-school.png
index 76452380aee..a665f1a61ac 100644
Binary files a/public/images/pokemon/exp/shiny/746-school.png and b/public/images/pokemon/exp/shiny/746-school.png differ
diff --git a/public/images/pokemon/exp/shiny/746.json b/public/images/pokemon/exp/shiny/746.json
index 2f5d3a25ec3..b2e337f88b6 100644
--- a/public/images/pokemon/exp/shiny/746.json
+++ b/public/images/pokemon/exp/shiny/746.json
@@ -1,272 +1,640 @@
-{
- "textures": [
- {
- "image": "746.png",
- "format": "RGBA8888",
- "size": {
- "w": 134,
- "h": 134
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 28,
- "w": 46,
- "h": 28
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 56,
- "w": 46,
- "h": 28
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 56,
- "w": 46,
- "h": 28
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 46,
- "h": 28
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 27,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 27,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 54,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 81,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 46,
- "h": 26
- },
- "frame": {
- "x": 46,
- "y": 108,
- "w": 46,
- "h": 26
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:04628da78c1edc5312a2f63421c7e3ac:e873c63c890ae42fc6938426a6ebd38d:1a4f7e535d823202c4828f963d5b4404$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 37, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 70, "y": 23, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 41, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 48, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 47, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 46, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 23, "w": 37, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 44, "w": 37, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 33, "y": 46, "w": 33, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 42, "w": 33, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "format": "I8",
+ "size": { "w": 111, "h": 69 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/746.png b/public/images/pokemon/exp/shiny/746.png
index 4d85fde2f09..f2033a0652f 100644
Binary files a/public/images/pokemon/exp/shiny/746.png and b/public/images/pokemon/exp/shiny/746.png differ
diff --git a/public/images/pokemon/exp/shiny/749.json b/public/images/pokemon/exp/shiny/749.json
index 3e66edcc872..d2dc11ec112 100644
--- a/public/images/pokemon/exp/shiny/749.json
+++ b/public/images/pokemon/exp/shiny/749.json
@@ -1,272 +1,1028 @@
-{
- "textures": [
- {
- "image": "749.png",
- "format": "RGBA8888",
- "size": {
- "w": 170,
- "h": 170
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 43,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 43,
- "h": 58
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 58
- },
- "frame": {
- "x": 43,
- "y": 58,
- "w": 43,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 58
- },
- "frame": {
- "x": 43,
- "y": 58,
- "w": 43,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 86,
- "y": 58,
- "w": 42,
- "h": 58
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 86,
- "y": 58,
- "w": 42,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 128,
- "y": 58,
- "w": 42,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3750962b7bf97de47e92eb3b3ea2046a:4f6ed853d2816fb61ade7e448ae31f37:d52e05c524384ef985e6339a08b2f938$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 231, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 290, "y": 69, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 46, "y": 122, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 239, "y": 69, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 46, "y": 69, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 235, "y": 122, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 186, "y": 119, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 47, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 136, "y": 120, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 136, "y": 178, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 92, "y": 231, "w": 44, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 322, "y": 287, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 231, "y": 175, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 231, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 290, "y": 69, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 46, "y": 122, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 239, "y": 69, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 46, "y": 69, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 235, "y": 122, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 186, "y": 119, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 47, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 136, "y": 120, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 136, "y": 178, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 92, "y": 231, "w": 44, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 322, "y": 287, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 231, "y": 175, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 231, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 128, "y": 336, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 46, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 136, "y": 283, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 219, "y": 340, "w": 45, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 85, "y": 289, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 43, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 343, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 174, "y": 338, "w": 45, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 276, "y": 233, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 228, "y": 232, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 184, "y": 285, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 324, "y": 233, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 181, "y": 228, "w": 47, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 231, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 290, "y": 69, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 46, "y": 122, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 239, "y": 69, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 46, "y": 69, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 235, "y": 122, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 186, "y": 119, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 47, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 136, "y": 120, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 136, "y": 178, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 92, "y": 231, "w": 44, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 322, "y": 287, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 231, "y": 175, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 231, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 128, "y": 336, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 46, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 136, "y": 283, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 219, "y": 340, "w": 45, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 85, "y": 289, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 43, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 343, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 174, "y": 338, "w": 45, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 276, "y": 233, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 228, "y": 232, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 184, "y": 285, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 324, "y": 233, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 181, "y": 228, "w": 47, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 231, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 128, "y": 336, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 46, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 136, "y": 283, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 219, "y": 340, "w": 45, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 85, "y": 289, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 43, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 343, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 174, "y": 338, "w": 45, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 276, "y": 233, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 228, "y": 232, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 184, "y": 285, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 324, "y": 233, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 181, "y": 228, "w": 47, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 231, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 290, "y": 69, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 46, "y": 122, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 239, "y": 69, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 46, "y": 69, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 235, "y": 122, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 186, "y": 119, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 47, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 136, "y": 120, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 136, "y": 178, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 92, "y": 231, "w": 44, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 322, "y": 287, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 231, "y": 175, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 46, "y": 231, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 277, "y": 178, "w": 47, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 285, "y": 124, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 49, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 134, "y": 67, "w": 52, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 52, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 186, "y": 67, "w": 53, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 53, "h": 52 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 223, "y": 0, "w": 50, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 14, "w": 50, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 66, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 46, "h": 59 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 134, "y": 0, "w": 46, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 46, "h": 63 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 47, "h": 66 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 314, "y": 0, "w": 40, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 0, "w": 40, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 91, "y": 0, "w": 43, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 43, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 97, "y": 120, "w": 39, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 39, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 47, "y": 0, "w": 44, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 44, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 273, "y": 0, "w": 41, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 41, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 180, "y": 0, "w": 43, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 67 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 45, "y": 287, "w": 40, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 40, "h": 63 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 279, "y": 286, "w": 43, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 43, "h": 59 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 0, "y": 287, "w": 45, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 45, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 232, "y": 286, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 182, "y": 174, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 49, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 324, "y": 178, "w": 47, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "749.png",
+ "format": "I8",
+ "size": { "w": 371, "h": 403 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/749.png b/public/images/pokemon/exp/shiny/749.png
index 29bf8edad8b..81013d98e58 100644
Binary files a/public/images/pokemon/exp/shiny/749.png and b/public/images/pokemon/exp/shiny/749.png differ
diff --git a/public/images/pokemon/exp/shiny/750.json b/public/images/pokemon/exp/shiny/750.json
index 61f838cfcab..7a9d583081a 100644
--- a/public/images/pokemon/exp/shiny/750.json
+++ b/public/images/pokemon/exp/shiny/750.json
@@ -1,272 +1,929 @@
-{
- "textures": [
- {
- "image": "750.png",
- "format": "RGBA8888",
- "size": {
- "w": 230,
- "h": 230
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 78
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 78
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 57,
- "h": 78
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 57,
- "h": 78
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 55,
- "h": 78
- },
- "frame": {
- "x": 57,
- "y": 78,
- "w": 55,
- "h": 78
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 65,
- "h": 77
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 65,
- "h": 77
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 65,
- "h": 77
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 65,
- "h": 77
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 65,
- "h": 77
- },
- "frame": {
- "x": 125,
- "y": 0,
- "w": 65,
- "h": 77
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 64,
- "h": 76
- },
- "frame": {
- "x": 112,
- "y": 77,
- "w": 64,
- "h": 76
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 64,
- "h": 76
- },
- "frame": {
- "x": 112,
- "y": 77,
- "w": 64,
- "h": 76
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 62,
- "h": 77
- },
- "frame": {
- "x": 112,
- "y": 153,
- "w": 62,
- "h": 77
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 62,
- "h": 77
- },
- "frame": {
- "x": 112,
- "y": 153,
- "w": 62,
- "h": 77
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:7ccf7456c0825db8500c2b84b43d279c:8daa4a0d7b9d5b5d4aa2bab3306e4e87:4ad6abb5f7a40182d2391bde900ad082$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 383, "y": 211, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 224, "y": 158, "w": 76, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 16, "w": 76, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 463, "y": 210, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 77, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 146, "y": 158, "w": 78, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 78, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 383, "y": 145, "w": 80, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 145, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 318, "y": 78, "w": 83, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 83, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 80, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 84, "y": 80, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 401, "y": 80, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 485, "y": 80, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 83, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 463, "y": 145, "w": 81, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 19, "w": 81, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 61, "y": 227, "w": 77, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 195, "y": 302, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 270, "y": 346, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 194, "y": 435, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 435, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 262, "y": 479, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 494, "y": 474, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 334, "y": 422, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 425, "y": 413, "w": 69, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 69, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 425, "y": 345, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 71, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 61, "y": 292, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 383, "y": 211, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 224, "y": 158, "w": 76, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 16, "w": 76, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 463, "y": 210, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 77, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 146, "y": 158, "w": 78, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 78, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 383, "y": 145, "w": 80, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 145, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 318, "y": 78, "w": 83, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 83, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 80, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 84, "y": 80, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 401, "y": 80, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 485, "y": 80, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 83, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 463, "y": 145, "w": 81, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 19, "w": 81, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 61, "y": 227, "w": 77, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 195, "y": 302, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 270, "y": 346, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 194, "y": 435, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 435, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 262, "y": 479, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 494, "y": 474, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 334, "y": 422, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 425, "y": 413, "w": 69, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 69, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 425, "y": 345, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 71, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 61, "y": 292, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 383, "y": 211, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 224, "y": 158, "w": 76, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 16, "w": 76, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 463, "y": 210, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 77, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 146, "y": 158, "w": 78, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 78, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 383, "y": 145, "w": 80, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 145, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 318, "y": 78, "w": 83, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 83, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 80, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 84, "y": 80, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 401, "y": 80, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 485, "y": 80, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 83, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 463, "y": 145, "w": 81, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 19, "w": 81, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 61, "y": 227, "w": 77, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 195, "y": 302, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 270, "y": 346, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 194, "y": 435, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 435, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 262, "y": 479, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 494, "y": 474, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 334, "y": 422, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 425, "y": 413, "w": 69, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 69, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 425, "y": 345, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 71, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 61, "y": 292, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 383, "y": 211, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 300, "y": 213, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 374, "y": 279, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 75, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 286, "y": 281, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 20, "w": 76, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 373, "w": 76, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 22, "w": 76, "h": 62 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 496, "y": 412, "w": 75, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 22, "w": 75, "h": 62 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 329, "y": 489, "w": 70, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 20, "w": 70, "h": 64 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 502, "w": 62, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 62, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 134, "y": 373, "w": 60, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 60, "h": 76 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 76, "y": 359, "w": 58, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 2, "w": 58, "h": 81 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 211, "w": 61, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 0, "w": 61, "h": 83 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 81, "y": 145, "w": 65, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 65, "h": 82 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 466, "y": 0, "w": 69, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 69, "h": 80 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 395, "y": 0, "w": 71, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 71, "h": 78 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 235, "y": 81, "w": 70, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 70, "h": 77 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 220, "y": 226, "w": 66, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 7, "w": 66, "h": 76 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 362, "y": 345, "w": 63, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 6, "w": 63, "h": 77 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 294, "w": 60, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 4, "w": 60, "h": 79 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 134, "y": 293, "w": 61, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 61, "h": 80 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 168, "y": 77, "w": 67, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 67, "h": 81 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 242, "y": 0, "w": 76, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 81 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 82, "y": 0, "w": 80, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 80, "h": 80 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 0, "y": 0, "w": 82, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 82, "h": 80 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 162, "y": 0, "w": 80, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 80, "h": 77 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 318, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 10, "w": 77, "h": 73 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 305, "y": 144, "w": 78, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 78, "h": 69 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 457, "y": 277, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 15, "w": 73, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 402, "y": 480, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 68, "y": 449, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 195, "y": 367, "w": 69, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 69, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 264, "y": 412, "w": 70, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 70, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 496, "y": 345, "w": 72, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 72, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 146, "y": 225, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "750.png",
+ "format": "I8",
+ "size": { "w": 571, "h": 570 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/750.png b/public/images/pokemon/exp/shiny/750.png
index e51f6eb7219..b2b3076b55f 100644
Binary files a/public/images/pokemon/exp/shiny/750.png and b/public/images/pokemon/exp/shiny/750.png differ
diff --git a/public/images/pokemon/exp/shiny/752.png b/public/images/pokemon/exp/shiny/752.png
index 0902846f5f5..22a70b76218 100644
Binary files a/public/images/pokemon/exp/shiny/752.png and b/public/images/pokemon/exp/shiny/752.png differ
diff --git a/public/images/pokemon/exp/shiny/771.png b/public/images/pokemon/exp/shiny/771.png
index 76bf27514d4..b9e8e315b77 100644
Binary files a/public/images/pokemon/exp/shiny/771.png and b/public/images/pokemon/exp/shiny/771.png differ
diff --git a/public/images/pokemon/exp/shiny/772.png b/public/images/pokemon/exp/shiny/772.png
index 80be3267ea8..16bc67faf12 100644
Binary files a/public/images/pokemon/exp/shiny/772.png and b/public/images/pokemon/exp/shiny/772.png differ
diff --git a/public/images/pokemon/exp/shiny/773.png b/public/images/pokemon/exp/shiny/773.png
index 407cc9144ef..9b0c6b98b9d 100644
Binary files a/public/images/pokemon/exp/shiny/773.png and b/public/images/pokemon/exp/shiny/773.png differ
diff --git a/public/images/pokemon/exp/shiny/776.png b/public/images/pokemon/exp/shiny/776.png
index 882a4ed5a6d..a0a363aff3e 100644
Binary files a/public/images/pokemon/exp/shiny/776.png and b/public/images/pokemon/exp/shiny/776.png differ
diff --git a/public/images/pokemon/exp/shiny/777.png b/public/images/pokemon/exp/shiny/777.png
index 4862152e407..504a2d23abc 100644
Binary files a/public/images/pokemon/exp/shiny/777.png and b/public/images/pokemon/exp/shiny/777.png differ
diff --git a/public/images/pokemon/exp/shiny/778-disguised.png b/public/images/pokemon/exp/shiny/778-disguised.png
index 13fecc069c6..07f0b9183c9 100644
Binary files a/public/images/pokemon/exp/shiny/778-disguised.png and b/public/images/pokemon/exp/shiny/778-disguised.png differ
diff --git a/public/images/pokemon/exp/shiny/780.json b/public/images/pokemon/exp/shiny/780.json
index 83607960307..6a50a444098 100644
--- a/public/images/pokemon/exp/shiny/780.json
+++ b/public/images/pokemon/exp/shiny/780.json
@@ -1,272 +1,884 @@
-{
- "textures": [
- {
- "image": "780.png",
- "format": "RGBA8888",
- "size": {
- "w": 244,
- "h": 244
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 93,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 93,
- "h": 61
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 93,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 93,
- "h": 61
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 93,
- "y": 0,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 89,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 89,
- "h": 61
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 89,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 89,
- "h": 61
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 86,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 183,
- "w": 86,
- "h": 61
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 86,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 183,
- "w": 86,
- "h": 61
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 0,
- "w": 83,
- "h": 61
- },
- "frame": {
- "x": 86,
- "y": 183,
- "w": 83,
- "h": 61
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 0,
- "w": 83,
- "h": 61
- },
- "frame": {
- "x": 86,
- "y": 183,
- "w": 83,
- "h": 61
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 0,
- "w": 81,
- "h": 61
- },
- "frame": {
- "x": 89,
- "y": 122,
- "w": 81,
- "h": 61
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:eb778a8559fd28191282550e6f9ca027:935a960b3e7674c98fe50b4aa5c065a8:9470182902340de73b2565411cb0ab89$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 303, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 376, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 449, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 1, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 365, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 292, "y": 284, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 439, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 439, "y": 350, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 223, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 439, "y": 283, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 148, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 73, "y": 351, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 145, "y": 214, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 219, "y": 144, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 365, "y": 283, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 74, "y": 282, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 292, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 367, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 303, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 376, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 449, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 365, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 292, "y": 284, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 439, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 439, "y": 350, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 223, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 439, "y": 283, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 148, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 73, "y": 351, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 145, "y": 214, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 219, "y": 144, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 365, "y": 283, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 74, "y": 282, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 292, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 367, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 303, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 376, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 449, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 365, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 292, "y": 284, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 439, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 439, "y": 350, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 223, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 439, "y": 283, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 148, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 73, "y": 351, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 145, "y": 214, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 219, "y": 144, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 365, "y": 283, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 74, "y": 282, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 292, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 367, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 303, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 376, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 449, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 365, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 292, "y": 284, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 439, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 439, "y": 350, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 223, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 439, "y": 283, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 148, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 73, "y": 351, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 145, "y": 214, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 219, "y": 144, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 365, "y": 283, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 74, "y": 282, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 292, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 367, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 440, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 221, "y": 73, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 377, "y": 1, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 303, "y": 1, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 154, "y": 1, "w": 75, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 75, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 78, "y": 1, "w": 75, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 75, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 1, "y": 1, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 230, "y": 1, "w": 72, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 72, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 221, "y": 213, "w": 70, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 70, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 149, "y": 72, "w": 71, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 74, "y": 143, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 70, "h": 72 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 149, "y": 72, "w": 71, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 74, "y": 143, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 70, "h": 72 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 149, "y": 72, "w": 71, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 74, "y": 143, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 70, "h": 72 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 149, "y": 72, "w": 71, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 148, "y": 282, "w": 70, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 70, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 365, "y": 352, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 71, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 1, "y": 284, "w": 71, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 71, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 145, "y": 144, "w": 73, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 73, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 75, "y": 72, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 1, "y": 72, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 451, "y": 1, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 294, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ }
+],
+"meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "780.png",
+ "format": "I8",
+ "size": { "w": 525, "h": 421 },
+ "scale": "1"
+}
}
diff --git a/public/images/pokemon/exp/shiny/780.png b/public/images/pokemon/exp/shiny/780.png
index cc6cf68a587..4487e9d629c 100644
Binary files a/public/images/pokemon/exp/shiny/780.png and b/public/images/pokemon/exp/shiny/780.png differ
diff --git a/public/images/pokemon/exp/shiny/793.png b/public/images/pokemon/exp/shiny/793.png
index 7cc43d73f02..72a1e65037a 100644
Binary files a/public/images/pokemon/exp/shiny/793.png and b/public/images/pokemon/exp/shiny/793.png differ
diff --git a/public/images/pokemon/exp/shiny/798.png b/public/images/pokemon/exp/shiny/798.png
index b88b0c1efa5..d67c0a50fdc 100644
Binary files a/public/images/pokemon/exp/shiny/798.png and b/public/images/pokemon/exp/shiny/798.png differ
diff --git a/public/images/pokemon/exp/shiny/815-gigantamax.json b/public/images/pokemon/exp/shiny/815-gigantamax.json
new file mode 100644
index 00000000000..d8fb9d62e57
--- /dev/null
+++ b/public/images/pokemon/exp/shiny/815-gigantamax.json
@@ -0,0 +1,659 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 258, "y": 385, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 267, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 1, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 268, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 426, "y": 389, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 82, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 484, "w": 81, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 81, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 341, "y": 389, "w": 83, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 7, "w": 83, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 84, "y": 485, "w": 79, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 9, "w": 79, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 167, "y": 484, "w": 81, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 81, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 195, "w": 86, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 86, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 265, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 89, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 1, "y": 290, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 387, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 353, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 510, "y": 389, "w": 80, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 80, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 169, "y": 387, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 355, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 443, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 90, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 174, "y": 290, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 84, "y": 388, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 438, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 335, "y": 483, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "815-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 611, "h": 579 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/shiny/815-gigantamax.png b/public/images/pokemon/exp/shiny/815-gigantamax.png
new file mode 100644
index 00000000000..a299119e06f
Binary files /dev/null and b/public/images/pokemon/exp/shiny/815-gigantamax.png differ
diff --git a/public/images/pokemon/exp/shiny/818.png b/public/images/pokemon/exp/shiny/818.png
index f4a8bfa2f6a..0105e7e38ab 100644
Binary files a/public/images/pokemon/exp/shiny/818.png and b/public/images/pokemon/exp/shiny/818.png differ
diff --git a/public/images/pokemon/exp/shiny/839-gigantamax.json b/public/images/pokemon/exp/shiny/839-gigantamax.json
new file mode 100644
index 00000000000..15a7c122f5d
--- /dev/null
+++ b/public/images/pokemon/exp/shiny/839-gigantamax.json
@@ -0,0 +1,821 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 454, "y": 470, "w": 86, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 86, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 379, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 573, "y": 285, "w": 91, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 91, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 93, "y": 191, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 390, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 585, "y": 96, "w": 94, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 2, "w": 94, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 293, "y": 95, "w": 97, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 97, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 484, "y": 190, "w": 96, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 96, "h": 92 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 92, "y": 286, "w": 92, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 92, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 177, "y": 471, "w": 89, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 89, "h": 92 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 177, "y": 379, "w": 91, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 91, "h": 92 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 184, "y": 286, "w": 91, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 91, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 480, "y": 282, "w": 93, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 93, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 281, "y": 281, "w": 93, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 93, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 293, "y": 188, "w": 95, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 95, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 587, "y": 0, "w": 95, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 95, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 491, "y": 95, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 190, "w": 93, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 93, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 388, "y": 191, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 285, "w": 92, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 92, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 275, "y": 374, "w": 90, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 90, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 374, "y": 286, "w": 90, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 90, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 365, "y": 380, "w": 89, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 89, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 553, "y": 380, "w": 89, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 89, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 540, "y": 473, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 87, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 268, "y": 468, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 87, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 355, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 86, "y": 475, "w": 85, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 85, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "839-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 692, "h": 664 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/shiny/839-gigantamax.png b/public/images/pokemon/exp/shiny/839-gigantamax.png
new file mode 100644
index 00000000000..f52de9357b1
Binary files /dev/null and b/public/images/pokemon/exp/shiny/839-gigantamax.png differ
diff --git a/public/images/pokemon/exp/shiny/857.png b/public/images/pokemon/exp/shiny/857.png
index 65a7c0f8f39..331e54f93e6 100644
Binary files a/public/images/pokemon/exp/shiny/857.png and b/public/images/pokemon/exp/shiny/857.png differ
diff --git a/public/images/pokemon/exp/shiny/898-ice.png b/public/images/pokemon/exp/shiny/898-ice.png
index 33850906ca3..4fc9cb48083 100644
Binary files a/public/images/pokemon/exp/shiny/898-ice.png and b/public/images/pokemon/exp/shiny/898-ice.png differ
diff --git a/public/images/pokemon/exp/shiny/898-shadow.png b/public/images/pokemon/exp/shiny/898-shadow.png
index 8c4e18e6ba8..8587106d483 100644
Binary files a/public/images/pokemon/exp/shiny/898-shadow.png and b/public/images/pokemon/exp/shiny/898-shadow.png differ
diff --git a/public/images/pokemon/exp/shiny/912.png b/public/images/pokemon/exp/shiny/912.png
index 1f1692d6ceb..9306f0d8cef 100644
Binary files a/public/images/pokemon/exp/shiny/912.png and b/public/images/pokemon/exp/shiny/912.png differ
diff --git a/public/images/pokemon/exp/shiny/913.png b/public/images/pokemon/exp/shiny/913.png
index 7e458a0796c..9179cfe07f7 100644
Binary files a/public/images/pokemon/exp/shiny/913.png and b/public/images/pokemon/exp/shiny/913.png differ
diff --git a/public/images/pokemon/exp/shiny/914.png b/public/images/pokemon/exp/shiny/914.png
index bffa5a1489d..8697f0ea3fd 100644
Binary files a/public/images/pokemon/exp/shiny/914.png and b/public/images/pokemon/exp/shiny/914.png differ
diff --git a/public/images/pokemon/exp/shiny/940.png b/public/images/pokemon/exp/shiny/940.png
index 2e66b03cd9f..7eab3973ebf 100644
Binary files a/public/images/pokemon/exp/shiny/940.png and b/public/images/pokemon/exp/shiny/940.png differ
diff --git a/public/images/pokemon/exp/shiny/954.png b/public/images/pokemon/exp/shiny/954.png
index 8bb46149716..87f5093f221 100644
Binary files a/public/images/pokemon/exp/shiny/954.png and b/public/images/pokemon/exp/shiny/954.png differ
diff --git a/public/images/pokemon/exp/shiny/970.png b/public/images/pokemon/exp/shiny/970.png
index 52ad602b0a4..d455d836e51 100644
Binary files a/public/images/pokemon/exp/shiny/970.png and b/public/images/pokemon/exp/shiny/970.png differ
diff --git a/public/images/pokemon/exp/shiny/981.png b/public/images/pokemon/exp/shiny/981.png
index f8f977fed92..5cced7d6d3f 100644
Binary files a/public/images/pokemon/exp/shiny/981.png and b/public/images/pokemon/exp/shiny/981.png differ
diff --git a/public/images/pokemon/exp/shiny/983.png b/public/images/pokemon/exp/shiny/983.png
index 36e0df81562..f7505c9b1a6 100644
Binary files a/public/images/pokemon/exp/shiny/983.png and b/public/images/pokemon/exp/shiny/983.png differ
diff --git a/public/images/pokemon/exp/back/707.json b/public/images/pokemon/exp/shiny/female/6215.json
similarity index 62%
rename from public/images/pokemon/exp/back/707.json
rename to public/images/pokemon/exp/shiny/female/6215.json
index b8db4ac17f3..8c8b4e0cf73 100644
--- a/public/images/pokemon/exp/back/707.json
+++ b/public/images/pokemon/exp/shiny/female/6215.json
@@ -1,2007 +1,33 @@
{
"textures": [
{
- "image": "707.png",
+ "image": "6215.png",
"format": "RGBA8888",
"size": {
- "w": 286,
- "h": 286
+ "w": 230,
+ "h": 230
},
"scale": 1,
"frames": [
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 0,
- "w": 37,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 72,
- "w": 37,
- "h": 72
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 0,
- "w": 37,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 72,
- "w": 37,
- "h": 72
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 0,
- "w": 37,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 72,
- "w": 37,
- "h": 72
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 38,
- "y": 144,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 38,
- "y": 144,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 38,
- "y": 144,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 77,
- "y": 143,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 77,
- "y": 143,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 77,
- "y": 143,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 71,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 71,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 71,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 115,
- "y": 142,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 70
- },
- "frame": {
- "x": 151,
- "y": 70,
- "w": 41,
- "h": 70
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 70
- },
- "frame": {
- "x": 151,
- "y": 70,
- "w": 41,
- "h": 70
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 70
- },
- "frame": {
- "x": 151,
- "y": 70,
- "w": 41,
- "h": 70
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 156,
- "y": 0,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 156,
- "y": 0,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 156,
- "y": 0,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 118,
- "y": 212,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 118,
- "y": 212,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 118,
- "y": 212,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 156,
- "y": 212,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 156,
- "y": 212,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 156,
- "y": 212,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 157,
- "y": 140,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 157,
- "y": 140,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 157,
- "y": 140,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 196,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 196,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 196,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 239,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 239,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 235,
- "y": 69,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 235,
- "y": 69,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 235,
- "y": 138,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 235,
- "y": 138,
- "w": 42,
- "h": 69
- }
- },
{
"filename": "0007.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 48,
- "h": 74
+ "w": 56,
+ "h": 54
},
"spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 41,
- "h": 69
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
},
"frame": {
- "x": 200,
- "y": 207,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
+ "x": 0,
"y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 200,
- "y": 207,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 200,
- "y": 207,
- "w": 41,
- "h": 69
+ "w": 55,
+ "h": 50
}
},
{
@@ -2009,20 +35,1175 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 48,
- "h": 74
+ "w": 56,
+ "h": 54
},
"spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 40,
- "h": 69
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
},
"frame": {
- "x": 241,
- "y": 207,
- "w": 40,
- "h": 69
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0019.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0020.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0031.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0032.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0043.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0044.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0055.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0056.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0067.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0068.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0079.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0080.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0003.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0004.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0023.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0024.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0027.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0028.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0047.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0048.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0051.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0052.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0071.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0072.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0075.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0076.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0005.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0006.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0021.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0022.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0029.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0030.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0045.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0046.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0069.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0070.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0077.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0078.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0009.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0010.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0017.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0018.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0033.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0034.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0041.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0042.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0057.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0058.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0065.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0066.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0011.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0012.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0015.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0016.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0035.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
@@ -2030,20 +1211,125 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 48,
- "h": 74
+ "w": 56,
+ "h": 54
},
"spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 40,
- "h": 69
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 241,
- "y": 207,
- "w": 40,
- "h": 69
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0039.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0040.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0059.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0060.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0063.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
@@ -2051,20 +1337,734 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 48,
- "h": 74
+ "w": 56,
+ "h": 54
},
"spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 40,
- "h": 69
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 241,
- "y": 207,
- "w": 40,
- "h": 69
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0053.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 150,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0054.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 150,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0081.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 55,
+ "y": 51,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0082.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 55,
+ "y": 51,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0013.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0014.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0037.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0038.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0061.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0062.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0001.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0002.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0025.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0026.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0049.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0050.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0073.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0074.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0083.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 47,
+ "h": 47
+ },
+ "frame": {
+ "x": 108,
+ "y": 49,
+ "w": 47,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0084.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 47,
+ "h": 47
+ },
+ "frame": {
+ "x": 108,
+ "y": 49,
+ "w": 47,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0097.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 47,
+ "h": 47
+ },
+ "frame": {
+ "x": 155,
+ "y": 49,
+ "w": 47,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0098.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 47,
+ "h": 47
+ },
+ "frame": {
+ "x": 155,
+ "y": 49,
+ "w": 47,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0087.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 7,
+ "w": 47,
+ "h": 44
+ },
+ "frame": {
+ "x": 108,
+ "y": 96,
+ "w": 47,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0088.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 7,
+ "w": 47,
+ "h": 44
+ },
+ "frame": {
+ "x": 108,
+ "y": 96,
+ "w": 47,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0085.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 45,
+ "h": 46
+ },
+ "frame": {
+ "x": 155,
+ "y": 96,
+ "w": 45,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0086.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 45,
+ "h": 46
+ },
+ "frame": {
+ "x": 155,
+ "y": 96,
+ "w": 45,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0089.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 8,
+ "w": 45,
+ "h": 44
+ },
+ "frame": {
+ "x": 107,
+ "y": 140,
+ "w": 45,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0090.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 8,
+ "w": 45,
+ "h": 44
+ },
+ "frame": {
+ "x": 107,
+ "y": 140,
+ "w": 45,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0091.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 39,
+ "h": 46
+ },
+ "frame": {
+ "x": 103,
+ "y": 184,
+ "w": 39,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0092.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 39,
+ "h": 46
+ },
+ "frame": {
+ "x": 103,
+ "y": 184,
+ "w": 39,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0093.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 38,
+ "h": 46
+ },
+ "frame": {
+ "x": 142,
+ "y": 184,
+ "w": 38,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0094.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 38,
+ "h": 46
+ },
+ "frame": {
+ "x": 142,
+ "y": 184,
+ "w": 38,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0095.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 8,
+ "w": 41,
+ "h": 44
+ },
+ "frame": {
+ "x": 180,
+ "y": 142,
+ "w": 41,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0096.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 8,
+ "w": 41,
+ "h": 44
+ },
+ "frame": {
+ "x": 180,
+ "y": 142,
+ "w": 41,
+ "h": 44
}
}
]
@@ -2073,6 +2073,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:923b4bcae7da04f16b46037df8433fd0:1631bc30b61a1b4a910dd4510c8733ca:8e96b9056ea81e44ced99c97f472a528$"
+ "smartupdate": "$TexturePacker:SmartUpdate:edaed3da1123a782356b1ac83d1afd7c:cb0e0681f4dbf68283437f5581a20bb3:736cd88647e79ba7896fc74f9406c2fe$"
}
}
diff --git a/public/images/pokemon/exp/shiny/female/6215.png b/public/images/pokemon/exp/shiny/female/6215.png
new file mode 100644
index 00000000000..4e7ea06c60a
Binary files /dev/null and b/public/images/pokemon/exp/shiny/female/6215.png differ
diff --git a/public/images/pokemon/exp/shiny/female/668.json b/public/images/pokemon/exp/shiny/female/668.json
new file mode 100644
index 00000000000..443f13c0b54
--- /dev/null
+++ b/public/images/pokemon/exp/shiny/female/668.json
@@ -0,0 +1,820 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 291, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 453, "y": 289, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 441, "y": 360, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 309, "y": 359, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 380, "y": 358, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 317, "y": 289, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 390, "y": 288, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 254, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 63, "y": 220, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 399, "y": 216, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 64, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 138, "y": 74, "w": 63, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 63, "h": 78 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 201, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 264, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 291, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 453, "y": 289, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 441, "y": 360, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 309, "y": 359, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 380, "y": 358, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 317, "y": 289, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 390, "y": 288, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 254, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 63, "y": 220, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 399, "y": 216, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 64, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 138, "y": 74, "w": 63, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 63, "h": 78 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 201, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 264, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 291, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 453, "y": 289, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 441, "y": 360, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 309, "y": 359, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 380, "y": 358, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 317, "y": 289, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 390, "y": 288, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 254, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 63, "y": 220, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 399, "y": 216, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 64, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 138, "y": 74, "w": 63, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 63, "h": 78 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 201, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 264, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 291, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 453, "y": 289, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 441, "y": 360, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 309, "y": 359, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 380, "y": 358, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 317, "y": 289, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 390, "y": 288, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 254, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 63, "y": 220, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 399, "y": 216, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 64, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 138, "y": 74, "w": 63, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 63, "h": 78 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 201, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 264, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 147, "w": 64, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 64, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 127, "y": 152, "w": 64, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 64, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 465, "y": 146, "w": 65, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 65, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 399, "y": 146, "w": 66, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 66, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 334, "y": 74, "w": 66, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 66, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 191, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 126, "y": 223, "w": 62, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 62, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 462, "y": 217, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 188, "y": 291, "w": 61, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 61, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 249, "y": 291, "w": 60, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 60, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 62, "y": 292, "w": 60, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 60, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 122, "y": 295, "w": 60, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 60, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 182, "y": 363, "w": 59, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 59, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 60, "y": 364, "w": 59, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 59, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 362, "w": 60, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 60, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 327, "y": 217, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 268, "y": 74, "w": 66, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 66, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 74, "w": 69, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 69, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 376, "y": 0, "w": 73, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 227, "y": 0, "w": 75, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 75, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 76, "y": 0, "w": 76, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 76, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 76, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 76, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 152, "y": 0, "w": 75, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 75, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 302, "y": 0, "w": 74, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 74, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 449, "y": 0, "w": 72, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 72, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 449, "y": 73, "w": 71, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 71, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 69, "y": 74, "w": 69, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 69, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 201, "y": 74, "w": 67, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 67, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 334, "y": 145, "w": 65, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 65, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "format": "I8",
+ "size": { "w": 530, "h": 436 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/shiny/female/668.png b/public/images/pokemon/exp/shiny/female/668.png
new file mode 100644
index 00000000000..ad84dc50460
Binary files /dev/null and b/public/images/pokemon/exp/shiny/female/668.png differ
diff --git a/public/images/pokemon/female/190.png b/public/images/pokemon/female/190.png
index d0d5a1a2f76..a2d5c0b7b7d 100644
Binary files a/public/images/pokemon/female/190.png and b/public/images/pokemon/female/190.png differ
diff --git a/public/images/pokemon/female/229.png b/public/images/pokemon/female/229.png
index 3d0b516a797..836ceab6bb5 100644
Binary files a/public/images/pokemon/female/229.png and b/public/images/pokemon/female/229.png differ
diff --git a/public/images/pokemon/female/232.png b/public/images/pokemon/female/232.png
index 0359febee15..9477fd192f7 100644
Binary files a/public/images/pokemon/female/232.png and b/public/images/pokemon/female/232.png differ
diff --git a/public/images/pokemon/female/25-cool-cosplay.png b/public/images/pokemon/female/25-cool-cosplay.png
index ae1e7c76d44..9f76c7826f1 100644
Binary files a/public/images/pokemon/female/25-cool-cosplay.png and b/public/images/pokemon/female/25-cool-cosplay.png differ
diff --git a/public/images/pokemon/female/256.png b/public/images/pokemon/female/256.png
index f470f5daf4b..c8b0b2cbd4c 100644
Binary files a/public/images/pokemon/female/256.png and b/public/images/pokemon/female/256.png differ
diff --git a/public/images/pokemon/female/257.png b/public/images/pokemon/female/257.png
index 1c8a4c70757..ed3e8d2914e 100644
Binary files a/public/images/pokemon/female/257.png and b/public/images/pokemon/female/257.png differ
diff --git a/public/images/pokemon/female/3.png b/public/images/pokemon/female/3.png
index 646157beb32..e21b53dfd57 100644
Binary files a/public/images/pokemon/female/3.png and b/public/images/pokemon/female/3.png differ
diff --git a/public/images/pokemon/female/401.png b/public/images/pokemon/female/401.png
index 8e145b0c1c2..4cd3fc77097 100644
Binary files a/public/images/pokemon/female/401.png and b/public/images/pokemon/female/401.png differ
diff --git a/public/images/pokemon/female/402.png b/public/images/pokemon/female/402.png
index bfa3b5b8670..1b92a7a9a95 100644
Binary files a/public/images/pokemon/female/402.png and b/public/images/pokemon/female/402.png differ
diff --git a/public/images/pokemon/female/418.png b/public/images/pokemon/female/418.png
index 005c917463f..fba2402c2b3 100644
Binary files a/public/images/pokemon/female/418.png and b/public/images/pokemon/female/418.png differ
diff --git a/public/images/pokemon/female/419.png b/public/images/pokemon/female/419.png
index 572f819749b..5fbe90ff3bd 100644
Binary files a/public/images/pokemon/female/419.png and b/public/images/pokemon/female/419.png differ
diff --git a/public/images/pokemon/female/424.png b/public/images/pokemon/female/424.png
index 8e4fbc235ca..4d86b5be16e 100644
Binary files a/public/images/pokemon/female/424.png and b/public/images/pokemon/female/424.png differ
diff --git a/public/images/pokemon/female/45.png b/public/images/pokemon/female/45.png
index fad183bbf8d..3c5d4d91aeb 100644
Binary files a/public/images/pokemon/female/45.png and b/public/images/pokemon/female/45.png differ
diff --git a/public/images/pokemon/female/456.png b/public/images/pokemon/female/456.png
index a50fd2aa034..ca0d454c98f 100644
Binary files a/public/images/pokemon/female/456.png and b/public/images/pokemon/female/456.png differ
diff --git a/public/images/pokemon/female/457.png b/public/images/pokemon/female/457.png
index 2aec3e26a07..605bb23a892 100644
Binary files a/public/images/pokemon/female/457.png and b/public/images/pokemon/female/457.png differ
diff --git a/public/images/pokemon/icons/2/154-f.png b/public/images/pokemon/icons/2/154-f.png
new file mode 100644
index 00000000000..6481cdd8a00
Binary files /dev/null and b/public/images/pokemon/icons/2/154-f.png differ
diff --git a/public/images/pokemon/icons/2/154s-f.png b/public/images/pokemon/icons/2/154s-f.png
new file mode 100644
index 00000000000..44ded711dcd
Binary files /dev/null and b/public/images/pokemon/icons/2/154s-f.png differ
diff --git a/public/images/pokemon/icons/3/255-f.png b/public/images/pokemon/icons/3/255-f.png
new file mode 100644
index 00000000000..bb221be21e7
Binary files /dev/null and b/public/images/pokemon/icons/3/255-f.png differ
diff --git a/public/images/pokemon/icons/3/255s-f.png b/public/images/pokemon/icons/3/255s-f.png
new file mode 100644
index 00000000000..898b17c163c
Binary files /dev/null and b/public/images/pokemon/icons/3/255s-f.png differ
diff --git a/public/images/pokemon/icons/3/256-f.png b/public/images/pokemon/icons/3/256-f.png
new file mode 100644
index 00000000000..72800cc5e25
Binary files /dev/null and b/public/images/pokemon/icons/3/256-f.png differ
diff --git a/public/images/pokemon/icons/3/256s-f.png b/public/images/pokemon/icons/3/256s-f.png
new file mode 100644
index 00000000000..ce6608f7bc5
Binary files /dev/null and b/public/images/pokemon/icons/3/256s-f.png differ
diff --git a/public/images/pokemon/icons/3/257-f-mega.png b/public/images/pokemon/icons/3/257-f-mega.png
new file mode 100644
index 00000000000..ed64fe8f41f
Binary files /dev/null and b/public/images/pokemon/icons/3/257-f-mega.png differ
diff --git a/public/images/pokemon/icons/3/257-f.png b/public/images/pokemon/icons/3/257-f.png
new file mode 100644
index 00000000000..ee42a9f75c0
Binary files /dev/null and b/public/images/pokemon/icons/3/257-f.png differ
diff --git a/public/images/pokemon/icons/3/257s-f-mega.png b/public/images/pokemon/icons/3/257s-f-mega.png
new file mode 100644
index 00000000000..faf5e5aa30c
Binary files /dev/null and b/public/images/pokemon/icons/3/257s-f-mega.png differ
diff --git a/public/images/pokemon/icons/3/257s-f.png b/public/images/pokemon/icons/3/257s-f.png
new file mode 100644
index 00000000000..bf59393972f
Binary files /dev/null and b/public/images/pokemon/icons/3/257s-f.png differ
diff --git a/public/images/pokemon/icons/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/1003.png b/public/images/pokemon/shiny/1003.png
index 3c5415cf94e..17462eaf89f 100644
Binary files a/public/images/pokemon/shiny/1003.png and b/public/images/pokemon/shiny/1003.png differ
diff --git a/public/images/pokemon/shiny/1018.png b/public/images/pokemon/shiny/1018.png
index 7c753bb05e5..42076fd0687 100644
Binary files a/public/images/pokemon/shiny/1018.png and b/public/images/pokemon/shiny/1018.png differ
diff --git a/public/images/pokemon/shiny/164.png b/public/images/pokemon/shiny/164.png
index de6405ff580..4e36ce61adb 100644
Binary files a/public/images/pokemon/shiny/164.png and b/public/images/pokemon/shiny/164.png differ
diff --git a/public/images/pokemon/shiny/190.png b/public/images/pokemon/shiny/190.png
index 3ad2e7b5582..60b7ad3163d 100644
Binary files a/public/images/pokemon/shiny/190.png and b/public/images/pokemon/shiny/190.png differ
diff --git a/public/images/pokemon/shiny/218.png b/public/images/pokemon/shiny/218.png
index cd70183de39..b3e42ae4adc 100644
Binary files a/public/images/pokemon/shiny/218.png and b/public/images/pokemon/shiny/218.png differ
diff --git a/public/images/pokemon/shiny/226.png b/public/images/pokemon/shiny/226.png
index 5b24827b5d5..f2934a577f1 100644
Binary files a/public/images/pokemon/shiny/226.png and b/public/images/pokemon/shiny/226.png differ
diff --git a/public/images/pokemon/shiny/261.png b/public/images/pokemon/shiny/261.png
index 1a976339b67..6976a0747e1 100644
Binary files a/public/images/pokemon/shiny/261.png and b/public/images/pokemon/shiny/261.png differ
diff --git a/public/images/pokemon/shiny/262.png b/public/images/pokemon/shiny/262.png
index ea42b525b6b..d2dbec0bb8d 100644
Binary files a/public/images/pokemon/shiny/262.png and b/public/images/pokemon/shiny/262.png differ
diff --git a/public/images/pokemon/shiny/3-gigantamax.png b/public/images/pokemon/shiny/3-gigantamax.png
index ee4705de701..acc57a41671 100644
Binary files a/public/images/pokemon/shiny/3-gigantamax.png and b/public/images/pokemon/shiny/3-gigantamax.png differ
diff --git a/public/images/pokemon/shiny/3.png b/public/images/pokemon/shiny/3.png
index fb4545e3019..4afd3847484 100644
Binary files a/public/images/pokemon/shiny/3.png and b/public/images/pokemon/shiny/3.png differ
diff --git a/public/images/pokemon/shiny/308.png b/public/images/pokemon/shiny/308.png
index 14e97cf83a3..102bc0256e4 100644
Binary files a/public/images/pokemon/shiny/308.png and b/public/images/pokemon/shiny/308.png differ
diff --git a/public/images/pokemon/shiny/335.json b/public/images/pokemon/shiny/335.json
index ca797f1d7a4..80c43b41c12 100644
--- a/public/images/pokemon/shiny/335.json
+++ b/public/images/pokemon/shiny/335.json
@@ -1,1910 +1,523 @@
-{
- "textures": [
- {
- "image": "335.png",
- "format": "RGBA8888",
- "size": {
- "w": 366,
- "h": 366
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 68,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 63
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 68,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 63
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 68,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 63
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 68,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 63
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 65,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 63,
- "w": 65,
- "h": 66
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 67,
- "h": 63
- },
- "frame": {
- "x": 68,
- "y": 0,
- "w": 67,
- "h": 63
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 67,
- "h": 63
- },
- "frame": {
- "x": 68,
- "y": 0,
- "w": 67,
- "h": 63
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 68,
- "h": 61
- },
- "frame": {
- "x": 65,
- "y": 63,
- "w": 68,
- "h": 61
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 68,
- "h": 61
- },
- "frame": {
- "x": 65,
- "y": 63,
- "w": 68,
- "h": 61
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 68,
- "h": 61
- },
- "frame": {
- "x": 65,
- "y": 63,
- "w": 68,
- "h": 61
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 68,
- "h": 61
- },
- "frame": {
- "x": 65,
- "y": 63,
- "w": 68,
- "h": 61
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 64,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 64,
- "h": 63
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 64,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 64,
- "h": 63
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 64,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 64,
- "h": 63
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 64,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 64,
- "h": 63
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 61,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 192,
- "w": 61,
- "h": 66
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 61,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 258,
- "w": 61,
- "h": 66
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 61,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 258,
- "w": 61,
- "h": 66
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 64,
- "h": 62
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 64,
- "h": 62
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 64,
- "h": 62
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 64,
- "h": 62
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 65,
- "h": 61
- },
- "frame": {
- "x": 199,
- "y": 0,
- "w": 65,
- "h": 61
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 67,
- "h": 58
- },
- "frame": {
- "x": 264,
- "y": 0,
- "w": 67,
- "h": 58
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 67,
- "h": 58
- },
- "frame": {
- "x": 264,
- "y": 0,
- "w": 67,
- "h": 58
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 67,
- "h": 58
- },
- "frame": {
- "x": 264,
- "y": 0,
- "w": 67,
- "h": 58
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 67,
- "h": 58
- },
- "frame": {
- "x": 264,
- "y": 0,
- "w": 67,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 7,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 65,
- "y": 124,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 7,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 65,
- "y": 124,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 7,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 65,
- "y": 124,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 7,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 65,
- "y": 124,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 64,
- "h": 61
- },
- "frame": {
- "x": 64,
- "y": 183,
- "w": 64,
- "h": 61
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 62,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 244,
- "w": 62,
- "h": 65
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 9,
- "w": 63,
- "h": 57
- },
- "frame": {
- "x": 61,
- "y": 309,
- "w": 63,
- "h": 57
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 64
- },
- "frame": {
- "x": 123,
- "y": 244,
- "w": 61,
- "h": 64
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 63,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 308,
- "w": 63,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 61,
- "h": 61
- },
- "frame": {
- "x": 128,
- "y": 183,
- "w": 61,
- "h": 61
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 61,
- "h": 61
- },
- "frame": {
- "x": 128,
- "y": 183,
- "w": 61,
- "h": 61
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 61,
- "h": 61
- },
- "frame": {
- "x": 128,
- "y": 183,
- "w": 61,
- "h": 61
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 61,
- "h": 61
- },
- "frame": {
- "x": 128,
- "y": 183,
- "w": 61,
- "h": 61
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 9,
- "w": 62,
- "h": 57
- },
- "frame": {
- "x": 187,
- "y": 307,
- "w": 62,
- "h": 57
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 9,
- "w": 62,
- "h": 57
- },
- "frame": {
- "x": 187,
- "y": 307,
- "w": 62,
- "h": 57
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 62,
- "h": 63
- },
- "frame": {
- "x": 264,
- "y": 58,
- "w": 62,
- "h": 63
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 55,
- "h": 63
- },
- "frame": {
- "x": 133,
- "y": 63,
- "w": 55,
- "h": 63
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 55,
- "h": 63
- },
- "frame": {
- "x": 133,
- "y": 63,
- "w": 55,
- "h": 63
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 55,
- "h": 63
- },
- "frame": {
- "x": 133,
- "y": 63,
- "w": 55,
- "h": 63
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 55,
- "h": 63
- },
- "frame": {
- "x": 133,
- "y": 63,
- "w": 55,
- "h": 63
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 55,
- "h": 66
- },
- "frame": {
- "x": 188,
- "y": 62,
- "w": 55,
- "h": 66
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 55,
- "h": 66
- },
- "frame": {
- "x": 188,
- "y": 62,
- "w": 55,
- "h": 66
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 189,
- "y": 128,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 60,
- "h": 66
- },
- "frame": {
- "x": 247,
- "y": 121,
- "w": 60,
- "h": 66
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 59,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 121,
- "w": 59,
- "h": 63
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 59,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 121,
- "w": 59,
- "h": 63
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 59,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 121,
- "w": 59,
- "h": 63
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 59,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 121,
- "w": 59,
- "h": 63
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 247,
- "y": 187,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 247,
- "y": 187,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 247,
- "y": 187,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 247,
- "y": 187,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 58,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 184,
- "w": 58,
- "h": 63
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 58,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 184,
- "w": 58,
- "h": 63
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 58,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 184,
- "w": 58,
- "h": 63
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 58,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 184,
- "w": 58,
- "h": 63
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 249,
- "y": 250,
- "w": 60,
- "h": 63
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0df67af080306e793f3e63687a642a63:bd66cef8682173381b002070c3411214:40bb9f4809624b12bf79bbfe664bea73$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 185, "w": 59, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 59, "h": 59 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 119, "y": 182, "w": 62, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 62, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 119, "y": 125, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 64, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 195, "y": 0, "w": 66, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 66, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 129, "y": 0, "w": 66, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 66, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 320, "y": 0, "w": 62, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 62, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 244, "w": 53, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 53, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 59, "y": 188, "w": 56, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 56, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 306, "y": 187, "w": 57, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 57, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 185, "w": 59, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 59, "h": 59 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 119, "y": 182, "w": 62, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 62, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 119, "y": 125, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 64, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 195, "y": 0, "w": 66, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 66, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 129, "y": 0, "w": 66, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 66, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 320, "y": 0, "w": 62, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 62, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 244, "w": 53, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 53, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 59, "y": 188, "w": 56, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 56, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 306, "y": 187, "w": 57, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 57, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 185, "w": 59, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 59, "h": 59 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 119, "y": 182, "w": 62, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 62, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 119, "y": 125, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 64, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 195, "y": 0, "w": 66, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 66, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 129, "y": 0, "w": 66, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 66, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 320, "y": 0, "w": 62, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 62, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 244, "w": 53, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 53, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 59, "y": 188, "w": 56, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 56, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 306, "y": 187, "w": 57, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 57, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 248, "y": 129, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 188, "y": 123, "w": 60, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 60, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 125, "w": 61, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 61, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 66, "w": 63, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 63, "h": 59 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 234, "y": 190, "w": 61, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 61, "h": 56 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 234, "y": 246, "w": 60, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 11, "w": 60, "h": 55 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 115, "y": 239, "w": 61, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 11, "w": 61, "h": 56 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 63, "y": 62, "w": 62, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 62, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 63, "y": 0, "w": 66, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 66, "h": 62 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 63, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 63, "h": 66 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 261, "y": 0, "w": 59, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 59, "h": 66 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 181, "y": 184, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 53, "h": 66 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 63, "y": 122, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 56, "h": 66 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 320, "y": 61, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 58, "h": 65 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 129, "y": 61, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 59, "h": 64 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 195, "y": 60, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 60, "h": 63 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 255, "y": 66, "w": 59, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 63 },
+ "sourceSize": { "w": 74, "h": 67 }
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.9.2-x64",
+ "image": "335.png",
+ "format": "I8",
+ "size": { "w": 382, "h": 305 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/335.png b/public/images/pokemon/shiny/335.png
index e4f8d10fb1b..fc7c325a469 100644
Binary files a/public/images/pokemon/shiny/335.png and b/public/images/pokemon/shiny/335.png differ
diff --git a/public/images/pokemon/shiny/336.png b/public/images/pokemon/shiny/336.png
index efa1262248a..45d57027704 100644
Binary files a/public/images/pokemon/shiny/336.png and b/public/images/pokemon/shiny/336.png differ
diff --git a/public/images/pokemon/shiny/357.png b/public/images/pokemon/shiny/357.png
index ca74e4b466c..0eb62e53719 100644
Binary files a/public/images/pokemon/shiny/357.png and b/public/images/pokemon/shiny/357.png differ
diff --git a/public/images/pokemon/shiny/370.png b/public/images/pokemon/shiny/370.png
index 8a7bf0b11a8..f49fe4fe27c 100644
Binary files a/public/images/pokemon/shiny/370.png and b/public/images/pokemon/shiny/370.png differ
diff --git a/public/images/pokemon/shiny/373-mega.png b/public/images/pokemon/shiny/373-mega.png
index 4e9fe93fa5c..fd2e8eed6e2 100644
Binary files a/public/images/pokemon/shiny/373-mega.png and b/public/images/pokemon/shiny/373-mega.png differ
diff --git a/public/images/pokemon/shiny/373.png b/public/images/pokemon/shiny/373.png
index cae369ce412..6e21c49c034 100644
Binary files a/public/images/pokemon/shiny/373.png and b/public/images/pokemon/shiny/373.png differ
diff --git a/public/images/pokemon/shiny/4080.png b/public/images/pokemon/shiny/4080.png
index 9ff6184d692..35f3c7c0ff6 100644
Binary files a/public/images/pokemon/shiny/4080.png and b/public/images/pokemon/shiny/4080.png differ
diff --git a/public/images/pokemon/shiny/4199.png b/public/images/pokemon/shiny/4199.png
index d428931eff8..fb4b8b70ddb 100644
Binary files a/public/images/pokemon/shiny/4199.png and b/public/images/pokemon/shiny/4199.png differ
diff --git a/public/images/pokemon/shiny/424.png b/public/images/pokemon/shiny/424.png
index 0c97de2883e..5685c21e276 100644
Binary files a/public/images/pokemon/shiny/424.png and b/public/images/pokemon/shiny/424.png differ
diff --git a/public/images/pokemon/shiny/433.png b/public/images/pokemon/shiny/433.png
index 55021a56458..f5f34928c21 100644
Binary files a/public/images/pokemon/shiny/433.png and b/public/images/pokemon/shiny/433.png differ
diff --git a/public/images/pokemon/shiny/45.png b/public/images/pokemon/shiny/45.png
index 92b28c054c9..4aab94dfb65 100644
Binary files a/public/images/pokemon/shiny/45.png and b/public/images/pokemon/shiny/45.png differ
diff --git a/public/images/pokemon/shiny/451.json b/public/images/pokemon/shiny/451.json
index f492cdbcb04..273d546e2bb 100644
--- a/public/images/pokemon/shiny/451.json
+++ b/public/images/pokemon/shiny/451.json
@@ -1,2330 +1,715 @@
-{
- "textures": [
- {
- "image": "451.png",
- "format": "RGBA8888",
- "size": {
- "w": 281,
- "h": 281
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 69,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 41
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 69,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 41
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 69,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 41
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 69,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 66,
- "h": 43
- },
- "frame": {
- "x": 132,
- "y": 0,
- "w": 66,
- "h": 43
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 66,
- "h": 43
- },
- "frame": {
- "x": 132,
- "y": 0,
- "w": 66,
- "h": 43
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 66,
- "h": 43
- },
- "frame": {
- "x": 132,
- "y": 0,
- "w": 66,
- "h": 43
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 66,
- "h": 43
- },
- "frame": {
- "x": 132,
- "y": 0,
- "w": 66,
- "h": 43
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 198,
- "y": 0,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 198,
- "y": 0,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 198,
- "y": 0,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 198,
- "y": 0,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 62,
- "h": 44
- },
- "frame": {
- "x": 126,
- "y": 43,
- "w": 62,
- "h": 44
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 62,
- "h": 44
- },
- "frame": {
- "x": 126,
- "y": 43,
- "w": 62,
- "h": 44
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 62,
- "h": 44
- },
- "frame": {
- "x": 126,
- "y": 43,
- "w": 62,
- "h": 44
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 62,
- "h": 44
- },
- "frame": {
- "x": 126,
- "y": 43,
- "w": 62,
- "h": 44
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 63,
- "h": 44
- },
- "frame": {
- "x": 188,
- "y": 43,
- "w": 63,
- "h": 44
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 63,
- "h": 44
- },
- "frame": {
- "x": 188,
- "y": 43,
- "w": 63,
- "h": 44
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 63,
- "h": 44
- },
- "frame": {
- "x": 188,
- "y": 43,
- "w": 63,
- "h": 44
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 63,
- "h": 44
- },
- "frame": {
- "x": 188,
- "y": 43,
- "w": 63,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 59,
- "y": 87,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 59,
- "y": 87,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 59,
- "y": 87,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 59,
- "y": 87,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 61,
- "h": 45
- },
- "frame": {
- "x": 118,
- "y": 87,
- "w": 61,
- "h": 45
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 61,
- "h": 45
- },
- "frame": {
- "x": 118,
- "y": 87,
- "w": 61,
- "h": 45
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 61,
- "h": 45
- },
- "frame": {
- "x": 118,
- "y": 87,
- "w": 61,
- "h": 45
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 61,
- "h": 45
- },
- "frame": {
- "x": 118,
- "y": 87,
- "w": 61,
- "h": 45
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 57,
- "h": 45
- },
- "frame": {
- "x": 179,
- "y": 87,
- "w": 57,
- "h": 45
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 57,
- "h": 45
- },
- "frame": {
- "x": 179,
- "y": 87,
- "w": 57,
- "h": 45
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 57,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 57,
- "h": 45
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 57,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 57,
- "h": 45
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 57,
- "h": 45
- },
- "frame": {
- "x": 57,
- "y": 132,
- "w": 57,
- "h": 45
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 57,
- "h": 45
- },
- "frame": {
- "x": 57,
- "y": 132,
- "w": 57,
- "h": 45
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 56,
- "h": 45
- },
- "frame": {
- "x": 114,
- "y": 132,
- "w": 56,
- "h": 45
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 56,
- "h": 45
- },
- "frame": {
- "x": 114,
- "y": 132,
- "w": 56,
- "h": 45
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 54,
- "h": 45
- },
- "frame": {
- "x": 170,
- "y": 132,
- "w": 54,
- "h": 45
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 54,
- "h": 45
- },
- "frame": {
- "x": 170,
- "y": 132,
- "w": 54,
- "h": 45
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 54,
- "h": 45
- },
- "frame": {
- "x": 224,
- "y": 132,
- "w": 54,
- "h": 45
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 54,
- "h": 45
- },
- "frame": {
- "x": 224,
- "y": 132,
- "w": 54,
- "h": 45
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 111,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 111,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 111,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 111,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 60,
- "h": 46
- },
- "frame": {
- "x": 168,
- "y": 177,
- "w": 60,
- "h": 46
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 60,
- "h": 46
- },
- "frame": {
- "x": 168,
- "y": 177,
- "w": 60,
- "h": 46
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 60,
- "h": 46
- },
- "frame": {
- "x": 168,
- "y": 177,
- "w": 60,
- "h": 46
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 60,
- "h": 46
- },
- "frame": {
- "x": 168,
- "y": 177,
- "w": 60,
- "h": 46
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 228,
- "y": 177,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 228,
- "y": 177,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 220,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 220,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 223,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 223,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 223,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 223,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 55,
- "h": 46
- },
- "frame": {
- "x": 111,
- "y": 223,
- "w": 55,
- "h": 46
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 55,
- "h": 46
- },
- "frame": {
- "x": 111,
- "y": 223,
- "w": 55,
- "h": 46
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 55,
- "h": 46
- },
- "frame": {
- "x": 166,
- "y": 223,
- "w": 55,
- "h": 46
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 55,
- "h": 46
- },
- "frame": {
- "x": 166,
- "y": 223,
- "w": 55,
- "h": 46
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 221,
- "y": 223,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 221,
- "y": 223,
- "w": 54,
- "h": 46
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9097bf5ffed4b93401c65aa14299faaa:d22b7c7f6e33b1453fda428e689d4529:c79e17c206de27e3b7f1ce96f7df8e51$"
- }
+{ "frames": [
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 68, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 68, "h": 40 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0001.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 68, "y": 0, "w": 64, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 64, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 68, "y": 0, "w": 64, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 64, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 68, "y": 0, "w": 64, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 64, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 68, "y": 0, "w": 64, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 64, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 232, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 232, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 117, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 117, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 117, "y": 42, "w": 60, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 60, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 117, "y": 42, "w": 60, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 60, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 132, "y": 0, "w": 63, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 63, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 132, "y": 0, "w": 63, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 63, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 68, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 68, "h": 40 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 195, "y": 0, "w": 63, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 63, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 195, "y": 0, "w": 63, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 63, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 258, "y": 0, "w": 61, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 61, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 258, "y": 0, "w": 61, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 61, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 58, "y": 42, "w": 59, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 59, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 58, "y": 42, "w": 59, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 59, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 40, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 58, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 40, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 58, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 177, "y": 84, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 55, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 177, "y": 84, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 55, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 129, "w": 55, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 55, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 129, "w": 55, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 55, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 112, "y": 129, "w": 55, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 55, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 112, "y": 129, "w": 55, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 55, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 167, "y": 130, "w": 55, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 55, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 167, "y": 130, "w": 55, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 55, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 173, "w": 54, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 54, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 173, "w": 54, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 54, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 54, "y": 177, "w": 52, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 52, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 54, "y": 177, "w": 52, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 52, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 210, "y": 176, "w": 53, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 53, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 210, "y": 176, "w": 53, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 53, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 158, "y": 174, "w": 52, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 52, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 158, "y": 174, "w": 52, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 52, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 222, "y": 131, "w": 53, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 53, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 222, "y": 131, "w": 53, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 53, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 275, "y": 132, "w": 53, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 53, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 275, "y": 132, "w": 53, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 53, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 55, "y": 131, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 55, "y": 131, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 107, "y": 173, "w": 51, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 51, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 107, "y": 173, "w": 51, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 51, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.8.1-x64",
+ "image": "451.png",
+ "format": "I8",
+ "size": { "w": 339, "h": 221 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/451.png b/public/images/pokemon/shiny/451.png
index 69d165c9ae8..4f8120ce668 100644
Binary files a/public/images/pokemon/shiny/451.png and b/public/images/pokemon/shiny/451.png differ
diff --git a/public/images/pokemon/shiny/469.png b/public/images/pokemon/shiny/469.png
index c7f7ee3b68e..7e8d8b674d3 100644
Binary files a/public/images/pokemon/shiny/469.png and b/public/images/pokemon/shiny/469.png differ
diff --git a/public/images/pokemon/shiny/47.json b/public/images/pokemon/shiny/47.json
index 185bcf4b527..0aa03eab585 100644
--- a/public/images/pokemon/shiny/47.json
+++ b/public/images/pokemon/shiny/47.json
@@ -1,776 +1,299 @@
-{
- "textures": [
- {
- "image": "47.png",
- "format": "RGBA8888",
- "size": {
- "w": 230,
- "h": 230
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 12,
- "w": 56,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 49
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 12,
- "w": 56,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 49
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 62,
- "h": 51
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 62,
- "h": 51
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 62,
- "h": 51
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 62,
- "h": 51
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 8,
- "w": 55,
- "h": 53
- },
- "frame": {
- "x": 118,
- "y": 0,
- "w": 55,
- "h": 53
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 8,
- "w": 55,
- "h": 53
- },
- "frame": {
- "x": 118,
- "y": 0,
- "w": 55,
- "h": 53
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 55,
- "h": 54
- },
- "frame": {
- "x": 173,
- "y": 0,
- "w": 55,
- "h": 54
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 55,
- "h": 54
- },
- "frame": {
- "x": 173,
- "y": 0,
- "w": 55,
- "h": 54
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 53,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 49,
- "w": 53,
- "h": 56
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 53,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 49,
- "w": 53,
- "h": 56
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 62,
- "h": 55
- },
- "frame": {
- "x": 53,
- "y": 51,
- "w": 62,
- "h": 55
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 62,
- "h": 55
- },
- "frame": {
- "x": 53,
- "y": 51,
- "w": 62,
- "h": 55
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 53,
- "h": 57
- },
- "frame": {
- "x": 115,
- "y": 53,
- "w": 53,
- "h": 57
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 53,
- "h": 57
- },
- "frame": {
- "x": 115,
- "y": 53,
- "w": 53,
- "h": 57
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 62,
- "h": 56
- },
- "frame": {
- "x": 168,
- "y": 54,
- "w": 62,
- "h": 56
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 62,
- "h": 56
- },
- "frame": {
- "x": 168,
- "y": 54,
- "w": 62,
- "h": 56
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 61,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 106,
- "w": 61,
- "h": 58
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 61,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 106,
- "w": 61,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 54,
- "h": 59
- },
- "frame": {
- "x": 61,
- "y": 106,
- "w": 54,
- "h": 59
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 54,
- "h": 59
- },
- "frame": {
- "x": 61,
- "y": 106,
- "w": 54,
- "h": 59
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 57,
- "h": 59
- },
- "frame": {
- "x": 115,
- "y": 110,
- "w": 57,
- "h": 59
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 57,
- "h": 59
- },
- "frame": {
- "x": 115,
- "y": 110,
- "w": 57,
- "h": 59
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 57,
- "h": 59
- },
- "frame": {
- "x": 115,
- "y": 110,
- "w": 57,
- "h": 59
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 57,
- "h": 59
- },
- "frame": {
- "x": 115,
- "y": 110,
- "w": 57,
- "h": 59
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 54,
- "h": 59
- },
- "frame": {
- "x": 172,
- "y": 110,
- "w": 54,
- "h": 59
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 54,
- "h": 59
- },
- "frame": {
- "x": 172,
- "y": 110,
- "w": 54,
- "h": 59
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 61,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 164,
- "w": 61,
- "h": 59
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 61,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 164,
- "w": 61,
- "h": 59
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 57,
- "h": 61
- },
- "frame": {
- "x": 61,
- "y": 169,
- "w": 57,
- "h": 61
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 57,
- "h": 61
- },
- "frame": {
- "x": 61,
- "y": 169,
- "w": 57,
- "h": 61
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 57,
- "h": 61
- },
- "frame": {
- "x": 61,
- "y": 169,
- "w": 57,
- "h": 61
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 57,
- "h": 61
- },
- "frame": {
- "x": 61,
- "y": 169,
- "w": 57,
- "h": 61
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 118,
- "y": 169,
- "w": 60,
- "h": 61
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 118,
- "y": 169,
- "w": 60,
- "h": 61
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 118,
- "y": 169,
- "w": 60,
- "h": 61
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 118,
- "y": 169,
- "w": 60,
- "h": 61
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:38ba9918eb8f68ab2190b03c6512ef47:46578d6dd482a1b04fa7c2884107a0f5:fe45e2d628a6cef0908f7b82468c8798$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 58, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 55, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 58, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 55, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 166, "y": 114, "w": 52, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 52, "h": 56 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 166, "y": 114, "w": 52, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 52, "h": 56 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 169, "w": 51, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 51, "h": 54 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 169, "w": 51, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 51, "h": 54 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 104, "y": 166, "w": 53, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 9, "w": 53, "h": 52 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 104, "y": 166, "w": 53, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 9, "w": 53, "h": 52 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 157, "y": 170, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 55, "h": 49 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 157, "y": 170, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 55, "h": 49 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 115, "w": 53, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 8, "w": 53, "h": 54 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 115, "w": 53, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 8, "w": 53, "h": 54 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 53, "y": 116, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 51, "h": 56 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 53, "y": 116, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 51, "h": 56 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 114, "y": 109, "w": 52, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 52, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 114, "y": 109, "w": 52, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 52, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 59, "y": 57, "w": 55, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 55, "h": 59 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 59, "y": 57, "w": 55, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 55, "h": 59 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 58, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 55, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 58, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 55, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 178, "y": 56, "w": 57, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 57, "h": 58 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 178, "y": 56, "w": 57, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 57, "h": 58 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 119, "y": 0, "w": 59, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 59, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 119, "y": 0, "w": 59, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 59, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 178, "y": 0, "w": 60, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 60, "h": 56 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 178, "y": 0, "w": 60, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 60, "h": 56 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 114, "y": 57, "w": 62, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 62, "h": 52 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 114, "y": 57, "w": 62, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 62, "h": 52 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 59, "y": 0, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 60, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 59, "y": 0, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 60, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 59, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 59, "h": 58 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 0, "w": 59, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 59, "h": 58 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 178, "y": 56, "w": 57, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 57, "h": 58 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 178, "y": 56, "w": 57, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 57, "h": 58 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 59, "y": 57, "w": 55, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 55, "h": 59 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 59, "y": 57, "w": 55, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 55, "h": 59 },
+ "sourceSize": { "w": 65, "h": 65 }
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.8.1-x64",
+ "image": "47.png",
+ "format": "I8",
+ "size": { "w": 238, "h": 223 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/shiny/47.png b/public/images/pokemon/shiny/47.png
index ba5f60d1b8f..b1b0bb9a12a 100644
Binary files a/public/images/pokemon/shiny/47.png and b/public/images/pokemon/shiny/47.png differ
diff --git a/public/images/pokemon/shiny/472.png b/public/images/pokemon/shiny/472.png
index f1e833b66cb..14fa9b0fe8b 100644
Binary files a/public/images/pokemon/shiny/472.png and b/public/images/pokemon/shiny/472.png differ
diff --git a/public/images/pokemon/shiny/477.png b/public/images/pokemon/shiny/477.png
index 0f14172f019..2011636c517 100644
Binary files a/public/images/pokemon/shiny/477.png and b/public/images/pokemon/shiny/477.png differ
diff --git a/public/images/pokemon/shiny/556.png b/public/images/pokemon/shiny/556.png
index b0052759531..d62d114bbcb 100644
Binary files a/public/images/pokemon/shiny/556.png and b/public/images/pokemon/shiny/556.png differ
diff --git a/public/images/pokemon/shiny/656.json b/public/images/pokemon/shiny/656.json
index be71c2199a3..3776b4ed7e5 100644
--- a/public/images/pokemon/shiny/656.json
+++ b/public/images/pokemon/shiny/656.json
@@ -1,41 +1,20 @@
-{
- "textures": [
- {
- "image": "656.png",
- "format": "RGBA8888",
- "size": {
- "w": 35,
- "h": 35
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:272c02df78d2de4eac23552f4c031224:82f806bb336ca1c034951e96a72caaf5:9c4d208e6c2f857bfb0b23b8eea3326c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 32, "h": 35 },
+ "sourceSize": { "w": 32, "h": 35 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "656.png",
+ "format": "I8",
+ "size": { "w": 34, "h": 37 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/656.png b/public/images/pokemon/shiny/656.png
index 7779f40d332..d65d9ab857d 100644
Binary files a/public/images/pokemon/shiny/656.png and b/public/images/pokemon/shiny/656.png differ
diff --git a/public/images/pokemon/shiny/658-ash.png b/public/images/pokemon/shiny/658-ash.png
index f5de608708e..b25693fd24e 100644
Binary files a/public/images/pokemon/shiny/658-ash.png and b/public/images/pokemon/shiny/658-ash.png differ
diff --git a/public/images/pokemon/shiny/668-female.json b/public/images/pokemon/shiny/668-female.json
deleted file mode 100644
index ce08b281a62..00000000000
--- a/public/images/pokemon/shiny/668-female.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "668-female.png",
- "format": "RGBA8888",
- "size": {
- "w": 72,
- "h": 72
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 63,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 72
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bf61792d4b290b767953cfbbc5b6234f:c16e73a6866720618f3b4f8e3e0a0877:d99ed0e84a0695b54e479aa98271aba1$"
- }
-}
diff --git a/public/images/pokemon/shiny/668-female.png b/public/images/pokemon/shiny/668-female.png
deleted file mode 100644
index 1f56d13bc4c..00000000000
Binary files a/public/images/pokemon/shiny/668-female.png and /dev/null differ
diff --git a/public/images/pokemon/shiny/668.png b/public/images/pokemon/shiny/668.png
index c8ec7c9caf9..73c11b9a7c7 100644
Binary files a/public/images/pokemon/shiny/668.png and b/public/images/pokemon/shiny/668.png differ
diff --git a/public/images/pokemon/shiny/674.json b/public/images/pokemon/shiny/674.json
index 0ce6a2d9018..86d6cba1b01 100644
--- a/public/images/pokemon/shiny/674.json
+++ b/public/images/pokemon/shiny/674.json
@@ -1,41 +1,506 @@
-{
- "textures": [
- {
- "image": "674.png",
- "format": "RGBA8888",
- "size": {
- "w": 42,
- "h": 42
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 28,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 28,
- "h": 42
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3a00525649c00ed79ef7fff441994eb0:17d95f774222b5d9946bcc63782468e3:b823d10f1c9b4d501296982088ba63d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 58, "y": 0, "w": 28, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 28, "y": 120, "w": 28, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 58, "y": 0, "w": 28, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 28, "y": 120, "w": 28, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 58, "y": 0, "w": 28, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 28, "y": 120, "w": 28, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 58, "y": 0, "w": 28, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 28, "y": 120, "w": 28, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 58, "y": 0, "w": 28, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 28, "y": 120, "w": 28, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 58, "y": 0, "w": 28, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 58, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 57, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 123, "w": 28, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 57, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 86, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 29, "y": 41, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 28, "y": 81, "w": 29, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 29, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 29, "y": 41, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 29, "y": 41, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 28, "y": 81, "w": 29, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 29, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 29, "y": 41, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 86, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 57, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 123, "w": 28, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 85, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 86, "y": 0, "w": 28, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "674.png",
+ "format": "I8",
+ "size": { "w": 114, "h": 162 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/674.png b/public/images/pokemon/shiny/674.png
index 097368405fc..7c8e71d5988 100644
Binary files a/public/images/pokemon/shiny/674.png and b/public/images/pokemon/shiny/674.png differ
diff --git a/public/images/pokemon/shiny/677.png b/public/images/pokemon/shiny/677.png
index b90d0286879..a885bec4ee0 100644
Binary files a/public/images/pokemon/shiny/677.png and b/public/images/pokemon/shiny/677.png differ
diff --git a/public/images/pokemon/shiny/678-female.png b/public/images/pokemon/shiny/678-female.png
index 9a288a4fcb4..e999a0fbd69 100644
Binary files a/public/images/pokemon/shiny/678-female.png and b/public/images/pokemon/shiny/678-female.png differ
diff --git a/public/images/pokemon/shiny/678.png b/public/images/pokemon/shiny/678.png
index da33c6b3645..683d92c3299 100644
Binary files a/public/images/pokemon/shiny/678.png and b/public/images/pokemon/shiny/678.png differ
diff --git a/public/images/pokemon/shiny/694.json b/public/images/pokemon/shiny/694.json
index 0893d62dc10..48e9623d7f4 100644
--- a/public/images/pokemon/shiny/694.json
+++ b/public/images/pokemon/shiny/694.json
@@ -1,41 +1,767 @@
-{
- "textures": [
- {
- "image": "694.png",
- "format": "RGBA8888",
- "size": {
- "w": 41,
- "h": 41
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 38
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 38
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bc6e45d13f38b4219ae03e14bb0999b9:7eab0806a2282a4facdb9684c54189e5:b0990f9650cfe63b836cbed33f0b44d8$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 282, "y": 173, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 241, "y": 173, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 171, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 85, "y": 170, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 227, "y": 93, "w": 52, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 12, "w": 52, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 57, "y": 50, "w": 55, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 55, "h": 39 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 56, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 50 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 112, "y": 0, "w": 56, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 56, "h": 49 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 56, "h": 50 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 224, "y": 47, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 281, "y": 46, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 168, "y": 0, "w": 56, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 56, "h": 48 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 281, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 170, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 224, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 50, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 281, "y": 92, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 57, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 112, "y": 49, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 58, "h": 45 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 114, "y": 94, "w": 56, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 56, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 170, "y": 48, "w": 53, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 53, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 126, "y": 175, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 43, "y": 138, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "694.png",
+ "format": "I8",
+ "size": { "w": 338, "h": 249 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/694.png b/public/images/pokemon/shiny/694.png
index a6c87937252..5f65aa5d4ff 100644
Binary files a/public/images/pokemon/shiny/694.png and b/public/images/pokemon/shiny/694.png differ
diff --git a/public/images/pokemon/shiny/698.json b/public/images/pokemon/shiny/698.json
index 707a84c8ca1..6baf41b0ce7 100644
--- a/public/images/pokemon/shiny/698.json
+++ b/public/images/pokemon/shiny/698.json
@@ -1,41 +1,1415 @@
-{
- "textures": [
- {
- "image": "698.png",
- "format": "RGBA8888",
- "size": {
- "w": 57,
- "h": 57
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 57
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:46f728cad32ec7681d76168817f7001a:a044b85c8682cf2b3ce52dd5cb859583:198087d69fed44d4a642fa3ba5c077d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 0, "y": 113, "w": 30, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 30, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 0, "y": 113, "w": 30, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 30, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "698.png",
+ "format": "I8",
+ "size": { "w": 152, "h": 224 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/698.png b/public/images/pokemon/shiny/698.png
index 0874f9af37e..a861e0c14d5 100644
Binary files a/public/images/pokemon/shiny/698.png and b/public/images/pokemon/shiny/698.png differ
diff --git a/public/images/pokemon/shiny/699.png b/public/images/pokemon/shiny/699.png
index 16876941901..1e22a84228f 100644
Binary files a/public/images/pokemon/shiny/699.png and b/public/images/pokemon/shiny/699.png differ
diff --git a/public/images/pokemon/shiny/703.json b/public/images/pokemon/shiny/703.json
index bc3c40dd555..5c0a6230108 100644
--- a/public/images/pokemon/shiny/703.json
+++ b/public/images/pokemon/shiny/703.json
@@ -1,41 +1,569 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 38,
- "h": 38
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 37,
- "h": 38
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3b9620097a6f8beec26187d7454b0493:5bb102b3070894423e8dff3d1f98cd21:721af8c322ff60159262e9b3017c784d$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 35, "y": 114, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 70, "y": 114, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 105, "y": 114, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 140, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 35, "y": 153, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 111, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 107, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 107, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "703.png",
+ "format": "I8",
+ "size": { "w": 183, "h": 192 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/703.png b/public/images/pokemon/shiny/703.png
index 7d0d7999166..44ac529283c 100644
Binary files a/public/images/pokemon/shiny/703.png and b/public/images/pokemon/shiny/703.png differ
diff --git a/public/images/pokemon/shiny/707.json b/public/images/pokemon/shiny/707.json
index f0e0b2053ac..ee5036fb541 100644
--- a/public/images/pokemon/shiny/707.json
+++ b/public/images/pokemon/shiny/707.json
@@ -1,41 +1,1559 @@
-{
- "textures": [
- {
- "image": "707.png",
- "format": "RGBA8888",
- "size": {
- "w": 77,
- "h": 77
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 77
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f2be0784fdc424d853cf61d4ff5ef128:c0a67b3382e00d7635b97e14ca444b8e:8e96b9056ea81e44ced99c97f472a528$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 88, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 532, "y": 448, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 490, "y": 432, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 566, "y": 373, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 652, "y": 426, "w": 44, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 15, "w": 44, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 289, "y": 330, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 13, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 49, "y": 354, "w": 47, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 14, "w": 47, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 195, "y": 280, "w": 49, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 49, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 629, "y": 153, "w": 53, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 53, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 692, "y": 151, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 195, "y": 209, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 52, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 247, "y": 215, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 522, "y": 219, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 618, "y": 224, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 15, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 352, "y": 296, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 16, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 96, "y": 354, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 16, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 378, "y": 372, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 276, "y": 404, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 361, "y": 447, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 233, "y": 365, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 16, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 618, "y": 297, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 144, "y": 282, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 378, "y": 218, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 100, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 474, "y": 141, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 422, "y": 69, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 707, "y": 2, "w": 54, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 50, "y": 11, "w": 54, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 651, "y": 2, "w": 56, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 56, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 2, "y": 65, "w": 54, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 54, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 273, "y": 69, "w": 53, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 53, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 586, "y": 71, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 2, "y": 142, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 52, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 98, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 16, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 712, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 88, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 532, "y": 448, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 490, "y": 432, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 566, "y": 373, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 652, "y": 426, "w": 44, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 15, "w": 44, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 289, "y": 330, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 13, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 49, "y": 354, "w": 47, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 14, "w": 47, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 195, "y": 280, "w": 49, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 49, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 629, "y": 153, "w": 53, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 53, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 692, "y": 151, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 195, "y": 209, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 52, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 247, "y": 215, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 522, "y": 219, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 618, "y": 224, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 15, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 352, "y": 296, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 16, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 96, "y": 354, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 16, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 378, "y": 372, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 276, "y": 404, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 361, "y": 447, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 233, "y": 365, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 16, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 618, "y": 297, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 144, "y": 282, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 378, "y": 218, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 100, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 474, "y": 141, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 422, "y": 69, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 707, "y": 2, "w": 54, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 50, "y": 11, "w": 54, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 651, "y": 2, "w": 56, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 56, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 2, "y": 65, "w": 54, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 54, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 273, "y": 69, "w": 53, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 53, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 586, "y": 71, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 2, "y": 142, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 52, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 98, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 16, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 712, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 88, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 532, "y": 448, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 490, "y": 432, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 566, "y": 373, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 652, "y": 426, "w": 44, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 15, "w": 44, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 289, "y": 330, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 13, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 49, "y": 354, "w": 47, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 14, "w": 47, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 195, "y": 280, "w": 49, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 49, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 629, "y": 153, "w": 53, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 53, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 692, "y": 151, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 195, "y": 209, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 52, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 247, "y": 215, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 522, "y": 219, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 618, "y": 224, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 15, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 352, "y": 296, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 16, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 96, "y": 354, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 16, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 378, "y": 372, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 276, "y": 404, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 361, "y": 447, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 233, "y": 365, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 16, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 618, "y": 297, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 144, "y": 282, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 378, "y": 218, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 100, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 474, "y": 141, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 422, "y": 69, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 707, "y": 2, "w": 54, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 50, "y": 11, "w": 54, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 651, "y": 2, "w": 56, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 56, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 2, "y": 65, "w": 54, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 54, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 273, "y": 69, "w": 53, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 53, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 586, "y": 71, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 2, "y": 142, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 52, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 98, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 16, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 712, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 578, "y": 149, "w": 51, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 51, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 95, "y": 62, "w": 59, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 14, "w": 59, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 519, "y": 2, "w": 67, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 67, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 280, "y": 2, "w": 82, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 82, "h": 67 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 2, "y": 2, "w": 93, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 93, "h": 63 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 95, "y": 2, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 95, "h": 60 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 190, "y": 2, "w": 90, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 90, "h": 62 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 362, "y": 2, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 445, "y": 2, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 74, "h": 67 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 586, "y": 2, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 2, "y": 220, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 4, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 319, "y": 447, "w": 42, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 5, "w": 42, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 447, "y": 489, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 7, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 614, "y": 500, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 10, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 573, "y": 453, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 11, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 267, "y": 480, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 14, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 184, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 14, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 2, "y": 443, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 16, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 226, "y": 442, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 17, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 130, "y": 438, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 2, "y": 366, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 52, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 682, "y": 221, "w": 48, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 18, "w": 48, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 519, "y": 361, "w": 47, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 19, "w": 47, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 43, "y": 502, "w": 44, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 20, "w": 44, "h": 66 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 714, "y": 505, "w": 41, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 20, "w": 41, "h": 67 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 402, "y": 489, "w": 45, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 20, "w": 45, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 471, "y": 219, "w": 51, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 19, "w": 51, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 692, "y": 80, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 389, "y": 147, "w": 54, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 18, "w": 54, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 399, "y": 297, "w": 46, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 18, "w": 46, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 610, "y": 375, "w": 42, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 18, "w": 42, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 141, "y": 360, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 638, "y": 79, "w": 54, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 54, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 362, "y": 67, "w": 60, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 19, "w": 60, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 474, "y": 73, "w": 59, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 59, "h": 68 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 264, "y": 147, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 57, "h": 68 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 298, "y": 264, "w": 54, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 18, "w": 54, "h": 66 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 524, "y": 148, "w": 54, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 54, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 211, "y": 135, "w": 53, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 53, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 471, "y": 290, "w": 48, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 19, "w": 48, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 569, "y": 302, "w": 48, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 19, "w": 48, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 154, "y": 134, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 20, "w": 57, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 154, "y": 64, "w": 60, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 20, "w": 60, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 214, "y": 64, "w": 59, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 19, "w": 59, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 2, "y": 292, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 18, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 696, "y": 426, "w": 41, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 41, "h": 79 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 533, "y": 73, "w": 53, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 19, "w": 53, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 56, "y": 135, "w": 62, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 21, "w": 62, "h": 64 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 662, "y": 373, "w": 62, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 22, "w": 62, "h": 53 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 655, "y": 505, "w": 59, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 22, "w": 59, "h": 47 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 422, "y": 437, "w": 61, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 22, "w": 61, "h": 52 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 326, "y": 136, "w": 63, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 21, "w": 63, "h": 62 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 321, "y": 198, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 21, "w": 57, "h": 66 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0164.png",
+ "frame": { "x": 519, "y": 291, "w": 50, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 20, "w": 50, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0165.png",
+ "frame": { "x": 445, "y": 363, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 20, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0166.png",
+ "frame": { "x": 45, "y": 426, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 19, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0167.png",
+ "frame": { "x": 189, "y": 352, "w": 44, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 44, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0168.png",
+ "frame": { "x": 667, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0169.png",
+ "frame": { "x": 425, "y": 218, "w": 46, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 40, "y": 18, "w": 46, "h": 79 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0170.png",
+ "frame": { "x": 148, "y": 203, "w": 47, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 47, "h": 79 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0171.png",
+ "frame": { "x": 572, "y": 224, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 18, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0172.png",
+ "frame": { "x": 244, "y": 287, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 18, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "707.png",
+ "format": "I8",
+ "size": { "w": 763, "h": 577 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/707.png b/public/images/pokemon/shiny/707.png
index 2f4efb3e8cb..7aed21b7873 100644
Binary files a/public/images/pokemon/shiny/707.png and b/public/images/pokemon/shiny/707.png differ
diff --git a/public/images/pokemon/shiny/708.json b/public/images/pokemon/shiny/708.json
index 06631af7cb8..abc8d24db2b 100644
--- a/public/images/pokemon/shiny/708.json
+++ b/public/images/pokemon/shiny/708.json
@@ -1,41 +1,1091 @@
-{
- "textures": [
- {
- "image": "708.png",
- "format": "RGBA8888",
- "size": {
- "w": 44,
- "h": 44
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5ae7df27c9e36b2c06c09056297b74ab:efbc3a2251be2a5a300a0c333bce242b:796c82c5076b122f2663381836c65843$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 90, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 135, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 90, "y": 207, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 10, "w": 43, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 134, "y": 207, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 43, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 180, "y": 165, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 14, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 225, "y": 165, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 15, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 270, "y": 165, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 17, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 0, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 19, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 270, "y": 206, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 21, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 90, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 23, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 135, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 21, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 180, "y": 206, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 20, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 225, "y": 206, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 18, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 268, "y": 247, "w": 44, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 44, "h": 39 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 178, "y": 247, "w": 44, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 15, "w": 44, "h": 39 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 223, "y": 247, "w": 44, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 44, "h": 39 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 226, "y": 83, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 10, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 45, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 180, "y": 83, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "708.png",
+ "format": "I8",
+ "size": { "w": 315, "h": 286 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/708.png b/public/images/pokemon/shiny/708.png
index 1da0441109b..d94b1286590 100644
Binary files a/public/images/pokemon/shiny/708.png and b/public/images/pokemon/shiny/708.png differ
diff --git a/public/images/pokemon/shiny/714.json b/public/images/pokemon/shiny/714.json
index 992ff63a393..b43aebd68a1 100644
--- a/public/images/pokemon/shiny/714.json
+++ b/public/images/pokemon/shiny/714.json
@@ -1,41 +1,263 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 64,
- "h": 64
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 64,
- "h": 57
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0faf41a70733397a2e765b77d2cf3124:ed661ea37221a00e42647a088e380efd:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 133, "y": 1, "w": 64, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 64, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 1, "y": 60, "w": 61, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 61, "h": 55 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 184, "y": 117, "w": 32, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 32, "h": 67 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 50, "y": 119, "w": 33, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 33, "h": 63 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 199, "y": 1, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 133, "y": 1, "w": 64, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 64, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 60, "w": 61, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 61, "h": 55 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 184, "y": 117, "w": 32, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 3, "w": 32, "h": 67 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 50, "y": 119, "w": 33, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 33, "h": 63 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 199, "y": 1, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 133, "y": 1, "w": 64, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 64, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 133, "y": 59, "w": 61, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 61, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 113, "y": 117, "w": 33, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 33, "h": 68 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 148, "y": 117, "w": 34, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 34, "h": 64 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 1, "y": 117, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 67, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 196, "y": 59, "w": 61, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 61, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 113, "y": 117, "w": 33, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 2, "w": 33, "h": 68 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 218, "y": 117, "w": 33, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 33, "h": 64 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 199, "y": 1, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "714.png",
+ "format": "I8",
+ "size": { "w": 258, "h": 186 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/714.png b/public/images/pokemon/shiny/714.png
index 2cde838873a..924c67d3c85 100644
Binary files a/public/images/pokemon/shiny/714.png and b/public/images/pokemon/shiny/714.png differ
diff --git a/public/images/pokemon/shiny/716-active.png b/public/images/pokemon/shiny/716-active.png
index 077c657f814..357f0fb843b 100644
Binary files a/public/images/pokemon/shiny/716-active.png and b/public/images/pokemon/shiny/716-active.png differ
diff --git a/public/images/pokemon/shiny/716-neutral.png b/public/images/pokemon/shiny/716-neutral.png
index ffe04571aa7..bcccc513da4 100644
Binary files a/public/images/pokemon/shiny/716-neutral.png and b/public/images/pokemon/shiny/716-neutral.png differ
diff --git a/public/images/pokemon/shiny/718-10.json b/public/images/pokemon/shiny/718-10.json
index 05c86055ce7..ad273c9ea79 100644
--- a/public/images/pokemon/shiny/718-10.json
+++ b/public/images/pokemon/shiny/718-10.json
@@ -1,41 +1,686 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 66,
- "h": 66
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 56,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 66
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ddb567f3553fb8f8477733fc8b91dfb8:21520f234fc9684cd172bbced8ed083b:82195cf2a6db620c5643b8162d6e8c5c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 287, "y": 130, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 57, "y": 131, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 164, "y": 261, "w": 56, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 56, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 327, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 56, "y": 327, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 169, "y": 329, "w": 57, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 57, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 112, "y": 326, "w": 57, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 57, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 54, "y": 265, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 226, "y": 332, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 220, "y": 261, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 273, "y": 264, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 279, "y": 196, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 56, "y": 197, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 110, "y": 197, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 198, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 169, "y": 194, "w": 55, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 55, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 224, "y": 194, "w": 55, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 55, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 132, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 113, "y": 131, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718-10.png",
+ "format": "I8",
+ "size": { "w": 345, "h": 395 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/718-10.png b/public/images/pokemon/shiny/718-10.png
index bee16c7ec63..f976d91b4f6 100644
Binary files a/public/images/pokemon/shiny/718-10.png and b/public/images/pokemon/shiny/718-10.png differ
diff --git a/public/images/pokemon/shiny/718.json b/public/images/pokemon/shiny/718.json
index 00e4c68ba00..98053a226cb 100644
--- a/public/images/pokemon/shiny/718.json
+++ b/public/images/pokemon/shiny/718.json
@@ -1,41 +1,803 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 88,
- "h": 88
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 72,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6daa10e13b8729f3ebc27b1a8eb1c6cb:65f7940d781324b41eba39e9e5565cb7:7b4a06b06cbac24b3f39727b0238661b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 222, "y": 355, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 73, "y": 354, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 149, "y": 353, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 442, "y": 353, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 149, "y": 266, "w": 74, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 74, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 377, "y": 265, "w": 75, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 75, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 308, "y": 177, "w": 76, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 76, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 76, "y": 91, "w": 76, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 76, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 301, "y": 264, "w": 76, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 76, "h": 86 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 267, "w": 74, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 74, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 90, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 391, "y": 88, "w": 77, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 77, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 79, "y": 0, "w": 78, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 78, "h": 91 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 468, "y": 88, "w": 77, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 77, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 157, "y": 0, "w": 78, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 78, "h": 90 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 313, "y": 0, "w": 78, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 78, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 0, "y": 0, "w": 79, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 79, "h": 90 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 391, "y": 0, "w": 78, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 78, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 235, "y": 0, "w": 78, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 1, "w": 78, "h": 90 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 469, "y": 0, "w": 78, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 78, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 313, "y": 89, "w": 77, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 77, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 157, "y": 90, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 76, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 226, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 354, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718.png",
+ "format": "I8",
+ "size": { "w": 547, "h": 530 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/718.png b/public/images/pokemon/shiny/718.png
index cdfa42ccec7..778ae8bff07 100644
Binary files a/public/images/pokemon/shiny/718.png and b/public/images/pokemon/shiny/718.png differ
diff --git a/public/images/pokemon/shiny/719.json b/public/images/pokemon/shiny/719.json
index 29e48d3b3be..12a679f029f 100644
--- a/public/images/pokemon/shiny/719.json
+++ b/public/images/pokemon/shiny/719.json
@@ -1,41 +1,875 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 65,
- "h": 65
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 42,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f62b9cce190b10d691ae00fdc87df448:371601e6d1aa56d47c80c70305627ce1:17a705bb924916761be2495822a53735$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 41, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 82, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 123, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 164, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 40, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 39, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 77, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 79, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 118, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 82, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 205, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 41, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 82, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 123, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 164, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 40, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 39, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 77, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 79, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 118, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 82, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 205, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 41, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 82, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 123, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 164, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 40, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 39, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 77, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 79, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 118, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 82, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 205, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 41, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 82, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 123, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 164, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 40, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 39, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 77, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 79, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 118, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 82, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 205, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 122, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 162, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 115, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 153, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 74, "y": 350, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 37, "h": 69 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 37, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 111, "y": 350, "w": 35, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 35, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 190, "y": 280, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 191, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 157, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 202, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 196, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 38, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 76, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 114, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 152, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 7, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 9, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 41, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 122, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 162, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 115, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 153, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 74, "y": 350, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 37, "h": 69 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 37, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 111, "y": 350, "w": 35, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 35, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 190, "y": 280, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 191, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 157, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 202, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 196, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 0, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 38, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 76, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 0, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 114, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 152, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 7, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 9, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 41, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "719.png",
+ "format": "I8",
+ "size": { "w": 246, "h": 420 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/719.png b/public/images/pokemon/shiny/719.png
index f17e9b23ca8..c466201632a 100644
Binary files a/public/images/pokemon/shiny/719.png and b/public/images/pokemon/shiny/719.png differ
diff --git a/public/images/pokemon/shiny/730.png b/public/images/pokemon/shiny/730.png
index 5cc0a675e08..744d43630e7 100644
Binary files a/public/images/pokemon/shiny/730.png and b/public/images/pokemon/shiny/730.png differ
diff --git a/public/images/pokemon/shiny/772.png b/public/images/pokemon/shiny/772.png
index f2038ddd4fa..759691cc312 100644
Binary files a/public/images/pokemon/shiny/772.png and b/public/images/pokemon/shiny/772.png differ
diff --git a/public/images/pokemon/shiny/773.png b/public/images/pokemon/shiny/773.png
index 3b2b7f9b296..6f900ae9fdc 100644
Binary files a/public/images/pokemon/shiny/773.png and b/public/images/pokemon/shiny/773.png differ
diff --git a/public/images/pokemon/shiny/777.png b/public/images/pokemon/shiny/777.png
index c8ba24bf3ac..8ceb5506f9b 100644
Binary files a/public/images/pokemon/shiny/777.png and b/public/images/pokemon/shiny/777.png differ
diff --git a/public/images/pokemon/shiny/80-mega.png b/public/images/pokemon/shiny/80-mega.png
index 399402cf618..21eb3c37a05 100644
Binary files a/public/images/pokemon/shiny/80-mega.png and b/public/images/pokemon/shiny/80-mega.png differ
diff --git a/public/images/pokemon/shiny/80.png b/public/images/pokemon/shiny/80.png
index 750f0d7cc92..a40953ebc30 100644
Binary files a/public/images/pokemon/shiny/80.png and b/public/images/pokemon/shiny/80.png differ
diff --git a/public/images/pokemon/shiny/818-gigantamax.png b/public/images/pokemon/shiny/818-gigantamax.png
index 694692964fb..6ff10199f70 100644
Binary files a/public/images/pokemon/shiny/818-gigantamax.png and b/public/images/pokemon/shiny/818-gigantamax.png differ
diff --git a/public/images/pokemon/shiny/862.png b/public/images/pokemon/shiny/862.png
index bc949797ee9..e48ad78032b 100644
Binary files a/public/images/pokemon/shiny/862.png and b/public/images/pokemon/shiny/862.png differ
diff --git a/public/images/pokemon/shiny/864.png b/public/images/pokemon/shiny/864.png
index 780f52945f2..383dfecc748 100644
Binary files a/public/images/pokemon/shiny/864.png and b/public/images/pokemon/shiny/864.png differ
diff --git a/public/images/pokemon/shiny/898-ice.png b/public/images/pokemon/shiny/898-ice.png
index d262f8c3e9d..ae98d45e159 100644
Binary files a/public/images/pokemon/shiny/898-ice.png and b/public/images/pokemon/shiny/898-ice.png differ
diff --git a/public/images/pokemon/shiny/898-shadow.png b/public/images/pokemon/shiny/898-shadow.png
index 6744535f165..6d056c192b1 100644
Binary files a/public/images/pokemon/shiny/898-shadow.png and b/public/images/pokemon/shiny/898-shadow.png differ
diff --git a/public/images/pokemon/shiny/912.png b/public/images/pokemon/shiny/912.png
index 9fcdbbae78f..70067668d6a 100644
Binary files a/public/images/pokemon/shiny/912.png and b/public/images/pokemon/shiny/912.png differ
diff --git a/public/images/pokemon/shiny/913.png b/public/images/pokemon/shiny/913.png
index 5791f5be095..08eb57e1957 100644
Binary files a/public/images/pokemon/shiny/913.png and b/public/images/pokemon/shiny/913.png differ
diff --git a/public/images/pokemon/shiny/914.png b/public/images/pokemon/shiny/914.png
index f20466d543d..950f964aa09 100644
Binary files a/public/images/pokemon/shiny/914.png and b/public/images/pokemon/shiny/914.png differ
diff --git a/public/images/pokemon/shiny/940.png b/public/images/pokemon/shiny/940.png
index 77b45558e2c..a953bd6fc44 100644
Binary files a/public/images/pokemon/shiny/940.png and b/public/images/pokemon/shiny/940.png differ
diff --git a/public/images/pokemon/shiny/941.png b/public/images/pokemon/shiny/941.png
index 986a6a53a8e..5ccba807754 100644
Binary files a/public/images/pokemon/shiny/941.png and b/public/images/pokemon/shiny/941.png differ
diff --git a/public/images/pokemon/shiny/981.png b/public/images/pokemon/shiny/981.png
index 68570ed91f2..4b1ea705a5c 100644
Binary files a/public/images/pokemon/shiny/981.png and b/public/images/pokemon/shiny/981.png differ
diff --git a/public/images/pokemon/shiny/997.png b/public/images/pokemon/shiny/997.png
index a9efb86b999..e164116e56c 100644
Binary files a/public/images/pokemon/shiny/997.png and b/public/images/pokemon/shiny/997.png differ
diff --git a/public/images/pokemon/shiny/female/190.png b/public/images/pokemon/shiny/female/190.png
index 0fc6b5f08dd..c79a1f85fe2 100644
Binary files a/public/images/pokemon/shiny/female/190.png and b/public/images/pokemon/shiny/female/190.png differ
diff --git a/public/images/pokemon/shiny/female/3.png b/public/images/pokemon/shiny/female/3.png
index aeacf461779..ec5a9849e60 100644
Binary files a/public/images/pokemon/shiny/female/3.png and b/public/images/pokemon/shiny/female/3.png differ
diff --git a/public/images/pokemon/shiny/female/424.png b/public/images/pokemon/shiny/female/424.png
index 84ed5063655..f84f91548c9 100644
Binary files a/public/images/pokemon/shiny/female/424.png and b/public/images/pokemon/shiny/female/424.png differ
diff --git a/public/images/pokemon/shiny/female/45.png b/public/images/pokemon/shiny/female/45.png
index a6bbe3039cb..2ea6e0d214b 100644
Binary files a/public/images/pokemon/shiny/female/45.png and b/public/images/pokemon/shiny/female/45.png differ
diff --git a/public/images/pokemon/shiny/female/668.png b/public/images/pokemon/shiny/female/668.png
index 1f56d13bc4c..ec0d2338fac 100644
Binary files a/public/images/pokemon/shiny/female/668.png and b/public/images/pokemon/shiny/female/668.png differ
diff --git a/public/images/pokemon/variant/113_1.png b/public/images/pokemon/variant/113_1.png
index bf4ce11b3d7..b64aca2eb7e 100644
Binary files a/public/images/pokemon/variant/113_1.png and b/public/images/pokemon/variant/113_1.png differ
diff --git a/public/images/pokemon/variant/113_2.png b/public/images/pokemon/variant/113_2.png
index 455068d0c66..d89db9f3b73 100644
Binary files a/public/images/pokemon/variant/113_2.png and b/public/images/pokemon/variant/113_2.png differ
diff --git a/public/images/pokemon/variant/113_3.png b/public/images/pokemon/variant/113_3.png
index 3a82615fcca..2623a4c5527 100644
Binary files a/public/images/pokemon/variant/113_3.png and b/public/images/pokemon/variant/113_3.png differ
diff --git a/public/images/pokemon/variant/125_3.png b/public/images/pokemon/variant/125_3.png
index 89c02510442..dfab3fd2b7a 100644
Binary files a/public/images/pokemon/variant/125_3.png and b/public/images/pokemon/variant/125_3.png differ
diff --git a/public/images/pokemon/variant/126_2.png b/public/images/pokemon/variant/126_2.png
index 19aa928037d..12ddf148e51 100644
Binary files a/public/images/pokemon/variant/126_2.png and b/public/images/pokemon/variant/126_2.png differ
diff --git a/public/images/pokemon/variant/139_3.png b/public/images/pokemon/variant/139_3.png
index 0c6bd552707..90f8728ffc7 100644
Binary files a/public/images/pokemon/variant/139_3.png and b/public/images/pokemon/variant/139_3.png differ
diff --git a/public/images/pokemon/variant/141_2.png b/public/images/pokemon/variant/141_2.png
index 3cd10984009..c94613ee202 100644
Binary files a/public/images/pokemon/variant/141_2.png and b/public/images/pokemon/variant/141_2.png differ
diff --git a/public/images/pokemon/variant/141_3.png b/public/images/pokemon/variant/141_3.png
index 271e5310b84..74ff87613d6 100644
Binary files a/public/images/pokemon/variant/141_3.png and b/public/images/pokemon/variant/141_3.png differ
diff --git a/public/images/pokemon/variant/144_2.png b/public/images/pokemon/variant/144_2.png
index 9c5ff41d5c5..ca20163748d 100644
Binary files a/public/images/pokemon/variant/144_2.png and b/public/images/pokemon/variant/144_2.png differ
diff --git a/public/images/pokemon/variant/144_3.png b/public/images/pokemon/variant/144_3.png
index 52e8bb092f1..a14e9166803 100644
Binary files a/public/images/pokemon/variant/144_3.png and b/public/images/pokemon/variant/144_3.png differ
diff --git a/public/images/pokemon/variant/161_3.png b/public/images/pokemon/variant/161_3.png
index a26adbff423..f4badb44d7f 100644
Binary files a/public/images/pokemon/variant/161_3.png and b/public/images/pokemon/variant/161_3.png differ
diff --git a/public/images/pokemon/variant/164_2.png b/public/images/pokemon/variant/164_2.png
index 0bd9234ca76..a5809a334f9 100644
Binary files a/public/images/pokemon/variant/164_2.png and b/public/images/pokemon/variant/164_2.png differ
diff --git a/public/images/pokemon/variant/164_3.png b/public/images/pokemon/variant/164_3.png
index fb3c689aa05..38c88b30a49 100644
Binary files a/public/images/pokemon/variant/164_3.png and b/public/images/pokemon/variant/164_3.png differ
diff --git a/public/images/pokemon/variant/173_3.png b/public/images/pokemon/variant/173_3.png
index 5cb3abbaaec..2799a88a0df 100644
Binary files a/public/images/pokemon/variant/173_3.png and b/public/images/pokemon/variant/173_3.png differ
diff --git a/public/images/pokemon/variant/180_2.png b/public/images/pokemon/variant/180_2.png
index 522014a78ba..fbdd97e2d52 100644
Binary files a/public/images/pokemon/variant/180_2.png and b/public/images/pokemon/variant/180_2.png differ
diff --git a/public/images/pokemon/variant/180_3.png b/public/images/pokemon/variant/180_3.png
index 074a4d06b80..382b3ea0961 100644
Binary files a/public/images/pokemon/variant/180_3.png and b/public/images/pokemon/variant/180_3.png differ
diff --git a/public/images/pokemon/variant/181-mega_3.png b/public/images/pokemon/variant/181-mega_3.png
index 444947d3207..4adad450342 100644
Binary files a/public/images/pokemon/variant/181-mega_3.png and b/public/images/pokemon/variant/181-mega_3.png differ
diff --git a/public/images/pokemon/variant/183_3.png b/public/images/pokemon/variant/183_3.png
index ba04c8da2d7..479164bc4f8 100644
Binary files a/public/images/pokemon/variant/183_3.png and b/public/images/pokemon/variant/183_3.png differ
diff --git a/public/images/pokemon/variant/184_2.png b/public/images/pokemon/variant/184_2.png
index dc166ced0db..fd57af02f36 100644
Binary files a/public/images/pokemon/variant/184_2.png and b/public/images/pokemon/variant/184_2.png differ
diff --git a/public/images/pokemon/variant/184_3.png b/public/images/pokemon/variant/184_3.png
index edde99b92ff..09fa5274381 100644
Binary files a/public/images/pokemon/variant/184_3.png and b/public/images/pokemon/variant/184_3.png differ
diff --git a/public/images/pokemon/variant/199_1.png b/public/images/pokemon/variant/199_1.png
index 9899cae4e7f..3366b156560 100644
Binary files a/public/images/pokemon/variant/199_1.png and b/public/images/pokemon/variant/199_1.png differ
diff --git a/public/images/pokemon/variant/212-mega_2.png b/public/images/pokemon/variant/212-mega_2.png
index a4db96d6aac..e3d12893a29 100644
Binary files a/public/images/pokemon/variant/212-mega_2.png and b/public/images/pokemon/variant/212-mega_2.png differ
diff --git a/public/images/pokemon/variant/212-mega_3.png b/public/images/pokemon/variant/212-mega_3.png
index dac4b3bd552..9d7ba9e777e 100644
Binary files a/public/images/pokemon/variant/212-mega_3.png and b/public/images/pokemon/variant/212-mega_3.png differ
diff --git a/public/images/pokemon/variant/212_2.png b/public/images/pokemon/variant/212_2.png
index 913ab71026d..a22ed57eaf3 100644
Binary files a/public/images/pokemon/variant/212_2.png and b/public/images/pokemon/variant/212_2.png differ
diff --git a/public/images/pokemon/variant/212_3.png b/public/images/pokemon/variant/212_3.png
index 6a027cd53dc..1a71f292f28 100644
Binary files a/public/images/pokemon/variant/212_3.png and b/public/images/pokemon/variant/212_3.png differ
diff --git a/public/images/pokemon/variant/226_2.png b/public/images/pokemon/variant/226_2.png
index 770f77e7154..2d011894969 100644
Binary files a/public/images/pokemon/variant/226_2.png and b/public/images/pokemon/variant/226_2.png differ
diff --git a/public/images/pokemon/variant/226_3.png b/public/images/pokemon/variant/226_3.png
index eff63a19224..d0ad24bc78d 100644
Binary files a/public/images/pokemon/variant/226_3.png and b/public/images/pokemon/variant/226_3.png differ
diff --git a/public/images/pokemon/variant/239_3.png b/public/images/pokemon/variant/239_3.png
index 25f32c3f96c..158d8701098 100644
Binary files a/public/images/pokemon/variant/239_3.png and b/public/images/pokemon/variant/239_3.png differ
diff --git a/public/images/pokemon/variant/242_1.png b/public/images/pokemon/variant/242_1.png
index 987c4d5a9f9..8b5cff906e4 100644
Binary files a/public/images/pokemon/variant/242_1.png and b/public/images/pokemon/variant/242_1.png differ
diff --git a/public/images/pokemon/variant/242_2.png b/public/images/pokemon/variant/242_2.png
index 276d36f7091..aefddbd0cf8 100644
Binary files a/public/images/pokemon/variant/242_2.png and b/public/images/pokemon/variant/242_2.png differ
diff --git a/public/images/pokemon/variant/242_3.png b/public/images/pokemon/variant/242_3.png
index 6f83ed75c95..bc121988137 100644
Binary files a/public/images/pokemon/variant/242_3.png and b/public/images/pokemon/variant/242_3.png differ
diff --git a/public/images/pokemon/variant/244_2.png b/public/images/pokemon/variant/244_2.png
index 2b7b4e57b97..b6418e496f6 100644
Binary files a/public/images/pokemon/variant/244_2.png and b/public/images/pokemon/variant/244_2.png differ
diff --git a/public/images/pokemon/variant/244_3.png b/public/images/pokemon/variant/244_3.png
index 93b51f45f2f..c903b01d8ce 100644
Binary files a/public/images/pokemon/variant/244_3.png and b/public/images/pokemon/variant/244_3.png differ
diff --git a/public/images/pokemon/variant/248-mega.json b/public/images/pokemon/variant/248-mega.json
index f515868233f..589b3616079 100644
--- a/public/images/pokemon/variant/248-mega.json
+++ b/public/images/pokemon/variant/248-mega.json
@@ -1,17 +1,34 @@
{
+ "1": {
+"4a5a39": "533334",
+"821610": "004194",
+"942900": "004194",
+"d0243b": "006fb3",
+"d55200": "0098fc",
+"ff3e40": "0098fc",
+"f24159": "088a72",
+"f55e72": "18b8a0",
+"ff6668": "1cd9ff",
+"739c62": "915957",
+"ff8385": "00e0fc",
+"ffa3a4": "00ffc8",
+"accd9c": "c78482",
+"dee6cd": "dbb1b5"
+ },
"2": {
- "4a5a39": "06092f",
- "101010": "101010",
- "dee6cd": "7068b2",
- "accd9c": "625695",
- "739c62": "2c3071",
- "942900": "ee7b06",
- "fefefe": "fefefe",
- "c5c5c5": "c5c5c5",
- "d55200": "ffa904",
- "d0243b": "ffa904",
- "ff3e40": "ffef76",
- "821610": "ee7b06",
- "737373": "737373"
+"4a5a39": "06092f",
+"821610": "ee7b06",
+"942900": "ee7b06",
+"d0243b": "ffa904",
+"d55200": "ffa904",
+"ff3e40": "ffef76",
+"f24159": "ff9224",
+"f55e72": "ffba36",
+"ff6668": "fff28f",
+"739c62": "2c3071",
+"ff8385": "fff49a",
+"ffa3a4": "fff9ce",
+"accd9c": "625695",
+"dee6cd": "7068b2"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/248-mega_2.json b/public/images/pokemon/variant/248-mega_2.json
deleted file mode 100644
index 9ef7d417209..00000000000
--- a/public/images/pokemon/variant/248-mega_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "248-mega_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 90,
- "h": 90
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 90,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 84
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 84
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e4a1fe4fbac618754df7eb3fcf91b617:0e98725eab652ee45ee2526551c77350:90df97eb431b7162252516cb937a0b9e$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/248-mega_2.png b/public/images/pokemon/variant/248-mega_2.png
deleted file mode 100644
index a6000c370a7..00000000000
Binary files a/public/images/pokemon/variant/248-mega_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/249_2.png b/public/images/pokemon/variant/249_2.png
index 220258fb7f8..d896fa2999f 100644
Binary files a/public/images/pokemon/variant/249_2.png and b/public/images/pokemon/variant/249_2.png differ
diff --git a/public/images/pokemon/variant/249_3.png b/public/images/pokemon/variant/249_3.png
index 85a453e0ad5..7a932d917fb 100644
Binary files a/public/images/pokemon/variant/249_3.png and b/public/images/pokemon/variant/249_3.png differ
diff --git a/public/images/pokemon/variant/250_2.png b/public/images/pokemon/variant/250_2.png
index 5c1d4828ebe..d63c5310db8 100644
Binary files a/public/images/pokemon/variant/250_2.png and b/public/images/pokemon/variant/250_2.png differ
diff --git a/public/images/pokemon/variant/250_3.png b/public/images/pokemon/variant/250_3.png
index 90fb6bb0680..59fbb3bdfd5 100644
Binary files a/public/images/pokemon/variant/250_3.png and b/public/images/pokemon/variant/250_3.png differ
diff --git a/public/images/pokemon/variant/257_3.png b/public/images/pokemon/variant/257_3.png
index 8242580aaec..62c4b6589a3 100644
Binary files a/public/images/pokemon/variant/257_3.png and b/public/images/pokemon/variant/257_3.png differ
diff --git a/public/images/pokemon/variant/291_1.png b/public/images/pokemon/variant/291_1.png
index fea63c6c27c..30cae5bb507 100644
Binary files a/public/images/pokemon/variant/291_1.png and b/public/images/pokemon/variant/291_1.png differ
diff --git a/public/images/pokemon/variant/291_2.png b/public/images/pokemon/variant/291_2.png
index b7b771acb30..ccbe82a1201 100644
Binary files a/public/images/pokemon/variant/291_2.png and b/public/images/pokemon/variant/291_2.png differ
diff --git a/public/images/pokemon/variant/291_3.png b/public/images/pokemon/variant/291_3.png
index 72d28c371f2..26ea5d3cf4d 100644
Binary files a/public/images/pokemon/variant/291_3.png and b/public/images/pokemon/variant/291_3.png differ
diff --git a/public/images/pokemon/variant/292_1.png b/public/images/pokemon/variant/292_1.png
index 118bfe79542..3f4ec4df742 100644
Binary files a/public/images/pokemon/variant/292_1.png and b/public/images/pokemon/variant/292_1.png differ
diff --git a/public/images/pokemon/variant/292_3.png b/public/images/pokemon/variant/292_3.png
index 6b5f128fdd6..989d28d017a 100644
Binary files a/public/images/pokemon/variant/292_3.png and b/public/images/pokemon/variant/292_3.png differ
diff --git a/public/images/pokemon/variant/298_2.png b/public/images/pokemon/variant/298_2.png
index b48ebec70ad..f071c40c69a 100644
Binary files a/public/images/pokemon/variant/298_2.png and b/public/images/pokemon/variant/298_2.png differ
diff --git a/public/images/pokemon/variant/298_3.png b/public/images/pokemon/variant/298_3.png
index 137cee603a7..5dbf9b03b31 100644
Binary files a/public/images/pokemon/variant/298_3.png and b/public/images/pokemon/variant/298_3.png differ
diff --git a/public/images/pokemon/variant/2_2.png b/public/images/pokemon/variant/2_2.png
index 2477646fef4..b12bd60bd23 100644
Binary files a/public/images/pokemon/variant/2_2.png and b/public/images/pokemon/variant/2_2.png differ
diff --git a/public/images/pokemon/variant/3-gigantamax.json b/public/images/pokemon/variant/3-gigantamax.json
index 7b341b367aa..9b74b1131ba 100644
--- a/public/images/pokemon/variant/3-gigantamax.json
+++ b/public/images/pokemon/variant/3-gigantamax.json
@@ -4,6 +4,8 @@
"ffee52": "37d6de",
"debd29": "078a8f",
"833100": "002112",
+ "830009": "23033b",
+ "189d87": "c2247b",
"ff7b73": "712f8f",
"de4141": "3f1375",
"ffbdbd": "a266b0",
@@ -11,6 +13,7 @@
"107b6a": "9e1976",
"105241": "4f2800",
"83de7b": "a37707",
+ "2e5529": "38001c",
"5a9c39": "705207",
"20b49c": "de3592",
"fdfdfd": "fdfdfd",
@@ -21,14 +24,17 @@
"ffee52": "f75ea8",
"debd29": "a30a66",
"833100": "0b2e01",
+ "830009": "154205",
+ "189d87": "f17f05",
"ff7b73": "9db042",
"de4141": "3c8227",
"ffbdbd": "e7e385",
"101010": "101010",
"107b6a": "d44300",
- "105241": "030129",
- "83de7b": "433d99",
- "5a9c39": "19164f",
+ "105241": "381601",
+ "83de7b": "80ced9",
+ "2e5519": "011c38",
+ "5a9c39": "446b94",
"20b49c": "fa8405",
"fdfdfd": "fdfdfd",
"5ad5c5": "faa405"
diff --git a/public/images/pokemon/variant/3-mega_2.png b/public/images/pokemon/variant/3-mega_2.png
index 037e983a030..54ca687d1c3 100644
Binary files a/public/images/pokemon/variant/3-mega_2.png and b/public/images/pokemon/variant/3-mega_2.png differ
diff --git a/public/images/pokemon/variant/3-mega_3.png b/public/images/pokemon/variant/3-mega_3.png
index 6a967466ac1..07ddb5ae7ed 100644
Binary files a/public/images/pokemon/variant/3-mega_3.png and b/public/images/pokemon/variant/3-mega_3.png differ
diff --git a/public/images/pokemon/variant/3.json b/public/images/pokemon/variant/3.json
index 83a13fdca0e..bdcc30edcbf 100644
--- a/public/images/pokemon/variant/3.json
+++ b/public/images/pokemon/variant/3.json
@@ -1,6 +1,7 @@
{
"1": {
"843100": "033b22",
+ "830009": "23033b",
"ff7b73": "712f8f",
"ffbdbd": "a266b0",
"debd29": "078a8f",
@@ -13,11 +14,13 @@
"5a9c3a": "b34952",
"84de7b": "ff745e",
"5ad6c5": "f062a4",
+ "2e5519": "38001c",
"21b59c": "de3592",
"ffffff": "ffffff"
},
"2": {
"843100": "420514",
+ "830009": "154205",
"ff7b73": "9db042",
"ffbdbd": "e7e385",
"debd29": "a30a66",
@@ -30,6 +33,7 @@
"5a9c3a": "446b94",
"84de7b": "80ced9",
"5ad6c5": "faa405",
+ "2e5519": "011c38",
"21b59c": "fa8405",
"ffffff": "ffffff"
}
diff --git a/public/images/pokemon/variant/308_2.png b/public/images/pokemon/variant/308_2.png
index 42a11414659..0c13b01d575 100644
Binary files a/public/images/pokemon/variant/308_2.png and b/public/images/pokemon/variant/308_2.png differ
diff --git a/public/images/pokemon/variant/31_1.png b/public/images/pokemon/variant/31_1.png
index d471b062136..d968477a946 100644
Binary files a/public/images/pokemon/variant/31_1.png and b/public/images/pokemon/variant/31_1.png differ
diff --git a/public/images/pokemon/variant/329_3.png b/public/images/pokemon/variant/329_3.png
index 45fad04068e..0530cfa7be3 100644
Binary files a/public/images/pokemon/variant/329_3.png and b/public/images/pokemon/variant/329_3.png differ
diff --git a/public/images/pokemon/variant/334-mega_2.png b/public/images/pokemon/variant/334-mega_2.png
index df2c3950f2c..f0304935968 100644
Binary files a/public/images/pokemon/variant/334-mega_2.png and b/public/images/pokemon/variant/334-mega_2.png differ
diff --git a/public/images/pokemon/variant/334_2.png b/public/images/pokemon/variant/334_2.png
index 94457f721e3..cf30637cf79 100644
Binary files a/public/images/pokemon/variant/334_2.png and b/public/images/pokemon/variant/334_2.png differ
diff --git a/public/images/pokemon/variant/334_3.png b/public/images/pokemon/variant/334_3.png
index 67fd670b3cb..b54ed45c264 100644
Binary files a/public/images/pokemon/variant/334_3.png and b/public/images/pokemon/variant/334_3.png differ
diff --git a/public/images/pokemon/variant/335_2.png b/public/images/pokemon/variant/335_2.png
index 6f7924b4b33..4baa18218ae 100644
Binary files a/public/images/pokemon/variant/335_2.png and b/public/images/pokemon/variant/335_2.png differ
diff --git a/public/images/pokemon/variant/335_3.png b/public/images/pokemon/variant/335_3.png
index 25ab4a00c09..c42ce4ce429 100644
Binary files a/public/images/pokemon/variant/335_3.png and b/public/images/pokemon/variant/335_3.png differ
diff --git a/public/images/pokemon/variant/340_3.png b/public/images/pokemon/variant/340_3.png
index 7ddb0768e02..24aede4bafe 100644
Binary files a/public/images/pokemon/variant/340_3.png and b/public/images/pokemon/variant/340_3.png differ
diff --git a/public/images/pokemon/variant/341_2.png b/public/images/pokemon/variant/341_2.png
index 71793d13d87..ff943eab93c 100644
Binary files a/public/images/pokemon/variant/341_2.png and b/public/images/pokemon/variant/341_2.png differ
diff --git a/public/images/pokemon/variant/341_3.png b/public/images/pokemon/variant/341_3.png
index b0e07fea033..ed4697d48b8 100644
Binary files a/public/images/pokemon/variant/341_3.png and b/public/images/pokemon/variant/341_3.png differ
diff --git a/public/images/pokemon/variant/342_2.png b/public/images/pokemon/variant/342_2.png
index 647d838c357..e1f8acaf8a6 100644
Binary files a/public/images/pokemon/variant/342_2.png and b/public/images/pokemon/variant/342_2.png differ
diff --git a/public/images/pokemon/variant/342_3.png b/public/images/pokemon/variant/342_3.png
index b4d8e18d8a8..2a10036b3f3 100644
Binary files a/public/images/pokemon/variant/342_3.png and b/public/images/pokemon/variant/342_3.png differ
diff --git a/public/images/pokemon/variant/351-rainy_2.png b/public/images/pokemon/variant/351-rainy_2.png
index 0b3f403c1ff..61cacb77d2e 100644
Binary files a/public/images/pokemon/variant/351-rainy_2.png and b/public/images/pokemon/variant/351-rainy_2.png differ
diff --git a/public/images/pokemon/variant/351-rainy_3.png b/public/images/pokemon/variant/351-rainy_3.png
index fc163d23ddf..c61be0fdd7d 100644
Binary files a/public/images/pokemon/variant/351-rainy_3.png and b/public/images/pokemon/variant/351-rainy_3.png differ
diff --git a/public/images/pokemon/variant/351-sunny_2.png b/public/images/pokemon/variant/351-sunny_2.png
index 6fc85cb6094..3815dd5fd8a 100644
Binary files a/public/images/pokemon/variant/351-sunny_2.png and b/public/images/pokemon/variant/351-sunny_2.png differ
diff --git a/public/images/pokemon/variant/351-sunny_3.png b/public/images/pokemon/variant/351-sunny_3.png
index e21f7627d1f..3627d88615e 100644
Binary files a/public/images/pokemon/variant/351-sunny_3.png and b/public/images/pokemon/variant/351-sunny_3.png differ
diff --git a/public/images/pokemon/variant/351_2.png b/public/images/pokemon/variant/351_2.png
index c9369b2bef2..30b88866823 100644
Binary files a/public/images/pokemon/variant/351_2.png and b/public/images/pokemon/variant/351_2.png differ
diff --git a/public/images/pokemon/variant/351_3.png b/public/images/pokemon/variant/351_3.png
index ba77333aa28..4e319855999 100644
Binary files a/public/images/pokemon/variant/351_3.png and b/public/images/pokemon/variant/351_3.png differ
diff --git a/public/images/pokemon/variant/358_1.png b/public/images/pokemon/variant/358_1.png
index 369b9828261..ddbe5e00908 100644
Binary files a/public/images/pokemon/variant/358_1.png and b/public/images/pokemon/variant/358_1.png differ
diff --git a/public/images/pokemon/variant/35_3.png b/public/images/pokemon/variant/35_3.png
index 90883d9b2b8..68a8194fa0d 100644
Binary files a/public/images/pokemon/variant/35_3.png and b/public/images/pokemon/variant/35_3.png differ
diff --git a/public/images/pokemon/variant/362_2.png b/public/images/pokemon/variant/362_2.png
index 1775f62a68f..3c21d176209 100644
Binary files a/public/images/pokemon/variant/362_2.png and b/public/images/pokemon/variant/362_2.png differ
diff --git a/public/images/pokemon/variant/362_3.png b/public/images/pokemon/variant/362_3.png
index 7b0d15894db..72b598a2d7b 100644
Binary files a/public/images/pokemon/variant/362_3.png and b/public/images/pokemon/variant/362_3.png differ
diff --git a/public/images/pokemon/variant/373-mega_2.png b/public/images/pokemon/variant/373-mega_2.png
index 2ddf5e07af5..ebde7060535 100644
Binary files a/public/images/pokemon/variant/373-mega_2.png and b/public/images/pokemon/variant/373-mega_2.png differ
diff --git a/public/images/pokemon/variant/373-mega_3.png b/public/images/pokemon/variant/373-mega_3.png
index 50cc1517a17..8fd93cbc0d2 100644
Binary files a/public/images/pokemon/variant/373-mega_3.png and b/public/images/pokemon/variant/373-mega_3.png differ
diff --git a/public/images/pokemon/variant/384-mega_2.png b/public/images/pokemon/variant/384-mega_2.png
index a834d31418c..370cea05f93 100644
Binary files a/public/images/pokemon/variant/384-mega_2.png and b/public/images/pokemon/variant/384-mega_2.png differ
diff --git a/public/images/pokemon/variant/4080_1.png b/public/images/pokemon/variant/4080_1.png
index 2508ea4c736..73ccbebdfa4 100644
Binary files a/public/images/pokemon/variant/4080_1.png and b/public/images/pokemon/variant/4080_1.png differ
diff --git a/public/images/pokemon/variant/412-sandy_1.png b/public/images/pokemon/variant/412-sandy_1.png
index d41a9cde14b..ec173a73749 100644
Binary files a/public/images/pokemon/variant/412-sandy_1.png and b/public/images/pokemon/variant/412-sandy_1.png differ
diff --git a/public/images/pokemon/variant/412-sandy_2.png b/public/images/pokemon/variant/412-sandy_2.png
index cd0ac94b35a..fb8d7724760 100644
Binary files a/public/images/pokemon/variant/412-sandy_2.png and b/public/images/pokemon/variant/412-sandy_2.png differ
diff --git a/public/images/pokemon/variant/412-sandy_3.png b/public/images/pokemon/variant/412-sandy_3.png
index f416fa6e46d..75ae220614c 100644
Binary files a/public/images/pokemon/variant/412-sandy_3.png and b/public/images/pokemon/variant/412-sandy_3.png differ
diff --git a/public/images/pokemon/variant/413-plant_1.png b/public/images/pokemon/variant/413-plant_1.png
index 367ee3bffee..59de20445ab 100644
Binary files a/public/images/pokemon/variant/413-plant_1.png and b/public/images/pokemon/variant/413-plant_1.png differ
diff --git a/public/images/pokemon/variant/413-plant_2.png b/public/images/pokemon/variant/413-plant_2.png
index 5b89b029bee..8e29a3b0549 100644
Binary files a/public/images/pokemon/variant/413-plant_2.png and b/public/images/pokemon/variant/413-plant_2.png differ
diff --git a/public/images/pokemon/variant/413-plant_3.png b/public/images/pokemon/variant/413-plant_3.png
index 21b9d30a5d5..cd0dc42bae1 100644
Binary files a/public/images/pokemon/variant/413-plant_3.png and b/public/images/pokemon/variant/413-plant_3.png differ
diff --git a/public/images/pokemon/variant/4144_2.png b/public/images/pokemon/variant/4144_2.png
index 873b08c4247..24453364a60 100644
Binary files a/public/images/pokemon/variant/4144_2.png and b/public/images/pokemon/variant/4144_2.png differ
diff --git a/public/images/pokemon/variant/4144_3.png b/public/images/pokemon/variant/4144_3.png
index 164e7dc0d25..5a55039463b 100644
Binary files a/public/images/pokemon/variant/4144_3.png and b/public/images/pokemon/variant/4144_3.png differ
diff --git a/public/images/pokemon/variant/4199_1.png b/public/images/pokemon/variant/4199_1.png
index e2fe544a480..85f535c8256 100644
Binary files a/public/images/pokemon/variant/4199_1.png and b/public/images/pokemon/variant/4199_1.png differ
diff --git a/public/images/pokemon/variant/440_3.png b/public/images/pokemon/variant/440_3.png
index 6c0086945e1..b6b8f2266fa 100644
Binary files a/public/images/pokemon/variant/440_3.png and b/public/images/pokemon/variant/440_3.png differ
diff --git a/public/images/pokemon/variant/466_3.png b/public/images/pokemon/variant/466_3.png
index 5267e3bf87a..146c4707a4f 100644
Binary files a/public/images/pokemon/variant/466_3.png and b/public/images/pokemon/variant/466_3.png differ
diff --git a/public/images/pokemon/variant/469_2.png b/public/images/pokemon/variant/469_2.png
index f7ea79b0509..82874a3978c 100644
Binary files a/public/images/pokemon/variant/469_2.png and b/public/images/pokemon/variant/469_2.png differ
diff --git a/public/images/pokemon/variant/469_3.png b/public/images/pokemon/variant/469_3.png
index 9c724123f37..a76d0d84f5c 100644
Binary files a/public/images/pokemon/variant/469_3.png and b/public/images/pokemon/variant/469_3.png differ
diff --git a/public/images/pokemon/variant/471_2.png b/public/images/pokemon/variant/471_2.png
index 62be05287c6..d93266b56db 100644
Binary files a/public/images/pokemon/variant/471_2.png and b/public/images/pokemon/variant/471_2.png differ
diff --git a/public/images/pokemon/variant/471_3.png b/public/images/pokemon/variant/471_3.png
index 0d2f5e2cfee..12df5891dc2 100644
Binary files a/public/images/pokemon/variant/471_3.png and b/public/images/pokemon/variant/471_3.png differ
diff --git a/public/images/pokemon/variant/478_2.png b/public/images/pokemon/variant/478_2.png
index 152b51b0b38..65131a6ecfa 100644
Binary files a/public/images/pokemon/variant/478_2.png and b/public/images/pokemon/variant/478_2.png differ
diff --git a/public/images/pokemon/variant/492-land_2.png b/public/images/pokemon/variant/492-land_2.png
index 823678f5a05..cf51ec294ab 100644
Binary files a/public/images/pokemon/variant/492-land_2.png and b/public/images/pokemon/variant/492-land_2.png differ
diff --git a/public/images/pokemon/variant/526_2.png b/public/images/pokemon/variant/526_2.png
index cf095fcc45b..68df77dd22d 100644
Binary files a/public/images/pokemon/variant/526_2.png and b/public/images/pokemon/variant/526_2.png differ
diff --git a/public/images/pokemon/variant/526_3.png b/public/images/pokemon/variant/526_3.png
index c365c379910..f347af32030 100644
Binary files a/public/images/pokemon/variant/526_3.png and b/public/images/pokemon/variant/526_3.png differ
diff --git a/public/images/pokemon/variant/529_2.png b/public/images/pokemon/variant/529_2.png
index 049f45bd07b..59e8dc11094 100644
Binary files a/public/images/pokemon/variant/529_2.png and b/public/images/pokemon/variant/529_2.png differ
diff --git a/public/images/pokemon/variant/529_3.png b/public/images/pokemon/variant/529_3.png
index de34a2b8cd2..ad7c95bbcc2 100644
Binary files a/public/images/pokemon/variant/529_3.png and b/public/images/pokemon/variant/529_3.png differ
diff --git a/public/images/pokemon/variant/530_2.png b/public/images/pokemon/variant/530_2.png
index 00e9c7b2103..2fb768d6df4 100644
Binary files a/public/images/pokemon/variant/530_2.png and b/public/images/pokemon/variant/530_2.png differ
diff --git a/public/images/pokemon/variant/530_3.png b/public/images/pokemon/variant/530_3.png
index 6772ad1ea1c..f92b642163c 100644
Binary files a/public/images/pokemon/variant/530_3.png and b/public/images/pokemon/variant/530_3.png differ
diff --git a/public/images/pokemon/variant/539_2.png b/public/images/pokemon/variant/539_2.png
index 7db9919d8b5..7b738217ed4 100644
Binary files a/public/images/pokemon/variant/539_2.png and b/public/images/pokemon/variant/539_2.png differ
diff --git a/public/images/pokemon/variant/539_3.png b/public/images/pokemon/variant/539_3.png
index 9b025a27e9f..8f581d1348e 100644
Binary files a/public/images/pokemon/variant/539_3.png and b/public/images/pokemon/variant/539_3.png differ
diff --git a/public/images/pokemon/variant/543_3.png b/public/images/pokemon/variant/543_3.png
index f10317e806d..7877d5e39b4 100644
Binary files a/public/images/pokemon/variant/543_3.png and b/public/images/pokemon/variant/543_3.png differ
diff --git a/public/images/pokemon/variant/544_3.png b/public/images/pokemon/variant/544_3.png
index 921a667741d..a0d810c4a29 100644
Binary files a/public/images/pokemon/variant/544_3.png and b/public/images/pokemon/variant/544_3.png differ
diff --git a/public/images/pokemon/variant/549_3.png b/public/images/pokemon/variant/549_3.png
index b7f2244e373..fffb5b9848a 100644
Binary files a/public/images/pokemon/variant/549_3.png and b/public/images/pokemon/variant/549_3.png differ
diff --git a/public/images/pokemon/variant/568_2.png b/public/images/pokemon/variant/568_2.png
index ed4c0d50ead..5ec25e6e8a6 100644
Binary files a/public/images/pokemon/variant/568_2.png and b/public/images/pokemon/variant/568_2.png differ
diff --git a/public/images/pokemon/variant/568_3.png b/public/images/pokemon/variant/568_3.png
index d499797bc92..cc991834a42 100644
Binary files a/public/images/pokemon/variant/568_3.png and b/public/images/pokemon/variant/568_3.png differ
diff --git a/public/images/pokemon/variant/56_2.png b/public/images/pokemon/variant/56_2.png
index a4d69550157..8f9b8f258e1 100644
Binary files a/public/images/pokemon/variant/56_2.png and b/public/images/pokemon/variant/56_2.png differ
diff --git a/public/images/pokemon/variant/56_3.png b/public/images/pokemon/variant/56_3.png
index 0c056ccdac9..ee5508c861a 100644
Binary files a/public/images/pokemon/variant/56_3.png and b/public/images/pokemon/variant/56_3.png differ
diff --git a/public/images/pokemon/variant/57_1.png b/public/images/pokemon/variant/57_1.png
index 73db688c129..8ea65328703 100644
Binary files a/public/images/pokemon/variant/57_1.png and b/public/images/pokemon/variant/57_1.png differ
diff --git a/public/images/pokemon/variant/57_2.png b/public/images/pokemon/variant/57_2.png
index b2edfa6cea7..6786b956a3c 100644
Binary files a/public/images/pokemon/variant/57_2.png and b/public/images/pokemon/variant/57_2.png differ
diff --git a/public/images/pokemon/variant/57_3.png b/public/images/pokemon/variant/57_3.png
index 9ec02aa03a9..720ad1f3529 100644
Binary files a/public/images/pokemon/variant/57_3.png and b/public/images/pokemon/variant/57_3.png differ
diff --git a/public/images/pokemon/variant/585-autumn_1.png b/public/images/pokemon/variant/585-autumn_1.png
index bc5c1424226..8edc0f0f152 100644
Binary files a/public/images/pokemon/variant/585-autumn_1.png and b/public/images/pokemon/variant/585-autumn_1.png differ
diff --git a/public/images/pokemon/variant/585-spring_1.png b/public/images/pokemon/variant/585-spring_1.png
index 1f154916dcd..7ab83601cf6 100644
Binary files a/public/images/pokemon/variant/585-spring_1.png and b/public/images/pokemon/variant/585-spring_1.png differ
diff --git a/public/images/pokemon/variant/585-summer_1.png b/public/images/pokemon/variant/585-summer_1.png
index 59b40b7bfef..e4204ea7dd8 100644
Binary files a/public/images/pokemon/variant/585-summer_1.png and b/public/images/pokemon/variant/585-summer_1.png differ
diff --git a/public/images/pokemon/variant/585-winter_1.png b/public/images/pokemon/variant/585-winter_1.png
index b296e059d1c..e5a0993319c 100644
Binary files a/public/images/pokemon/variant/585-winter_1.png and b/public/images/pokemon/variant/585-winter_1.png differ
diff --git a/public/images/pokemon/variant/592_3.png b/public/images/pokemon/variant/592_3.png
index e7694c4c5cf..aaded0d9d7e 100644
Binary files a/public/images/pokemon/variant/592_3.png and b/public/images/pokemon/variant/592_3.png differ
diff --git a/public/images/pokemon/variant/594_3.png b/public/images/pokemon/variant/594_3.png
index 5db7ef43b86..91f730c416f 100644
Binary files a/public/images/pokemon/variant/594_3.png and b/public/images/pokemon/variant/594_3.png differ
diff --git a/public/images/pokemon/variant/631_2.png b/public/images/pokemon/variant/631_2.png
index 846ab3c59b5..e2f0d2b9252 100644
Binary files a/public/images/pokemon/variant/631_2.png and b/public/images/pokemon/variant/631_2.png differ
diff --git a/public/images/pokemon/variant/631_3.png b/public/images/pokemon/variant/631_3.png
index bd271ebda23..4bcb055fbe5 100644
Binary files a/public/images/pokemon/variant/631_3.png and b/public/images/pokemon/variant/631_3.png differ
diff --git a/public/images/pokemon/variant/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/658-ash.json b/public/images/pokemon/variant/658-ash.json
index 29b5bd2560b..1845b2b1bea 100644
--- a/public/images/pokemon/variant/658-ash.json
+++ b/public/images/pokemon/variant/658-ash.json
@@ -4,6 +4,7 @@
"3f4447": "466698",
"de3431": "3fca9f",
"f8f8f8": "a1e9f0",
+ "f4f4f4": "d7eff4",
"7b282e": "0e3e81",
"6b1d1d": "206d74",
"4ebdd9": "41a7b0",
@@ -11,7 +12,7 @@
"bfbfbf": "8cc7d4",
"ffb2bf": "b7e9ff",
"bf4c60": "4386df",
- "fff0a6": "271f4c",
+ "fff0a6": "208698",
"3e7acc": "6b4592",
"18335c": "170738",
"f2798d": "8dcfff",
@@ -25,6 +26,7 @@
"3f4447": "466698",
"de3431": "9ceec6",
"f8f8f8": "89d2b8",
+ "f4f4f4": "d7eff4",
"7b282e": "152a5c",
"6b1d1d": "356e8d",
"4ebdd9": "2f6e74",
diff --git a/public/images/pokemon/variant/666-continental.json b/public/images/pokemon/variant/666-continental.json
index 67e25fc79b4..92614fb346c 100644
--- a/public/images/pokemon/variant/666-continental.json
+++ b/public/images/pokemon/variant/666-continental.json
@@ -2,6 +2,7 @@
"1": {
"101010": "101010",
"595959": "724b7a",
+ "555353": "724b7a",
"d18257": "d18257",
"f9bd55": "f9bd55",
"303030": "402746",
@@ -15,5 +16,23 @@
"c3c3c3": "ffeaff",
"811c1c": "811c1c",
"e08528": "e08528"
+ },
+ "2": {
+ "101010": "101010",
+ "595959": "8f551e",
+ "555353": "e99b44",
+ "d18257": "d18257",
+ "f9bd55": "f9bd55",
+ "303030": "6d2d0d",
+ "f8f05e": "f8f05e",
+ "d24c3e": "d24c3e",
+ "675220": "9c5c19",
+ "ceab62": "e99b44",
+ "707068": "e99b44",
+ "504a4a": "9c5c19",
+ "aa5844": "aa5844",
+ "c3c3c3": "f8f27f",
+ "811c1c": "811c1c",
+ "308528": "308528"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-continental_3.json b/public/images/pokemon/variant/666-continental_3.json
deleted file mode 100644
index ed0fee105bb..00000000000
--- a/public/images/pokemon/variant/666-continental_3.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-continental_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:70eae64f87d7226958d0443e262bab16:5ea86607863e872365dc956f4d819752:23aaac2256d564b9d8a58d7de70397c3$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-continental_3.png b/public/images/pokemon/variant/666-continental_3.png
deleted file mode 100644
index 8052f0360f5..00000000000
Binary files a/public/images/pokemon/variant/666-continental_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/666-fancy.json b/public/images/pokemon/variant/666-fancy.json
new file mode 100644
index 00000000000..1f31ac6983d
--- /dev/null
+++ b/public/images/pokemon/variant/666-fancy.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "811c1c": "811c1c",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "d9edd4",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "ffeaff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "ffeaff"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "00771b",
+ "675220": "b9c05a",
+ "504a4a": "b9c05a",
+ "595959": "6f9f42",
+ "707068": "e3e982",
+ "811c1c": "811c1c",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "e3e982",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "fcf1ff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "fcf1ff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-fancy_2.json b/public/images/pokemon/variant/666-fancy_2.json
deleted file mode 100644
index d2dd365d3ed..00000000000
--- a/public/images/pokemon/variant/666-fancy_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2d5276d8c199bae070dbaa73293fd554:a099f55391d8e4bbae565d4a170574c9:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-fancy_2.png b/public/images/pokemon/variant/666-fancy_2.png
deleted file mode 100644
index 68e535cf3a1..00000000000
Binary files a/public/images/pokemon/variant/666-fancy_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/666-fancy_3.json b/public/images/pokemon/variant/666-fancy_3.json
deleted file mode 100644
index be0625b1360..00000000000
--- a/public/images/pokemon/variant/666-fancy_3.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2d5276d8c199bae070dbaa73293fd554:a099f55391d8e4bbae565d4a170574c9:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-fancy_3.png b/public/images/pokemon/variant/666-fancy_3.png
deleted file mode 100644
index 2accdb4f486..00000000000
Binary files a/public/images/pokemon/variant/666-fancy_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/666-high-plains.json b/public/images/pokemon/variant/666-high-plains.json
index fd26a077f34..85a5eb24cc3 100644
--- a/public/images/pokemon/variant/666-high-plains.json
+++ b/public/images/pokemon/variant/666-high-plains.json
@@ -14,7 +14,8 @@
"c3c3c3": "ffeaff",
"811c1c": "811c1c",
"337543": "337543",
- "e8c815": "e8c815"
+ "e8c815": "e8c815",
+ "773d21": "773d21"
},
"2": {
"101010": "101010",
@@ -31,6 +32,7 @@
"c3c3c3": "edc67c",
"811c1c": "811c1c",
"337543": "337543",
- "e8c815": "e8c815"
+ "e8c815": "e8c815",
+ "773d21": "773d21"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-monsoon.json b/public/images/pokemon/variant/666-monsoon.json
index 8aaedab67ca..915d471b2b1 100644
--- a/public/images/pokemon/variant/666-monsoon.json
+++ b/public/images/pokemon/variant/666-monsoon.json
@@ -1,36 +1,33 @@
{
- "1": {
- "101010": "101010",
- "595959": "724b7a",
- "f0f0f8": "f0f0f8",
- "303030": "402746",
- "675220": "958c8a",
- "ceab62": "d9edd4",
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
"807676": "807676",
- "92f4f4": "92f4f4",
- "989898": "989898",
- "707068": "a97cbc",
- "504a4a": "7f6991",
- "4eccd6": "4eccd6",
+ "ceab62": "d9edd4",
"5676de": "5676de",
- "c3c3c3": "ffeaff",
- "811c1c": "811c1c"
- },
- "2": {
- "101010": "101010",
- "595959": "656565",
- "f0f0f8": "f0f0f8",
- "303030": "4f4645",
- "675220": "2c3593",
- "ceab62": "5857bc",
- "807676": "807676",
- "92f4f4": "92f4f4",
- "989898": "989898",
- "707068": "5857bc",
- "504a4a": "2c3593",
- "4eccd6": "4eccd6",
- "5676de": "5676de",
- "c3c3c3": "b8f9f9",
- "811c1c": "811c1c"
- }
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "c3c3c3": "c3c3c3",
+ "f0f0f8": "f0f0f8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "3d3231",
+ "675220": "2c3593",
+ "504a4a": "2c3593",
+ "595959": "4f4645",
+ "707068": "5857bc",
+ "807676": "807676",
+ "ceab62": "5857bc",
+ "5676de": "5676de",
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "92f4f4": "92f4f4",
+ "c3c3c3": "b8f9f9",
+ "f0f0f8": "f0f0f8"
+ }
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-ocean.json b/public/images/pokemon/variant/666-ocean.json
index 975602c6f9e..23f8d48c681 100644
--- a/public/images/pokemon/variant/666-ocean.json
+++ b/public/images/pokemon/variant/666-ocean.json
@@ -22,7 +22,7 @@
"e1384d": "e1384d",
"f4ad61": "f4ad61",
"f8ef6a": "f8ef6a",
- "303030": "b56208",
+ "303030": "b54908",
"675220": "bc601c",
"ceab62": "ea8742",
"707068": "ea8742",
diff --git a/public/images/pokemon/variant/666-poke-ball.json b/public/images/pokemon/variant/666-poke-ball.json
index e83072c51a5..fe6b42f6ef3 100644
--- a/public/images/pokemon/variant/666-poke-ball.json
+++ b/public/images/pokemon/variant/666-poke-ball.json
@@ -14,6 +14,25 @@
"504a4a": "7f6991",
"c3c3c3": "ffeaff",
"811c1c": "811c1c",
- "a9a99e": "a9a99e"
+ "a9a99e": "a9a99e",
+ "2c2b2b": "402746"
+ },
+ "2": {
+ "101010": "101010",
+ "f8f8f8": "00006d",
+ "303030": "ae001a",
+ "2c2b2b": "660000",
+ "504a4a": "a70038",
+ "595959": "df0036",
+ "c3c3c3": "f0a6bf",
+ "707068": "d5375a",
+ "a9a99e": "000050",
+ "811c1c": "811c1c",
+ "971d1d": "040046",
+ "b72c2c": "00005e",
+ "dc4b4b": "19007d",
+ "e97e7e": "2e2095",
+ "675220": "a70038",
+ "ceab62": "d5375a"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-poke-ball_3.json b/public/images/pokemon/variant/666-poke-ball_3.json
deleted file mode 100644
index d506cef780e..00000000000
--- a/public/images/pokemon/variant/666-poke-ball_3.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-poke-ball_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:7ff5b539e59b71fa67f66f26bb0f2e9d:45bec6d118350401c25850e5f12a25af:8ec14f129d1691b8da504a13b661abed$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-poke-ball_3.png b/public/images/pokemon/variant/666-poke-ball_3.png
deleted file mode 100644
index 64a072a7cbe..00000000000
Binary files a/public/images/pokemon/variant/666-poke-ball_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/666-river.json b/public/images/pokemon/variant/666-river.json
index 818e1ee3989..c7e5e288d05 100644
--- a/public/images/pokemon/variant/666-river.json
+++ b/public/images/pokemon/variant/666-river.json
@@ -1,19 +1,40 @@
{
- "2": {
- "101010": "101010",
- "595959": "8a5702",
- "ceab62": "d9a666",
- "303030": "7b2800",
- "625841": "625841",
- "bc813f": "bc813f",
- "9c9143": "9c9143",
- "675220": "ae7f41",
- "707068": "d9a666",
- "504a4a": "ae7f41",
- "c3c3c3": "e3c384",
- "811c1c": "811c1c",
- "279ec2": "279ec2",
- "59c9d3": "59c9d3",
- "1d726a": "1d726a"
- }
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "4a412c": "4a412c",
+ "675220": "958c8a",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "625841": "625841",
+ "707068": "a97cbc",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "c3c3c3",
+ "d2a862": "d9edd4"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "7b2800",
+ "4a412c": "4a412c",
+ "675220": "ae7f41",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "ae7f41",
+ "595959": "8a5702",
+ "625841": "625841",
+ "707068": "d9a666",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "e3c384",
+ "d2a862": "d2a862"
+ }
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-river_2.json b/public/images/pokemon/variant/666-river_2.json
deleted file mode 100644
index 0da0f00b0be..00000000000
--- a/public/images/pokemon/variant/666-river_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-river_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:39f778a45b20cfcfded5a350ee1a02e9:5d7e7e891b7da588a2ebd23733da6c2d:fa23dc87fc53ba2cfa532cf440553cf5$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-river_2.png b/public/images/pokemon/variant/666-river_2.png
deleted file mode 100644
index 9b02df92a91..00000000000
Binary files a/public/images/pokemon/variant/666-river_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/669-blue_2.png b/public/images/pokemon/variant/669-blue_2.png
index b2f9ac59598..32ecda80b8d 100644
Binary files a/public/images/pokemon/variant/669-blue_2.png and b/public/images/pokemon/variant/669-blue_2.png differ
diff --git a/public/images/pokemon/variant/669-blue_3.png b/public/images/pokemon/variant/669-blue_3.png
index 8cc36b72d06..8ce437a4442 100644
Binary files a/public/images/pokemon/variant/669-blue_3.png and b/public/images/pokemon/variant/669-blue_3.png differ
diff --git a/public/images/pokemon/variant/669-orange_2.png b/public/images/pokemon/variant/669-orange_2.png
index 3131bba78ea..fe6a2ccbf7d 100644
Binary files a/public/images/pokemon/variant/669-orange_2.png and b/public/images/pokemon/variant/669-orange_2.png differ
diff --git a/public/images/pokemon/variant/669-red.json b/public/images/pokemon/variant/669-red.json
index 627fdbeb44f..145228a41c2 100644
--- a/public/images/pokemon/variant/669-red.json
+++ b/public/images/pokemon/variant/669-red.json
@@ -1,4 +1,22 @@
{
+ "1": {
+ "101010": "101010",
+ "3d6629": "094740",
+ "665a1f": "3e0547",
+ "595959": "595959",
+ "686868": "686868",
+ "802d2d": "55061c",
+ "d94c4c": "aa263c",
+ "e15455": "dc6295",
+ "ff7373": "cd4a4a",
+ "65a943": "e493a1",
+ "6bb347": "1d8057",
+ "ccb43d": "6a094f",
+ "ffe14c": "9c235f",
+ "bfbfbf": "bfbfbf",
+ "f8f8f8": "f8f8f8",
+ "fffbfb": "fffbfb"
+ },
"2": {
"665a1f": "393833",
"ffe14c": "fdfffb",
diff --git a/public/images/pokemon/variant/669-red_2.json b/public/images/pokemon/variant/669-red_2.json
deleted file mode 100644
index 33816135db6..00000000000
--- a/public/images/pokemon/variant/669-red_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "669-red_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 46,
- "h": 46
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 46
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:30be9438b4a7afb54dfbdae88661c2ed:ba8475f09ea3d2213c2462b54bc4a3e0:9f8ada9cf46c4e29f954b2eb815bc4e5$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/669-red_2.png b/public/images/pokemon/variant/669-red_2.png
deleted file mode 100644
index b898c298fbf..00000000000
Binary files a/public/images/pokemon/variant/669-red_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/669-yellow_2.png b/public/images/pokemon/variant/669-yellow_2.png
index 37e8d8726a9..5811dfd493b 100644
Binary files a/public/images/pokemon/variant/669-yellow_2.png and b/public/images/pokemon/variant/669-yellow_2.png differ
diff --git a/public/images/pokemon/variant/670-blue_2.png b/public/images/pokemon/variant/670-blue_2.png
index 1362ccbd2e5..73e797d7c28 100644
Binary files a/public/images/pokemon/variant/670-blue_2.png and b/public/images/pokemon/variant/670-blue_2.png differ
diff --git a/public/images/pokemon/variant/670-blue_3.png b/public/images/pokemon/variant/670-blue_3.png
index 881ca7f208f..e9f9322eaf1 100644
Binary files a/public/images/pokemon/variant/670-blue_3.png and b/public/images/pokemon/variant/670-blue_3.png differ
diff --git a/public/images/pokemon/variant/670-orange_2.png b/public/images/pokemon/variant/670-orange_2.png
index 80ccbdf030a..1144b3deb5e 100644
Binary files a/public/images/pokemon/variant/670-orange_2.png and b/public/images/pokemon/variant/670-orange_2.png differ
diff --git a/public/images/pokemon/variant/670-orange_3.png b/public/images/pokemon/variant/670-orange_3.png
index 0c579de4ed8..585031e7c26 100644
Binary files a/public/images/pokemon/variant/670-orange_3.png and b/public/images/pokemon/variant/670-orange_3.png differ
diff --git a/public/images/pokemon/variant/670-red_2.png b/public/images/pokemon/variant/670-red_2.png
index 7c7618848b9..5a53a3fc8a1 100644
Binary files a/public/images/pokemon/variant/670-red_2.png and b/public/images/pokemon/variant/670-red_2.png differ
diff --git a/public/images/pokemon/variant/670-red_3.png b/public/images/pokemon/variant/670-red_3.png
index 95bea559c8d..4774c9e8012 100644
Binary files a/public/images/pokemon/variant/670-red_3.png and b/public/images/pokemon/variant/670-red_3.png differ
diff --git a/public/images/pokemon/variant/670-white_2.png b/public/images/pokemon/variant/670-white_2.png
index 303905201d8..f5cdefbeef6 100644
Binary files a/public/images/pokemon/variant/670-white_2.png and b/public/images/pokemon/variant/670-white_2.png differ
diff --git a/public/images/pokemon/variant/670-white_3.png b/public/images/pokemon/variant/670-white_3.png
index ce9479353f4..051eea69c8f 100644
Binary files a/public/images/pokemon/variant/670-white_3.png and b/public/images/pokemon/variant/670-white_3.png differ
diff --git a/public/images/pokemon/variant/670-yellow_2.png b/public/images/pokemon/variant/670-yellow_2.png
index e1866464222..9a02754ed75 100644
Binary files a/public/images/pokemon/variant/670-yellow_2.png and b/public/images/pokemon/variant/670-yellow_2.png differ
diff --git a/public/images/pokemon/variant/670-yellow_3.png b/public/images/pokemon/variant/670-yellow_3.png
index af6e6d83f43..86464b7c97e 100644
Binary files a/public/images/pokemon/variant/670-yellow_3.png and b/public/images/pokemon/variant/670-yellow_3.png differ
diff --git a/public/images/pokemon/variant/671-blue_3.png b/public/images/pokemon/variant/671-blue_3.png
index 8d755b76a7c..fb57dab589e 100644
Binary files a/public/images/pokemon/variant/671-blue_3.png and b/public/images/pokemon/variant/671-blue_3.png differ
diff --git a/public/images/pokemon/variant/671-red_3.png b/public/images/pokemon/variant/671-red_3.png
index ad3656d2b62..9daddb10dc1 100644
Binary files a/public/images/pokemon/variant/671-red_3.png and b/public/images/pokemon/variant/671-red_3.png differ
diff --git a/public/images/pokemon/variant/671-white_3.png b/public/images/pokemon/variant/671-white_3.png
index bab8091ae50..3c024e09b8d 100644
Binary files a/public/images/pokemon/variant/671-white_3.png and b/public/images/pokemon/variant/671-white_3.png differ
diff --git a/public/images/pokemon/variant/671-yellow_3.png b/public/images/pokemon/variant/671-yellow_3.png
index f518af40869..dab7a758d81 100644
Binary files a/public/images/pokemon/variant/671-yellow_3.png and b/public/images/pokemon/variant/671-yellow_3.png differ
diff --git a/public/images/pokemon/variant/672_3.png b/public/images/pokemon/variant/672_3.png
index 47e1401b99f..02d2fe283b9 100644
Binary files a/public/images/pokemon/variant/672_3.png and b/public/images/pokemon/variant/672_3.png differ
diff --git a/public/images/pokemon/variant/696_3.png b/public/images/pokemon/variant/696_3.png
index d053158281d..6eab4cd29b3 100644
Binary files a/public/images/pokemon/variant/696_3.png and b/public/images/pokemon/variant/696_3.png differ
diff --git a/public/images/pokemon/variant/697_3.png b/public/images/pokemon/variant/697_3.png
index c6dbd843eb0..055f35c71e0 100644
Binary files a/public/images/pokemon/variant/697_3.png and b/public/images/pokemon/variant/697_3.png differ
diff --git a/public/images/pokemon/variant/69_2.png b/public/images/pokemon/variant/69_2.png
index 2f2a713de27..8ed462e7c9b 100644
Binary files a/public/images/pokemon/variant/69_2.png and b/public/images/pokemon/variant/69_2.png differ
diff --git a/public/images/pokemon/variant/69_3.png b/public/images/pokemon/variant/69_3.png
index 537d1379e1b..6e37bdf8c33 100644
Binary files a/public/images/pokemon/variant/69_3.png and b/public/images/pokemon/variant/69_3.png differ
diff --git a/public/images/pokemon/variant/715.json b/public/images/pokemon/variant/715.json
new file mode 100644
index 00000000000..e43af20a0de
--- /dev/null
+++ b/public/images/pokemon/variant/715.json
@@ -0,0 +1,42 @@
+{
+ "1": {
+ "101010": "101010",
+ "2b2b2b": "43167f",
+ "343333": "563d8f",
+ "3b3b3b": "5f32b1",
+ "6a3f73": "0f103c",
+ "287366": "731338",
+ "575757": "7a5ccc",
+ "555454": "9166c8",
+ "801a1a": "5d173d",
+ "e52e2e": "903b78",
+ "ffe14c": "ff8a58",
+ "8e5499": "202558",
+ "bd70cc": "2f386b",
+ "3aa694": "a42c54",
+ "4cd9c1": "d04b6c",
+ "bfbfbf": "bb9adc",
+ "f8f8f8": "f8f8f8",
+ "f7f3f3": "d6c8f1"
+ },
+ "2": {
+ "101010": "101010",
+ "2b2b2b": "5e3932",
+ "343333": "1d060c",
+ "3b3b3b": "c29484",
+ "6a3f73": "3b0c18",
+ "287366": "832714",
+ "575757": "ecd3c3",
+ "555454": "2f0d13",
+ "801a1a": "7c0907",
+ "e52e2e": "ad3419",
+ "ffe14c": "49ffcd",
+ "8e5499": "5b1922",
+ "bd70cc": "7c2928",
+ "3aa694": "b8552c",
+ "4cd9c1": "dd834c",
+ "bfbfbf": "43191e",
+ "f8f8f8": "f8f8f8",
+ "f7f3f3": "5a2a2b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/715_2.png b/public/images/pokemon/variant/715_2.png
index 33534d0e77e..fe80cacfd31 100644
Binary files a/public/images/pokemon/variant/715_2.png and b/public/images/pokemon/variant/715_2.png differ
diff --git a/public/images/pokemon/variant/715_3.png b/public/images/pokemon/variant/715_3.png
index 77b4b1d5006..e48057a11ff 100644
Binary files a/public/images/pokemon/variant/715_3.png and b/public/images/pokemon/variant/715_3.png differ
diff --git a/public/images/pokemon/variant/728.json b/public/images/pokemon/variant/728.json
index 186c61ea7ea..fb17e2c119e 100644
--- a/public/images/pokemon/variant/728.json
+++ b/public/images/pokemon/variant/728.json
@@ -1,34 +1,36 @@
{
"1": {
- "243a66": "00473d",
- "436cbf": "009469",
- "6c90d9": "14af82",
"733f50": "a62c20",
+ "243a66": "00473d",
"e57ea1": "ff8072",
"f8f8f8": "fff6e2",
+ "436cbf": "009469",
"b3627d": "e54c41",
- "314f8c": "006355",
+ "6c90d9": "14af82",
"101010": "101010",
- "bfbfbf": "c2beb4",
"808080": "808080",
- "404040": "404040",
+ "bfbfbf": "c2beb4",
+ "314f8c": "006355",
"639ba6": "858d7d",
- "a1dae5": "92b599"
+ "a1dae5": "92b599",
+ "1e3a66": "363d2f",
+ "2c4f8c": "5a6154"
},
"2": {
- "243a66": "54041b",
- "436cbf": "a6213f",
- "6c90d9": "be294a",
"733f50": "620a33",
+ "243a66": "54041b",
"e57ea1": "dd3780",
"f8f8f8": "f5edee",
+ "436cbf": "a6213f",
"b3627d": "a7225c",
- "314f8c": "770f29",
+ "6c90d9": "be294a",
"101010": "101010",
- "bfbfbf": "bfb4b9",
"808080": "808080",
- "404040": "404040",
+ "bfbfbf": "bfb4b9",
+ "314f8c": "770f29",
"639ba6": "b88389",
- "a1dae5": "f7c1c5"
+ "a1dae5": "f7c1c5",
+ "1e3a66": "773f46",
+ "2c4f8c": "a45f67"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/730.json b/public/images/pokemon/variant/730.json
index 871bd52ec9e..eec815b0572 100644
--- a/public/images/pokemon/variant/730.json
+++ b/public/images/pokemon/variant/730.json
@@ -1,36 +1,46 @@
{
"1": {
- "0e6792": "b54f5f",
- "6ac8e3": "ffa0a8",
- "727481": "74312e",
- "aac7e6": "ea7c5b",
- "44a0b5": "d87383",
"101010": "101010",
- "82a7b9": "c35861",
"8d3f4a": "a62c20",
- "f8f8f8": "fff2d4",
- "bdbdc1": "c0b7a1",
- "ff8496": "ff8072",
"c76374": "e54c41",
+ "0e6792": "b54f5f",
"1241a1": "006355",
+ "6d7481": "917393",
+ "727481": "a0866f",
"1470de": "009469",
- "64c5e1": "00dc9c"
+ "5a8092": "74312e",
+ "44a0b5": "d87383",
+ "64c5e1": "00dc9c",
+ "6ac8e3": "ffa0a8",
+ "82a7b9": "c35861",
+ "ff8496": "ff8072",
+ "bdbdc1": "c0b7a1",
+ "c0bdc1": "beaac0",
+ "aac7e6": "ea7c5b",
+ "f8f8f8": "fff2d4",
+ "faf8f8": "f1e8f1",
+ "fef8f8": "fef8f8"
},
"2": {
- "0e6792": "500518",
- "6ac8e3": "a6213f",
- "727481": "5c2141",
- "aac7e6": "e9a5c0",
- "44a0b5": "770f29",
"101010": "101010",
- "82a7b9": "c17b97",
"8d3f4a": "1d1638",
- "f8f8f8": "f5edee",
- "bdbdc1": "bfb4b9",
- "ff8496": "614388",
"c76374": "391e62",
+ "0e6792": "500518",
"1241a1": "591945",
+ "6d7481": "81716d",
+ "727481": "9e8193",
"1470de": "81387e",
- "64c5e1": "bd2b6b"
+ "5a8092": "5c2141",
+ "44a0b5": "770f29",
+ "64c5e1": "bd2b6b",
+ "6ac8e3": "a6213f",
+ "82a7b9": "c17b97",
+ "ff8496": "614388",
+ "bdbdc1": "bfb4b9",
+ "c0bdc1": "c0b4a5",
+ "aac7e6": "e9a5c0",
+ "f8f8f8": "f5edee",
+ "faf8f8": "f5f3e3",
+ "fef8f8": "fef8f8"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/742_2.png b/public/images/pokemon/variant/742_2.png
index 43103181126..32dc5593c55 100644
Binary files a/public/images/pokemon/variant/742_2.png and b/public/images/pokemon/variant/742_2.png differ
diff --git a/public/images/pokemon/variant/742_3.png b/public/images/pokemon/variant/742_3.png
index 88002632e61..599b1598002 100644
Binary files a/public/images/pokemon/variant/742_3.png and b/public/images/pokemon/variant/742_3.png differ
diff --git a/public/images/pokemon/variant/743_2.png b/public/images/pokemon/variant/743_2.png
index fe5fbfae5d3..fb83af131eb 100644
Binary files a/public/images/pokemon/variant/743_2.png and b/public/images/pokemon/variant/743_2.png differ
diff --git a/public/images/pokemon/variant/743_3.png b/public/images/pokemon/variant/743_3.png
index 36a3ae6513b..7a36dc4f89c 100644
Binary files a/public/images/pokemon/variant/743_3.png and b/public/images/pokemon/variant/743_3.png differ
diff --git a/public/images/pokemon/variant/756_3.png b/public/images/pokemon/variant/756_3.png
index c9277b4e307..f4a072a1b2b 100644
Binary files a/public/images/pokemon/variant/756_3.png and b/public/images/pokemon/variant/756_3.png differ
diff --git a/public/images/pokemon/variant/791_1.png b/public/images/pokemon/variant/791_1.png
index d5ccdb14e90..719e1b34c59 100644
Binary files a/public/images/pokemon/variant/791_1.png and b/public/images/pokemon/variant/791_1.png differ
diff --git a/public/images/pokemon/variant/7_2.png b/public/images/pokemon/variant/7_2.png
index 13d2f17b641..63321bf71c2 100644
Binary files a/public/images/pokemon/variant/7_2.png and b/public/images/pokemon/variant/7_2.png differ
diff --git a/public/images/pokemon/variant/7_3.png b/public/images/pokemon/variant/7_3.png
index f15d95d100f..b4adaff2f54 100644
Binary files a/public/images/pokemon/variant/7_3.png and b/public/images/pokemon/variant/7_3.png differ
diff --git a/public/images/pokemon/variant/823-gigantamax_2.png b/public/images/pokemon/variant/823-gigantamax_2.png
index 9bd4dd183a3..eecb3695378 100644
Binary files a/public/images/pokemon/variant/823-gigantamax_2.png and b/public/images/pokemon/variant/823-gigantamax_2.png differ
diff --git a/public/images/pokemon/variant/823-gigantamax_3.png b/public/images/pokemon/variant/823-gigantamax_3.png
index 6e51618a272..0af4712fdf7 100644
Binary files a/public/images/pokemon/variant/823-gigantamax_3.png and b/public/images/pokemon/variant/823-gigantamax_3.png differ
diff --git a/public/images/pokemon/variant/836_2.png b/public/images/pokemon/variant/836_2.png
index 7f584eeb5ad..303975e7e58 100644
Binary files a/public/images/pokemon/variant/836_2.png and b/public/images/pokemon/variant/836_2.png differ
diff --git a/public/images/pokemon/variant/836_3.png b/public/images/pokemon/variant/836_3.png
index 22418aaee07..95ae2990ed2 100644
Binary files a/public/images/pokemon/variant/836_3.png and b/public/images/pokemon/variant/836_3.png differ
diff --git a/public/images/pokemon/variant/83_3.png b/public/images/pokemon/variant/83_3.png
index 8a2f0d763b1..eb6604c6299 100644
Binary files a/public/images/pokemon/variant/83_3.png and b/public/images/pokemon/variant/83_3.png differ
diff --git a/public/images/pokemon/variant/857_2.png b/public/images/pokemon/variant/857_2.png
index 6395590c758..9273ef2a097 100644
Binary files a/public/images/pokemon/variant/857_2.png and b/public/images/pokemon/variant/857_2.png differ
diff --git a/public/images/pokemon/variant/857_3.png b/public/images/pokemon/variant/857_3.png
index c2a1b95c337..dc3277bcc2c 100644
Binary files a/public/images/pokemon/variant/857_3.png and b/public/images/pokemon/variant/857_3.png differ
diff --git a/public/images/pokemon/variant/859.json b/public/images/pokemon/variant/859.json
new file mode 100644
index 00000000000..703d5d67218
--- /dev/null
+++ b/public/images/pokemon/variant/859.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "e65984": "619544",
+ "8d3856": "376b2d",
+ "ffbff5": "dbe797",
+ "f589c2": "9aba6d",
+ "45366d": "5b1d15",
+ "735aac": "a4332d",
+ "947cd8": "cd643d",
+ "f42252": "f55c14",
+ "101010": "101010",
+ "fdfdfd": "fdfdfd",
+ "c9c9c9": "c9c9c9",
+ "8b73d5": "cc5836"
+ },
+ "2": {
+ "e65984": "4b1736",
+ "8d3856": "30082d",
+ "ffbff5": "904f55",
+ "f589c2": "6b2b3e",
+ "45366d": "794935",
+ "735aac": "f0c475",
+ "947cd8": "d9975b",
+ "f42252": "fc645a",
+ "101010": "101010",
+ "fdfdfd": "fdfdfd",
+ "c9c9c9": "dad6bf",
+ "8b73d5": "f9e9a4"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/859_2.json b/public/images/pokemon/variant/859_2.json
deleted file mode 100644
index 1494c4909f7..00000000000
--- a/public/images/pokemon/variant/859_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "859_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 51,
- "h": 51
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 47
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:214cad7b549c6f4fdfaf238d82156c4e:50dda7cd3a060b6b559148b2a281e2fe:40139ec0718e207e11a4ee81c686e004$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/859_2.png b/public/images/pokemon/variant/859_2.png
deleted file mode 100644
index 111e51b0892..00000000000
Binary files a/public/images/pokemon/variant/859_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/859_3.json b/public/images/pokemon/variant/859_3.json
deleted file mode 100644
index e0d6c3779a8..00000000000
--- a/public/images/pokemon/variant/859_3.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "859_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 51,
- "h": 51
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 47
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:214cad7b549c6f4fdfaf238d82156c4e:50dda7cd3a060b6b559148b2a281e2fe:40139ec0718e207e11a4ee81c686e004$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/859_3.png b/public/images/pokemon/variant/859_3.png
deleted file mode 100644
index 1c6888a0f95..00000000000
Binary files a/public/images/pokemon/variant/859_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/862_2.png b/public/images/pokemon/variant/862_2.png
index d006a389c11..4c52d8a260f 100644
Binary files a/public/images/pokemon/variant/862_2.png and b/public/images/pokemon/variant/862_2.png differ
diff --git a/public/images/pokemon/variant/862_3.png b/public/images/pokemon/variant/862_3.png
index 1d9240d85e6..170ae08d72d 100644
Binary files a/public/images/pokemon/variant/862_3.png and b/public/images/pokemon/variant/862_3.png differ
diff --git a/public/images/pokemon/variant/887_1.png b/public/images/pokemon/variant/887_1.png
index 8348e95c664..505ac265740 100644
Binary files a/public/images/pokemon/variant/887_1.png and b/public/images/pokemon/variant/887_1.png differ
diff --git a/public/images/pokemon/variant/890-eternamax_2.png b/public/images/pokemon/variant/890-eternamax_2.png
index b5aab00c241..2327900b971 100644
Binary files a/public/images/pokemon/variant/890-eternamax_2.png and b/public/images/pokemon/variant/890-eternamax_2.png differ
diff --git a/public/images/pokemon/variant/890-eternamax_3.png b/public/images/pokemon/variant/890-eternamax_3.png
index 29a3d84c0d6..140837cfbd0 100644
Binary files a/public/images/pokemon/variant/890-eternamax_3.png and b/public/images/pokemon/variant/890-eternamax_3.png differ
diff --git a/public/images/pokemon/variant/890_2.png b/public/images/pokemon/variant/890_2.png
index 46d2a4590a4..936f13cb6b2 100644
Binary files a/public/images/pokemon/variant/890_2.png and b/public/images/pokemon/variant/890_2.png differ
diff --git a/public/images/pokemon/variant/890_3.png b/public/images/pokemon/variant/890_3.png
index 635272e7e17..683658d9b86 100644
Binary files a/public/images/pokemon/variant/890_3.png and b/public/images/pokemon/variant/890_3.png differ
diff --git a/public/images/pokemon/variant/897_1.png b/public/images/pokemon/variant/897_1.png
index 74e793e31fa..9519aadd702 100644
Binary files a/public/images/pokemon/variant/897_1.png and b/public/images/pokemon/variant/897_1.png differ
diff --git a/public/images/pokemon/variant/8_2.png b/public/images/pokemon/variant/8_2.png
index c65b2bf1aae..06067c8e4f2 100644
Binary files a/public/images/pokemon/variant/8_2.png and b/public/images/pokemon/variant/8_2.png differ
diff --git a/public/images/pokemon/variant/8_3.png b/public/images/pokemon/variant/8_3.png
index 55e8869cbc7..5c32863d7df 100644
Binary files a/public/images/pokemon/variant/8_3.png and b/public/images/pokemon/variant/8_3.png differ
diff --git a/public/images/pokemon/variant/9-gigantamax_3.png b/public/images/pokemon/variant/9-gigantamax_3.png
index 1a12ccc6f00..54819b05e7e 100644
Binary files a/public/images/pokemon/variant/9-gigantamax_3.png and b/public/images/pokemon/variant/9-gigantamax_3.png differ
diff --git a/public/images/pokemon/variant/9-mega_2.png b/public/images/pokemon/variant/9-mega_2.png
index c3c06c1eca7..0a56f1a3a68 100644
Binary files a/public/images/pokemon/variant/9-mega_2.png and b/public/images/pokemon/variant/9-mega_2.png differ
diff --git a/public/images/pokemon/variant/9-mega_3.png b/public/images/pokemon/variant/9-mega_3.png
index d7a4b6f9140..606f18d6337 100644
Binary files a/public/images/pokemon/variant/9-mega_3.png and b/public/images/pokemon/variant/9-mega_3.png differ
diff --git a/public/images/pokemon/variant/909_2.png b/public/images/pokemon/variant/909_2.png
index 87d636295f9..142d46abb95 100644
Binary files a/public/images/pokemon/variant/909_2.png and b/public/images/pokemon/variant/909_2.png differ
diff --git a/public/images/pokemon/variant/909_3.png b/public/images/pokemon/variant/909_3.png
index 9681aebe268..ec49f615edf 100644
Binary files a/public/images/pokemon/variant/909_3.png and b/public/images/pokemon/variant/909_3.png differ
diff --git a/public/images/pokemon/variant/910_2.png b/public/images/pokemon/variant/910_2.png
index 616d1380f64..14fcf13f9a9 100644
Binary files a/public/images/pokemon/variant/910_2.png and b/public/images/pokemon/variant/910_2.png differ
diff --git a/public/images/pokemon/variant/910_3.png b/public/images/pokemon/variant/910_3.png
index 5c5c051ecd5..8a9dfa4f8b0 100644
Binary files a/public/images/pokemon/variant/910_3.png and b/public/images/pokemon/variant/910_3.png differ
diff --git a/public/images/pokemon/variant/913_2.png b/public/images/pokemon/variant/913_2.png
index 0af21bab11c..ab5e42c3b73 100644
Binary files a/public/images/pokemon/variant/913_2.png and b/public/images/pokemon/variant/913_2.png differ
diff --git a/public/images/pokemon/variant/913_3.png b/public/images/pokemon/variant/913_3.png
index 42398fe12d6..3c29e2b8f91 100644
Binary files a/public/images/pokemon/variant/913_3.png and b/public/images/pokemon/variant/913_3.png differ
diff --git a/public/images/pokemon/variant/914_2.png b/public/images/pokemon/variant/914_2.png
index 672e45f026a..d1db92c1e8a 100644
Binary files a/public/images/pokemon/variant/914_2.png and b/public/images/pokemon/variant/914_2.png differ
diff --git a/public/images/pokemon/variant/920_1.png b/public/images/pokemon/variant/920_1.png
index 40d07ac6111..a0fcd5b4a7f 100644
Binary files a/public/images/pokemon/variant/920_1.png and b/public/images/pokemon/variant/920_1.png differ
diff --git a/public/images/pokemon/variant/920_2.png b/public/images/pokemon/variant/920_2.png
index ac8dc6ba169..71b9a3b7651 100644
Binary files a/public/images/pokemon/variant/920_2.png and b/public/images/pokemon/variant/920_2.png differ
diff --git a/public/images/pokemon/variant/920_3.png b/public/images/pokemon/variant/920_3.png
index b46cfe90aa6..0db8dad3cd9 100644
Binary files a/public/images/pokemon/variant/920_3.png and b/public/images/pokemon/variant/920_3.png differ
diff --git a/public/images/pokemon/variant/92_1.png b/public/images/pokemon/variant/92_1.png
index a47bf334486..23f4da8ef6a 100644
Binary files a/public/images/pokemon/variant/92_1.png and b/public/images/pokemon/variant/92_1.png differ
diff --git a/public/images/pokemon/variant/92_2.png b/public/images/pokemon/variant/92_2.png
index a6bff69023f..383151d9a72 100644
Binary files a/public/images/pokemon/variant/92_2.png and b/public/images/pokemon/variant/92_2.png differ
diff --git a/public/images/pokemon/variant/92_3.png b/public/images/pokemon/variant/92_3.png
index 4839b2d4ce6..38684540b9f 100644
Binary files a/public/images/pokemon/variant/92_3.png and b/public/images/pokemon/variant/92_3.png differ
diff --git a/public/images/pokemon/variant/94-gigantamax_2.png b/public/images/pokemon/variant/94-gigantamax_2.png
index 008536206d1..f47846e421d 100644
Binary files a/public/images/pokemon/variant/94-gigantamax_2.png and b/public/images/pokemon/variant/94-gigantamax_2.png differ
diff --git a/public/images/pokemon/variant/94-gigantamax_3.png b/public/images/pokemon/variant/94-gigantamax_3.png
index 91247d2373b..bd571698edc 100644
Binary files a/public/images/pokemon/variant/94-gigantamax_3.png and b/public/images/pokemon/variant/94-gigantamax_3.png differ
diff --git a/public/images/pokemon/variant/94-mega_1.png b/public/images/pokemon/variant/94-mega_1.png
index 5484a0b7f61..c1b560477ac 100644
Binary files a/public/images/pokemon/variant/94-mega_1.png and b/public/images/pokemon/variant/94-mega_1.png differ
diff --git a/public/images/pokemon/variant/94-mega_2.png b/public/images/pokemon/variant/94-mega_2.png
index 12890419db2..79329baa6e9 100644
Binary files a/public/images/pokemon/variant/94-mega_2.png and b/public/images/pokemon/variant/94-mega_2.png differ
diff --git a/public/images/pokemon/variant/94-mega_3.png b/public/images/pokemon/variant/94-mega_3.png
index 7abb2c15a6f..0df495494b4 100644
Binary files a/public/images/pokemon/variant/94-mega_3.png and b/public/images/pokemon/variant/94-mega_3.png differ
diff --git a/public/images/pokemon/variant/968_2.png b/public/images/pokemon/variant/968_2.png
index 73a91ca6913..45c8f6b260a 100644
Binary files a/public/images/pokemon/variant/968_2.png and b/public/images/pokemon/variant/968_2.png differ
diff --git a/public/images/pokemon/variant/968_3.png b/public/images/pokemon/variant/968_3.png
index 10e4f06fc3f..73c87fbe249 100644
Binary files a/public/images/pokemon/variant/968_3.png and b/public/images/pokemon/variant/968_3.png differ
diff --git a/public/images/pokemon/variant/973_1.png b/public/images/pokemon/variant/973_1.png
index 38cdfed1b5a..bbf65d9d7fa 100644
Binary files a/public/images/pokemon/variant/973_1.png and b/public/images/pokemon/variant/973_1.png differ
diff --git a/public/images/pokemon/variant/973_2.png b/public/images/pokemon/variant/973_2.png
index 0e0ed775104..bbebe06afb0 100644
Binary files a/public/images/pokemon/variant/973_2.png and b/public/images/pokemon/variant/973_2.png differ
diff --git a/public/images/pokemon/variant/973_3.png b/public/images/pokemon/variant/973_3.png
index 07c09415b98..2f90e0cdbee 100644
Binary files a/public/images/pokemon/variant/973_3.png and b/public/images/pokemon/variant/973_3.png differ
diff --git a/public/images/pokemon/variant/975_2.png b/public/images/pokemon/variant/975_2.png
index a122990f639..bc174f1c824 100644
Binary files a/public/images/pokemon/variant/975_2.png and b/public/images/pokemon/variant/975_2.png differ
diff --git a/public/images/pokemon/variant/975_3.png b/public/images/pokemon/variant/975_3.png
index e1cb9773902..218ad884dde 100644
Binary files a/public/images/pokemon/variant/975_3.png and b/public/images/pokemon/variant/975_3.png differ
diff --git a/public/images/pokemon/variant/978-curly_2.png b/public/images/pokemon/variant/978-curly_2.png
index d579278625f..d29314bd6ea 100644
Binary files a/public/images/pokemon/variant/978-curly_2.png and b/public/images/pokemon/variant/978-curly_2.png differ
diff --git a/public/images/pokemon/variant/978-curly_3.png b/public/images/pokemon/variant/978-curly_3.png
index 7bc73280dc3..5e811b4ae7d 100644
Binary files a/public/images/pokemon/variant/978-curly_3.png and b/public/images/pokemon/variant/978-curly_3.png differ
diff --git a/public/images/pokemon/variant/978-droopy_2.png b/public/images/pokemon/variant/978-droopy_2.png
index 4241c9009cc..cd7759606a4 100644
Binary files a/public/images/pokemon/variant/978-droopy_2.png and b/public/images/pokemon/variant/978-droopy_2.png differ
diff --git a/public/images/pokemon/variant/978-droopy_3.png b/public/images/pokemon/variant/978-droopy_3.png
index b7f2429b04f..d9cf0f0800d 100644
Binary files a/public/images/pokemon/variant/978-droopy_3.png and b/public/images/pokemon/variant/978-droopy_3.png differ
diff --git a/public/images/pokemon/variant/978-stretchy_2.png b/public/images/pokemon/variant/978-stretchy_2.png
index 786dc3ec254..07f9b62e2e7 100644
Binary files a/public/images/pokemon/variant/978-stretchy_2.png and b/public/images/pokemon/variant/978-stretchy_2.png differ
diff --git a/public/images/pokemon/variant/978-stretchy_3.png b/public/images/pokemon/variant/978-stretchy_3.png
index 428aa8c9c91..d1686831e1d 100644
Binary files a/public/images/pokemon/variant/978-stretchy_3.png and b/public/images/pokemon/variant/978-stretchy_3.png differ
diff --git a/public/images/pokemon/variant/979_1.png b/public/images/pokemon/variant/979_1.png
index 01216516c57..352783875e4 100644
Binary files a/public/images/pokemon/variant/979_1.png and b/public/images/pokemon/variant/979_1.png differ
diff --git a/public/images/pokemon/variant/979_2.png b/public/images/pokemon/variant/979_2.png
index 52828c62f1e..b7111102ed9 100644
Binary files a/public/images/pokemon/variant/979_2.png and b/public/images/pokemon/variant/979_2.png differ
diff --git a/public/images/pokemon/variant/979_3.png b/public/images/pokemon/variant/979_3.png
index ed4407c2a38..2b187754cea 100644
Binary files a/public/images/pokemon/variant/979_3.png and b/public/images/pokemon/variant/979_3.png differ
diff --git a/public/images/pokemon/variant/9_2.png b/public/images/pokemon/variant/9_2.png
index 216d1423374..a31ea1e073e 100644
Binary files a/public/images/pokemon/variant/9_2.png and b/public/images/pokemon/variant/9_2.png differ
diff --git a/public/images/pokemon/variant/9_3.png b/public/images/pokemon/variant/9_3.png
index 0f1bce73356..5ef7a8d739e 100644
Binary files a/public/images/pokemon/variant/9_3.png and b/public/images/pokemon/variant/9_3.png differ
diff --git a/public/images/pokemon/variant/_exp_masterlist.json b/public/images/pokemon/variant/_exp_masterlist.json
new file mode 100644
index 00000000000..0ef5f209439
--- /dev/null
+++ b/public/images/pokemon/variant/_exp_masterlist.json
@@ -0,0 +1,656 @@
+{
+ "3-mega": [0, 2, 2],
+ "6-mega-x": [0, 2, 2],
+ "6-mega-y": [0, 2, 2],
+ "80-mega": [0, 1, 1],
+ "94-mega": [2, 2, 2],
+ "127-mega": [0, 1, 1],
+ "130-mega": [0, 1, 1],
+ "142-mega": [0, 1, 1],
+ "150-mega-x": [0, 1, 1],
+ "150-mega-y": [0, 1, 1],
+ "181-mega": [0, 1, 2],
+ "212-mega": [1, 1, 2],
+ "229-mega": [0, 1, 1],
+ "248-mega": [0, 1, 1],
+ "257-mega": [0, 1, 1],
+ "282-mega": [0, 2, 2],
+ "302-mega": [0, 1, 1],
+ "303-mega": [0, 1, 1],
+ "306-mega": [1, 1, 1],
+ "308-mega": [0, 1, 1],
+ "310-mega": [0, 1, 1],
+ "334-mega": [0, 2, 1],
+ "354-mega": [0, 1, 1],
+ "359-mega": [0, 1, 1],
+ "362-mega": [0, 1, 1],
+ "373-mega": [0, 1, 1],
+ "376-mega": [0, 1, 1],
+ "380-mega": [0, 1, 1],
+ "381-mega": [0, 1, 1],
+ "382-primal": [0, 1, 1],
+ "383-primal": [0, 1, 1],
+ "384-mega": [0, 2, 1],
+ "428-mega": [0, 1, 1],
+ "445-mega": [1, 1, 1],
+ "448-mega": [1, 1, 1],
+ "475-mega": [0, 2, 2],
+ "531-mega": [0, 1, 1],
+ "653": [0, 1, 1],
+ "654": [0, 1, 1],
+ "655": [0, 1, 1],
+ "656": [0, 1, 1],
+ "657": [0, 1, 1],
+ "658": [0, 1, 1],
+ "658-ash": [0, 1, 1],
+ "664": [0, 1, 1],
+ "665": [0, 1, 1],
+ "666-archipelago": [0, 1, 1],
+ "666-continental": [0, 1, 1],
+ "666-elegant": [0, 1, 1],
+ "666-fancy": [0, 1, 1],
+ "666-garden": [0, 1, 1],
+ "666-high-plains": [0, 1, 1],
+ "666-icy-snow": [0, 1, 1],
+ "666-jungle": [0, 1, 1],
+ "666-marine": [0, 1, 1],
+ "666-meadow": [0, 1, 1],
+ "666-modern": [0, 1, 1],
+ "666-monsoon": [0, 1, 1],
+ "666-ocean": [0, 1, 1],
+ "666-poke-ball": [0, 1, 1],
+ "666-polar": [0, 1, 1],
+ "666-river": [0, 1, 1],
+ "666-sandstorm": [0, 1, 1],
+ "666-savanna": [0, 1, 1],
+ "666-sun": [0, 1, 1],
+ "666-tundra": [0, 1, 1],
+ "669-red": [0, 2, 2],
+ "669-blue": [0, 1, 1],
+ "669-white": [0, 1, 1],
+ "669-yellow": [0, 1, 1],
+ "669-orange": [0, 2, 2],
+ "670-white": [0, 1, 1],
+ "670-blue": [0, 1, 1],
+ "670-orange": [0, 1, 1],
+ "670-red": [0, 1, 1],
+ "670-yellow": [0, 1, 1],
+ "671-red": [0, 1, 2],
+ "671-blue": [0, 1, 2],
+ "671-yellow": [0, 1, 1],
+ "671-white": [0, 1, 2],
+ "671-orange": [0, 1, 2],
+ "672": [0, 1, 1],
+ "673": [0, 1, 1],
+ "676": [0, 1, 1],
+ "677": [0, 1, 1],
+ "678-female": [0, 1, 1],
+ "678": [0, 1, 1],
+ "682": [0, 1, 1],
+ "683": [0, 1, 1],
+ "684": [0, 1, 1],
+ "685": [0, 1, 1],
+ "688": [0, 1, 1],
+ "689": [0, 1, 1],
+ "690": [0, 1, 1],
+ "691": [0, 1, 1],
+ "696": [0, 1, 1],
+ "697": [0, 1, 1],
+ "699": [0, 1, 1],
+ "700": [0, 1, 1],
+ "702": [0, 1, 1],
+ "704": [0, 1, 1],
+ "705": [0, 1, 1],
+ "706": [0, 1, 1],
+ "709": [0, 1, 1],
+ "710": [0, 1, 1],
+ "711": [1, 1, 1],
+ "712": [0, 1, 1],
+ "713": [0, 1, 1],
+ "715": [0, 1, 1],
+ "716-active": [0, 1, 1],
+ "716-neutral": [0, 1, 1],
+ "717": [0, 2, 2],
+ "720-unbound": [1, 1, 1],
+ "720": [1, 1, 1],
+ "728": [0, 1, 1],
+ "729": [0, 1, 1],
+ "730": [0, 1, 1],
+ "734": [0, 1, 1],
+ "735": [0, 1, 1],
+ "742": [0, 2, 2],
+ "743": [0, 2, 2],
+ "747": [0, 2, 2],
+ "748": [0, 1, 1],
+ "751": [0, 1, 1],
+ "752": [0, 1, 1],
+ "753": [0, 1, 1],
+ "754": [0, 2, 2],
+ "755": [0, 1, 1],
+ "756": [0, 1, 1],
+ "761": [0, 1, 1],
+ "762": [0, 1, 1],
+ "763": [0, 1, 1],
+ "767": [0, 1, 1],
+ "768": [0, 1, 1],
+ "770": [0, 0, 0],
+ "771": [0, 2, 2],
+ "772": [0, 1, 1],
+ "773-fighting": [0, 1, 1],
+ "773-psychic": [0, 1, 1],
+ "773-poison": [0, 1, 1],
+ "773-ground": [0, 1, 1],
+ "773-ghost": [0, 1, 1],
+ "773-steel": [0, 1, 1],
+ "773-rock": [0, 1, 1],
+ "773-grass": [0, 1, 1],
+ "773-dragon": [0, 1, 1],
+ "773-bug": [0, 1, 1],
+ "773-ice": [0, 1, 1],
+ "773-dark": [0, 1, 1],
+ "773": [0, 1, 1],
+ "773-fairy": [0, 1, 1],
+ "773-water": [0, 1, 1],
+ "773-electric": [0, 1, 1],
+ "773-flying": [0, 1, 1],
+ "773-fire": [0, 1, 1],
+ "776": [0, 1, 1],
+ "777": [0, 1, 1],
+ "778-busted": [0, 1, 1],
+ "778-disguised": [0, 1, 1],
+ "779": [0, 1, 1],
+ "789": [1, 1, 1],
+ "790": [0, 1, 1],
+ "791": [2, 1, 1],
+ "792": [0, 1, 1],
+ "793": [0, 2, 2],
+ "797": [0, 1, 1],
+ "798": [0, 1, 1],
+ "800-dawn-wings": [0, 1, 1],
+ "800-dusk-mane": [0, 1, 1],
+ "800-ultra": [0, 1, 1],
+ "800": [0, 1, 1],
+ "802": [1, 1, 1],
+ "803": [0, 1, 1],
+ "804": [0, 1, 1],
+ "807": [0, 1, 1],
+ "808": [0, 1, 1],
+ "809": [0, 1, 1],
+ "816": [0, 1, 1],
+ "817": [0, 1, 1],
+ "818": [1, 1, 1],
+ "821": [0, 2, 2],
+ "822": [0, 1, 1],
+ "823": [0, 1, 1],
+ "829": [0, 1, 1],
+ "830": [0, 1, 1],
+ "835": [0, 1, 1],
+ "836": [0, 2, 2],
+ "850": [0, 1, 1],
+ "851": [0, 1, 1],
+ "854": [0, 1, 1],
+ "855": [0, 1, 1],
+ "856": [0, 1, 1],
+ "857": [0, 2, 2],
+ "858": [0, 1, 1],
+ "859": [0, 1, 1],
+ "860": [0, 1, 1],
+ "861": [0, 1, 1],
+ "862": [0, 1, 1],
+ "863": [0, 1, 1],
+ "864": [0, 1, 1],
+ "867": [0, 1, 1],
+ "872": [1, 1, 1],
+ "873": [1, 1, 1],
+ "876-female": [0, 1, 1],
+ "876": [0, 1, 1],
+ "877-hangry": [1, 1, 1],
+ "877": [1, 1, 1],
+ "880": [0, 1, 1],
+ "881": [0, 1, 1],
+ "882": [0, 2, 1],
+ "883": [0, 1, 1],
+ "884": [0, 1, 1],
+ "885": [1, 1, 1],
+ "886": [1, 1, 1],
+ "887": [1, 1, 1],
+ "888": [0, 1, 1],
+ "888-crowned": [0, 1, 1],
+ "889": [0, 1, 1],
+ "889-crowned": [0, 1, 1],
+ "890": [0, 2, 1],
+ "890-eternamax": [0, 1, 1],
+ "891": [1, 1, 1],
+ "892-rapid-strike": [1, 1, 1],
+ "892": [1, 1, 1],
+ "894": [0, 1, 1],
+ "895": [0, 1, 1],
+ "896": [1, 1, 1],
+ "897": [1, 1, 1],
+ "898": [1, 1, 1],
+ "898-ice": [1, 1, 1],
+ "898-shadow": [1, 1, 1],
+ "900": [0, 1, 1],
+ "901": [0, 1, 1],
+ "903": [0, 1, 1],
+ "909": [0, 1, 1],
+ "910": [0, 2, 2],
+ "911": [0, 2, 2],
+ "912": [0, 1, 2],
+ "913": [0, 1, 2],
+ "914": [0, 2, 1],
+ "919": [1, 1, 1],
+ "920": [1, 1, 1],
+ "924": [1, 1, 1],
+ "925-four": [1, 2, 2],
+ "925-three": [1, 2, 2],
+ "932": [0, 2, 2],
+ "933": [0, 2, 2],
+ "934": [0, 1, 1],
+ "935": [1, 1, 2],
+ "936": [2, 2, 2],
+ "937": [2, 2, 2],
+ "940": [0, 1, 1],
+ "941": [0, 1, 1],
+ "944": [0, 1, 1],
+ "945": [0, 1, 1],
+ "948": [0, 1, 1],
+ "949": [0, 1, 1],
+ "951": [0, 1, 1],
+ "952": [0, 1, 1],
+ "953": [0, 1, 1],
+ "954": [0, 1, 1],
+ "957": [2, 2, 2],
+ "958": [2, 2, 2],
+ "959": [2, 2, 2],
+ "962": [1, 1, 1],
+ "967": [0, 1, 1],
+ "968": [0, 1, 1],
+ "969": [0, 1, 1],
+ "970": [0, 1, 1],
+ "973": [1, 1, 1],
+ "974": [0, 1, 1],
+ "975": [0, 1, 1],
+ "978-curly": [0, 2, 2],
+ "978-droopy": [0, 2, 2],
+ "978-stretchy": [0, 2, 2],
+ "979": [2, 2, 2],
+ "981": [0, 1, 1],
+ "982": [0, 1, 1],
+ "982-three-segment": [0, 1, 1],
+ "987": [1, 1, 1],
+ "988": [0, 1, 2],
+ "993": [0, 1, 1],
+ "994": [0, 1, 2],
+ "995": [0, 1, 1],
+ "996": [0, 1, 1],
+ "997": [0, 2, 2],
+ "998": [0, 2, 2],
+ "999": [2, 1, 1],
+ "1000": [1, 1, 1],
+ "1001": [0, 1, 1],
+ "1003": [0, 1, 1],
+ "1004": [0, 1, 1],
+ "1006": [0, 2, 1],
+ "1007-apex-build": [0, 2, 2],
+ "1008-ultimate-mode": [1, 1, 1],
+ "2026": [0, 1, 1],
+ "2027": [0, 1, 1],
+ "2028": [0, 1, 1],
+ "2052": [0, 1, 1],
+ "2053": [0, 1, 0],
+ "2103": [0, 1, 1],
+ "4052": [0, 1, 1],
+ "4077": [0, 1, 1],
+ "4078": [0, 1, 1],
+ "4079": [0, 1, 1],
+ "4080": [2, 1, 1],
+ "4144": [0, 1, 1],
+ "4145": [0, 1, 1],
+ "4146": [0, 1, 1],
+ "4199": [2, 1, 1],
+ "4222": [0, 1, 1],
+ "4263": [0, 1, 1],
+ "4264": [0, 1, 1],
+ "4562": [0, 1, 1],
+ "6100": [0, 1, 1],
+ "6101": [0, 1, 1],
+ "6215": [0, 1, 1],
+ "6503": [0, 1, 1],
+ "6549": [0, 1, 1],
+ "6570": [0, 1, 1],
+ "6571": [0, 1, 1],
+ "6705": [0, 1, 1],
+ "6706": [0, 1, 1],
+ "6713": [0, 1, 1],
+ "female": {
+ "6215": [0, 1, 1]
+ },
+ "back": {
+ "3-mega": [0, 2, 2],
+ "6-mega-x": [0, 2, 2],
+ "6-mega-y": [0, 1, 2],
+ "80-mega": [0, 1, 1],
+ "94-mega": [1, 1, 1],
+ "127-mega": [0, 1, 1],
+ "130-mega": [0, 1, 1],
+ "142-mega": [0, 1, 1],
+ "150-mega-x": [0, 1, 1],
+ "150-mega-y": [0, 1, 1],
+ "181-mega": [0, 1, 2],
+ "212-mega": [1, 2, 2],
+ "229-mega": [0, 1, 1],
+ "248-mega": [0, 1, 1],
+ "257-mega": [0, 1, 1],
+ "282-mega": [0, 1, 1],
+ "302-mega": [0, 1, 1],
+ "303-mega": [0, 1, 1],
+ "306-mega": [1, 1, 1],
+ "308-mega": [0, 1, 1],
+ "310-mega": [0, 1, 1],
+ "334-mega": [0, 1, 1],
+ "354-mega": [0, 1, 1],
+ "359-mega": [0, 1, 1],
+ "362-mega": [0, 1, 1],
+ "373-mega": [0, 1, 1],
+ "376-mega": [0, 1, 1],
+ "380-mega": [0, 1, 1],
+ "381-mega": [0, 1, 1],
+ "382-primal": [0, 1, 1],
+ "383-primal": [0, 1, 1],
+ "384-mega": [0, 1, 1],
+ "428-mega": [0, 1, 1],
+ "445-mega": [1, 1, 1],
+ "448-mega": [1, 1, 1],
+ "475-mega": [0, 2, 2],
+ "531-mega": [0, 1, 1],
+ "653": [0, 1, 1],
+ "654": [0, 1, 1],
+ "655": [0, 1, 1],
+ "656": [0, 1, 1],
+ "657": [0, 1, 1],
+ "658": [0, 1, 1],
+ "658-ash": [0, 1, 1],
+ "664": [0, 1, 1],
+ "665": [0, 1, 1],
+ "666-archipelago": [0, 1, 1],
+ "666-continental": [0, 1, 1],
+ "666-elegant": [0, 1, 1],
+ "666-fancy": [0, 1, 1],
+ "666-garden": [0, 1, 1],
+ "666-high-plains": [0, 1, 1],
+ "666-icy-snow": [0, 1, 1],
+ "666-jungle": [0, 1, 1],
+ "666-marine": [0, 1, 1],
+ "666-meadow": [0, 1, 1],
+ "666-modern": [0, 1, 1],
+ "666-monsoon": [0, 1, 1],
+ "666-ocean": [0, 1, 1],
+ "666-poke-ball": [0, 1, 1],
+ "666-polar": [0, 1, 1],
+ "666-river": [0, 1, 1],
+ "666-sandstorm": [0, 1, 1],
+ "666-savanna": [0, 1, 1],
+ "666-sun": [0, 1, 1],
+ "666-tundra": [0, 1, 1],
+ "669-red": [0, 2, 2],
+ "669-blue": [0, 2, 2],
+ "669-white": [0, 2, 2],
+ "669-yellow": [0, 2, 2],
+ "669-orange": [0, 2, 2],
+ "670-white": [0, 1, 1],
+ "670-blue": [0, 2, 2],
+ "670-orange": [0, 1, 1],
+ "670-red": [0, 1, 1],
+ "670-yellow": [0, 1, 1],
+ "671-red": [0, 1, 1],
+ "671-blue": [0, 1, 1],
+ "671-yellow": [0, 1, 1],
+ "671-white": [0, 1, 1],
+ "671-orange": [0, 1, 1],
+ "672": [0, 1, 1],
+ "673": [0, 1, 1],
+ "676": [0, 1, 1],
+ "677": [0, 1, 1],
+ "678-female": [0, 1, 1],
+ "678": [0, 1, 1],
+ "682": [0, 1, 1],
+ "683": [0, 1, 1],
+ "684": [0, 1, 1],
+ "685": [0, 1, 1],
+ "688": [0, 1, 1],
+ "689": [0, 1, 1],
+ "690": [0, 1, 1],
+ "691": [0, 1, 1],
+ "696": [0, 1, 1],
+ "697": [0, 1, 1],
+ "699": [0, 2, 2],
+ "700": [0, 1, 1],
+ "702": [0, 1, 1],
+ "704": [0, 1, 1],
+ "705": [0, 1, 1],
+ "706": [0, 1, 1],
+ "709": [0, 1, 1],
+ "710": [0, 1, 1],
+ "711": [1, 1, 1],
+ "712": [0, 1, 1],
+ "713": [0, 1, 1],
+ "715": [0, 1, 1],
+ "716-active": [0, 1, 1],
+ "716-neutral": [0, 1, 1],
+ "717": [0, 1, 1],
+ "720-unbound": [1, 1, 1],
+ "720": [1, 1, 1],
+ "728": [0, 1, 1],
+ "729": [0, 1, 1],
+ "730": [0, 1, 1],
+ "734": [0, 1, 1],
+ "735": [0, 1, 1],
+ "742": [0, 2, 2],
+ "743": [0, 2, 2],
+ "747": [0, 2, 2],
+ "748": [0, 1, 1],
+ "751": [0, 1, 1],
+ "752": [0, 1, 1],
+ "753": [0, 1, 1],
+ "754": [0, 2, 2],
+ "755": [0, 1, 1],
+ "756": [0, 1, 1],
+ "761": [0, 1, 1],
+ "762": [0, 1, 1],
+ "763": [0, 1, 1],
+ "767": [0, 1, 1],
+ "768": [0, 1, 1],
+ "771": [0, 1, 1],
+ "772": [0, 1, 1],
+ "773-fighting": [0, 1, 1],
+ "773-psychic": [0, 1, 1],
+ "773-poison": [0, 1, 1],
+ "773-ground": [0, 1, 1],
+ "773-ghost": [0, 1, 1],
+ "773-steel": [0, 1, 1],
+ "773-rock": [0, 1, 1],
+ "773-grass": [0, 1, 1],
+ "773-dragon": [0, 1, 1],
+ "773-bug": [0, 1, 1],
+ "773-ice": [0, 1, 1],
+ "773-dark": [0, 1, 1],
+ "773": [0, 1, 1],
+ "773-fairy": [0, 1, 1],
+ "773-water": [0, 1, 1],
+ "773-electric": [0, 1, 1],
+ "773-flying": [0, 1, 1],
+ "773-fire": [0, 1, 1],
+ "776": [0, 2, 2],
+ "777": [0, 1, 1],
+ "778-busted": [0, 1, 1],
+ "778-disguised": [0, 1, 1],
+ "779": [0, 1, 1],
+ "789": [1, 1, 1],
+ "790": [0, 1, 1],
+ "791": [1, 1, 1],
+ "792": [0, 1, 1],
+ "793": [0, 1, 1],
+ "797": [0, 1, 1],
+ "798": [0, 1, 1],
+ "800-dawn-wings": [0, 1, 1],
+ "800-dusk-mane": [0, 1, 1],
+ "800-ultra": [0, 1, 1],
+ "800": [0, 1, 1],
+ "802": [1, 1, 1],
+ "803": [0, 1, 1],
+ "804": [0, 1, 1],
+ "807": [0, 1, 1],
+ "808": [0, 1, 1],
+ "809": [0, 1, 1],
+ "816": [0, 1, 1],
+ "817": [0, 1, 1],
+ "818": [0, 1, 1],
+ "821": [0, 1, 1],
+ "822": [0, 1, 1],
+ "823": [0, 1, 1],
+ "829": [0, 1, 1],
+ "830": [0, 1, 1],
+ "835": [0, 1, 1],
+ "836": [0, 1, 1],
+ "850": [0, 1, 1],
+ "851": [0, 1, 1],
+ "854": [0, 1, 1],
+ "855": [0, 1, 1],
+ "856": [0, 1, 1],
+ "857": [0, 2, 2],
+ "858": [0, 1, 1],
+ "859": [0, 1, 1],
+ "860": [0, 1, 1],
+ "861": [0, 1, 1],
+ "862": [0, 1, 1],
+ "863": [0, 1, 1],
+ "864": [0, 1, 1],
+ "867": [0, 1, 1],
+ "872": [1, 1, 1],
+ "873": [1, 1, 1],
+ "876-female": [0, 1, 1],
+ "876": [0, 1, 1],
+ "877-hangry": [1, 1, 1],
+ "877": [1, 1, 1],
+ "880": [0, 1, 1],
+ "881": [0, 1, 1],
+ "882": [0, 1, 1],
+ "883": [0, 1, 1],
+ "884": [0, 1, 1],
+ "885": [1, 1, 1],
+ "886": [1, 1, 1],
+ "887": [1, 1, 1],
+ "888": [0, 1, 1],
+ "888-crowned": [0, 1, 1],
+ "889": [0, 1, 1],
+ "889-crowned": [0, 1, 1],
+ "890": [0, 1, 1],
+ "891": [1, 1, 1],
+ "892-rapid-strike": [1, 1, 1],
+ "892": [1, 1, 1],
+ "894": [0, 1, 1],
+ "895": [0, 1, 1],
+ "896": [1, 1, 1],
+ "897": [1, 1, 1],
+ "898": [1, 1, 1],
+ "898-ice": [1, 1, 1],
+ "898-shadow": [1, 1, 1],
+ "900": [0, 1, 1],
+ "901": [0, 1, 1],
+ "903": [0, 1, 1],
+ "909": [0, 1, 1],
+ "910": [0, 2, 2],
+ "911": [0, 1, 1],
+ "912": [0, 1, 1],
+ "913": [0, 1, 1],
+ "914": [0, 2, 2],
+ "919": [1, 1, 1],
+ "920": [1, 1, 1],
+ "924": [1, 1, 1],
+ "925-four": [1, 2, 2],
+ "925-three": [1, 2, 2],
+ "932": [0, 1, 1],
+ "933": [0, 1, 1],
+ "934": [0, 1, 1],
+ "935": [2, 2, 2],
+ "936": [2, 2, 2],
+ "937": [2, 2, 2],
+ "940": [0, 1, 1],
+ "941": [0, 1, 1],
+ "944": [0, 1, 1],
+ "945": [0, 1, 1],
+ "948": [0, 1, 1],
+ "949": [0, 1, 1],
+ "951": [0, 1, 1],
+ "952": [0, 2, 1],
+ "953": [0, 1, 1],
+ "954": [0, 1, 1],
+ "957": [1, 1, 1],
+ "958": [1, 1, 1],
+ "959": [1, 1, 1],
+ "962": [1, 1, 1],
+ "967": [0, 1, 1],
+ "968": [0, 2, 2],
+ "969": [0, 1, 1],
+ "970": [0, 1, 1],
+ "973": [1, 1, 1],
+ "974": [0, 1, 1],
+ "975": [0, 1, 1],
+ "978-curly": [0, 2, 2],
+ "978-droopy": [0, 2, 2],
+ "978-stretchy": [0, 1, 1],
+ "979": [1, 1, 1],
+ "981": [0, 1, 1],
+ "982": [0, 1, 1],
+ "982-three-segment": [0, 1, 1],
+ "987": [1, 1, 1],
+ "988": [0, 1, 1],
+ "993": [0, 1, 1],
+ "994": [0, 1, 1],
+ "995": [0, 1, 1],
+ "996": [0, 1, 1],
+ "997": [0, 1, 1],
+ "998": [0, 1, 1],
+ "999": [1, 1, 1],
+ "1000": [1, 1, 1],
+ "1001": [0, 1, 1],
+ "1003": [0, 1, 1],
+ "1004": [0, 1, 1],
+ "1006": [0, 2, 2],
+ "1007-apex-build": [0, 2, 2],
+ "1008-ultimate-mode": [1, 1, 1],
+ "2026": [0, 1, 1],
+ "2027": [0, 1, 1],
+ "2028": [0, 1, 1],
+ "2052": [0, 1, 1],
+ "2053": [0, 1, 1],
+ "2103": [0, 1, 1],
+ "4052": [0, 1, 1],
+ "4077": [0, 1, 1],
+ "4078": [0, 1, 1],
+ "4079": [0, 1, 1],
+ "4080": [2, 2, 2],
+ "4144": [0, 1, 1],
+ "4145": [0, 1, 1],
+ "4146": [0, 1, 1],
+ "4199": [2, 1, 1],
+ "4222": [0, 1, 1],
+ "4263": [0, 1, 1],
+ "4264": [0, 1, 1],
+ "4562": [0, 1, 1],
+ "6100": [0, 1, 1],
+ "6101": [0, 1, 1],
+ "6215": [0, 1, 1],
+ "6503": [0, 1, 1],
+ "6549": [0, 1, 1],
+ "6570": [0, 1, 1],
+ "6571": [0, 1, 1],
+ "6705": [0, 1, 1],
+ "6706": [0, 1, 1],
+ "6713": [0, 1, 1],
+ "female": {
+ "6215": [0, 1, 1]
+ }
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/_masterlist.json b/public/images/pokemon/variant/_masterlist.json
index 11f8e9cb7ec..ac683d9544e 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],
@@ -835,7 +835,7 @@
"6713": [0, 1, 1],
"8901": [1, 1, 1],
"female": {
- "3": [0, 2, 1],
+ "3": [0, 1, 1],
"19": [0, 1, 1],
"20": [0, 1, 1],
"25": [0, 1, 1],
@@ -869,6 +869,7 @@
"198": [0, 1, 1],
"203": [0, 1, 1],
"207": [0, 1, 1],
+ "212": [1, 1, 1],
"215": [0, 1, 1],
"217": [1, 1, 1],
"229": [0, 1, 1],
@@ -1396,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],
@@ -1437,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],
@@ -1449,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],
@@ -1509,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],
@@ -1616,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],
@@ -1778,6 +1779,7 @@
"198": [0, 1, 1],
"203": [0, 1, 1],
"207": [0, 1, 1],
+ "212": [1, 1, 1],
"215": [0, 1, 1],
"217": [1, 1, 1],
"229": [0, 1, 1],
@@ -1811,664 +1813,5 @@
"593": [1, 1, 1],
"6215": [0, 1, 1]
}
- },
- "exp": {
- "3-mega": [0, 2, 2],
- "6-mega-x": [0, 2, 2],
- "6-mega-y": [0, 2, 2],
- "80-mega": [0, 1, 1],
- "94-mega": [2, 2, 2],
- "127-mega": [0, 1, 1],
- "130-mega": [0, 1, 1],
- "142-mega": [0, 1, 1],
- "150-mega-x": [0, 1, 1],
- "150-mega-y": [0, 1, 1],
- "181-mega": [0, 1, 2],
- "212-mega": [1, 1, 2],
- "229-mega": [0, 1, 1],
- "248-mega": [0, 1, 1],
- "257-mega": [0, 1, 1],
- "282-mega": [0, 2, 2],
- "302-mega": [0, 1, 1],
- "303-mega": [0, 1, 1],
- "306-mega": [1, 1, 1],
- "308-mega": [0, 1, 1],
- "310-mega": [0, 1, 1],
- "334-mega": [0, 2, 1],
- "354-mega": [0, 1, 1],
- "359-mega": [0, 1, 1],
- "362-mega": [0, 1, 1],
- "373-mega": [0, 1, 1],
- "376-mega": [0, 1, 1],
- "380-mega": [0, 1, 1],
- "381-mega": [0, 1, 1],
- "382-primal": [0, 1, 1],
- "383-primal": [0, 1, 1],
- "384-mega": [0, 2, 1],
- "428-mega": [0, 1, 1],
- "445-mega": [1, 1, 1],
- "448-mega": [1, 1, 1],
- "475-mega": [0, 2, 2],
- "531-mega": [0, 1, 1],
- "653": [0, 1, 1],
- "654": [0, 1, 1],
- "655": [0, 1, 1],
- "656": [0, 1, 1],
- "657": [0, 1, 1],
- "658": [0, 1, 1],
- "658-ash": [0, 1, 1],
- "664": [0, 1, 1],
- "665": [0, 1, 1],
- "666-archipelago": [0, 1, 1],
- "666-continental": [0, 1, 1],
- "666-elegant": [0, 1, 1],
- "666-fancy": [0, 2, 2],
- "666-garden": [0, 1, 1],
- "666-high-plains": [0, 1, 1],
- "666-icy-snow": [0, 1, 1],
- "666-jungle": [0, 1, 1],
- "666-marine": [0, 1, 1],
- "666-meadow": [0, 2, 2],
- "666-modern": [0, 1, 1],
- "666-monsoon": [0, 1, 1],
- "666-ocean": [0, 1, 1],
- "666-poke-ball": [0, 1, 2],
- "666-polar": [0, 1, 1],
- "666-river": [0, 2, 1],
- "666-sandstorm": [0, 1, 1],
- "666-savanna": [0, 1, 1],
- "666-sun": [0, 1, 1],
- "666-tundra": [0, 1, 1],
- "669-red": [0, 2, 2],
- "669-blue": [0, 1, 1],
- "669-white": [0, 1, 1],
- "669-yellow": [0, 1, 1],
- "669-orange": [0, 2, 2],
- "670-white": [0, 1, 1],
- "670-blue": [0, 1, 1],
- "670-orange": [0, 1, 1],
- "670-red": [0, 1, 1],
- "670-yellow": [0, 1, 1],
- "671-red": [0, 1, 2],
- "671-blue": [0, 1, 2],
- "671-yellow": [0, 1, 1],
- "671-white": [0, 1, 2],
- "671-orange": [0, 1, 2],
- "672": [0, 1, 1],
- "673": [0, 1, 1],
- "676": [0, 1, 1],
- "677": [0, 1, 1],
- "678-female": [0, 1, 1],
- "678": [0, 1, 1],
- "682": [0, 1, 1],
- "683": [0, 1, 1],
- "684": [0, 1, 1],
- "685": [0, 1, 1],
- "688": [0, 1, 1],
- "689": [0, 1, 1],
- "690": [0, 1, 1],
- "691": [0, 1, 1],
- "696": [0, 1, 1],
- "697": [0, 1, 1],
- "698": [0, 1, 1],
- "699": [0, 1, 1],
- "700": [0, 1, 1],
- "702": [0, 1, 1],
- "703": [0, 1, 1],
- "704": [0, 1, 1],
- "705": [0, 1, 1],
- "706": [0, 1, 1],
- "708": [0, 1, 1],
- "709": [0, 1, 1],
- "710": [0, 1, 1],
- "711": [1, 1, 1],
- "712": [0, 1, 1],
- "713": [0, 1, 1],
- "714": [0, 1, 1],
- "715": [0, 2, 1],
- "716-active": [0, 1, 1],
- "716-neutral": [0, 1, 1],
- "717": [0, 2, 2],
- "720-unbound": [1, 1, 1],
- "720": [1, 1, 1],
- "728": [0, 1, 1],
- "729": [0, 2, 2],
- "730": [0, 2, 1],
- "734": [0, 1, 1],
- "735": [0, 1, 1],
- "742": [0, 2, 2],
- "743": [0, 2, 2],
- "747": [0, 2, 2],
- "748": [0, 1, 1],
- "751": [0, 1, 1],
- "752": [0, 1, 1],
- "753": [0, 1, 1],
- "754": [0, 2, 2],
- "755": [0, 1, 1],
- "756": [0, 1, 1],
- "761": [0, 1, 1],
- "762": [0, 1, 1],
- "763": [0, 1, 1],
- "767": [0, 1, 1],
- "768": [0, 1, 1],
- "770": [0, 0, 0],
- "771": [0, 2, 2],
- "772": [0, 1, 1],
- "773-fighting": [0, 1, 1],
- "773-psychic": [0, 1, 1],
- "773-poison": [0, 1, 1],
- "773-ground": [0, 1, 1],
- "773-ghost": [0, 1, 1],
- "773-steel": [0, 1, 1],
- "773-rock": [0, 1, 1],
- "773-grass": [0, 1, 1],
- "773-dragon": [0, 1, 1],
- "773-bug": [0, 1, 1],
- "773-ice": [0, 1, 1],
- "773-dark": [0, 1, 1],
- "773": [0, 1, 1],
- "773-fairy": [0, 1, 1],
- "773-water": [0, 1, 1],
- "773-electric": [0, 1, 1],
- "773-flying": [0, 1, 1],
- "773-fire": [0, 1, 1],
- "776": [0, 1, 1],
- "777": [0, 1, 1],
- "778-busted": [0, 1, 1],
- "778-disguised": [0, 1, 1],
- "779": [0, 1, 1],
- "789": [1, 1, 1],
- "790": [0, 1, 1],
- "791": [2, 1, 1],
- "792": [0, 1, 1],
- "793": [0, 2, 2],
- "797": [0, 1, 1],
- "798": [0, 1, 1],
- "800-dawn-wings": [0, 1, 1],
- "800-dusk-mane": [0, 1, 1],
- "800-ultra": [0, 1, 1],
- "800": [0, 1, 1],
- "802": [1, 1, 1],
- "803": [0, 1, 1],
- "804": [0, 1, 1],
- "807": [0, 1, 1],
- "808": [0, 1, 1],
- "809": [0, 1, 1],
- "816": [0, 1, 1],
- "817": [0, 1, 1],
- "818": [1, 1, 1],
- "821": [0, 2, 2],
- "822": [0, 1, 1],
- "823": [0, 1, 1],
- "829": [0, 1, 1],
- "830": [0, 1, 1],
- "835": [0, 1, 1],
- "836": [0, 2, 2],
- "850": [0, 1, 1],
- "851": [0, 1, 1],
- "854": [0, 1, 1],
- "855": [0, 1, 1],
- "856": [0, 1, 1],
- "857": [0, 2, 2],
- "858": [0, 1, 1],
- "859": [0, 1, 1],
- "860": [0, 1, 1],
- "861": [0, 1, 1],
- "862": [0, 1, 1],
- "863": [0, 1, 1],
- "864": [0, 1, 1],
- "867": [0, 1, 1],
- "872": [1, 1, 1],
- "873": [1, 1, 1],
- "876-female": [0, 1, 1],
- "876": [0, 1, 1],
- "877-hangry": [1, 1, 1],
- "877": [1, 1, 1],
- "880": [0, 1, 1],
- "881": [0, 1, 1],
- "882": [0, 2, 1],
- "883": [0, 1, 1],
- "884": [0, 1, 1],
- "885": [1, 1, 1],
- "886": [1, 1, 1],
- "887": [1, 1, 1],
- "888": [0, 1, 1],
- "888-crowned": [0, 1, 1],
- "889": [0, 1, 1],
- "889-crowned": [0, 1, 1],
- "890": [0, 2, 1],
- "890-eternamax": [0, 1, 1],
- "891": [1, 1, 1],
- "892-rapid-strike": [1, 1, 1],
- "892": [1, 1, 1],
- "894": [0, 1, 1],
- "895": [0, 1, 1],
- "896": [1, 1, 1],
- "897": [1, 1, 1],
- "898": [1, 1, 1],
- "898-ice": [1, 1, 1],
- "898-shadow": [1, 1, 1],
- "900": [0, 1, 1],
- "901": [0, 1, 1],
- "903": [0, 1, 1],
- "909": [0, 1, 1],
- "910": [0, 2, 2],
- "911": [0, 2, 2],
- "912": [0, 1, 2],
- "913": [0, 1, 2],
- "914": [0, 2, 1],
- "919": [1, 1, 1],
- "920": [1, 1, 1],
- "924": [1, 1, 1],
- "925-four": [1, 2, 2],
- "925-three": [1, 2, 2],
- "932": [0, 2, 2],
- "933": [0, 2, 2],
- "934": [0, 1, 1],
- "935": [1, 1, 2],
- "936": [2, 2, 2],
- "937": [2, 2, 2],
- "940": [0, 1, 1],
- "941": [0, 1, 1],
- "944": [0, 1, 1],
- "945": [0, 1, 1],
- "948": [0, 1, 1],
- "949": [0, 1, 1],
- "951": [0, 1, 1],
- "952": [0, 1, 1],
- "953": [0, 1, 1],
- "954": [0, 1, 1],
- "957": [2, 2, 2],
- "958": [2, 2, 2],
- "959": [2, 2, 2],
- "962": [1, 1, 1],
- "967": [0, 1, 1],
- "968": [0, 1, 1],
- "969": [0, 1, 1],
- "970": [0, 1, 1],
- "973": [1, 1, 1],
- "974": [0, 1, 1],
- "975": [0, 1, 1],
- "978-curly": [0, 2, 2],
- "978-droopy": [0, 2, 2],
- "978-stretchy": [0, 2, 2],
- "979": [2, 2, 2],
- "981": [0, 1, 1],
- "982": [0, 1, 1],
- "982-three-segment": [0, 1, 1],
- "987": [1, 1, 1],
- "988": [0, 1, 2],
- "993": [0, 1, 1],
- "994": [0, 1, 2],
- "995": [0, 1, 1],
- "996": [0, 1, 1],
- "997": [0, 2, 2],
- "998": [0, 2, 2],
- "999": [2, 1, 1],
- "1000": [1, 1, 1],
- "1001": [0, 1, 1],
- "1003": [0, 1, 1],
- "1004": [0, 1, 1],
- "1006": [0, 2, 1],
- "1007-apex-build": [0, 2, 2],
- "1008-ultimate-mode": [1, 1, 1],
- "2026": [0, 1, 1],
- "2027": [0, 1, 1],
- "2028": [0, 1, 1],
- "2052": [0, 1, 1],
- "2053": [0, 1, 0],
- "2103": [0, 1, 1],
- "4052": [0, 1, 1],
- "4077": [0, 1, 1],
- "4078": [0, 1, 1],
- "4079": [0, 1, 1],
- "4080": [2, 1, 1],
- "4144": [0, 1, 1],
- "4145": [0, 1, 1],
- "4146": [0, 1, 1],
- "4199": [2, 1, 1],
- "4222": [0, 1, 1],
- "4263": [0, 1, 1],
- "4264": [0, 1, 1],
- "4562": [0, 1, 1],
- "6100": [0, 1, 1],
- "6101": [0, 1, 1],
- "6215": [0, 1, 1],
- "6503": [0, 1, 1],
- "6549": [0, 1, 1],
- "6570": [0, 1, 1],
- "6571": [0, 1, 1],
- "6705": [0, 1, 1],
- "6706": [0, 1, 1],
- "6713": [0, 1, 1],
- "female": {},
- "back": {
- "3-mega": [0, 2, 2],
- "6-mega-x": [0, 2, 2],
- "6-mega-y": [0, 1, 2],
- "80-mega": [0, 1, 1],
- "94-mega": [1, 1, 1],
- "127-mega": [0, 1, 1],
- "130-mega": [0, 1, 1],
- "142-mega": [0, 1, 1],
- "150-mega-x": [0, 1, 1],
- "150-mega-y": [0, 1, 1],
- "181-mega": [0, 1, 2],
- "212-mega": [1, 2, 2],
- "229-mega": [0, 1, 1],
- "248-mega": [0, 2, 1],
- "257-mega": [0, 1, 1],
- "282-mega": [0, 1, 1],
- "302-mega": [0, 1, 1],
- "303-mega": [0, 1, 1],
- "306-mega": [1, 1, 1],
- "308-mega": [0, 1, 1],
- "310-mega": [0, 1, 1],
- "334-mega": [0, 1, 1],
- "354-mega": [0, 1, 1],
- "359-mega": [0, 1, 1],
- "362-mega": [0, 1, 1],
- "373-mega": [0, 1, 1],
- "376-mega": [0, 1, 1],
- "380-mega": [0, 1, 1],
- "381-mega": [0, 1, 1],
- "382-primal": [0, 1, 1],
- "383-primal": [0, 1, 1],
- "384-mega": [0, 1, 1],
- "428-mega": [0, 1, 1],
- "445-mega": [1, 1, 1],
- "448-mega": [1, 1, 1],
- "475-mega": [0, 2, 2],
- "531-mega": [0, 1, 1],
- "653": [0, 1, 1],
- "654": [0, 1, 1],
- "655": [0, 1, 1],
- "656": [0, 1, 1],
- "657": [0, 1, 1],
- "658": [0, 1, 1],
- "658-ash": [0, 1, 1],
- "664": [0, 1, 1],
- "665": [0, 2, 1],
- "666-archipelago": [0, 2, 2],
- "666-continental": [0, 2, 2],
- "666-elegant": [0, 2, 2],
- "666-fancy": [0, 2, 2],
- "666-garden": [0, 2, 2],
- "666-high-plains": [0, 2, 2],
- "666-icy-snow": [0, 2, 2],
- "666-jungle": [0, 2, 2],
- "666-marine": [0, 2, 2],
- "666-meadow": [0, 2, 2],
- "666-modern": [0, 2, 2],
- "666-monsoon": [0, 2, 2],
- "666-ocean": [0, 2, 2],
- "666-poke-ball": [0, 2, 2],
- "666-polar": [0, 2, 2],
- "666-river": [0, 2, 2],
- "666-sandstorm": [0, 2, 2],
- "666-savanna": [0, 2, 2],
- "666-sun": [0, 2, 2],
- "666-tundra": [0, 2, 2],
- "669-red": [0, 2, 2],
- "669-blue": [0, 2, 2],
- "669-white": [0, 2, 2],
- "669-yellow": [0, 2, 2],
- "669-orange": [0, 2, 2],
- "670-white": [0, 1, 1],
- "670-blue": [0, 2, 2],
- "670-orange": [0, 1, 1],
- "670-red": [0, 1, 1],
- "670-yellow": [0, 1, 1],
- "671-red": [0, 1, 1],
- "671-blue": [0, 1, 1],
- "671-yellow": [0, 1, 1],
- "671-white": [0, 1, 1],
- "671-orange": [0, 1, 1],
- "672": [0, 1, 1],
- "673": [0, 1, 1],
- "676": [0, 1, 1],
- "677": [0, 1, 1],
- "678-female": [0, 1, 1],
- "678": [0, 1, 1],
- "682": [0, 1, 1],
- "683": [0, 1, 1],
- "684": [0, 1, 1],
- "685": [0, 1, 1],
- "688": [0, 1, 1],
- "689": [0, 1, 1],
- "690": [0, 1, 1],
- "691": [0, 1, 1],
- "696": [0, 1, 1],
- "697": [0, 1, 1],
- "698": [0, 1, 1],
- "699": [0, 2, 2],
- "700": [0, 1, 1],
- "702": [0, 1, 1],
- "703": [0, 1, 1],
- "704": [0, 1, 1],
- "705": [0, 1, 1],
- "706": [0, 1, 1],
- "708": [0, 1, 1],
- "709": [0, 1, 1],
- "710": [0, 1, 1],
- "711": [1, 1, 1],
- "712": [0, 1, 1],
- "713": [0, 1, 1],
- "714": [0, 1, 1],
- "715": [0, 1, 1],
- "716-active": [0, 1, 1],
- "716-neutral": [0, 1, 1],
- "717": [0, 1, 1],
- "720-unbound": [1, 1, 1],
- "720": [1, 1, 1],
- "728": [0, 1, 1],
- "729": [0, 2, 2],
- "730": [0, 2, 1],
- "734": [0, 1, 1],
- "735": [0, 1, 1],
- "742": [0, 2, 2],
- "743": [0, 2, 2],
- "747": [0, 2, 2],
- "748": [0, 1, 1],
- "751": [0, 1, 1],
- "752": [0, 1, 1],
- "753": [0, 1, 1],
- "754": [0, 2, 2],
- "755": [0, 1, 1],
- "756": [0, 1, 1],
- "761": [0, 1, 1],
- "762": [0, 1, 1],
- "763": [0, 1, 1],
- "767": [0, 1, 1],
- "768": [0, 1, 1],
- "771": [0, 1, 1],
- "772": [0, 1, 1],
- "773-fighting": [0, 1, 1],
- "773-psychic": [0, 1, 1],
- "773-poison": [0, 1, 1],
- "773-ground": [0, 1, 1],
- "773-ghost": [0, 1, 1],
- "773-steel": [0, 1, 1],
- "773-rock": [0, 1, 1],
- "773-grass": [0, 1, 1],
- "773-dragon": [0, 1, 1],
- "773-bug": [0, 1, 1],
- "773-ice": [0, 1, 1],
- "773-dark": [0, 1, 1],
- "773": [0, 1, 1],
- "773-fairy": [0, 1, 1],
- "773-water": [0, 1, 1],
- "773-electric": [0, 1, 1],
- "773-flying": [0, 1, 1],
- "773-fire": [0, 1, 1],
- "776": [0, 2, 2],
- "777": [0, 1, 1],
- "778-busted": [0, 1, 1],
- "778-disguised": [0, 1, 1],
- "779": [0, 1, 1],
- "789": [1, 1, 1],
- "790": [0, 1, 1],
- "791": [1, 1, 1],
- "792": [0, 1, 1],
- "793": [0, 1, 1],
- "797": [0, 1, 1],
- "798": [0, 1, 1],
- "800-dawn-wings": [0, 1, 1],
- "800-dusk-mane": [0, 1, 1],
- "800-ultra": [0, 1, 1],
- "800": [0, 1, 1],
- "802": [1, 1, 1],
- "803": [0, 1, 1],
- "804": [0, 1, 1],
- "807": [0, 1, 1],
- "808": [0, 1, 1],
- "809": [0, 1, 1],
- "816": [0, 1, 1],
- "817": [0, 1, 1],
- "818": [0, 1, 1],
- "821": [0, 1, 1],
- "822": [0, 1, 1],
- "823": [0, 1, 1],
- "829": [0, 1, 1],
- "830": [0, 1, 1],
- "835": [0, 1, 1],
- "836": [0, 1, 1],
- "850": [0, 1, 1],
- "851": [0, 1, 1],
- "854": [0, 1, 1],
- "855": [0, 1, 1],
- "856": [0, 1, 1],
- "857": [0, 2, 2],
- "858": [0, 1, 1],
- "859": [0, 1, 1],
- "860": [0, 1, 1],
- "861": [0, 1, 1],
- "862": [0, 1, 1],
- "863": [0, 1, 1],
- "864": [0, 1, 1],
- "867": [0, 1, 1],
- "872": [1, 1, 1],
- "873": [1, 1, 1],
- "876-female": [0, 1, 1],
- "876": [0, 1, 1],
- "877-hangry": [1, 1, 1],
- "877": [1, 1, 1],
- "880": [0, 1, 1],
- "881": [0, 1, 1],
- "882": [0, 1, 1],
- "883": [0, 1, 1],
- "884": [0, 1, 1],
- "885": [1, 1, 1],
- "886": [1, 1, 1],
- "887": [1, 1, 1],
- "888": [0, 1, 1],
- "888-crowned": [0, 1, 1],
- "889": [0, 1, 1],
- "889-crowned": [0, 1, 1],
- "890": [0, 1, 1],
- "891": [1, 1, 1],
- "892-rapid-strike": [1, 1, 1],
- "892": [1, 1, 1],
- "894": [0, 1, 1],
- "895": [0, 1, 1],
- "896": [1, 1, 1],
- "897": [1, 1, 1],
- "898": [1, 1, 1],
- "898-ice": [1, 1, 1],
- "898-shadow": [1, 1, 1],
- "900": [0, 1, 1],
- "901": [0, 1, 1],
- "903": [0, 1, 1],
- "909": [0, 1, 1],
- "910": [0, 2, 2],
- "911": [0, 1, 1],
- "912": [0, 1, 1],
- "913": [0, 1, 1],
- "914": [0, 2, 2],
- "919": [1, 1, 1],
- "920": [1, 1, 1],
- "924": [1, 1, 1],
- "925-four": [1, 2, 2],
- "925-three": [1, 2, 2],
- "932": [0, 1, 1],
- "933": [0, 1, 1],
- "934": [0, 1, 1],
- "935": [2, 2, 2],
- "936": [2, 2, 2],
- "937": [2, 2, 2],
- "940": [0, 1, 1],
- "941": [0, 1, 1],
- "944": [0, 1, 1],
- "945": [0, 1, 1],
- "948": [0, 1, 1],
- "949": [0, 1, 1],
- "951": [0, 1, 1],
- "952": [0, 2, 1],
- "953": [0, 1, 1],
- "954": [0, 1, 1],
- "957": [1, 1, 1],
- "958": [1, 1, 1],
- "959": [1, 1, 1],
- "962": [1, 1, 1],
- "967": [0, 1, 1],
- "968": [0, 2, 2],
- "969": [0, 1, 1],
- "970": [0, 1, 1],
- "973": [1, 1, 1],
- "974": [0, 1, 1],
- "975": [0, 1, 1],
- "978-curly": [0, 2, 2],
- "978-droopy": [0, 2, 2],
- "978-stretchy": [0, 1, 1],
- "979": [1, 1, 1],
- "981": [0, 1, 1],
- "982": [0, 1, 1],
- "982-three-segment": [0, 1, 1],
- "987": [1, 1, 1],
- "988": [0, 1, 1],
- "993": [0, 1, 1],
- "994": [0, 1, 1],
- "995": [0, 1, 1],
- "996": [0, 1, 1],
- "997": [0, 1, 1],
- "998": [0, 1, 1],
- "999": [1, 1, 1],
- "1000": [1, 1, 1],
- "1001": [0, 1, 1],
- "1003": [0, 1, 1],
- "1004": [0, 1, 1],
- "1006": [0, 2, 2],
- "1007-apex-build": [0, 2, 2],
- "1008-ultimate-mode": [1, 1, 1],
- "2026": [0, 1, 1],
- "2027": [0, 1, 1],
- "2028": [0, 1, 1],
- "2052": [0, 1, 1],
- "2053": [0, 1, 1],
- "2103": [0, 1, 1],
- "4052": [0, 1, 1],
- "4077": [0, 1, 1],
- "4078": [0, 1, 1],
- "4079": [0, 1, 1],
- "4080": [2, 2, 2],
- "4144": [0, 1, 1],
- "4145": [0, 1, 1],
- "4146": [0, 1, 1],
- "4199": [2, 1, 1],
- "4222": [0, 1, 1],
- "4263": [0, 1, 1],
- "4264": [0, 1, 1],
- "4562": [0, 1, 1],
- "6100": [0, 1, 1],
- "6101": [0, 1, 1],
- "6215": [0, 1, 1],
- "6503": [0, 1, 1],
- "6549": [0, 1, 1],
- "6570": [0, 1, 1],
- "6571": [0, 1, 1],
- "6705": [0, 1, 1],
- "6706": [0, 1, 1],
- "6713": [0, 1, 1]
- }
}
-}
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/1022_2.png b/public/images/pokemon/variant/back/1022_2.png
index 4a59f687da2..cdd94da0af6 100644
Binary files a/public/images/pokemon/variant/back/1022_2.png and b/public/images/pokemon/variant/back/1022_2.png differ
diff --git a/public/images/pokemon/variant/back/1022_3.png b/public/images/pokemon/variant/back/1022_3.png
index 846ecdd4f73..2d5df98da9d 100644
Binary files a/public/images/pokemon/variant/back/1022_3.png and b/public/images/pokemon/variant/back/1022_3.png differ
diff --git a/public/images/pokemon/variant/back/125_3.png b/public/images/pokemon/variant/back/125_3.png
index eef852c92e7..68e9503d1cb 100644
Binary files a/public/images/pokemon/variant/back/125_3.png and b/public/images/pokemon/variant/back/125_3.png differ
diff --git a/public/images/pokemon/variant/back/126_2.png b/public/images/pokemon/variant/back/126_2.png
index 9f22780f1d8..016cb367db3 100644
Binary files a/public/images/pokemon/variant/back/126_2.png and b/public/images/pokemon/variant/back/126_2.png differ
diff --git a/public/images/pokemon/variant/back/180_3.png b/public/images/pokemon/variant/back/180_3.png
index 82d8d9c0c68..0cf0357f3c0 100644
Binary files a/public/images/pokemon/variant/back/180_3.png and b/public/images/pokemon/variant/back/180_3.png differ
diff --git a/public/images/pokemon/variant/back/181-mega_3.png b/public/images/pokemon/variant/back/181-mega_3.png
index 5d30a156cbc..17832724081 100644
Binary files a/public/images/pokemon/variant/back/181-mega_3.png and b/public/images/pokemon/variant/back/181-mega_3.png differ
diff --git a/public/images/pokemon/variant/back/199_1.png b/public/images/pokemon/variant/back/199_1.png
index 004346df151..66d6fa0a4d7 100644
Binary files a/public/images/pokemon/variant/back/199_1.png and b/public/images/pokemon/variant/back/199_1.png differ
diff --git a/public/images/pokemon/variant/back/200_2.png b/public/images/pokemon/variant/back/200_2.png
index 0702c2596e1..ef296028bb0 100644
Binary files a/public/images/pokemon/variant/back/200_2.png and b/public/images/pokemon/variant/back/200_2.png differ
diff --git a/public/images/pokemon/variant/back/200_3.png b/public/images/pokemon/variant/back/200_3.png
index 0f7b4a5fd05..f707e04ea86 100644
Binary files a/public/images/pokemon/variant/back/200_3.png and b/public/images/pokemon/variant/back/200_3.png differ
diff --git a/public/images/pokemon/variant/back/212-mega_2.png b/public/images/pokemon/variant/back/212-mega_2.png
index adf745f6851..d066510353d 100644
Binary files a/public/images/pokemon/variant/back/212-mega_2.png and b/public/images/pokemon/variant/back/212-mega_2.png differ
diff --git a/public/images/pokemon/variant/back/212-mega_3.png b/public/images/pokemon/variant/back/212-mega_3.png
index 0cfead081c4..f3c4e5bd110 100644
Binary files a/public/images/pokemon/variant/back/212-mega_3.png and b/public/images/pokemon/variant/back/212-mega_3.png differ
diff --git a/public/images/pokemon/variant/back/212_2.png b/public/images/pokemon/variant/back/212_2.png
index 9f325d62aa9..7a24be11f16 100644
Binary files a/public/images/pokemon/variant/back/212_2.png and b/public/images/pokemon/variant/back/212_2.png differ
diff --git a/public/images/pokemon/variant/back/212_3.png b/public/images/pokemon/variant/back/212_3.png
index d06a89140c7..a22f1a9d38e 100644
Binary files a/public/images/pokemon/variant/back/212_3.png and b/public/images/pokemon/variant/back/212_3.png differ
diff --git a/public/images/pokemon/variant/back/239_3.png b/public/images/pokemon/variant/back/239_3.png
index 02a680ff5a7..b5ce88685a7 100644
Binary files a/public/images/pokemon/variant/back/239_3.png and b/public/images/pokemon/variant/back/239_3.png differ
diff --git a/public/images/pokemon/variant/back/244_2.png b/public/images/pokemon/variant/back/244_2.png
index 6244b6eb74c..968b5c325bd 100644
Binary files a/public/images/pokemon/variant/back/244_2.png and b/public/images/pokemon/variant/back/244_2.png differ
diff --git a/public/images/pokemon/variant/back/244_3.png b/public/images/pokemon/variant/back/244_3.png
index 7e04e3d6086..323b9a6b337 100644
Binary files a/public/images/pokemon/variant/back/244_3.png and b/public/images/pokemon/variant/back/244_3.png differ
diff --git a/public/images/pokemon/variant/back/248-mega.json b/public/images/pokemon/variant/back/248-mega.json
index 5def1f5a316..c63b19d7c29 100644
--- a/public/images/pokemon/variant/back/248-mega.json
+++ b/public/images/pokemon/variant/back/248-mega.json
@@ -1,28 +1,28 @@
{
"1": {
- "101010": "101010",
- "4a5a39": "533334",
- "accd9c": "c78482",
- "739c62": "915957",
- "c5c5c5": "c5c5c5",
- "942900": "006fbe",
- "fefefe": "fefefe",
- "d55200": "0098fc",
- "737373": "737373",
- "821610": "004194",
- "d0243b": "006fbe"
+ "171717": "101010",
+ "4a5a39": "533334",
+ "4b5a3b": "533334",
+ "727272": "727272",
+ "801c17": "533334",
+ "922d00": "004194",
+ "ce283d": "006fb3",
+ "d35200": "0098fc",
+ "729a62": "915957",
+ "739c62": "915957",
+ "aacb9a": "c78482"
},
"2": {
- "101010": "101010",
- "4a5a39": "06092f",
- "accd9c": "625695",
- "739c62": "2c3071",
- "c5c5c5": "c5c5c5",
- "942900": "ee7b06",
- "fefefe": "fefefe",
- "d55200": "ffa904",
- "737373": "737373",
- "821610": "ee7b06",
- "d0243b": "ffa904"
+ "171717": "101010",
+ "4a5a39": "06092f",
+ "4b5a3b": "06092f",
+ "727272": "727272",
+ "801c17": "ee7b06",
+ "922d00": "ee7b06",
+ "ce283d": "ffa904",
+ "d35200": "ffa904",
+ "729a62": "59417c",
+ "739c62": "59417c",
+ "aacb9a": "625695"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/291_1.png b/public/images/pokemon/variant/back/291_1.png
index dad69ed24af..a465af75920 100644
Binary files a/public/images/pokemon/variant/back/291_1.png and b/public/images/pokemon/variant/back/291_1.png differ
diff --git a/public/images/pokemon/variant/back/291_2.png b/public/images/pokemon/variant/back/291_2.png
index d3005597f60..6eafa03d9d5 100644
Binary files a/public/images/pokemon/variant/back/291_2.png and b/public/images/pokemon/variant/back/291_2.png differ
diff --git a/public/images/pokemon/variant/back/291_3.png b/public/images/pokemon/variant/back/291_3.png
index 9c62398a5fc..98c0d6c6b63 100644
Binary files a/public/images/pokemon/variant/back/291_3.png and b/public/images/pokemon/variant/back/291_3.png differ
diff --git a/public/images/pokemon/variant/back/292_1.png b/public/images/pokemon/variant/back/292_1.png
index ae99178d90a..4625db861b3 100644
Binary files a/public/images/pokemon/variant/back/292_1.png and b/public/images/pokemon/variant/back/292_1.png differ
diff --git a/public/images/pokemon/variant/back/292_2.png b/public/images/pokemon/variant/back/292_2.png
index fc3d4090a1d..c773f10b69d 100644
Binary files a/public/images/pokemon/variant/back/292_2.png and b/public/images/pokemon/variant/back/292_2.png differ
diff --git a/public/images/pokemon/variant/back/292_3.png b/public/images/pokemon/variant/back/292_3.png
index 1ebe95bb1b5..164d583eb43 100644
Binary files a/public/images/pokemon/variant/back/292_3.png and b/public/images/pokemon/variant/back/292_3.png differ
diff --git a/public/images/pokemon/variant/back/3-gigantamax.json b/public/images/pokemon/variant/back/3-gigantamax.json
index a8cd61c3419..b618abecbcc 100644
--- a/public/images/pokemon/variant/back/3-gigantamax.json
+++ b/public/images/pokemon/variant/back/3-gigantamax.json
@@ -1,6 +1,7 @@
{
"1": {
"833100": "180136",
+ "830009": "23033b",
"bd6a31": "012729",
"ffee52": "37d6de",
"debd29": "078a8f",
@@ -8,15 +9,18 @@
"de4141": "3f1375",
"ff7b73": "712f8f",
"ffbdbd": "a266b0",
- "5a9c39": "705207",
- "105241": "4f2800",
- "83de7b": "a37707",
+ "e8a3a3": "91579e",
+ "5a9c39": "b34952",
+ "105241": "190038",
+ "2e5519": "38001c",
+ "83de7b": "ff745e",
"107b6a": "b80479",
"20b49c": "de3592",
"fdfdfd": "fdfdfd"
},
"2": {
"833100": "0b2e01",
+ "830009": "154205",
"bd6a31": "420514",
"ffee52": "f75ea8",
"debd29": "a30a66",
@@ -24,9 +28,11 @@
"de4141": "3c8227",
"ff7b73": "9db042",
"ffbdbd": "e7e385",
- "5a9c39": "19164f",
- "105241": "030129",
- "83de7b": "433d99",
+ "e8a3a3": "ced76f",
+ "5a9c39": "446b94",
+ "105241": "381601",
+ "2e5519": "011c38",
+ "83de7b": "80ced9",
"107b6a": "d15d04",
"20b49c": "fa8405",
"fdfdfd": "fdfdfd"
diff --git a/public/images/pokemon/variant/back/3-mega_2.png b/public/images/pokemon/variant/back/3-mega_2.png
index 52f8ed7b580..90eeb6d84f2 100644
Binary files a/public/images/pokemon/variant/back/3-mega_2.png and b/public/images/pokemon/variant/back/3-mega_2.png differ
diff --git a/public/images/pokemon/variant/back/3-mega_3.png b/public/images/pokemon/variant/back/3-mega_3.png
index 9d964688f14..77d6c7f12fa 100644
Binary files a/public/images/pokemon/variant/back/3-mega_3.png and b/public/images/pokemon/variant/back/3-mega_3.png differ
diff --git a/public/images/pokemon/variant/back/3.json b/public/images/pokemon/variant/back/3.json
index 616efac7d3c..0c179dd5e4a 100644
--- a/public/images/pokemon/variant/back/3.json
+++ b/public/images/pokemon/variant/back/3.json
@@ -1,6 +1,7 @@
{
"1": {
"843100": "033b22",
+ "830009": "23033b",
"ffbdbd": "a266b0",
"ff7b73": "712f8f",
"debd29": "078a8f",
@@ -11,6 +12,7 @@
"105242": "190038",
"107b6b": "c21f7e",
"5a9c3a": "b34952",
+ "2e5519": "38001c",
"5ad6c5": "f062a4",
"21b59c": "de3592",
"84de7b": "ff745e",
@@ -18,6 +20,7 @@
},
"2": {
"843100": "420514",
+ "830009": "154205",
"ffbdbd": "e7e385",
"ff7b73": "9db042",
"debd29": "a30a66",
@@ -25,7 +28,8 @@
"de4242": "3c8227",
"101010": "101010",
"ffef52": "f75ea8",
- "105242": "001a33",
+ "105242": "381601",
+ "2e5519": "011c38",
"107b6b": "d15d04",
"5a9c3a": "446b94",
"5ad6c5": "faa405",
diff --git a/public/images/pokemon/variant/back/335_2.png b/public/images/pokemon/variant/back/335_2.png
index e21955c3033..5e23f357767 100644
Binary files a/public/images/pokemon/variant/back/335_2.png and b/public/images/pokemon/variant/back/335_2.png differ
diff --git a/public/images/pokemon/variant/back/335_3.png b/public/images/pokemon/variant/back/335_3.png
index 3ccd19f715f..407413dca23 100644
Binary files a/public/images/pokemon/variant/back/335_3.png and b/public/images/pokemon/variant/back/335_3.png differ
diff --git a/public/images/pokemon/variant/back/339_2.png b/public/images/pokemon/variant/back/339_2.png
index 77dc5e5e936..ceed75f36f6 100644
Binary files a/public/images/pokemon/variant/back/339_2.png and b/public/images/pokemon/variant/back/339_2.png differ
diff --git a/public/images/pokemon/variant/back/340_3.png b/public/images/pokemon/variant/back/340_3.png
index 6d0b7ab033a..771b424564b 100644
Binary files a/public/images/pokemon/variant/back/340_3.png and b/public/images/pokemon/variant/back/340_3.png differ
diff --git a/public/images/pokemon/variant/back/342_2.png b/public/images/pokemon/variant/back/342_2.png
index 6238027c434..d5138c51fcf 100644
Binary files a/public/images/pokemon/variant/back/342_2.png and b/public/images/pokemon/variant/back/342_2.png differ
diff --git a/public/images/pokemon/variant/back/342_3.png b/public/images/pokemon/variant/back/342_3.png
index d68f7fd40e8..af788f45bfa 100644
Binary files a/public/images/pokemon/variant/back/342_3.png and b/public/images/pokemon/variant/back/342_3.png differ
diff --git a/public/images/pokemon/variant/back/351-sunny_3.png b/public/images/pokemon/variant/back/351-sunny_3.png
index 66f1536eb84..059b85417e1 100644
Binary files a/public/images/pokemon/variant/back/351-sunny_3.png and b/public/images/pokemon/variant/back/351-sunny_3.png differ
diff --git a/public/images/pokemon/variant/back/369_2.png b/public/images/pokemon/variant/back/369_2.png
index 8510afc4eb4..62b37b70738 100644
Binary files a/public/images/pokemon/variant/back/369_2.png and b/public/images/pokemon/variant/back/369_2.png differ
diff --git a/public/images/pokemon/variant/back/369_3.png b/public/images/pokemon/variant/back/369_3.png
index 165b5ad0199..69cedd6571c 100644
Binary files a/public/images/pokemon/variant/back/369_3.png and b/public/images/pokemon/variant/back/369_3.png differ
diff --git a/public/images/pokemon/variant/back/36_2.png b/public/images/pokemon/variant/back/36_2.png
index 8b7bb25cc59..f30397b482f 100644
Binary files a/public/images/pokemon/variant/back/36_2.png and b/public/images/pokemon/variant/back/36_2.png differ
diff --git a/public/images/pokemon/variant/back/370_2.png b/public/images/pokemon/variant/back/370_2.png
index 48e7d90585f..32d49cd89a3 100644
Binary files a/public/images/pokemon/variant/back/370_2.png and b/public/images/pokemon/variant/back/370_2.png differ
diff --git a/public/images/pokemon/variant/back/370_3.png b/public/images/pokemon/variant/back/370_3.png
index f5a0768f26b..f20b119f333 100644
Binary files a/public/images/pokemon/variant/back/370_3.png and b/public/images/pokemon/variant/back/370_3.png differ
diff --git a/public/images/pokemon/variant/back/383_2.png b/public/images/pokemon/variant/back/383_2.png
index 98ac154832f..9c280b56dd7 100644
Binary files a/public/images/pokemon/variant/back/383_2.png and b/public/images/pokemon/variant/back/383_2.png differ
diff --git a/public/images/pokemon/variant/back/383_3.png b/public/images/pokemon/variant/back/383_3.png
index f8856a6aa2d..b754d969e4a 100644
Binary files a/public/images/pokemon/variant/back/383_3.png and b/public/images/pokemon/variant/back/383_3.png differ
diff --git a/public/images/pokemon/variant/back/387_2.png b/public/images/pokemon/variant/back/387_2.png
index d55cb1c5384..00c947db821 100644
Binary files a/public/images/pokemon/variant/back/387_2.png and b/public/images/pokemon/variant/back/387_2.png differ
diff --git a/public/images/pokemon/variant/back/399_2.png b/public/images/pokemon/variant/back/399_2.png
index 55ab33679cb..b71497f9ccf 100644
Binary files a/public/images/pokemon/variant/back/399_2.png and b/public/images/pokemon/variant/back/399_2.png differ
diff --git a/public/images/pokemon/variant/back/4080_1.png b/public/images/pokemon/variant/back/4080_1.png
index 7f6ba3be1c4..885cd8b2c54 100644
Binary files a/public/images/pokemon/variant/back/4080_1.png and b/public/images/pokemon/variant/back/4080_1.png differ
diff --git a/public/images/pokemon/variant/back/412-sandy_1.png b/public/images/pokemon/variant/back/412-sandy_1.png
index 9dcd4798761..a8988e8ab22 100644
Binary files a/public/images/pokemon/variant/back/412-sandy_1.png and b/public/images/pokemon/variant/back/412-sandy_1.png differ
diff --git a/public/images/pokemon/variant/back/412-sandy_2.png b/public/images/pokemon/variant/back/412-sandy_2.png
index de7c581bb73..730e0896c92 100644
Binary files a/public/images/pokemon/variant/back/412-sandy_2.png and b/public/images/pokemon/variant/back/412-sandy_2.png differ
diff --git a/public/images/pokemon/variant/back/412-sandy_3.png b/public/images/pokemon/variant/back/412-sandy_3.png
index 46022a40775..bf2f2f0b94a 100644
Binary files a/public/images/pokemon/variant/back/412-sandy_3.png and b/public/images/pokemon/variant/back/412-sandy_3.png differ
diff --git a/public/images/pokemon/variant/back/4199_1.png b/public/images/pokemon/variant/back/4199_1.png
index daaac5a6448..45b81fb3413 100644
Binary files a/public/images/pokemon/variant/back/4199_1.png and b/public/images/pokemon/variant/back/4199_1.png differ
diff --git a/public/images/pokemon/variant/back/441_3.png b/public/images/pokemon/variant/back/441_3.png
index 271e40e3423..3cfa821a8f9 100644
Binary files a/public/images/pokemon/variant/back/441_3.png and b/public/images/pokemon/variant/back/441_3.png differ
diff --git a/public/images/pokemon/variant/back/457_2.png b/public/images/pokemon/variant/back/457_2.png
index 9168013d2e6..f41fb311b01 100644
Binary files a/public/images/pokemon/variant/back/457_2.png and b/public/images/pokemon/variant/back/457_2.png differ
diff --git a/public/images/pokemon/variant/back/458_2.png b/public/images/pokemon/variant/back/458_2.png
index 5c1db97b56d..d593fd73842 100644
Binary files a/public/images/pokemon/variant/back/458_2.png and b/public/images/pokemon/variant/back/458_2.png differ
diff --git a/public/images/pokemon/variant/back/458_3.png b/public/images/pokemon/variant/back/458_3.png
index 7cf9d011c04..605d0dac846 100644
Binary files a/public/images/pokemon/variant/back/458_3.png and b/public/images/pokemon/variant/back/458_3.png differ
diff --git a/public/images/pokemon/variant/back/466_1.png b/public/images/pokemon/variant/back/466_1.png
index 32f481f6885..eab00428a23 100644
Binary files a/public/images/pokemon/variant/back/466_1.png and b/public/images/pokemon/variant/back/466_1.png differ
diff --git a/public/images/pokemon/variant/back/469_2.png b/public/images/pokemon/variant/back/469_2.png
index 6e064707bba..b83cf418a57 100644
Binary files a/public/images/pokemon/variant/back/469_2.png and b/public/images/pokemon/variant/back/469_2.png differ
diff --git a/public/images/pokemon/variant/back/470_1.png b/public/images/pokemon/variant/back/470_1.png
index a156101f2cf..7e64d672b38 100644
Binary files a/public/images/pokemon/variant/back/470_1.png and b/public/images/pokemon/variant/back/470_1.png differ
diff --git a/public/images/pokemon/variant/back/470_2.png b/public/images/pokemon/variant/back/470_2.png
index 69e75827b0a..f062750b14f 100644
Binary files a/public/images/pokemon/variant/back/470_2.png and b/public/images/pokemon/variant/back/470_2.png differ
diff --git a/public/images/pokemon/variant/back/472_3.png b/public/images/pokemon/variant/back/472_3.png
index 79b07833534..a6e22d85113 100644
Binary files a/public/images/pokemon/variant/back/472_3.png and b/public/images/pokemon/variant/back/472_3.png differ
diff --git a/public/images/pokemon/variant/back/478_2.png b/public/images/pokemon/variant/back/478_2.png
index 9d165174556..979bfc9fd11 100644
Binary files a/public/images/pokemon/variant/back/478_2.png and b/public/images/pokemon/variant/back/478_2.png differ
diff --git a/public/images/pokemon/variant/back/529_2.png b/public/images/pokemon/variant/back/529_2.png
index 06e853c19c2..22d3d5958ba 100644
Binary files a/public/images/pokemon/variant/back/529_2.png and b/public/images/pokemon/variant/back/529_2.png differ
diff --git a/public/images/pokemon/variant/back/529_3.png b/public/images/pokemon/variant/back/529_3.png
index 935c5788841..8458afd7642 100644
Binary files a/public/images/pokemon/variant/back/529_3.png and b/public/images/pokemon/variant/back/529_3.png differ
diff --git a/public/images/pokemon/variant/back/530_3.png b/public/images/pokemon/variant/back/530_3.png
index d5b7b9b651b..ec2a1e7cd77 100644
Binary files a/public/images/pokemon/variant/back/530_3.png and b/public/images/pokemon/variant/back/530_3.png differ
diff --git a/public/images/pokemon/variant/back/539_2.png b/public/images/pokemon/variant/back/539_2.png
index e4bca835949..01956ca440c 100644
Binary files a/public/images/pokemon/variant/back/539_2.png and b/public/images/pokemon/variant/back/539_2.png differ
diff --git a/public/images/pokemon/variant/back/539_3.png b/public/images/pokemon/variant/back/539_3.png
index fb28b78459c..b4126047a5c 100644
Binary files a/public/images/pokemon/variant/back/539_3.png and b/public/images/pokemon/variant/back/539_3.png differ
diff --git a/public/images/pokemon/variant/back/585-autumn_1.png b/public/images/pokemon/variant/back/585-autumn_1.png
index 48c5968bff7..147e14fc5fa 100644
Binary files a/public/images/pokemon/variant/back/585-autumn_1.png and b/public/images/pokemon/variant/back/585-autumn_1.png differ
diff --git a/public/images/pokemon/variant/back/585-spring_1.png b/public/images/pokemon/variant/back/585-spring_1.png
index e3d6d7f75bd..e715844e976 100644
Binary files a/public/images/pokemon/variant/back/585-spring_1.png and b/public/images/pokemon/variant/back/585-spring_1.png differ
diff --git a/public/images/pokemon/variant/back/585-winter_1.png b/public/images/pokemon/variant/back/585-winter_1.png
index fe85cebd87d..24d991327f7 100644
Binary files a/public/images/pokemon/variant/back/585-winter_1.png and b/public/images/pokemon/variant/back/585-winter_1.png differ
diff --git a/public/images/pokemon/variant/back/592_3.png b/public/images/pokemon/variant/back/592_3.png
index 88ac9e57362..f7469e36ec6 100644
Binary files a/public/images/pokemon/variant/back/592_3.png and b/public/images/pokemon/variant/back/592_3.png differ
diff --git a/public/images/pokemon/variant/back/594_3.png b/public/images/pokemon/variant/back/594_3.png
index 9e4215d42b7..4f1c28d8335 100644
Binary files a/public/images/pokemon/variant/back/594_3.png and b/public/images/pokemon/variant/back/594_3.png differ
diff --git a/public/images/pokemon/variant/back/618.json b/public/images/pokemon/variant/back/618.json
new file mode 100644
index 00000000000..d4db4967946
--- /dev/null
+++ b/public/images/pokemon/variant/back/618.json
@@ -0,0 +1,40 @@
+{
+ "1": {
+ "cebd00": "bdac99",
+ "ffff00": "f3e6dd",
+ "6b6319": "987b6d",
+ "081019": "081019",
+ "52423a": "312118",
+ "6b524a": "4a342a",
+ "bd846b": "8c3841",
+ "846b63": "6b3838",
+ "d69c84": "ad4c4c",
+ "efce42": "eac2bd",
+ "d6cec5": "d6cec5",
+ "ffffff": "ffffff",
+ "081018": "081018",
+ "735a52": "564038",
+ "735a53": "564038",
+ "9c8473": "a08773",
+ "bda59c": "e6dbd6"
+ },
+ "2": {
+ "cebd00": "58536b",
+ "ffff00": "707488",
+ "6b6319": "39314a",
+ "081019": "081019",
+ "52423a": "5a2e2e",
+ "6b524a": "804e48",
+ "bd846b": "cec9b1",
+ "846b63": "9c7765",
+ "d69c84": "f0ead6",
+ "efce42": "9fadb9",
+ "d6cec5": "4c8c4c",
+ "ffffff": "79a962",
+ "081018": "204a29",
+ "735a52": "885011",
+ "735a53": "735555",
+ "9c8473": "c18a2c",
+ "bda59c": "efc44b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/618_2.json b/public/images/pokemon/variant/back/618_2.json
deleted file mode 100644
index d82c52e26e2..00000000000
--- a/public/images/pokemon/variant/back/618_2.json
+++ /dev/null
@@ -1,2750 +0,0 @@
-{
- "textures": [
- {
- "image": "618_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 221,
- "h": 221
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 76,
- "h": 27
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 76,
- "h": 27
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 76,
- "h": 27
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 76,
- "h": 27
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 76,
- "h": 26
- },
- "frame": {
- "x": 76,
- "y": 87,
- "w": 76,
- "h": 26
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 76,
- "h": 26
- },
- "frame": {
- "x": 76,
- "y": 87,
- "w": 76,
- "h": 26
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 76,
- "h": 26
- },
- "frame": {
- "x": 76,
- "y": 87,
- "w": 76,
- "h": 26
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 76,
- "h": 26
- },
- "frame": {
- "x": 76,
- "y": 87,
- "w": 76,
- "h": 26
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:7ed241f9d4e0679b62ab26da17057d65:739de537da7171a9caf5769b4458f68f:22e585907b89e90c4fc3ab2512d175fd$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/618_2.png b/public/images/pokemon/variant/back/618_2.png
deleted file mode 100644
index e74c6db3f04..00000000000
Binary files a/public/images/pokemon/variant/back/618_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/back/618_3.json b/public/images/pokemon/variant/back/618_3.json
deleted file mode 100644
index 17c49c5e59b..00000000000
--- a/public/images/pokemon/variant/back/618_3.json
+++ /dev/null
@@ -1,2750 +0,0 @@
-{
- "textures": [
- {
- "image": "618_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 221,
- "h": 221
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 76,
- "h": 27
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 76,
- "h": 27
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 76,
- "h": 27
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 76,
- "h": 27
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 76,
- "h": 26
- },
- "frame": {
- "x": 76,
- "y": 87,
- "w": 76,
- "h": 26
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 76,
- "h": 26
- },
- "frame": {
- "x": 76,
- "y": 87,
- "w": 76,
- "h": 26
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 76,
- "h": 26
- },
- "frame": {
- "x": 76,
- "y": 87,
- "w": 76,
- "h": 26
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 76,
- "h": 26
- },
- "frame": {
- "x": 76,
- "y": 87,
- "w": 76,
- "h": 26
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:7ed241f9d4e0679b62ab26da17057d65:739de537da7171a9caf5769b4458f68f:22e585907b89e90c4fc3ab2512d175fd$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/618_3.png b/public/images/pokemon/variant/back/618_3.png
deleted file mode 100644
index aaba24cfc58..00000000000
Binary files a/public/images/pokemon/variant/back/618_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/back/631_2.png b/public/images/pokemon/variant/back/631_2.png
index d5d6af70546..b3cee0d8baa 100644
Binary files a/public/images/pokemon/variant/back/631_2.png and b/public/images/pokemon/variant/back/631_2.png differ
diff --git a/public/images/pokemon/variant/back/631_3.png b/public/images/pokemon/variant/back/631_3.png
index bb029fd7f3c..a052b6ea4b1 100644
Binary files a/public/images/pokemon/variant/back/631_3.png and b/public/images/pokemon/variant/back/631_3.png differ
diff --git a/public/images/pokemon/variant/back/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 d51a6403f3b..00000000000
Binary files a/public/images/pokemon/variant/back/666-fancy_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/back/666-fancy_3.json b/public/images/pokemon/variant/back/666-fancy_3.json
deleted file mode 100644
index f060b4b02c6..00000000000
--- a/public/images/pokemon/variant/back/666-fancy_3.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c0935d72f3dd919dfad1f00ce1550c3c:4c9a4c435b13a6c8dbd3fa6eacd260d8:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/666-fancy_3.png b/public/images/pokemon/variant/back/666-fancy_3.png
deleted file mode 100644
index aeca21cbeb5..00000000000
Binary files a/public/images/pokemon/variant/back/666-fancy_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/back/666-high-plains.json b/public/images/pokemon/variant/back/666-high-plains.json
index acd62e863c1..6ee5c78e6ca 100644
--- a/public/images/pokemon/variant/back/666-high-plains.json
+++ b/public/images/pokemon/variant/back/666-high-plains.json
@@ -13,7 +13,8 @@
"504a4a": "7f6991",
"c3c3c3": "c3c3c3",
"337543": "337543",
- "e8c815": "e8c815"
+ "e8c815": "e8c815",
+ "773d21": "773d21"
},
"2": {
"101010": "101010",
@@ -29,6 +30,7 @@
"504a4a": "c97034",
"c3c3c3": "edc67c",
"337543": "337543",
- "e8c815": "e8c815"
+ "e8c815": "e8c815",
+ "773d21": "773d21"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/666-monsoon.json b/public/images/pokemon/variant/back/666-monsoon.json
index afb60e0f5ae..915d471b2b1 100644
--- a/public/images/pokemon/variant/back/666-monsoon.json
+++ b/public/images/pokemon/variant/back/666-monsoon.json
@@ -1,34 +1,33 @@
{
- "1": {
- "101010": "101010",
- "595959": "724b7a",
- "f0f0f8": "f0f0f8",
- "303030": "402746",
- "ceab62": "d9edd4",
- "675220": "958c8a",
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
"807676": "807676",
- "92f4f4": "92f4f4",
- "989898": "989898",
- "707068": "a97cbc",
+ "ceab62": "d9edd4",
"5676de": "5676de",
- "4eccd6": "4eccd6",
- "504a4a": "7f6991",
- "c3c3c3": "c3c3c3"
- },
- "2": {
- "101010": "101010",
- "595959": "656565",
- "f0f0f8": "f0f0f8",
- "303030": "4f4645",
- "ceab62": "5857bc",
- "675220": "2c3593",
- "807676": "807676",
- "92f4f4": "92f4f4",
- "989898": "989898",
- "707068": "5857bc",
- "5676de": "5676de",
- "4eccd6": "4eccd6",
- "504a4a": "2c3593",
- "c3c3c3": "b8f9f9"
- }
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "c3c3c3": "c3c3c3",
+ "f0f0f8": "f0f0f8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "3d3231",
+ "675220": "2c3593",
+ "504a4a": "2c3593",
+ "595959": "4f4645",
+ "707068": "5857bc",
+ "807676": "807676",
+ "ceab62": "5857bc",
+ "5676de": "5676de",
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "92f4f4": "92f4f4",
+ "c3c3c3": "b8f9f9",
+ "f0f0f8": "f0f0f8"
+ }
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/666-ocean.json b/public/images/pokemon/variant/back/666-ocean.json
index 51a99de1ea8..8b62b4a8072 100644
--- a/public/images/pokemon/variant/back/666-ocean.json
+++ b/public/images/pokemon/variant/back/666-ocean.json
@@ -21,7 +21,7 @@
"e1384d": "e1384d",
"f4ad61": "f4ad61",
"f8ef6a": "f8ef6a",
- "303030": "b56208",
+ "303030": "b54908",
"ceb362": "ea8742",
"675220": "bc601c",
"ebcf3f": "ebcf3f",
diff --git a/public/images/pokemon/variant/back/666-river.json b/public/images/pokemon/variant/back/666-river.json
index b3b9671ee75..c7e5e288d05 100644
--- a/public/images/pokemon/variant/back/666-river.json
+++ b/public/images/pokemon/variant/back/666-river.json
@@ -1,18 +1,40 @@
{
- "2": {
- "101010": "101010",
- "595959": "8a5702",
- "ceab62": "d9a666",
- "625841": "625841",
- "303030": "7b2800",
- "bc813f": "bc813f",
- "9c9143": "9c9143",
- "675220": "ae7f41",
- "707068": "d9a666",
- "504a4a": "ae7f41",
- "c3c3c3": "e3c384",
- "279ec2": "279ec2",
- "59c9d3": "59c9d3",
- "1d726a": "1d726a"
- }
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "4a412c": "4a412c",
+ "675220": "958c8a",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "625841": "625841",
+ "707068": "a97cbc",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "c3c3c3",
+ "d2a862": "d9edd4"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "7b2800",
+ "4a412c": "4a412c",
+ "675220": "ae7f41",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "ae7f41",
+ "595959": "8a5702",
+ "625841": "625841",
+ "707068": "d9a666",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "e3c384",
+ "d2a862": "d2a862"
+ }
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/666-river_2.json b/public/images/pokemon/variant/back/666-river_2.json
deleted file mode 100644
index 710513e4626..00000000000
--- a/public/images/pokemon/variant/back/666-river_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-river_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c5c96b8025cde94330c424121707d6d1:0eb4b25134091aa2435bee846468e099:fa23dc87fc53ba2cfa532cf440553cf5$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/666-river_2.png b/public/images/pokemon/variant/back/666-river_2.png
deleted file mode 100644
index 06c1b09d749..00000000000
Binary files a/public/images/pokemon/variant/back/666-river_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/back/696_3.png b/public/images/pokemon/variant/back/696_3.png
index 87dc6ff576c..76bced189af 100644
Binary files a/public/images/pokemon/variant/back/696_3.png and b/public/images/pokemon/variant/back/696_3.png differ
diff --git a/public/images/pokemon/variant/back/697_3.png b/public/images/pokemon/variant/back/697_3.png
index 430bde3ae6d..cea5cfb6830 100644
Binary files a/public/images/pokemon/variant/back/697_3.png and b/public/images/pokemon/variant/back/697_3.png differ
diff --git a/public/images/pokemon/variant/back/715.json b/public/images/pokemon/variant/back/715.json
new file mode 100644
index 00000000000..7ca4d81e5dc
--- /dev/null
+++ b/public/images/pokemon/variant/back/715.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "101010": "101010",
+ "287366": "731338",
+ "3aa694": "a42c54",
+ "404040": "542f98",
+ "343434": "3e107b",
+ "252525": "260447",
+ "4cd9c1": "d04b6c",
+ "595959": "7a5ccc",
+ "6a3f73": "0f103c",
+ "737373": "563d8f",
+ "801a1a": "801a1a",
+ "8e5499": "202558",
+ "bd70cc": "2f386b",
+ "bfbfbf": "ab83dd",
+ "e52e2e": "e52e2e",
+ "f8f8f8": "d5bdec"
+ },
+ "2": {
+ "101010": "101010",
+ "287366": "832714",
+ "3aa694": "b8552c",
+ "404040": "b18373",
+ "343434": "906152",
+ "252525": "6c3f39",
+ "4cd9c1": "dd834c",
+ "595959": "e2c7b5",
+ "6a3f73": "3b0c18",
+ "737373": "280911",
+ "801a1a": "801a1a",
+ "8e5499": "5b1922",
+ "bd70cc": "7c2928",
+ "bfbfbf": "43191e",
+ "e52e2e": "e52e2e",
+ "f8f8f8": "5a2a2b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/715_2.png b/public/images/pokemon/variant/back/715_2.png
index 91bebbc7e58..d9e04847334 100644
Binary files a/public/images/pokemon/variant/back/715_2.png and b/public/images/pokemon/variant/back/715_2.png differ
diff --git a/public/images/pokemon/variant/back/715_3.png b/public/images/pokemon/variant/back/715_3.png
index 123e9a7fa1d..11069652972 100644
Binary files a/public/images/pokemon/variant/back/715_3.png and b/public/images/pokemon/variant/back/715_3.png differ
diff --git a/public/images/pokemon/variant/back/728.json b/public/images/pokemon/variant/back/728.json
index ba8646ca4ff..fb17e2c119e 100644
--- a/public/images/pokemon/variant/back/728.json
+++ b/public/images/pokemon/variant/back/728.json
@@ -12,7 +12,9 @@
"bfbfbf": "c2beb4",
"314f8c": "006355",
"639ba6": "858d7d",
- "a1dae5": "92b599"
+ "a1dae5": "92b599",
+ "1e3a66": "363d2f",
+ "2c4f8c": "5a6154"
},
"2": {
"733f50": "620a33",
@@ -27,6 +29,8 @@
"bfbfbf": "bfb4b9",
"314f8c": "770f29",
"639ba6": "b88389",
- "a1dae5": "f7c1c5"
+ "a1dae5": "f7c1c5",
+ "1e3a66": "773f46",
+ "2c4f8c": "a45f67"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/730.json b/public/images/pokemon/variant/back/730.json
index ed6a04cd9f5..eec815b0572 100644
--- a/public/images/pokemon/variant/back/730.json
+++ b/public/images/pokemon/variant/back/730.json
@@ -1,34 +1,46 @@
{
"1": {
- "0e6792": "b54f5f",
- "6ac8e3": "ffa0a8",
- "44a0b5": "d87383",
- "727481": "74312e",
- "aac7e6": "ea7c5b",
- "82a7b9": "c35861",
"101010": "101010",
- "bdbdc1": "c0b7a1",
- "f8f8f8": "fff2d4",
"8d3f4a": "a62c20",
- "ff8496": "ff8072",
"c76374": "e54c41",
+ "0e6792": "b54f5f",
"1241a1": "006355",
- "1470de": "009469"
+ "6d7481": "917393",
+ "727481": "a0866f",
+ "1470de": "009469",
+ "5a8092": "74312e",
+ "44a0b5": "d87383",
+ "64c5e1": "00dc9c",
+ "6ac8e3": "ffa0a8",
+ "82a7b9": "c35861",
+ "ff8496": "ff8072",
+ "bdbdc1": "c0b7a1",
+ "c0bdc1": "beaac0",
+ "aac7e6": "ea7c5b",
+ "f8f8f8": "fff2d4",
+ "faf8f8": "f1e8f1",
+ "fef8f8": "fef8f8"
},
"2": {
- "0e6792": "500518",
- "6ac8e3": "a6213f",
- "44a0b5": "770f29",
- "727481": "5c2141",
- "aac7e6": "e9a5c0",
- "82a7b9": "c17b97",
"101010": "101010",
- "bdbdc1": "bfb4b9",
- "f8f8f8": "f5edee",
"8d3f4a": "1d1638",
- "ff8496": "614388",
"c76374": "391e62",
+ "0e6792": "500518",
"1241a1": "591945",
- "1470de": "81387e"
+ "6d7481": "81716d",
+ "727481": "9e8193",
+ "1470de": "81387e",
+ "5a8092": "5c2141",
+ "44a0b5": "770f29",
+ "64c5e1": "bd2b6b",
+ "6ac8e3": "a6213f",
+ "82a7b9": "c17b97",
+ "ff8496": "614388",
+ "bdbdc1": "bfb4b9",
+ "c0bdc1": "c0b4a5",
+ "aac7e6": "e9a5c0",
+ "f8f8f8": "f5edee",
+ "faf8f8": "f5f3e3",
+ "fef8f8": "fef8f8"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/742_2.png b/public/images/pokemon/variant/back/742_2.png
index 955cd3514ae..cfcc6c31f20 100644
Binary files a/public/images/pokemon/variant/back/742_2.png and b/public/images/pokemon/variant/back/742_2.png differ
diff --git a/public/images/pokemon/variant/back/742_3.png b/public/images/pokemon/variant/back/742_3.png
index a42604a6b56..a8157351738 100644
Binary files a/public/images/pokemon/variant/back/742_3.png and b/public/images/pokemon/variant/back/742_3.png differ
diff --git a/public/images/pokemon/variant/back/743_2.png b/public/images/pokemon/variant/back/743_2.png
index 983addac875..3e90381dcc1 100644
Binary files a/public/images/pokemon/variant/back/743_2.png and b/public/images/pokemon/variant/back/743_2.png differ
diff --git a/public/images/pokemon/variant/back/743_3.png b/public/images/pokemon/variant/back/743_3.png
index b892f735a5b..03d5b2719ff 100644
Binary files a/public/images/pokemon/variant/back/743_3.png and b/public/images/pokemon/variant/back/743_3.png differ
diff --git a/public/images/pokemon/variant/back/754_2.png b/public/images/pokemon/variant/back/754_2.png
index 234f96b9f45..af52b9c5f44 100644
Binary files a/public/images/pokemon/variant/back/754_2.png and b/public/images/pokemon/variant/back/754_2.png differ
diff --git a/public/images/pokemon/variant/back/754_3.png b/public/images/pokemon/variant/back/754_3.png
index 7a99986e40e..e00a2353a60 100644
Binary files a/public/images/pokemon/variant/back/754_3.png and b/public/images/pokemon/variant/back/754_3.png differ
diff --git a/public/images/pokemon/variant/back/791_1.png b/public/images/pokemon/variant/back/791_1.png
index 9d5da99ce5c..647884de128 100644
Binary files a/public/images/pokemon/variant/back/791_1.png and b/public/images/pokemon/variant/back/791_1.png differ
diff --git a/public/images/pokemon/variant/back/7_2.png b/public/images/pokemon/variant/back/7_2.png
index 7f0970f95bc..1deb4d30f61 100644
Binary files a/public/images/pokemon/variant/back/7_2.png and b/public/images/pokemon/variant/back/7_2.png differ
diff --git a/public/images/pokemon/variant/back/7_3.png b/public/images/pokemon/variant/back/7_3.png
index 2758617eea9..8111d99023e 100644
Binary files a/public/images/pokemon/variant/back/7_3.png and b/public/images/pokemon/variant/back/7_3.png differ
diff --git a/public/images/pokemon/variant/back/823-gigantamax_2.png b/public/images/pokemon/variant/back/823-gigantamax_2.png
index 7ccc99014a6..d37529893d9 100644
Binary files a/public/images/pokemon/variant/back/823-gigantamax_2.png and b/public/images/pokemon/variant/back/823-gigantamax_2.png differ
diff --git a/public/images/pokemon/variant/back/823-gigantamax_3.png b/public/images/pokemon/variant/back/823-gigantamax_3.png
index a85e9813268..9b329a4d6f6 100644
Binary files a/public/images/pokemon/variant/back/823-gigantamax_3.png and b/public/images/pokemon/variant/back/823-gigantamax_3.png differ
diff --git a/public/images/pokemon/variant/back/83_2.png b/public/images/pokemon/variant/back/83_2.png
index 3dda813cf92..103155eb387 100644
Binary files a/public/images/pokemon/variant/back/83_2.png and b/public/images/pokemon/variant/back/83_2.png differ
diff --git a/public/images/pokemon/variant/back/83_3.png b/public/images/pokemon/variant/back/83_3.png
index b8de9d82cc7..e06e48e577f 100644
Binary files a/public/images/pokemon/variant/back/83_3.png and b/public/images/pokemon/variant/back/83_3.png differ
diff --git a/public/images/pokemon/variant/back/857_2.png b/public/images/pokemon/variant/back/857_2.png
index bbc09762342..2481e0b825f 100644
Binary files a/public/images/pokemon/variant/back/857_2.png and b/public/images/pokemon/variant/back/857_2.png differ
diff --git a/public/images/pokemon/variant/back/857_3.png b/public/images/pokemon/variant/back/857_3.png
index 9f77ff938c6..0b14194a26f 100644
Binary files a/public/images/pokemon/variant/back/857_3.png and b/public/images/pokemon/variant/back/857_3.png differ
diff --git a/public/images/pokemon/variant/back/862_2.png b/public/images/pokemon/variant/back/862_2.png
index 705898eb9a7..1a79d39d63f 100644
Binary files a/public/images/pokemon/variant/back/862_2.png and b/public/images/pokemon/variant/back/862_2.png differ
diff --git a/public/images/pokemon/variant/back/862_3.png b/public/images/pokemon/variant/back/862_3.png
index 92f81bfe220..d8e6d2b5639 100644
Binary files a/public/images/pokemon/variant/back/862_3.png and b/public/images/pokemon/variant/back/862_3.png differ
diff --git a/public/images/pokemon/variant/back/881.json b/public/images/pokemon/variant/back/881.json
new file mode 100644
index 00000000000..3efad4efe60
--- /dev/null
+++ b/public/images/pokemon/variant/back/881.json
@@ -0,0 +1,42 @@
+{
+ "1": {
+ "e39e1e": "9c1430",
+ "975e17": "5b0610",
+ "ffff84": "ee8563",
+ "ead900": "c6362b",
+ "101010": "101010",
+ "2abbfc": "ceb16f",
+ "09354d": "271014",
+ "9ab8ba": "cea5b9",
+ "edf3f2": "faebc8",
+ "5c7996": "a57185",
+ "07305f": "4d254a",
+ "085d94": "714363",
+ "0981ae": "45242e",
+ "27aed6": "6e4145",
+ "072241": "301636",
+ "097da8": "43222c",
+ "0a3463": "492146",
+ "23abd3": "b59795"
+ },
+ "2": {
+ "e39e1e": "35365e",
+ "975e17": "211b3d",
+ "ffff84": "dceeeb",
+ "ead900": "636287",
+ "101010": "101010",
+ "2abbfc": "26c248",
+ "09354d": "09354d",
+ "9ab8ba": "a3c465",
+ "edf3f2": "fcffe4",
+ "5c7996": "50a751",
+ "07305f": "7b1a5e",
+ "085d94": "ad3b6c",
+ "0981ae": "205e5d",
+ "27aed6": "2d7b65",
+ "072241": "5d0e54",
+ "097da8": "185453",
+ "0a3463": "721957",
+ "23abd3": "d49da9"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/881_2.json b/public/images/pokemon/variant/back/881_2.json
deleted file mode 100644
index 568946ee9f9..00000000000
--- a/public/images/pokemon/variant/back/881_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "881_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 80,
- "h": 80
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 66,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 80
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:08f9e60b28adb0f1c25487a3423af005:e78d63b8a44825ae516935d669e48f61:1f7350865753535cbb572c579820f817$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/881_2.png b/public/images/pokemon/variant/back/881_2.png
deleted file mode 100644
index 76176d7d5fe..00000000000
Binary files a/public/images/pokemon/variant/back/881_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/back/881_3.json b/public/images/pokemon/variant/back/881_3.json
deleted file mode 100644
index b9101d9b13f..00000000000
--- a/public/images/pokemon/variant/back/881_3.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "881_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 80,
- "h": 80
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 66,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 80
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:08f9e60b28adb0f1c25487a3423af005:e78d63b8a44825ae516935d669e48f61:1f7350865753535cbb572c579820f817$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/881_3.png b/public/images/pokemon/variant/back/881_3.png
deleted file mode 100644
index c255e83cc16..00000000000
Binary files a/public/images/pokemon/variant/back/881_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/back/8_2.png b/public/images/pokemon/variant/back/8_2.png
index d0171dd1bdc..8c3605eb75b 100644
Binary files a/public/images/pokemon/variant/back/8_2.png and b/public/images/pokemon/variant/back/8_2.png differ
diff --git a/public/images/pokemon/variant/back/8_3.png b/public/images/pokemon/variant/back/8_3.png
index ea7724838db..c74f82777ce 100644
Binary files a/public/images/pokemon/variant/back/8_3.png and b/public/images/pokemon/variant/back/8_3.png differ
diff --git a/public/images/pokemon/variant/back/9-gigantamax_3.png b/public/images/pokemon/variant/back/9-gigantamax_3.png
index c98249e14d5..444264fa4fd 100644
Binary files a/public/images/pokemon/variant/back/9-gigantamax_3.png and b/public/images/pokemon/variant/back/9-gigantamax_3.png differ
diff --git a/public/images/pokemon/variant/back/9-mega_2.png b/public/images/pokemon/variant/back/9-mega_2.png
index e961ace2e5c..02987564bea 100644
Binary files a/public/images/pokemon/variant/back/9-mega_2.png and b/public/images/pokemon/variant/back/9-mega_2.png differ
diff --git a/public/images/pokemon/variant/back/9-mega_3.png b/public/images/pokemon/variant/back/9-mega_3.png
index 95a7babe58b..00150d4dd46 100644
Binary files a/public/images/pokemon/variant/back/9-mega_3.png and b/public/images/pokemon/variant/back/9-mega_3.png differ
diff --git a/public/images/pokemon/variant/back/910_2.png b/public/images/pokemon/variant/back/910_2.png
index 4efa5be2565..8c4dd643574 100644
Binary files a/public/images/pokemon/variant/back/910_2.png and b/public/images/pokemon/variant/back/910_2.png differ
diff --git a/public/images/pokemon/variant/back/910_3.png b/public/images/pokemon/variant/back/910_3.png
index c5f4b605dcb..ad622de11a4 100644
Binary files a/public/images/pokemon/variant/back/910_3.png and b/public/images/pokemon/variant/back/910_3.png differ
diff --git a/public/images/pokemon/variant/back/92_1.png b/public/images/pokemon/variant/back/92_1.png
index 20faf4213ca..96a70ecbf7b 100644
Binary files a/public/images/pokemon/variant/back/92_1.png and b/public/images/pokemon/variant/back/92_1.png differ
diff --git a/public/images/pokemon/variant/back/92_2.png b/public/images/pokemon/variant/back/92_2.png
index 6a7e13cc25e..711ece9d98b 100644
Binary files a/public/images/pokemon/variant/back/92_2.png and b/public/images/pokemon/variant/back/92_2.png differ
diff --git a/public/images/pokemon/variant/back/92_3.png b/public/images/pokemon/variant/back/92_3.png
index df995a87d55..918e0ee35f8 100644
Binary files a/public/images/pokemon/variant/back/92_3.png and b/public/images/pokemon/variant/back/92_3.png differ
diff --git a/public/images/pokemon/variant/back/970_2.png b/public/images/pokemon/variant/back/970_2.png
index 2e07eb2fb07..4f3a7eb76ef 100644
Binary files a/public/images/pokemon/variant/back/970_2.png and b/public/images/pokemon/variant/back/970_2.png differ
diff --git a/public/images/pokemon/variant/back/978-curly_2.png b/public/images/pokemon/variant/back/978-curly_2.png
index 4a5ede3e81a..70bde1acb2f 100644
Binary files a/public/images/pokemon/variant/back/978-curly_2.png and b/public/images/pokemon/variant/back/978-curly_2.png differ
diff --git a/public/images/pokemon/variant/back/978-curly_3.png b/public/images/pokemon/variant/back/978-curly_3.png
index af6d8a8aa33..877dbbaee6f 100644
Binary files a/public/images/pokemon/variant/back/978-curly_3.png and b/public/images/pokemon/variant/back/978-curly_3.png differ
diff --git a/public/images/pokemon/variant/back/978-droopy_2.png b/public/images/pokemon/variant/back/978-droopy_2.png
index 23e1b955d4d..7259f4e5635 100644
Binary files a/public/images/pokemon/variant/back/978-droopy_2.png and b/public/images/pokemon/variant/back/978-droopy_2.png differ
diff --git a/public/images/pokemon/variant/back/978-droopy_3.png b/public/images/pokemon/variant/back/978-droopy_3.png
index 6255349f590..9ba70e6d395 100644
Binary files a/public/images/pokemon/variant/back/978-droopy_3.png and b/public/images/pokemon/variant/back/978-droopy_3.png differ
diff --git a/public/images/pokemon/variant/back/982-three-segment_3.png b/public/images/pokemon/variant/back/982-three-segment_3.png
index 3286d3331a5..ed5d835ab16 100644
Binary files a/public/images/pokemon/variant/back/982-three-segment_3.png and b/public/images/pokemon/variant/back/982-three-segment_3.png differ
diff --git a/public/images/pokemon/variant/back/982_3.png b/public/images/pokemon/variant/back/982_3.png
index b6b0ef0c2f4..0c8766b59cb 100644
Binary files a/public/images/pokemon/variant/back/982_3.png and b/public/images/pokemon/variant/back/982_3.png differ
diff --git a/public/images/pokemon/variant/back/987.json b/public/images/pokemon/variant/back/987.json
index 1773ba70c36..e28a34d5435 100644
--- a/public/images/pokemon/variant/back/987.json
+++ b/public/images/pokemon/variant/back/987.json
@@ -9,7 +9,7 @@
"de62a4": "ffc668",
"4a83a4": "387fa7",
"314a62": "244260",
- "70bbb4": "f8d371",
+ "548e88": "2d60bb",
"a4295a": "cc762f"
},
"1": {
@@ -22,7 +22,7 @@
"de62a4": "ffdf90",
"4a83a4": "a1c8db",
"314a62": "7396b4",
- "70bbb4": "70bbb4",
+ "548e88": "a9c0c6",
"a4295a": "e28c27"
},
"2": {
@@ -35,7 +35,7 @@
"de62a4": "e25038",
"4a83a4": "e6aa47",
"314a62": "b56f2a",
- "70bbb4": "f8d371",
+ "548e88": "e0b544",
"a4295a": "a62a21"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/9_2.png b/public/images/pokemon/variant/back/9_2.png
index a55c0c139fb..409472b2e52 100644
Binary files a/public/images/pokemon/variant/back/9_2.png and b/public/images/pokemon/variant/back/9_2.png differ
diff --git a/public/images/pokemon/variant/back/9_3.png b/public/images/pokemon/variant/back/9_3.png
index edae3f66b71..2cb0b1a3917 100644
Binary files a/public/images/pokemon/variant/back/9_3.png and b/public/images/pokemon/variant/back/9_3.png differ
diff --git a/public/images/pokemon/variant/back/female/212.json b/public/images/pokemon/variant/back/female/212.json
new file mode 100644
index 00000000000..84f12bf1434
--- /dev/null
+++ b/public/images/pokemon/variant/back/female/212.json
@@ -0,0 +1,41 @@
+{
+ "0": {
+ "632929": "215a2d",
+ "f76b6b": "8cce73",
+ "a52929": "2f794e",
+ "101010": "101010",
+ "d63a3a": "4a9c53",
+ "9494a5": "9494a5",
+ "ffffff": "ffffff",
+ "b5b5ce": "b5b5ce",
+ "3a3a4a": "3a3a4a",
+ "9c6b21": "9c6b21",
+ "dec510": "dec510"
+ },
+ "1": {
+ "632929": "2f2962",
+ "f76b6b": "639cf7",
+ "a52929": "29429c",
+ "101010": "101010",
+ "d63a3a": "4263ef",
+ "9494a5": "6262a4",
+ "ffffff": "ffffff",
+ "b5b5ce": "b5b5ce",
+ "3a3a4a": "3c3c50",
+ "9c6b21": "131387",
+ "dec510": "10bdde"
+ },
+ "2": {
+ "632929": "645117",
+ "f76b6b": "c59f29",
+ "a52929": "b88619",
+ "101010": "101010",
+ "d63a3a": "ffca2a",
+ "9494a5": "3c4543",
+ "ffffff": "ffffff",
+ "b5b5ce": "b5b5ce",
+ "3a3a4a": "282d2c",
+ "9c6b21": "9c6b21",
+ "dec510": "dec510"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/female/3.json b/public/images/pokemon/variant/back/female/3.json
index 567479d58d0..49fe726b084 100644
--- a/public/images/pokemon/variant/back/female/3.json
+++ b/public/images/pokemon/variant/back/female/3.json
@@ -1,6 +1,7 @@
{
"1": {
"843100": "033b22",
+ "830009": "23033b",
"ffbdbd": "a266b0",
"ffef52": "37d6de",
"debd29": "078a8f",
@@ -10,6 +11,7 @@
"101010": "101010",
"105242": "190038",
"107b6b": "9e1976",
+ "2e5519": "38001c",
"5a9c3a": "b34952",
"5ad6c5": "f062a4",
"21b59c": "de3592",
@@ -18,6 +20,7 @@
},
"2": {
"843100": "420514",
+ "830009": "154205",
"ffbdbd": "e7e385",
"ffef52": "f75ea8",
"debd29": "a30a66",
@@ -27,6 +30,7 @@
"101010": "101010",
"105242": "381601",
"107b6b": "d15d04",
+ "2e5519": "011c38",
"5a9c3a": "446b94",
"5ad6c5": "faa405",
"21b59c": "fa8405",
diff --git a/public/images/pokemon/variant/back/female/399_2.png b/public/images/pokemon/variant/back/female/399_2.png
index fcd948a0ef9..b71497f9ccf 100644
Binary files a/public/images/pokemon/variant/back/female/399_2.png and b/public/images/pokemon/variant/back/female/399_2.png differ
diff --git a/public/images/pokemon/variant/back/female/418_2.png b/public/images/pokemon/variant/back/female/418_2.png
index fc6ad0362df..03a1b2b7dd4 100644
Binary files a/public/images/pokemon/variant/back/female/418_2.png and b/public/images/pokemon/variant/back/female/418_2.png differ
diff --git a/public/images/pokemon/variant/back/female/418_3.png b/public/images/pokemon/variant/back/female/418_3.png
index a9051456db9..faf166b7184 100644
Binary files a/public/images/pokemon/variant/back/female/418_3.png and b/public/images/pokemon/variant/back/female/418_3.png differ
diff --git a/public/images/pokemon/variant/back/female/41_2.png b/public/images/pokemon/variant/back/female/41_2.png
index bd1e22238cc..4fdb671c61a 100644
Binary files a/public/images/pokemon/variant/back/female/41_2.png and b/public/images/pokemon/variant/back/female/41_2.png differ
diff --git a/public/images/pokemon/variant/back/female/41_3.png b/public/images/pokemon/variant/back/female/41_3.png
index fec4f49c599..f494bd5b07e 100644
Binary files a/public/images/pokemon/variant/back/female/41_3.png and b/public/images/pokemon/variant/back/female/41_3.png differ
diff --git a/public/images/pokemon/variant/back/female/42_2.png b/public/images/pokemon/variant/back/female/42_2.png
index 61360275ca1..2fa196d973a 100644
Binary files a/public/images/pokemon/variant/back/female/42_2.png and b/public/images/pokemon/variant/back/female/42_2.png differ
diff --git a/public/images/pokemon/variant/back/female/42_3.png b/public/images/pokemon/variant/back/female/42_3.png
index bd86c83f3c0..4e88627d6b6 100644
Binary files a/public/images/pokemon/variant/back/female/42_3.png and b/public/images/pokemon/variant/back/female/42_3.png differ
diff --git a/public/images/pokemon/variant/exp/181-mega_3.png b/public/images/pokemon/variant/exp/181-mega_3.png
index 2e88beea872..7172bc45244 100644
Binary files a/public/images/pokemon/variant/exp/181-mega_3.png and b/public/images/pokemon/variant/exp/181-mega_3.png differ
diff --git a/public/images/pokemon/variant/exp/212-mega_2.png b/public/images/pokemon/variant/exp/212-mega_2.png
index d08116555cd..2665dfbc253 100644
Binary files a/public/images/pokemon/variant/exp/212-mega_2.png and b/public/images/pokemon/variant/exp/212-mega_2.png differ
diff --git a/public/images/pokemon/variant/exp/212-mega_3.png b/public/images/pokemon/variant/exp/212-mega_3.png
index c93db623fda..75226e68010 100644
Binary files a/public/images/pokemon/variant/exp/212-mega_3.png and b/public/images/pokemon/variant/exp/212-mega_3.png differ
diff --git a/public/images/pokemon/variant/exp/248-mega.json b/public/images/pokemon/variant/exp/248-mega.json
index f6a6d5bf7ed..0a46ac40a4a 100644
--- a/public/images/pokemon/variant/exp/248-mega.json
+++ b/public/images/pokemon/variant/exp/248-mega.json
@@ -1,32 +1,34 @@
{
"1": {
- "4a5a39": "533334",
- "dee6cd": "dbb1b5",
- "101010": "101010",
- "accd9c": "c78482",
- "ffffff": "ffffff",
- "c5c5c5": "c5c5c5",
- "739c62": "915957",
- "d55200": "006fbe",
- "942900": "004194",
- "ee5229": "0098fc",
- "bd3920": "006fbe",
- "737373": "737373",
- "6a2000": "004194"
+"4a5a39": "533334",
+"821610": "004194",
+"942900": "004194",
+"d0243b": "006fb3",
+"d55200": "0098fc",
+"ff3e40": "0098fc",
+"f24159": "088a72",
+"f55e72": "18b8a0",
+"ff6668": "1cd9ff",
+"739c62": "915957",
+"ff8385": "00e0fc",
+"ffa3a4": "00ffc8",
+"accd9c": "c78482",
+"dee6cd": "dbb1b5"
},
"2": {
- "4a5a39": "06092f",
- "dee6cd": "7068b2",
- "101010": "101010",
- "accd9c": "625695",
- "ffffff": "ffffff",
- "c5c5c5": "c5c5c5",
- "739c62": "2c3071",
- "d55200": "ffa904",
- "942900": "ee7b06",
- "ee5229": "ffef76",
- "bd3920": "ffa904",
- "737373": "737373",
- "6a2000": "ee7b06"
+"4a5a39": "06092f",
+"821610": "ee7b06",
+"942900": "ee7b06",
+"d0243b": "ffa904",
+"d55200": "ffa904",
+"ff3e40": "ffef76",
+"f24159": "ffbf44",
+"f55e72": "ffd380",
+"ff6668": "fef3a1",
+"739c62": "2c3071",
+"ff8385": "fff8c1",
+"ffa3a4": "fffbdd",
+"accd9c": "625695",
+"dee6cd": "7068b2"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/3-mega_2.png b/public/images/pokemon/variant/exp/3-mega_2.png
index 97dce2ae673..b9cb20aba0a 100644
Binary files a/public/images/pokemon/variant/exp/3-mega_2.png and b/public/images/pokemon/variant/exp/3-mega_2.png differ
diff --git a/public/images/pokemon/variant/exp/3-mega_3.png b/public/images/pokemon/variant/exp/3-mega_3.png
index 277b3c82082..ddd1e998130 100644
Binary files a/public/images/pokemon/variant/exp/3-mega_3.png and b/public/images/pokemon/variant/exp/3-mega_3.png differ
diff --git a/public/images/pokemon/variant/exp/334-mega_2.png b/public/images/pokemon/variant/exp/334-mega_2.png
index 7a6fdb20cf2..9588df214d0 100644
Binary files a/public/images/pokemon/variant/exp/334-mega_2.png and b/public/images/pokemon/variant/exp/334-mega_2.png differ
diff --git a/public/images/pokemon/variant/exp/362-mega.json b/public/images/pokemon/variant/exp/362-mega.json
index 27f5d6f5afc..3b6e39436e6 100644
--- a/public/images/pokemon/variant/exp/362-mega.json
+++ b/public/images/pokemon/variant/exp/362-mega.json
@@ -1,38 +1,35 @@
-{
- "1": {
- "000000": "000000",
+{"1": {
+ "010101": "000000",
"2b74a8": "84073c",
- "a4deff": "ffd287",
- "7b7b83": "151a57",
- "62bdee": "fd9b44",
- "58585f": "0d1146",
- "faf9fb": "ff937b",
+ "bbeeff": "f9383e",
"393941": "0d1146",
+ "7dbbee": "b7113a",
+ "fefefe": "ff937b",
"e6e6f6": "a2b7e5",
"7b7b94": "151a57",
"c5cde6": "6076c6",
"acaccd": "2f3c84",
- "52526a": "0d1146",
+ "2983bd": "d54f14",
+ "62bdee": "fd9b44",
"a82f37": "f9ff3d",
- "324c67": "460025",
- "ffffff": "ff937b"
+ "afe3f8": "ffd287",
+ "20315e": "460025"
},
"2": {
- "000000": "010101",
+ "010101": "010101",
"2b74a8": "0c4b3a",
- "a4deff": "f2ff87",
- "7b7b83": "4a282a",
- "62bdee": "c0ee46",
- "58585f": "221315",
- "faf9fb": "c8ff9c",
+ "bbeeff": "5ce11a",
"393941": "221315",
+ "7dbbee": "009325",
+ "fefefe": "c8ff9c",
"e6e6f6": "9b6146",
"7b7b94": "4a282a",
"c5cde6": "7e4a3f",
"acaccd": "613735",
- "52526a": "221315",
+ "2983bd": "6bb61a",
+ "62bdee": "c0ee46",
"a82f37": "ff36b3",
- "324c67": "0a2a2e",
- "ffffff": "c8ff9c"
+ "afe3f8": "f2ff87",
+ "20315e": "0a2a2e"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/384-mega_2.png b/public/images/pokemon/variant/exp/384-mega_2.png
index dc03a7ba8e2..57ed787e8da 100644
Binary files a/public/images/pokemon/variant/exp/384-mega_2.png and b/public/images/pokemon/variant/exp/384-mega_2.png differ
diff --git a/public/images/pokemon/variant/exp/4080_1.png b/public/images/pokemon/variant/exp/4080_1.png
index a7e6de6cff7..aad11f1dd4a 100644
Binary files a/public/images/pokemon/variant/exp/4080_1.png and b/public/images/pokemon/variant/exp/4080_1.png differ
diff --git a/public/images/pokemon/variant/exp/4199_1.png b/public/images/pokemon/variant/exp/4199_1.png
index 4ad5b00b4c7..0a22d90da05 100644
Binary files a/public/images/pokemon/variant/exp/4199_1.png and b/public/images/pokemon/variant/exp/4199_1.png differ
diff --git a/public/images/pokemon/variant/exp/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/658-ash.json b/public/images/pokemon/variant/exp/658-ash.json
index 96b60b02adf..79cad7ea42d 100644
--- a/public/images/pokemon/variant/exp/658-ash.json
+++ b/public/images/pokemon/variant/exp/658-ash.json
@@ -4,6 +4,7 @@
"3f4447": "466698",
"de3431": "3fca9f",
"f8f8f8": "a1e9f0",
+ "f4f4f4": "d7effa",
"7b282e": "0e3e81",
"6b1d1d": "206d74",
"4ebdd9": "41a7b0",
@@ -25,6 +26,7 @@
"3f4447": "466698",
"de3431": "9ceec6",
"f8f8f8": "89d2b8",
+ "f4f4f4": "d7effa",
"7b282e": "152a5c",
"6b1d1d": "356e8d",
"4ebdd9": "2f6e74",
diff --git a/public/images/pokemon/variant/exp/664.json b/public/images/pokemon/variant/exp/664.json
index 02633098521..bd4164ca7db 100644
--- a/public/images/pokemon/variant/exp/664.json
+++ b/public/images/pokemon/variant/exp/664.json
@@ -1,30 +1,30 @@
{
"1": {
- "797987": "9d6260",
- "f9f8fa": "ffffff",
- "000000": "000000",
- "cdcdcd": "e9c7c4",
- "54544e": "895a9f",
- "383830": "4c2855",
- "727272": "a97dbb",
- "8e5136": "838b53",
- "f0d5b9": "a0c896",
- "d8a465": "838b53",
- "653925": "626649",
- "383834": "383834"
+ "4d4d4d": "9d6260",
+ "f8f8f8": "ffffff",
+ "101010": "101010",
+ "b3b3b3": "e9c7c4",
+ "363636": "4c2855",
+ "747474": "a97dbb",
+ "4e4e4e": "895a9f",
+ "9d7247": "838b53",
+ "d1bf6b": "a0c896",
+ "b2b2b2": "b2b2b2",
+ "f7f7f7": "f7f7f7",
+ "855d31": "626649"
},
"2": {
- "797987": "590015",
- "f9f8fa": "c83e4c",
- "000000": "000000",
- "cdcdcd": "a70d37",
- "54544e": "377772",
- "383830": "05312f",
- "727272": "73bdae",
- "8e5136": "bf8961",
- "f0d5b9": "ffe0ba",
- "d8a465": "dda476",
- "653925": "05312f",
- "383834": "383834"
+ "4d4d4d": "590015",
+ "f8f8f8": "c83e4c",
+ "101010": "101010",
+ "b3b3b3": "a70d37",
+ "363636": "05312f",
+ "747474": "73bdae",
+ "4e4e4e": "377772",
+ "9d7247": "dda476",
+ "d1bf6b": "ffe0ba",
+ "b2b2b2": "b2b2b2",
+ "f7f7f7": "f7f7f7",
+ "855d31": "bf8961"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/665.json b/public/images/pokemon/variant/exp/665.json
index 02e88015c15..6d828dadb5d 100644
--- a/public/images/pokemon/variant/exp/665.json
+++ b/public/images/pokemon/variant/exp/665.json
@@ -1,36 +1,36 @@
{
"1": {
- "8e5136": "838b53",
- "653925": "626649",
- "52524b": "4c2855",
- "f0d5b9": "a0c896",
- "d8a465": "838b53",
- "838392": "9c615f",
- "8b8b8b": "a97dbb",
- "000000": "000000",
- "cdcdcd": "e9c7c4",
- "6a6a6a": "895a9f",
- "ffffff": "ffffff",
- "f9f8fa": "f9f8fa",
- "94416a": "005361",
- "ff94b4": "008aac",
- "ee5a62": "00aacd"
+ "363636": "4c2855",
+ "d1bf6b": "a0c896",
+ "9d7247": "838b53",
+ "4e4e4e": "895a9f",
+ "747474": "a97dbb",
+ "bfbfbf": "b294be",
+ "101010": "101010",
+ "fdfdfd": "fdfdfd",
+ "8c8c8c": "895a9f",
+ "4d4d4d": "9c615f",
+ "f8f8f8": "ffffff",
+ "b3b3b3": "e9c7c4",
+ "802626": "005361",
+ "ff4c4c": "00aacd",
+ "eed83e": "cae2c3"
},
"2": {
- "8e5136": "bf8961",
- "653925": "bf8961",
- "52524b": "05312f",
- "f0d5b9": "ffe0ba",
- "d8a465": "dda476",
- "838392": "590015",
- "8b8b8b": "73bdae",
- "000000": "000000",
- "cdcdcd": "a70d37",
- "6a6a6a": "377772",
- "ffffff": "c83e4c",
- "f9f8fa": "c83e4c",
- "94416a": "004270",
- "ff94b4": "0092dd",
- "ee5a62": "0092dd"
+ "363636": "05312f",
+ "d1bf6b": "ffe0ba",
+ "9d7247": "dda476",
+ "4e4e4e": "377772",
+ "747474": "73bdae",
+ "bfbfbf": "a70d37",
+ "101010": "101010",
+ "fdfdfd": "fdfdfd",
+ "8c8c8c": "590015",
+ "4d4d4d": "590015",
+ "f8f8f8": "c83e4c",
+ "b3b3b3": "a70d37",
+ "802626": "004270",
+ "ff4c4c": "0092dd",
+ "eed83e": "ffe0ba"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-fancy.json b/public/images/pokemon/variant/exp/666-fancy.json
new file mode 100644
index 00000000000..1f31ac6983d
--- /dev/null
+++ b/public/images/pokemon/variant/exp/666-fancy.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "811c1c": "811c1c",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "d9edd4",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "ffeaff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "ffeaff"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "00771b",
+ "675220": "b9c05a",
+ "504a4a": "b9c05a",
+ "595959": "6f9f42",
+ "707068": "e3e982",
+ "811c1c": "811c1c",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "e3e982",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "fcf1ff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "fcf1ff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-fancy_2.json b/public/images/pokemon/variant/exp/666-fancy_2.json
deleted file mode 100644
index bcfde0b3dd4..00000000000
--- a/public/images/pokemon/variant/exp/666-fancy_2.json
+++ /dev/null
@@ -1,1280 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 346,
- "h": 346
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 276,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 201,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 276,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 276,
- "w": 53,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:370e4a87d9d988b8133d25e0b97db22c:d173344c5e41aaa90de937ec3e1b167f:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-fancy_2.png b/public/images/pokemon/variant/exp/666-fancy_2.png
deleted file mode 100644
index df1343095d0..00000000000
Binary files a/public/images/pokemon/variant/exp/666-fancy_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/666-fancy_3.json b/public/images/pokemon/variant/exp/666-fancy_3.json
deleted file mode 100644
index 60fd0634e79..00000000000
--- a/public/images/pokemon/variant/exp/666-fancy_3.json
+++ /dev/null
@@ -1,1280 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 346,
- "h": 346
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 276,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 201,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 276,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 276,
- "w": 53,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:370e4a87d9d988b8133d25e0b97db22c:d173344c5e41aaa90de937ec3e1b167f:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-fancy_3.png b/public/images/pokemon/variant/exp/666-fancy_3.png
deleted file mode 100644
index 4a48c5cc236..00000000000
Binary files a/public/images/pokemon/variant/exp/666-fancy_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/666-high-plains.json b/public/images/pokemon/variant/exp/666-high-plains.json
index 330d1c39772..f63bb4f81f3 100644
--- a/public/images/pokemon/variant/exp/666-high-plains.json
+++ b/public/images/pokemon/variant/exp/666-high-plains.json
@@ -14,7 +14,8 @@
"c3c3c3": "ffeaff",
"811c1c": "811c1c",
"337543": "337543",
- "e8c815": "e8c815"
+ "e8c815": "e8c815",
+ "773d21": "773d21"
},
"2": {
"101010": "101010",
@@ -31,6 +32,7 @@
"c3c3c3": "edc67c",
"811c1c": "811c1c",
"337543": "337543",
- "e8c815": "e8c815"
+ "e8c815": "e8c815",
+ "773d21": "773d21"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-icy-snow.json b/public/images/pokemon/variant/exp/666-icy-snow.json
index 9cae71418ce..d69d48d89e9 100644
--- a/public/images/pokemon/variant/exp/666-icy-snow.json
+++ b/public/images/pokemon/variant/exp/666-icy-snow.json
@@ -6,12 +6,13 @@
"303030": "402746",
"cfd9cf": "cfd9cf",
"c5c5da": "c5c5da",
- "ceab62": "d9edd4",
"675220": "958c8a",
- "504a4a": "7f6991",
+ "ceab62": "d9edd4",
"707068": "a97cbc",
+ "504a4a": "7f6991",
"c3c3c3": "ffeaff",
"acacc2": "acacc2",
+ "95a1a1": "95a1a1",
"811c1c": "811c1c"
},
"2": {
@@ -21,12 +22,13 @@
"303030": "364051",
"cfd9cf": "cfd9cf",
"c5c5da": "c5c5da",
- "ceab62": "8c91a4",
"675220": "666b7d",
- "504a4a": "666b7d",
+ "ceab62": "8c91a4",
"707068": "8c91a4",
+ "504a4a": "666b7d",
"c3c3c3": "fefeff",
"acacc2": "acacc2",
+ "95a1a1": "95a1a1",
"811c1c": "811c1c"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-meadow.json b/public/images/pokemon/variant/exp/666-meadow.json
new file mode 100644
index 00000000000..c766325427b
--- /dev/null
+++ b/public/images/pokemon/variant/exp/666-meadow.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "811c1c": "811c1c",
+ "b4295a": "b4295a",
+ "da6b7e": "da6b7e",
+ "ceab62": "d9edd4",
+ "e66fad": "e66fad",
+ "2d9b9b": "2d9b9b",
+ "f3a0ca": "f3a0ca",
+ "c3c3c3": "ffeaff",
+ "f2f2f2": "f2f2f2"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "770921",
+ "675220": "a2275e",
+ "504a4a": "a2275e",
+ "595959": "9e3941",
+ "707068": "ce5283",
+ "811c1c": "811c1c",
+ "b4295a": "b4295a",
+ "da6b7e": "da6b7e",
+ "ceab62": "ce5283",
+ "e66fad": "e66fad",
+ "2d9b9b": "2d9b9b",
+ "f3a0ca": "f3a0ca",
+ "c3c3c3": "f4c2ec",
+ "f2f2f2": "f2f2f2"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-meadow_2.json b/public/images/pokemon/variant/exp/666-meadow_2.json
deleted file mode 100644
index 4d4d4d16147..00000000000
--- a/public/images/pokemon/variant/exp/666-meadow_2.json
+++ /dev/null
@@ -1,1280 +0,0 @@
-{
- "textures": [
- {
- "image": "666-meadow_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 346,
- "h": 346
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 276,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 201,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 276,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 276,
- "w": 53,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:223ce33721ef8da9ff40286099c20de4:b82acd304c2a8b8cebeda2043a3e1f96:f8ac4807b4d6eef2256fa1b93e0f89ba$"
- }
-}
diff --git a/public/images/pokemon/variant/exp/666-meadow_2.png b/public/images/pokemon/variant/exp/666-meadow_2.png
deleted file mode 100644
index 5ada6bb51be..00000000000
Binary files a/public/images/pokemon/variant/exp/666-meadow_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/666-meadow_3.json b/public/images/pokemon/variant/exp/666-meadow_3.json
deleted file mode 100644
index 8af56626a35..00000000000
--- a/public/images/pokemon/variant/exp/666-meadow_3.json
+++ /dev/null
@@ -1,1280 +0,0 @@
-{
- "textures": [
- {
- "image": "666-meadow_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 346,
- "h": 346
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 276,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 201,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 276,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 276,
- "w": 53,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:223ce33721ef8da9ff40286099c20de4:b82acd304c2a8b8cebeda2043a3e1f96:f8ac4807b4d6eef2256fa1b93e0f89ba$"
- }
-}
diff --git a/public/images/pokemon/variant/exp/666-meadow_3.png b/public/images/pokemon/variant/exp/666-meadow_3.png
deleted file mode 100644
index 2acb4732409..00000000000
Binary files a/public/images/pokemon/variant/exp/666-meadow_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/666-monsoon.json b/public/images/pokemon/variant/exp/666-monsoon.json
index edc2e86427e..915d471b2b1 100644
--- a/public/images/pokemon/variant/exp/666-monsoon.json
+++ b/public/images/pokemon/variant/exp/666-monsoon.json
@@ -1,36 +1,33 @@
{
- "1": {
- "101010": "101010",
- "595959": "724b7a",
- "f0f0f8": "f0f0f8",
- "303030": "402746",
- "ceab62": "d9edd4",
- "675220": "958c8a",
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
"807676": "807676",
- "92f4f4": "92f4f4",
- "989898": "989898",
- "504a4a": "7f6991",
- "707068": "a97cbc",
- "4eccd6": "4eccd6",
+ "ceab62": "d9edd4",
"5676de": "5676de",
- "c3c3c3": "ffeaff",
- "811c1c": "811c1c"
- },
- "2": {
- "101010": "101010",
- "595959": "656565",
- "f0f0f8": "f0f0f8",
- "303030": "4f4645",
- "ceab62": "5857bc",
- "675220": "2c3593",
- "807676": "807676",
- "92f4f4": "92f4f4",
- "989898": "989898",
- "504a4a": "2c3593",
- "707068": "5857bc",
- "4eccd6": "4eccd6",
- "5676de": "5676de",
- "c3c3c3": "b8f9f9",
- "811c1c": "811c1c"
- }
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "c3c3c3": "c3c3c3",
+ "f0f0f8": "f0f0f8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "3d3231",
+ "675220": "2c3593",
+ "504a4a": "2c3593",
+ "595959": "4f4645",
+ "707068": "5857bc",
+ "807676": "807676",
+ "ceab62": "5857bc",
+ "5676de": "5676de",
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "92f4f4": "92f4f4",
+ "c3c3c3": "b8f9f9",
+ "f0f0f8": "f0f0f8"
+ }
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-ocean.json b/public/images/pokemon/variant/exp/666-ocean.json
index 26a38bad7a8..c468bbcbf1e 100644
--- a/public/images/pokemon/variant/exp/666-ocean.json
+++ b/public/images/pokemon/variant/exp/666-ocean.json
@@ -22,7 +22,7 @@
"e1384d": "e1384d",
"f3a861": "f3a861",
"fcf372": "fcf372",
- "303030": "b56208",
+ "303030": "b54908",
"ceab62": "ea8742",
"675220": "bc601c",
"504a4a": "bc601c",
diff --git a/public/images/pokemon/variant/exp/666-poke-ball.json b/public/images/pokemon/variant/exp/666-poke-ball.json
index 36cd38b95f0..fe6b42f6ef3 100644
--- a/public/images/pokemon/variant/exp/666-poke-ball.json
+++ b/public/images/pokemon/variant/exp/666-poke-ball.json
@@ -3,17 +3,36 @@
"101010": "101010",
"595959": "724b7a",
"b72c2c": "b72c2c",
- "303030": "402746",
"dc4b4b": "dc4b4b",
- "ceab62": "d9edd4",
+ "303030": "402746",
"675220": "958c8a",
+ "ceab62": "d9edd4",
"e97e7e": "e97e7e",
"971d1d": "971d1d",
"f8f8f8": "f8f8f8",
- "504a4a": "7f6991",
"707068": "a97cbc",
+ "504a4a": "7f6991",
"c3c3c3": "ffeaff",
"811c1c": "811c1c",
- "a9a99e": "a9a99e"
+ "a9a99e": "a9a99e",
+ "2c2b2b": "402746"
+ },
+ "2": {
+ "101010": "101010",
+ "f8f8f8": "00006d",
+ "303030": "ae001a",
+ "2c2b2b": "660000",
+ "504a4a": "a70038",
+ "595959": "df0036",
+ "c3c3c3": "f0a6bf",
+ "707068": "d5375a",
+ "a9a99e": "000050",
+ "811c1c": "811c1c",
+ "971d1d": "040046",
+ "b72c2c": "00005e",
+ "dc4b4b": "19007d",
+ "e97e7e": "2e2095",
+ "675220": "a70038",
+ "ceab62": "d5375a"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-poke-ball_3.json b/public/images/pokemon/variant/exp/666-poke-ball_3.json
deleted file mode 100644
index 3d133124358..00000000000
--- a/public/images/pokemon/variant/exp/666-poke-ball_3.json
+++ /dev/null
@@ -1,1280 +0,0 @@
-{
- "textures": [
- {
- "image": "666-poke-ball_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 346,
- "h": 346
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 276,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 201,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 276,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 276,
- "w": 53,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9b0791af9130022168ad784a59e299ce:b180b141bed2ea965d6f07d9e2cd7ecc:8ec14f129d1691b8da504a13b661abed$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-poke-ball_3.png b/public/images/pokemon/variant/exp/666-poke-ball_3.png
deleted file mode 100644
index 9e821efd1eb..00000000000
Binary files a/public/images/pokemon/variant/exp/666-poke-ball_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/666-river.json b/public/images/pokemon/variant/exp/666-river.json
index df10a73d783..c7e5e288d05 100644
--- a/public/images/pokemon/variant/exp/666-river.json
+++ b/public/images/pokemon/variant/exp/666-river.json
@@ -1,19 +1,40 @@
{
- "2": {
- "101010": "101010",
- "595959": "8a5702",
- "ceab62": "d9a666",
- "303030": "7b2800",
- "625843": "625843",
- "bc813f": "bc813f",
- "9c9143": "9c9143",
- "675220": "ae7f41",
- "504a4a": "ae7f41",
- "707068": "d9a666",
- "c3c3c3": "e3c384",
- "811c1c": "811c1c",
- "59c9d3": "59c9d3",
- "279ec2": "279ec2",
- "1d726a": "1d726a"
- }
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "4a412c": "4a412c",
+ "675220": "958c8a",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "625841": "625841",
+ "707068": "a97cbc",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "c3c3c3",
+ "d2a862": "d9edd4"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "7b2800",
+ "4a412c": "4a412c",
+ "675220": "ae7f41",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "ae7f41",
+ "595959": "8a5702",
+ "625841": "625841",
+ "707068": "d9a666",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "e3c384",
+ "d2a862": "d2a862"
+ }
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-river_2.json b/public/images/pokemon/variant/exp/666-river_2.json
deleted file mode 100644
index f840b39ccfd..00000000000
--- a/public/images/pokemon/variant/exp/666-river_2.json
+++ /dev/null
@@ -1,1280 +0,0 @@
-{
- "textures": [
- {
- "image": "666-river_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 346,
- "h": 346
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 276,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 201,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 276,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 276,
- "w": 53,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3ecaf6e3ae563f3da9598e7b18b87b05:e4ece90a3e9880c6499c363b000de8dd:fa23dc87fc53ba2cfa532cf440553cf5$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-river_2.png b/public/images/pokemon/variant/exp/666-river_2.png
deleted file mode 100644
index 7dc96690328..00000000000
Binary files a/public/images/pokemon/variant/exp/666-river_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/696.json b/public/images/pokemon/variant/exp/696.json
index 3a4b4480673..677f5d98578 100644
--- a/public/images/pokemon/variant/exp/696.json
+++ b/public/images/pokemon/variant/exp/696.json
@@ -1,40 +1,38 @@
{
"1": {
- "774411":"5e0b0b",
- "101010":"101010",
- "ff8f1f":"a50d0d",
- "4f2e1d":"023425",
- "5f4f4f":"0b4c29",
- "af8f7f":"478136",
- "3f3f44":"4c3216",
- "8f6f5f":"1b6430",
- "f8f7f9":"dfdea7",
- "bfbfcc":"cbbe8c",
- "121212":"121212",
- "8f8f99":"ad8c63",
- "c2c2cf":"c9bc87",
- "fbfafc":"dddca1",
- "772d34":"77452d",
- "ff9bd5":"c98c68"
- },
- "2": {
- "774411":"395cb7",
- "101010":"101010",
- "ff8f1f":"d2e9ff",
- "4f2e1d":"3e1f18",
- "5f4f4f":"644943",
- "af8f7f":"a59e9a",
- "3f3f44":"250860",
- "8f6f5f":"83726e",
- "f8f7f9":"6e46a7",
- "bfbfcc":"593097",
- "121212":"decaff",
- "8f8f99":"411684",
- "c2c2cf":"7ccad5",
- "fbfafc":"fbfafc",
- "772d34":"375ab3",
- "ff9bd5":"79c8d3"
- }
+"734517": "5e0b0b",
+"ffa64c": "a50d0d",
+"4a322c": "023425",
+"404040": "4c3216",
+"101010": "101010",
+"65483a": "0b4c29",
+"966858": "1b6430",
+"f8f8f8": "dfdea7",
+"8c8c8c": "ad8c63",
+"bfbfbf": "cbbe8c",
+"000000": "000000",
+"b73b6b": "4c3216",
+"ff949e": "c98c68",
+"b3b9b9": "cbbe8c",
+"3f3d3d": "4c3216"
+},
+"2": {
+"734517": "395cb7",
+"ffa64c": "d2e9ff",
+"4a322c": "3e1f18",
+"404040": "250860",
+"101010": "101010",
+"65483a": "644943",
+"966858": "83726e",
+"f8f8f8": "6e46a7",
+"8c8c8c": "411684",
+"bfbfbf": "593097",
+"000000": "decaff",
+"b73b6b": "395cb7",
+"ff949e": "79c8d3",
+"b3b9b9": "79c8d3",
+"3f3d3d": "395cb7"
+}
}
diff --git a/public/images/pokemon/variant/exp/696_2.png b/public/images/pokemon/variant/exp/696_2.png
index 031589b4c30..cfc40b59d39 100644
Binary files a/public/images/pokemon/variant/exp/696_2.png and b/public/images/pokemon/variant/exp/696_2.png differ
diff --git a/public/images/pokemon/variant/exp/696_3.png b/public/images/pokemon/variant/exp/696_3.png
index 8ec6baa4724..647aba679f6 100644
Binary files a/public/images/pokemon/variant/exp/696_3.png and b/public/images/pokemon/variant/exp/696_3.png differ
diff --git a/public/images/pokemon/variant/exp/697.json b/public/images/pokemon/variant/exp/697.json
index dae4554a1b7..b8d305022f5 100644
--- a/public/images/pokemon/variant/exp/697.json
+++ b/public/images/pokemon/variant/exp/697.json
@@ -1,42 +1,42 @@
{
- "1": {
- "1f0a0a":"1f0a0a",
- "471515":"0a1b17",
- "621e1d":"0b241e",
- "902e2c":"153626",
- "b45250":"285234",
- "d16c6b":"416a45",
- "653510":"5e0b0b",
- "b56726":"971c1c",
- "e39f33":"b52424",
- "756b66":"ad8c63",
- "b1b0b5":"cbbe8c",
- "f0f0f2":"dfdea7",
- "573b43":"4c3216",
- "736964":"ab885f",
- "ac628a":"9d5d18",
- "aeadb3":"a88860",
- "ededf0":"dbdaa4"
- },
- "2": {
- "1f0a0a":"1f0a0a",
- "471515":"191124",
- "621e1d":"52352f",
- "902e2c":"83726e",
- "b45250":"ab9b97",
- "d16c6b":"c7bcb9",
- "653510":"9d5390",
- "b56726":"ce7ecc",
- "e39f33":"f4dbf6",
- "756b66":"26173b",
- "b1b0b5":"33214f",
- "f0f0f2":"4b2e64",
- "573b43":"cc7cc9",
- "736964":"f6dcf7",
- "ac628a":"eed5f0",
- "aeadb3":"c779c4",
- "ededf0":"f8defa"
- }
+"1": {
+"080808": "080808",
+"32252c": "3e1e17",
+"50131e": "0b241e",
+"722533": "153626",
+"54434c": "4c3216",
+"964b1c": "5e0b0b",
+"963e4e": "285234",
+"bf7545": "971c1c",
+"f19d5a": "b52424",
+"9f9d98": "ad8c63",
+"cccccc": "cbbe8c",
+"fafafa": "dfdea7",
+"cac2c2": "cbbe8c",
+"f7eeee": "dfdea7",
+"53414b": "4c3216",
+"30222a": "3e1e17",
+"53454d": "4c3216"
+},
+"2": {
+"080808": "080808",
+"32252c": "0d0124",
+"50131e": "573b36",
+"722533": "83726e",
+"54434c": "170c25",
+"964b1c": "9d5390",
+"963e4e": "ab9b97",
+"bf7545": "ce7ecc",
+"f19d5a": "f4dbf6",
+"9f9d98": "26173b",
+"cccccc": "33214f",
+"fafafa": "4b2e64",
+"cac2c2": "ce7ecc",
+"f7eeee": "f4dbf6",
+"53414b": "dea5dd",
+"30222a": "ce7ecc",
+"53454d": "f4dbf6"
+}
}
diff --git a/public/images/pokemon/variant/exp/697_3.png b/public/images/pokemon/variant/exp/697_3.png
index f58c494a094..b18579c9494 100644
Binary files a/public/images/pokemon/variant/exp/697_3.png and b/public/images/pokemon/variant/exp/697_3.png differ
diff --git a/public/images/pokemon/variant/exp/698.json b/public/images/pokemon/variant/exp/698.json
deleted file mode 100644
index daf9b8c6f84..00000000000
--- a/public/images/pokemon/variant/exp/698.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "1": {
- "cbaa84": "44827c",
- "b3747e": "4b7465",
- "eeffbf": "cdffb5",
- "dcffb2": "8eeab9",
- "ffbfca": "43bf8d",
- "b7ffb2": "72d8ce",
- "fff2b2": "9bffa9",
- "85b4cc": "cf755d",
- "a6e1ff": "efab87",
- "101010": "101010",
- "cacaca": "cacaca",
- "537180": "b04f4b",
- "2eaeec": "4dc796",
- "1f75a0": "29988e",
- "fdfdfd": "fdfdfd",
- "d197a1": "d197a1",
- "ffdce6": "ffdce6",
- "217aa6": "7f99e1",
- "30b2f2": "b5dcff",
- "f9f9f9": "e6e3b4",
- "c0c0c0": "d7cca0"
- },
- "2": {
- "cbaa84": "cc78db",
- "b3747e": "c452a6",
- "eeffbf": "ed9ff2",
- "dcffb2": "d7bbf4",
- "ffbfca": "faccff",
- "b7ffb2": "dceeff",
- "fff2b2": "eb88b9",
- "85b4cc": "654a8a",
- "a6e1ff": "936daa",
- "101010": "101010",
- "cacaca": "cacaca",
- "537180": "392d65",
- "2eaeec": "ad4e6e",
- "1f75a0": "8d2656",
- "fdfdfd": "fdfdfd",
- "d197a1": "d197a1",
- "ffdce6": "ffdce6",
- "217aa6": "efaa51",
- "30b2f2": "ffd169",
- "f9f9f9": "373453",
- "c0c0c0": "282747"
- }
-}
\ No newline at end of file
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/703.json b/public/images/pokemon/variant/exp/703.json
deleted file mode 100644
index c024feb1b30..00000000000
--- a/public/images/pokemon/variant/exp/703.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "1": {
- "535763": "292638",
- "306090": "c35b2a",
- "c3c7d3": "68638e",
- "88aacc": "e67c37",
- "fefefe": "fefefe",
- "a3a7b3": "4d496b",
- "737783": "37344e",
- "101010": "101010",
- "bbddff": "ffa633",
- "1fbfdf": "ff9b44",
- "5f6060": "e6ac60",
- "fcfefe": "ffeed6",
- "bfbbbb": "ffd3a1"
- },
- "2": {
- "535763": "976ba9",
- "306090": "a03c69",
- "c3c7d3": "faecff",
- "88aacc": "e25493",
- "fefefe": "ffe2ee",
- "a3a7b3": "e4cdf9",
- "737783": "cca1db",
- "101010": "101010",
- "bbddff": "f591bd",
- "1fbfdf": "de5f8e",
- "5f6060": "5a3d84",
- "fcfefe": "a473bf",
- "bfbbbb": "8359a7"
- }
-}
\ 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/708.json b/public/images/pokemon/variant/exp/708.json
deleted file mode 100644
index b32bbb79cd9..00000000000
--- a/public/images/pokemon/variant/exp/708.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "1": {
- "101010": "101010",
- "2b2a3a": "722023",
- "603d2b": "36384f",
- "215738": "4d362e",
- "48484a": "a14743",
- "c18760": "7c808c",
- "3fa76c": "907f76",
- "915e45": "575a6a",
- "0b0c0b": "0b0c0b",
- "da585b": "5996d2",
- "ff8c8f": "87d1ff"
- },
- "2": {
- "101010": "101010",
- "2b2a3a": "6f5f80",
- "603d2b": "31161d",
- "215738": "a94079",
- "48484a": "9c92a4",
- "c18760": "7e5658",
- "3fa76c": "da7ea8",
- "915e45": "56323a",
- "0b0c0b": "0b0c0b",
- "da585b": "e18933",
- "ff8c8f": "ffc875"
- }
-}
\ 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/714.json b/public/images/pokemon/variant/exp/714.json
deleted file mode 100644
index 018366c5381..00000000000
--- a/public/images/pokemon/variant/exp/714.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "1": {
- "6a3f73": "731338",
- "bd70cc": "a42c54",
- "101010": "101010",
- "bfacbf": "7047ba",
- "8e5499": "8e1d4b",
- "f2daf2": "8d7be3",
- "404040": "202558",
- "665c66": "2f386b",
- "ccb43d": "ff8a58",
- "f8f8f8": "8d7be3",
- "595959": "2f386b",
- "ffe14c": "ffc182",
- "000000": "101010"
- },
- "2": {
- "6a3f73": "5f151c",
- "bd70cc": "c24430",
- "101010": "101010",
- "bfacbf": "f9e8dd",
- "8e5499": "882c27",
- "f2daf2": "f8f8f8",
- "404040": "5b1922",
- "665c66": "7c2928",
- "ccb43d": "33d8d0",
- "f8f8f8": "f8f8f8",
- "595959": "7c2928",
- "ffe14c": "49ffcd",
- "000000": "101010"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/715.json b/public/images/pokemon/variant/exp/715.json
index 4ca2bcad56a..0e97862f10b 100644
--- a/public/images/pokemon/variant/exp/715.json
+++ b/public/images/pokemon/variant/exp/715.json
@@ -1,20 +1,38 @@
{
+ "1": {
+ "101010": "101010",
+ "404040": "5f32b1",
+ "6a3f73": "0f103c",
+ "287366": "731338",
+ "3aa694": "a42c54",
+ "8e5499": "202558",
+ "bfbfbf": "bb9adc",
+ "595959": "7a5ccc",
+ "801a1a": "5d173d",
+ "4cd9c1": "d04b6c",
+ "bd70cc": "2f386b",
+ "737373": "563d8f",
+ "f8f8f8": "d6c8f1",
+ "e52e2e": "903b78",
+ "000000": "000000",
+ "ffe14c": "ff8a58"
+ },
"2": {
- "404040": "c29484",
- "595959": "ecd3c3",
"101010": "101010",
- "287366": "832714",
- "4cd9c1": "dd834c",
- "3aa694": "b8552c",
- "801a1a": "7c0907",
- "e52e2e": "ad3419",
- "bd70cc": "5b1922",
- "6a3f73": "3b0c18",
- "737373": "1d060c",
- "8e5499": "7c2928",
- "bfbfbf": "43191e",
- "f8f8f8": "5a2a2b",
- "ffe14c": "49ffcd",
- "000000": "000000"
+ "404040": "c29484",
+ "6a3f73": "3b0c18",
+ "287366": "832714",
+ "3aa694": "b8552c",
+ "8e5499": "7c2928",
+ "bfbfbf": "43191e",
+ "595959": "ecd3c3",
+ "801a1a": "7c0907",
+ "4cd9c1": "dd834c",
+ "bd70cc": "5b1922",
+ "737373": "1d060c",
+ "f8f8f8": "5a2a2b",
+ "e52e2e": "ad3419",
+ "000000": "000000",
+ "ffe14c": "49ffcd"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/715_2.png b/public/images/pokemon/variant/exp/715_2.png
index 4383b8917ae..22fb386440a 100644
Binary files a/public/images/pokemon/variant/exp/715_2.png and b/public/images/pokemon/variant/exp/715_2.png differ
diff --git a/public/images/pokemon/variant/exp/717_2.png b/public/images/pokemon/variant/exp/717_2.png
index 30b5a9863de..3e11dfa8837 100644
Binary files a/public/images/pokemon/variant/exp/717_2.png and b/public/images/pokemon/variant/exp/717_2.png differ
diff --git a/public/images/pokemon/variant/exp/717_3.png b/public/images/pokemon/variant/exp/717_3.png
index ad17cdd305f..e39ddfc55d0 100644
Binary files a/public/images/pokemon/variant/exp/717_3.png and b/public/images/pokemon/variant/exp/717_3.png differ
diff --git a/public/images/pokemon/variant/exp/728.json b/public/images/pokemon/variant/exp/728.json
index 2439f925d49..a9c7155ec91 100644
--- a/public/images/pokemon/variant/exp/728.json
+++ b/public/images/pokemon/variant/exp/728.json
@@ -1,36 +1,44 @@
{
"1": {
- "2c316e": "00473d",
- "536fc3": "009469",
- "7199db": "14af82",
- "8d3774": "a62c20",
- "ef71c0": "ff8072",
- "ffc8ea": "ffc8ea",
- "3c4b92": "006355",
- "171717": "171717",
- "b95094": "e54c41",
- "fdfdfd": "fff6e2",
- "ccc2d0": "c2beb4",
- "9283a3": "808080",
- "7090a3": "858d7d",
- "a1d9e7": "92b599",
- "3e2d33": "3e2d33"
+ "101010": "101010",
+ "1e3a66": "363d2f",
+ "243a66": "00473d",
+ "733f50": "a62c20",
+ "404040": "404040",
+ "b3627d": "e54c41",
+ "2c4f8c": "5a6154",
+ "314f8c": "006355",
+ "436cbf": "009469",
+ "e57ea1": "ff8072",
+ "5f9ba6": "b56e76",
+ "639ba6": "858d7d",
+ "6c90d9": "14af82",
+ "808080": "808080",
+ "bfbfbf": "c2beb4",
+ "9edae5": "f7c1c5",
+ "a1dae5": "92b599",
+ "f8f8f8": "fff6e2",
+ "fefefe": "fff6e2"
},
"2": {
- "2c316e": "54041b",
- "536fc3": "a6213f",
- "7199db": "be294a",
- "8d3774": "620a33",
- "ef71c0": "dd3780",
- "ffc8ea": "f5edee",
- "3c4b92": "770f29",
- "171717": "171717",
- "b95094": "a7225c",
- "fdfdfd": "f5edee",
- "ccc2d0": "bfb4b9",
- "9283a3": "808080",
- "7090a3": "b88389",
- "a1d9e7": "f7c1c5",
- "3e2d33": "3e2d33"
+ "101010": "101010",
+ "1e3a66": "773f46",
+ "243a66": "54041b",
+ "733f50": "620a33",
+ "404040": "404040",
+ "b3627d": "a7225c",
+ "2c4f8c": "a45f67",
+ "314f8c": "770f29",
+ "436cbf": "a6213f",
+ "e57ea1": "dd3780",
+ "5f9ba6": "408c62",
+ "639ba6": "b88389",
+ "6c90d9": "be294a",
+ "808080": "808080",
+ "bfbfbf": "bfb4b9",
+ "9edae5": "91e6a2",
+ "a1dae5": "f7c1c5",
+ "f8f8f8": "f5edee",
+ "fefefe": "fff6e2"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/729.json b/public/images/pokemon/variant/exp/729.json
index 7d679b135ef..7b196fda526 100644
--- a/public/images/pokemon/variant/exp/729.json
+++ b/public/images/pokemon/variant/exp/729.json
@@ -1,32 +1,46 @@
{
"1": {
- "808080": "808080",
- "f8f8f8": "fff6e2",
- "4d4d4d": "2d2e31",
- "b3b3b3": "c2beb4",
- "3d5f66": "3d5f66",
- "a1dae5": "ffbd98",
- "639ba6": "be665d",
- "77b8d9": "0ccfa2",
- "3f6273": "006b65",
"101010": "101010",
- "5b8da6": "009a88",
+ "2d2e31": "2d2e31",
"733f50": "bb402f",
- "e57ea1": "ff9384"
+ "476d72": "be665d",
+ "b3627d": "fb6051",
+ "326187": "006b65",
+ "e57ea1": "ff9384",
+ "639ba6": "b56e76",
+ "2d8ec4": "009a88",
+ "1eb9ee": "0ccfa2",
+ "808080": "808080",
+ "8dafaf": "ff989e",
+ "bfbfbf": "c2beb4",
+ "bad8d8": "ffbd98",
+ "bae1f1": "f7c1c5",
+ "f8f8f8": "fff6e2",
+ "fdfdfd": "fff6e2",
+ "e17ea1": "ff9384",
+ "ab627d": "fb6051",
+ "6f3f50": "bb402f"
},
"2": {
- "808080": "808080",
- "f8f8f8": "f5edee",
- "4d4d4d": "4d4d4d",
- "b3b3b3": "bfb4b9",
- "3d5f66": "793f5e",
- "a1dae5": "deabce",
- "639ba6": "b681a6",
- "77b8d9": "c6496f",
- "3f6273": "5a141b",
"101010": "101010",
- "5b8da6": "952c3f",
+ "2d2e31": "2d2e31",
"733f50": "620a33",
- "e57ea1": "dd3780"
+ "476d72": "793f5e",
+ "b3627d": "a7225c",
+ "326187": "5a141b",
+ "e57ea1": "dd3780",
+ "639ba6": "408c62",
+ "2d8ec4": "952c3f",
+ "1eb9ee": "c6496f",
+ "808080": "808080",
+ "8dafaf": "b681a6",
+ "bfbfbf": "bfb4b9",
+ "bad8d8": "deabce",
+ "bae1f1": "91e6a2",
+ "f8f8f8": "f5edee",
+ "fdfdfd": "fff6e2",
+ "e17ea1": "deabce",
+ "ab627d": "b681a6",
+ "6f3f50": "793f5e"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/729_2.json b/public/images/pokemon/variant/exp/729_2.json
deleted file mode 100644
index 530888eaf6e..00000000000
--- a/public/images/pokemon/variant/exp/729_2.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "729_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 141,
- "h": 141
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 51,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 51,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 42,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 42,
- "h": 47
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 42,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 42,
- "h": 47
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 47,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 46,
- "h": 48
- },
- "frame": {
- "x": 49,
- "y": 50,
- "w": 46,
- "h": 48
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 46,
- "h": 48
- },
- "frame": {
- "x": 49,
- "y": 50,
- "w": 46,
- "h": 48
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 47
- },
- "frame": {
- "x": 95,
- "y": 94,
- "w": 45,
- "h": 47
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 47
- },
- "frame": {
- "x": 95,
- "y": 94,
- "w": 45,
- "h": 47
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4df3ec883b357e664a50e3015060795f:29a8d34f9df9fa51691fda1da5961207:b2d5dd692ec79c7357afdffa7b3670a9$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/729_2.png b/public/images/pokemon/variant/exp/729_2.png
deleted file mode 100644
index c5c309dbaee..00000000000
Binary files a/public/images/pokemon/variant/exp/729_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/729_3.json b/public/images/pokemon/variant/exp/729_3.json
deleted file mode 100644
index 632cef739a2..00000000000
--- a/public/images/pokemon/variant/exp/729_3.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "729_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 141,
- "h": 141
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 51,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 51,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 42,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 42,
- "h": 47
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 42,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 42,
- "h": 47
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 47,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 46,
- "h": 48
- },
- "frame": {
- "x": 49,
- "y": 50,
- "w": 46,
- "h": 48
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 46,
- "h": 48
- },
- "frame": {
- "x": 49,
- "y": 50,
- "w": 46,
- "h": 48
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 47
- },
- "frame": {
- "x": 95,
- "y": 94,
- "w": 45,
- "h": 47
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 47
- },
- "frame": {
- "x": 95,
- "y": 94,
- "w": 45,
- "h": 47
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4df3ec883b357e664a50e3015060795f:29a8d34f9df9fa51691fda1da5961207:b2d5dd692ec79c7357afdffa7b3670a9$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/729_3.png b/public/images/pokemon/variant/exp/729_3.png
deleted file mode 100644
index 75a11c74cdc..00000000000
Binary files a/public/images/pokemon/variant/exp/729_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/730.json b/public/images/pokemon/variant/exp/730.json
index dbc5dda270d..5c8deeb52b2 100644
--- a/public/images/pokemon/variant/exp/730.json
+++ b/public/images/pokemon/variant/exp/730.json
@@ -1,20 +1,52 @@
{
+ "1": {
+ "101010": "101010",
+ "843843": "a62c20",
+ "8d3f4a": "a62c20",
+ "c46074": "e54c41",
+ "c76374": "e54c41",
+ "0e6792": "b54f5f",
+ "1241a1": "006355",
+ "6d7481": "917393",
+ "727481": "a0866f",
+ "1470de": "009469",
+ "5a8092": "74312e",
+ "44a0b5": "d87383",
+ "64c5e1": "00dc9c",
+ "6ac8e3": "ffa0a8",
+ "82a7b9": "c35861",
+ "fd8196": "ff8072",
+ "ff8496": "ff8072",
+ "bdbdc1": "c0b7a1",
+ "c0bdc1": "beaac0",
+ "aac7e6": "ea7c5b",
+ "f8f8f8": "fff2d4",
+ "faf8f8": "f1e8f1",
+ "fef8f8": "fef8f8"
+ },
"2": {
- "316a77": "500518",
- "60dbf5": "a6213f",
- "6189ac": "5c2141",
- "cee8ff": "e9a5c0",
- "499bb9": "770f29",
- "777171": "5c2141",
- "cfbdc6": "bfb4b9",
- "74b3e9": "c17b97",
- "ffffff": "f5edee",
- "000000": "000000",
- "c24262": "1d1638",
- "e9b9c5": "614388",
- "ee8ba4": "391e62",
- "0a3a65": "591945",
- "1073cc": "81387e",
- "115591": "591945"
+ "101010": "101010",
+ "843843": "5c2141",
+ "8d3f4a": "1d1638",
+ "c46074": "c17b97",
+ "c76374": "391e62",
+ "0e6792": "500518",
+ "1241a1": "591945",
+ "6d7481": "81716d",
+ "727481": "9e8193",
+ "1470de": "81387e",
+ "5a8092": "5c2141",
+ "44a0b5": "770f29",
+ "64c5e1": "bd2b6b",
+ "6ac8e3": "a6213f",
+ "82a7b9": "c17b97",
+ "fd8196": "e9a5c0",
+ "ff8496": "614388",
+ "bdbdc1": "bfb4b9",
+ "c0bdc1": "c0b4a5",
+ "aac7e6": "e9a5c0",
+ "f8f8f8": "f5edee",
+ "faf8f8": "f5f3e3",
+ "fef8f8": "fef8f8"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/730_2.json b/public/images/pokemon/variant/exp/730_2.json
deleted file mode 100644
index cc806a36b25..00000000000
--- a/public/images/pokemon/variant/exp/730_2.json
+++ /dev/null
@@ -1,2309 +0,0 @@
-{
- "textures": [
- {
- "image": "730_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 615,
- "h": 615
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 81
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 81
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 81
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 78,
- "h": 85
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 78,
- "h": 85
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 78,
- "h": 85
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 80
- },
- "frame": {
- "x": 83,
- "y": 0,
- "w": 83,
- "h": 80
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 83,
- "h": 80
- },
- "frame": {
- "x": 166,
- "y": 0,
- "w": 83,
- "h": 80
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 166,
- "w": 74,
- "h": 88
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 166,
- "w": 74,
- "h": 88
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 166,
- "w": 74,
- "h": 88
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 249,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 249,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 249,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 416,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 254,
- "w": 73,
- "h": 88
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 254,
- "w": 73,
- "h": 88
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 254,
- "w": 73,
- "h": 88
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 500,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 342,
- "w": 73,
- "h": 87
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 429,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 429,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 429,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 515,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 78,
- "y": 81,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 78,
- "y": 81,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 78,
- "y": 81,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 82
- },
- "frame": {
- "x": 153,
- "y": 80,
- "w": 81,
- "h": 82
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 82
- },
- "frame": {
- "x": 153,
- "y": 80,
- "w": 81,
- "h": 82
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 82
- },
- "frame": {
- "x": 153,
- "y": 80,
- "w": 81,
- "h": 82
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 74,
- "y": 166,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 74,
- "y": 166,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 74,
- "y": 166,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 80,
- "h": 81
- },
- "frame": {
- "x": 154,
- "y": 162,
- "w": 80,
- "h": 81
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 234,
- "y": 80,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 85
- },
- "frame": {
- "x": 309,
- "y": 79,
- "w": 74,
- "h": 85
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 312,
- "y": 164,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 79
- },
- "frame": {
- "x": 468,
- "y": 160,
- "w": 81,
- "h": 79
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 243,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 243,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 243,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 234,
- "y": 246,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 234,
- "y": 246,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 234,
- "y": 246,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 79
- },
- "frame": {
- "x": 74,
- "y": 248,
- "w": 80,
- "h": 79
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 73,
- "y": 327,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 78,
- "h": 79
- },
- "frame": {
- "x": 395,
- "y": 241,
- "w": 78,
- "h": 79
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 473,
- "y": 239,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 473,
- "y": 239,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 473,
- "y": 239,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 75,
- "y": 408,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 79,
- "h": 77
- },
- "frame": {
- "x": 75,
- "y": 486,
- "w": 79,
- "h": 77
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 318,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 234,
- "y": 320,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 234,
- "y": 320,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 234,
- "y": 320,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 318,
- "y": 327,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 318,
- "y": 327,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 318,
- "y": 327,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 153,
- "y": 393,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 81,
- "h": 71
- },
- "frame": {
- "x": 237,
- "y": 393,
- "w": 81,
- "h": 71
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 318,
- "y": 399,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 83,
- "h": 75
- },
- "frame": {
- "x": 402,
- "y": 320,
- "w": 83,
- "h": 75
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 402,
- "y": 395,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 485,
- "y": 317,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 83,
- "h": 73
- },
- "frame": {
- "x": 486,
- "y": 391,
- "w": 83,
- "h": 73
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 154,
- "y": 467,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 154,
- "y": 539,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 154,
- "y": 539,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 154,
- "y": 539,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 486,
- "y": 464,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 486,
- "y": 464,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 486,
- "y": 464,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 402,
- "y": 469,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 485,
- "y": 535,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 237,
- "y": 539,
- "w": 82,
- "h": 72
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 237,
- "y": 539,
- "w": 82,
- "h": 72
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 237,
- "y": 539,
- "w": 82,
- "h": 72
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 83,
- "h": 72
- },
- "frame": {
- "x": 319,
- "y": 472,
- "w": 83,
- "h": 72
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 18,
- "w": 82,
- "h": 70
- },
- "frame": {
- "x": 319,
- "y": 544,
- "w": 82,
- "h": 70
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 402,
- "y": 540,
- "w": 82,
- "h": 72
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4329c19087eab420ea4188f3ebf013ba:3f36a5e65803b0f012c6fee4aeaf5df7:fcd0d2cb6b26724e796ae0dcb71fae3f$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/730_2.png b/public/images/pokemon/variant/exp/730_2.png
deleted file mode 100644
index f2ef5220ea9..00000000000
Binary files a/public/images/pokemon/variant/exp/730_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/742_2.png b/public/images/pokemon/variant/exp/742_2.png
index a2a238353ea..d4495c7b805 100644
Binary files a/public/images/pokemon/variant/exp/742_2.png and b/public/images/pokemon/variant/exp/742_2.png differ
diff --git a/public/images/pokemon/variant/exp/742_3.png b/public/images/pokemon/variant/exp/742_3.png
index a4c4f372972..8d55c3263b0 100644
Binary files a/public/images/pokemon/variant/exp/742_3.png and b/public/images/pokemon/variant/exp/742_3.png differ
diff --git a/public/images/pokemon/variant/exp/743_2.png b/public/images/pokemon/variant/exp/743_2.png
index dae1418901d..6236408f2ca 100644
Binary files a/public/images/pokemon/variant/exp/743_2.png and b/public/images/pokemon/variant/exp/743_2.png differ
diff --git a/public/images/pokemon/variant/exp/743_3.png b/public/images/pokemon/variant/exp/743_3.png
index 99d6ae3763e..2759946a0fd 100644
Binary files a/public/images/pokemon/variant/exp/743_3.png and b/public/images/pokemon/variant/exp/743_3.png differ
diff --git a/public/images/pokemon/variant/exp/747_2.png b/public/images/pokemon/variant/exp/747_2.png
index cf3832c9236..5afb5dbe45e 100644
Binary files a/public/images/pokemon/variant/exp/747_2.png and b/public/images/pokemon/variant/exp/747_2.png differ
diff --git a/public/images/pokemon/variant/exp/747_3.png b/public/images/pokemon/variant/exp/747_3.png
index 9fd3b92aa3e..ceb750efe0c 100644
Binary files a/public/images/pokemon/variant/exp/747_3.png and b/public/images/pokemon/variant/exp/747_3.png differ
diff --git a/public/images/pokemon/variant/exp/754_2.png b/public/images/pokemon/variant/exp/754_2.png
index fc7e9eadac6..c1c55966656 100644
Binary files a/public/images/pokemon/variant/exp/754_2.png and b/public/images/pokemon/variant/exp/754_2.png differ
diff --git a/public/images/pokemon/variant/exp/754_3.png b/public/images/pokemon/variant/exp/754_3.png
index c9ad7c5d4ca..dca99a4eb83 100644
Binary files a/public/images/pokemon/variant/exp/754_3.png and b/public/images/pokemon/variant/exp/754_3.png differ
diff --git a/public/images/pokemon/variant/exp/771_2.png b/public/images/pokemon/variant/exp/771_2.png
index ec47015842d..f2059e6a8eb 100644
Binary files a/public/images/pokemon/variant/exp/771_2.png and b/public/images/pokemon/variant/exp/771_2.png differ
diff --git a/public/images/pokemon/variant/exp/771_3.png b/public/images/pokemon/variant/exp/771_3.png
index 4a0ac89ac2e..9016079d1cb 100644
Binary files a/public/images/pokemon/variant/exp/771_3.png and b/public/images/pokemon/variant/exp/771_3.png differ
diff --git a/public/images/pokemon/variant/exp/791_1.png b/public/images/pokemon/variant/exp/791_1.png
index 6c337194ec3..4d5f210ec9f 100644
Binary files a/public/images/pokemon/variant/exp/791_1.png and b/public/images/pokemon/variant/exp/791_1.png differ
diff --git a/public/images/pokemon/variant/exp/793_2.png b/public/images/pokemon/variant/exp/793_2.png
index 9c70c5a94ee..13f22cffdda 100644
Binary files a/public/images/pokemon/variant/exp/793_2.png and b/public/images/pokemon/variant/exp/793_2.png differ
diff --git a/public/images/pokemon/variant/exp/793_3.png b/public/images/pokemon/variant/exp/793_3.png
index a758fcb28a4..137cdd97d6d 100644
Binary files a/public/images/pokemon/variant/exp/793_3.png and b/public/images/pokemon/variant/exp/793_3.png differ
diff --git a/public/images/pokemon/variant/exp/821_2.png b/public/images/pokemon/variant/exp/821_2.png
index 5de24ec92a2..84bb53c19ff 100644
Binary files a/public/images/pokemon/variant/exp/821_2.png and b/public/images/pokemon/variant/exp/821_2.png differ
diff --git a/public/images/pokemon/variant/exp/821_3.png b/public/images/pokemon/variant/exp/821_3.png
index 7c2bd32a288..eab0bca889f 100644
Binary files a/public/images/pokemon/variant/exp/821_3.png and b/public/images/pokemon/variant/exp/821_3.png differ
diff --git a/public/images/pokemon/variant/exp/836_2.png b/public/images/pokemon/variant/exp/836_2.png
index 9729f1dd4cf..2961e1015a9 100644
Binary files a/public/images/pokemon/variant/exp/836_2.png and b/public/images/pokemon/variant/exp/836_2.png differ
diff --git a/public/images/pokemon/variant/exp/836_3.png b/public/images/pokemon/variant/exp/836_3.png
index 76caf187b4d..a48d218ed98 100644
Binary files a/public/images/pokemon/variant/exp/836_3.png and b/public/images/pokemon/variant/exp/836_3.png differ
diff --git a/public/images/pokemon/variant/exp/857_2.png b/public/images/pokemon/variant/exp/857_2.png
index 2a60b21cef0..c98f602a8e5 100644
Binary files a/public/images/pokemon/variant/exp/857_2.png and b/public/images/pokemon/variant/exp/857_2.png differ
diff --git a/public/images/pokemon/variant/exp/857_3.png b/public/images/pokemon/variant/exp/857_3.png
index f9e25f22cc4..1b5f73c35de 100644
Binary files a/public/images/pokemon/variant/exp/857_3.png and b/public/images/pokemon/variant/exp/857_3.png differ
diff --git a/public/images/pokemon/variant/exp/862_2.png b/public/images/pokemon/variant/exp/862_2.png
index 1ed022bfdf7..d97613e5e89 100644
Binary files a/public/images/pokemon/variant/exp/862_2.png and b/public/images/pokemon/variant/exp/862_2.png differ
diff --git a/public/images/pokemon/variant/exp/862_3.png b/public/images/pokemon/variant/exp/862_3.png
index 79fb464d72f..9f6857d961a 100644
Binary files a/public/images/pokemon/variant/exp/862_3.png and b/public/images/pokemon/variant/exp/862_3.png differ
diff --git a/public/images/pokemon/variant/exp/882_2.png b/public/images/pokemon/variant/exp/882_2.png
index a702a507f22..fa0c3825cc1 100644
Binary files a/public/images/pokemon/variant/exp/882_2.png and b/public/images/pokemon/variant/exp/882_2.png differ
diff --git a/public/images/pokemon/variant/exp/890-eternamax_2.png b/public/images/pokemon/variant/exp/890-eternamax_2.png
index b234ec88e16..2327900b971 100644
Binary files a/public/images/pokemon/variant/exp/890-eternamax_2.png and b/public/images/pokemon/variant/exp/890-eternamax_2.png differ
diff --git a/public/images/pokemon/variant/exp/890-eternamax_3.png b/public/images/pokemon/variant/exp/890-eternamax_3.png
index f24e74283c5..140837cfbd0 100644
Binary files a/public/images/pokemon/variant/exp/890-eternamax_3.png and b/public/images/pokemon/variant/exp/890-eternamax_3.png differ
diff --git a/public/images/pokemon/variant/exp/890_2.png b/public/images/pokemon/variant/exp/890_2.png
index 036ee01f676..2412e5f95d9 100644
Binary files a/public/images/pokemon/variant/exp/890_2.png and b/public/images/pokemon/variant/exp/890_2.png differ
diff --git a/public/images/pokemon/variant/exp/890_3.png b/public/images/pokemon/variant/exp/890_3.png
index fb757ecc5cd..855b646e514 100644
Binary files a/public/images/pokemon/variant/exp/890_3.png and b/public/images/pokemon/variant/exp/890_3.png differ
diff --git a/public/images/pokemon/variant/exp/9-mega_2.png b/public/images/pokemon/variant/exp/9-mega_2.png
index c3c06c1eca7..0a56f1a3a68 100644
Binary files a/public/images/pokemon/variant/exp/9-mega_2.png and b/public/images/pokemon/variant/exp/9-mega_2.png differ
diff --git a/public/images/pokemon/variant/exp/9-mega_3.png b/public/images/pokemon/variant/exp/9-mega_3.png
index d7a4b6f9140..606f18d6337 100644
Binary files a/public/images/pokemon/variant/exp/9-mega_3.png and b/public/images/pokemon/variant/exp/9-mega_3.png differ
diff --git a/public/images/pokemon/variant/exp/910_2.png b/public/images/pokemon/variant/exp/910_2.png
index 47dfe4ac7b0..751585f5b0b 100644
Binary files a/public/images/pokemon/variant/exp/910_2.png and b/public/images/pokemon/variant/exp/910_2.png differ
diff --git a/public/images/pokemon/variant/exp/910_3.png b/public/images/pokemon/variant/exp/910_3.png
index 3206742c7d8..39b728c4350 100644
Binary files a/public/images/pokemon/variant/exp/910_3.png and b/public/images/pokemon/variant/exp/910_3.png differ
diff --git a/public/images/pokemon/variant/exp/911_2.png b/public/images/pokemon/variant/exp/911_2.png
index 78cf3658061..af9f0237ccf 100644
Binary files a/public/images/pokemon/variant/exp/911_2.png and b/public/images/pokemon/variant/exp/911_2.png differ
diff --git a/public/images/pokemon/variant/exp/911_3.png b/public/images/pokemon/variant/exp/911_3.png
index d4c2e86b7d7..4280cbdc4a3 100644
Binary files a/public/images/pokemon/variant/exp/911_3.png and b/public/images/pokemon/variant/exp/911_3.png differ
diff --git a/public/images/pokemon/variant/exp/912_3.png b/public/images/pokemon/variant/exp/912_3.png
index 846915f851e..211af0da412 100644
Binary files a/public/images/pokemon/variant/exp/912_3.png and b/public/images/pokemon/variant/exp/912_3.png differ
diff --git a/public/images/pokemon/variant/exp/913_3.png b/public/images/pokemon/variant/exp/913_3.png
index acb749c995d..f18a8e917eb 100644
Binary files a/public/images/pokemon/variant/exp/913_3.png and b/public/images/pokemon/variant/exp/913_3.png differ
diff --git a/public/images/pokemon/variant/exp/914_2.png b/public/images/pokemon/variant/exp/914_2.png
index 08093e2b50b..66aa120f002 100644
Binary files a/public/images/pokemon/variant/exp/914_2.png and b/public/images/pokemon/variant/exp/914_2.png differ
diff --git a/public/images/pokemon/variant/exp/925-four_2.png b/public/images/pokemon/variant/exp/925-four_2.png
index 1a6403a6673..3a2f00f0606 100644
Binary files a/public/images/pokemon/variant/exp/925-four_2.png and b/public/images/pokemon/variant/exp/925-four_2.png differ
diff --git a/public/images/pokemon/variant/exp/925-four_3.png b/public/images/pokemon/variant/exp/925-four_3.png
index 41972571610..51496f55c18 100644
Binary files a/public/images/pokemon/variant/exp/925-four_3.png and b/public/images/pokemon/variant/exp/925-four_3.png differ
diff --git a/public/images/pokemon/variant/exp/925-three_2.png b/public/images/pokemon/variant/exp/925-three_2.png
index 2bfb7863223..f571d24f033 100644
Binary files a/public/images/pokemon/variant/exp/925-three_2.png and b/public/images/pokemon/variant/exp/925-three_2.png differ
diff --git a/public/images/pokemon/variant/exp/925-three_3.png b/public/images/pokemon/variant/exp/925-three_3.png
index 0b9a4ae7fc5..e6c54ceb519 100644
Binary files a/public/images/pokemon/variant/exp/925-three_3.png and b/public/images/pokemon/variant/exp/925-three_3.png differ
diff --git a/public/images/pokemon/variant/exp/936_1.png b/public/images/pokemon/variant/exp/936_1.png
index 980f82162ec..cdc333ab841 100644
Binary files a/public/images/pokemon/variant/exp/936_1.png and b/public/images/pokemon/variant/exp/936_1.png differ
diff --git a/public/images/pokemon/variant/exp/936_3.png b/public/images/pokemon/variant/exp/936_3.png
index 9a9b984a6ab..27874a25886 100644
Binary files a/public/images/pokemon/variant/exp/936_3.png and b/public/images/pokemon/variant/exp/936_3.png differ
diff --git a/public/images/pokemon/variant/exp/937_1.png b/public/images/pokemon/variant/exp/937_1.png
index 53fff3c074b..82fa70b0c5b 100644
Binary files a/public/images/pokemon/variant/exp/937_1.png and b/public/images/pokemon/variant/exp/937_1.png differ
diff --git a/public/images/pokemon/variant/exp/937_2.png b/public/images/pokemon/variant/exp/937_2.png
index af4a9c79eee..43e2b060319 100644
Binary files a/public/images/pokemon/variant/exp/937_2.png and b/public/images/pokemon/variant/exp/937_2.png differ
diff --git a/public/images/pokemon/variant/exp/937_3.png b/public/images/pokemon/variant/exp/937_3.png
index 5917cc01076..9a208ba1457 100644
Binary files a/public/images/pokemon/variant/exp/937_3.png and b/public/images/pokemon/variant/exp/937_3.png differ
diff --git a/public/images/pokemon/variant/exp/94-mega_1.png b/public/images/pokemon/variant/exp/94-mega_1.png
index f37635c0c8b..78787902b23 100644
Binary files a/public/images/pokemon/variant/exp/94-mega_1.png and b/public/images/pokemon/variant/exp/94-mega_1.png differ
diff --git a/public/images/pokemon/variant/exp/94-mega_2.png b/public/images/pokemon/variant/exp/94-mega_2.png
index 264672eb70b..c4ac996ff52 100644
Binary files a/public/images/pokemon/variant/exp/94-mega_2.png and b/public/images/pokemon/variant/exp/94-mega_2.png differ
diff --git a/public/images/pokemon/variant/exp/94-mega_3.png b/public/images/pokemon/variant/exp/94-mega_3.png
index 89965a8a68f..f63c504e903 100644
Binary files a/public/images/pokemon/variant/exp/94-mega_3.png and b/public/images/pokemon/variant/exp/94-mega_3.png differ
diff --git a/public/images/pokemon/variant/exp/970_2.png b/public/images/pokemon/variant/exp/970_2.png
index 23b7304a188..e7a046c2d7f 100644
Binary files a/public/images/pokemon/variant/exp/970_2.png and b/public/images/pokemon/variant/exp/970_2.png differ
diff --git a/public/images/pokemon/variant/exp/970_3.png b/public/images/pokemon/variant/exp/970_3.png
index 4513e32e924..213268b4d44 100644
Binary files a/public/images/pokemon/variant/exp/970_3.png and b/public/images/pokemon/variant/exp/970_3.png differ
diff --git a/public/images/pokemon/variant/exp/978-curly_2.png b/public/images/pokemon/variant/exp/978-curly_2.png
index 7fde5dc7ff4..800d4b3ee48 100644
Binary files a/public/images/pokemon/variant/exp/978-curly_2.png and b/public/images/pokemon/variant/exp/978-curly_2.png differ
diff --git a/public/images/pokemon/variant/exp/978-curly_3.png b/public/images/pokemon/variant/exp/978-curly_3.png
index 61f28cd014c..0625741b052 100644
Binary files a/public/images/pokemon/variant/exp/978-curly_3.png and b/public/images/pokemon/variant/exp/978-curly_3.png differ
diff --git a/public/images/pokemon/variant/exp/978-droopy_2.png b/public/images/pokemon/variant/exp/978-droopy_2.png
index c1570d64cc4..3ece2e41e47 100644
Binary files a/public/images/pokemon/variant/exp/978-droopy_2.png and b/public/images/pokemon/variant/exp/978-droopy_2.png differ
diff --git a/public/images/pokemon/variant/exp/978-droopy_3.png b/public/images/pokemon/variant/exp/978-droopy_3.png
index d64226dfb45..f1134506f3b 100644
Binary files a/public/images/pokemon/variant/exp/978-droopy_3.png and b/public/images/pokemon/variant/exp/978-droopy_3.png differ
diff --git a/public/images/pokemon/variant/exp/978-stretchy_2.png b/public/images/pokemon/variant/exp/978-stretchy_2.png
index 38fb36d785f..62d37a3e66a 100644
Binary files a/public/images/pokemon/variant/exp/978-stretchy_2.png and b/public/images/pokemon/variant/exp/978-stretchy_2.png differ
diff --git a/public/images/pokemon/variant/exp/978-stretchy_3.png b/public/images/pokemon/variant/exp/978-stretchy_3.png
index 1a2ded1841e..608ec2697cc 100644
Binary files a/public/images/pokemon/variant/exp/978-stretchy_3.png and b/public/images/pokemon/variant/exp/978-stretchy_3.png differ
diff --git a/public/images/pokemon/variant/exp/979_1.png b/public/images/pokemon/variant/exp/979_1.png
index 9d07620bf16..89c3a37d4aa 100644
Binary files a/public/images/pokemon/variant/exp/979_1.png and b/public/images/pokemon/variant/exp/979_1.png differ
diff --git a/public/images/pokemon/variant/exp/979_2.png b/public/images/pokemon/variant/exp/979_2.png
index 07c6ece9b07..788de4b089d 100644
Binary files a/public/images/pokemon/variant/exp/979_2.png and b/public/images/pokemon/variant/exp/979_2.png differ
diff --git a/public/images/pokemon/variant/exp/979_3.png b/public/images/pokemon/variant/exp/979_3.png
index da84b866c39..b0e6826c6c1 100644
Binary files a/public/images/pokemon/variant/exp/979_3.png and b/public/images/pokemon/variant/exp/979_3.png differ
diff --git a/public/images/pokemon/variant/exp/994_3.png b/public/images/pokemon/variant/exp/994_3.png
index a9f3f7fddc2..abd17460bc7 100644
Binary files a/public/images/pokemon/variant/exp/994_3.png and b/public/images/pokemon/variant/exp/994_3.png differ
diff --git a/public/images/pokemon/variant/exp/997_2.png b/public/images/pokemon/variant/exp/997_2.png
index 42065f31cad..6c61c142d9a 100644
Binary files a/public/images/pokemon/variant/exp/997_2.png and b/public/images/pokemon/variant/exp/997_2.png differ
diff --git a/public/images/pokemon/variant/exp/997_3.png b/public/images/pokemon/variant/exp/997_3.png
index 27ccadb26f8..c25719e15c7 100644
Binary files a/public/images/pokemon/variant/exp/997_3.png and b/public/images/pokemon/variant/exp/997_3.png differ
diff --git a/public/images/pokemon/variant/exp/998_2.png b/public/images/pokemon/variant/exp/998_2.png
index e79ad7c367b..ec371e4d986 100644
Binary files a/public/images/pokemon/variant/exp/998_2.png and b/public/images/pokemon/variant/exp/998_2.png differ
diff --git a/public/images/pokemon/variant/exp/998_3.png b/public/images/pokemon/variant/exp/998_3.png
index 19d7cc76f86..92db876caad 100644
Binary files a/public/images/pokemon/variant/exp/998_3.png and b/public/images/pokemon/variant/exp/998_3.png differ
diff --git a/public/images/pokemon/variant/exp/999_1.png b/public/images/pokemon/variant/exp/999_1.png
index c5092e856ce..df33c59f607 100644
Binary files a/public/images/pokemon/variant/exp/999_1.png and b/public/images/pokemon/variant/exp/999_1.png differ
diff --git a/public/images/pokemon/variant/exp/back/181-mega_3.png b/public/images/pokemon/variant/exp/back/181-mega_3.png
index 81856e501e1..771ce25a0da 100644
Binary files a/public/images/pokemon/variant/exp/back/181-mega_3.png and b/public/images/pokemon/variant/exp/back/181-mega_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/212-mega_2.png b/public/images/pokemon/variant/exp/back/212-mega_2.png
index d4337df3477..877ede02ad4 100644
Binary files a/public/images/pokemon/variant/exp/back/212-mega_2.png and b/public/images/pokemon/variant/exp/back/212-mega_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/212-mega_3.png b/public/images/pokemon/variant/exp/back/212-mega_3.png
index 173fb44c257..68db47ab830 100644
Binary files a/public/images/pokemon/variant/exp/back/212-mega_3.png and b/public/images/pokemon/variant/exp/back/212-mega_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/248-mega.json b/public/images/pokemon/variant/exp/back/248-mega.json
index f1770cfc32f..f5b58bf5f10 100644
--- a/public/images/pokemon/variant/exp/back/248-mega.json
+++ b/public/images/pokemon/variant/exp/back/248-mega.json
@@ -1,13 +1,28 @@
{
+ "1": {
+ "171717": "101010",
+ "4a5a39": "533334",
+ "4b5a3b": "533334",
+ "727272": "727272",
+ "801c17": "004194",
+ "922d00": "004194",
+ "ce283d": "006fb3",
+ "d35200": "0098fc",
+ "729a62": "915957",
+ "739c62": "915957",
+ "aacb9a": "c78482"
+ },
"2": {
- "4a5a39": "06092f",
- "101010": "101010",
- "accd9c": "625695",
- "739c62": "2c3071",
- "ffffff": "ffffff",
- "6a2000": "ee7b06",
- "bd3920": "ffa904",
- "737373": "737373",
- "000000": "000000"
+ "171717": "101010",
+ "4a5a39": "06092f",
+ "4b5a3b": "06092f",
+ "727272": "727272",
+ "801c17": "ee7b06",
+ "922d00": "ee7b06",
+ "ce283d": "ffa904",
+ "d35200": "ffa904",
+ "729a62": "2c3071",
+ "739c62": "2c3071",
+ "aacb9a": "625695"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/248-mega_2.json b/public/images/pokemon/variant/exp/back/248-mega_2.json
deleted file mode 100644
index 7f236a6bb87..00000000000
--- a/public/images/pokemon/variant/exp/back/248-mega_2.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "248-mega_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 292,
- "h": 292
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 74,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 79,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 148,
- "w": 79,
- "h": 74
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 79,
- "h": 74
- },
- "frame": {
- "x": 79,
- "y": 148,
- "w": 79,
- "h": 74
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 79,
- "h": 73
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 79,
- "h": 73
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 79,
- "h": 73
- },
- "frame": {
- "x": 80,
- "y": 73,
- "w": 79,
- "h": 73
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 146,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 146,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 219,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 219,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 73,
- "h": 73
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 73,
- "h": 73
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 73,
- "h": 73
- },
- "frame": {
- "x": 159,
- "y": 73,
- "w": 73,
- "h": 73
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:625e35ec9f8e731e89fa37587ffb4738:07d356e18baf0312a4e8a36adb76fdd5:90df97eb431b7162252516cb937a0b9e$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/248-mega_2.png b/public/images/pokemon/variant/exp/back/248-mega_2.png
deleted file mode 100644
index 6dd5a1a7111..00000000000
Binary files a/public/images/pokemon/variant/exp/back/248-mega_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/3-mega_2.png b/public/images/pokemon/variant/exp/back/3-mega_2.png
index 12a633ba7fa..777f4d0bca5 100644
Binary files a/public/images/pokemon/variant/exp/back/3-mega_2.png and b/public/images/pokemon/variant/exp/back/3-mega_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/3-mega_3.png b/public/images/pokemon/variant/exp/back/3-mega_3.png
index dbca39c55e6..4684c989e3d 100644
Binary files a/public/images/pokemon/variant/exp/back/3-mega_3.png and b/public/images/pokemon/variant/exp/back/3-mega_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/362-mega.json b/public/images/pokemon/variant/exp/back/362-mega.json
index 3eddfcb3ef0..2f3d13a6944 100644
--- a/public/images/pokemon/variant/exp/back/362-mega.json
+++ b/public/images/pokemon/variant/exp/back/362-mega.json
@@ -1,28 +1,26 @@
{
"1": {
- "000000": "010101",
"393941": "050832",
+ "010101": "010101",
"2b74a8": "84073c",
- "7b7b83": "1b205d",
- "ffffff": "ff937b",
- "a4deff": "f9383e",
- "62bdee": "b7113a",
- "e6e6f6": "a2b7e5",
- "c5cde6": "6076c6",
+ "bbeeff": "f9383e",
+ "7dbbee": "b7113a",
+ "fefefe": "ff937b",
"7b7b94": "1b205d",
- "acaccd": "2f3c84"
+ "e6e6f6": "a2b7e5",
+ "acaccd": "2f3c84",
+ "c5cde6": "6076c6"
},
"2": {
- "000000": "010101",
"393941": "221315",
+ "010101": "010101",
"2b74a8": "0c4b3a",
- "7b7b83": "4a282a",
- "ffffff": "c8ff9c",
- "a4deff": "5ce11a",
- "62bdee": "009325",
- "e6e6f6": "a76344",
- "c5cde6": "7e4a3f",
+ "bbeeff": "5ce11a",
+ "7dbbee": "009325",
+ "fefefe": "c8ff9c",
"7b7b94": "4a282a",
- "acaccd": "613735"
+ "e6e6f6": "a76344",
+ "acaccd": "613735",
+ "c5cde6": "7e4a3f"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/4080_1.png b/public/images/pokemon/variant/exp/back/4080_1.png
index 580548f6d3a..2bed3a5b4c1 100644
Binary files a/public/images/pokemon/variant/exp/back/4080_1.png and b/public/images/pokemon/variant/exp/back/4080_1.png differ
diff --git a/public/images/pokemon/variant/exp/back/4080_2.png b/public/images/pokemon/variant/exp/back/4080_2.png
index 988ac3f7834..e0fa30094cf 100644
Binary files a/public/images/pokemon/variant/exp/back/4080_2.png and b/public/images/pokemon/variant/exp/back/4080_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/4080_3.png b/public/images/pokemon/variant/exp/back/4080_3.png
index 0fb239266ec..ed11f7ab90c 100644
Binary files a/public/images/pokemon/variant/exp/back/4080_3.png and b/public/images/pokemon/variant/exp/back/4080_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/4199_1.png b/public/images/pokemon/variant/exp/back/4199_1.png
index 17e691cb35b..eb658cc2171 100644
Binary files a/public/images/pokemon/variant/exp/back/4199_1.png and b/public/images/pokemon/variant/exp/back/4199_1.png differ
diff --git a/public/images/pokemon/variant/exp/back/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/665_2.png b/public/images/pokemon/variant/exp/back/665_2.png
index bfddd085cc2..83762b9392c 100644
Binary files a/public/images/pokemon/variant/exp/back/665_2.png and b/public/images/pokemon/variant/exp/back/665_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/666-archipelago.json b/public/images/pokemon/variant/exp/back/666-archipelago.json
new file mode 100644
index 00000000000..6386464b74e
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-archipelago.json
@@ -0,0 +1,35 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "c8373c": "c8373c",
+ "a2523b": "a2523b",
+ "c27351": "c27351",
+ "30c171": "30c171",
+ "b28e67": "b28e67",
+ "ceab62": "d9edd4",
+ "d2bf96": "d2bf96",
+ "c3c3c3": "c3c3c3"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "642703",
+ "675220": "741300",
+ "504a4a": "741300",
+ "595959": "824719",
+ "707068": "a22414",
+ "c8373c": "c8373c",
+ "a2523b": "a2523b",
+ "c27351": "c27351",
+ "30c171": "30c171",
+ "b28e67": "b28e67",
+ "ceab62": "a22414",
+ "d2bf96": "d2bf96",
+ "c3c3c3": "e7caa5"
+
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-archipelago_2.json b/public/images/pokemon/variant/exp/back/666-archipelago_2.json
deleted file mode 100644
index 8c6fd7bcb91..00000000000
--- a/public/images/pokemon/variant/exp/back/666-archipelago_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-archipelago_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:223e2a75aa192f3fb67e18f7f0d6c4c7:ba854fe0d08f005e9aa52e55cdc7eb4e:80cdb6dd219378a41ccf5c2acc7e7786$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-archipelago_2.png b/public/images/pokemon/variant/exp/back/666-archipelago_2.png
deleted file mode 100644
index 032fd73f5c3..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-archipelago_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-archipelago_3.json b/public/images/pokemon/variant/exp/back/666-archipelago_3.json
deleted file mode 100644
index 3f9c86ecd75..00000000000
--- a/public/images/pokemon/variant/exp/back/666-archipelago_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-archipelago_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:223e2a75aa192f3fb67e18f7f0d6c4c7:ba854fe0d08f005e9aa52e55cdc7eb4e:80cdb6dd219378a41ccf5c2acc7e7786$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-archipelago_3.png b/public/images/pokemon/variant/exp/back/666-archipelago_3.png
deleted file mode 100644
index b14fc9699cb..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-archipelago_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-continental.json b/public/images/pokemon/variant/exp/back/666-continental.json
new file mode 100644
index 00000000000..92614fb346c
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-continental.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "101010": "101010",
+ "595959": "724b7a",
+ "555353": "724b7a",
+ "d18257": "d18257",
+ "f9bd55": "f9bd55",
+ "303030": "402746",
+ "f8f05e": "f8f05e",
+ "d24c3e": "d24c3e",
+ "675220": "958c8a",
+ "ceab62": "d9edd4",
+ "707068": "a97cbc",
+ "504a4a": "7f6991",
+ "aa5844": "aa5844",
+ "c3c3c3": "ffeaff",
+ "811c1c": "811c1c",
+ "e08528": "e08528"
+ },
+ "2": {
+ "101010": "101010",
+ "595959": "8f551e",
+ "555353": "e99b44",
+ "d18257": "d18257",
+ "f9bd55": "f9bd55",
+ "303030": "6d2d0d",
+ "f8f05e": "f8f05e",
+ "d24c3e": "d24c3e",
+ "675220": "9c5c19",
+ "ceab62": "e99b44",
+ "707068": "e99b44",
+ "504a4a": "9c5c19",
+ "aa5844": "aa5844",
+ "c3c3c3": "f8f27f",
+ "811c1c": "811c1c",
+ "308528": "308528"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-continental_2.json b/public/images/pokemon/variant/exp/back/666-continental_2.json
deleted file mode 100644
index 371e157ff8a..00000000000
--- a/public/images/pokemon/variant/exp/back/666-continental_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-continental_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:89725e18f2e4d97217076ac82b40230b:c83c3d03ad1200fc71d95ecafb54bc03:23aaac2256d564b9d8a58d7de70397c3$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-continental_2.png b/public/images/pokemon/variant/exp/back/666-continental_2.png
deleted file mode 100644
index df588f7c4f5..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-continental_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-continental_3.json b/public/images/pokemon/variant/exp/back/666-continental_3.json
deleted file mode 100644
index ec9c98e6312..00000000000
--- a/public/images/pokemon/variant/exp/back/666-continental_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-continental_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:89725e18f2e4d97217076ac82b40230b:c83c3d03ad1200fc71d95ecafb54bc03:23aaac2256d564b9d8a58d7de70397c3$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-continental_3.png b/public/images/pokemon/variant/exp/back/666-continental_3.png
deleted file mode 100644
index 76bb3953e51..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-continental_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-elegant.json b/public/images/pokemon/variant/exp/back/666-elegant.json
new file mode 100644
index 00000000000..1b7b9838005
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-elegant.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "de4040": "de4040",
+ "f8de3f": "f8de3f",
+ "ceab62": "d9edd4",
+ "56479d": "56479d",
+ "875fb5": "875fb5",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "c3c3c3",
+ "e6ddf8": "e6ddf8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "351262",
+ "675220": "7d1083",
+ "504a4a": "7d1083",
+ "595959": "612776",
+ "707068": "a73fab",
+ "de4040": "de4040",
+ "f8de3f": "f8de3f",
+ "ceab62": "a73fab",
+ "56479d": "56479d",
+ "875fb5": "875fb5",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "f0ecff",
+ "e6ddf8": "e6ddf8"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-elegant_2.json b/public/images/pokemon/variant/exp/back/666-elegant_2.json
deleted file mode 100644
index 0894ba3672b..00000000000
--- a/public/images/pokemon/variant/exp/back/666-elegant_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-elegant_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 44,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bbba66d69955866664e782205a4af88d:66e99814147be780756a4d4ccd8b31dc:d6b035048c66474f6236a3bc923faa7b$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-elegant_2.png b/public/images/pokemon/variant/exp/back/666-elegant_2.png
deleted file mode 100644
index 68129e87db0..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-elegant_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-elegant_3.json b/public/images/pokemon/variant/exp/back/666-elegant_3.json
deleted file mode 100644
index 20501609416..00000000000
--- a/public/images/pokemon/variant/exp/back/666-elegant_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-elegant_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 44,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bbba66d69955866664e782205a4af88d:66e99814147be780756a4d4ccd8b31dc:d6b035048c66474f6236a3bc923faa7b$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-elegant_3.png b/public/images/pokemon/variant/exp/back/666-elegant_3.png
deleted file mode 100644
index d68e8977850..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-elegant_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-fancy.json b/public/images/pokemon/variant/exp/back/666-fancy.json
new file mode 100644
index 00000000000..5d368667ae3
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-fancy.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "d9edd4",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "ffeaff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "ffeaff"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "00771b",
+ "675220": "b9c05a",
+ "504a4a": "b9c05a",
+ "595959": "6f9f42",
+ "707068": "6f9f42",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "e3e982",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "fcf1ff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "fcf1ff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-fancy_2.json b/public/images/pokemon/variant/exp/back/666-fancy_2.json
deleted file mode 100644
index 5f8f29308d3..00000000000
--- a/public/images/pokemon/variant/exp/back/666-fancy_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:570d1bf9b987c1bf5ebfe39e485464dd:a3c8bebd39c1c84b1bf0fdf600026ea5:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-fancy_2.png b/public/images/pokemon/variant/exp/back/666-fancy_2.png
deleted file mode 100644
index 1fce2d851f4..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-fancy_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-fancy_3.json b/public/images/pokemon/variant/exp/back/666-fancy_3.json
deleted file mode 100644
index c1c35bf083a..00000000000
--- a/public/images/pokemon/variant/exp/back/666-fancy_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:570d1bf9b987c1bf5ebfe39e485464dd:a3c8bebd39c1c84b1bf0fdf600026ea5:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-fancy_3.png b/public/images/pokemon/variant/exp/back/666-fancy_3.png
deleted file mode 100644
index 8bb80556451..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-fancy_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-garden.json b/public/images/pokemon/variant/exp/back/666-garden.json
new file mode 100644
index 00000000000..16fec8bc537
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-garden.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "de4040": "de4040",
+ "398351": "398351",
+ "ceab62": "d9edd4",
+ "88d254": "88d254",
+ "3f919a": "3f919a",
+ "3dba96": "3dba96",
+ "c3c3c3": "c3c3c3"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "044553",
+ "675220": "055160",
+ "504a4a": "055160",
+ "595959": "006b55",
+ "707068": "227687",
+ "de4040": "de4040",
+ "398351": "398351",
+ "ceab62": "227687",
+ "88d254": "88d254",
+ "3f919a": "3f919a",
+ "3dba96": "3dba96",
+ "c3c3c3": "72d0a3"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-garden_2.json b/public/images/pokemon/variant/exp/back/666-garden_2.json
deleted file mode 100644
index 1c3840b900c..00000000000
--- a/public/images/pokemon/variant/exp/back/666-garden_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-garden_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4b2ac69ef7a99f6cef35d3fd38c74d01:8a4c29615f3bf20e9c5d0bb372a5b210:f13a1a8fa0a411aa91fccb833ac8719c$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-garden_2.png b/public/images/pokemon/variant/exp/back/666-garden_2.png
deleted file mode 100644
index 547bcb72245..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-garden_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-garden_3.json b/public/images/pokemon/variant/exp/back/666-garden_3.json
deleted file mode 100644
index 5fbdd2097fd..00000000000
--- a/public/images/pokemon/variant/exp/back/666-garden_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-garden_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4b2ac69ef7a99f6cef35d3fd38c74d01:8a4c29615f3bf20e9c5d0bb372a5b210:f13a1a8fa0a411aa91fccb833ac8719c$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-garden_3.png b/public/images/pokemon/variant/exp/back/666-garden_3.png
deleted file mode 100644
index 8b0261631c3..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-garden_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-high-plains.json b/public/images/pokemon/variant/exp/back/666-high-plains.json
new file mode 100644
index 00000000000..984055b6a24
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-high-plains.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "337543": "337543",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "7d4428": "7d4428",
+ "707068": "a97cbc",
+ "9a5a3b": "9a5a3b",
+ "aa4343": "aa4343",
+ "e1764e": "e1764e",
+ "e8c815": "e8c815",
+ "ceab62": "d9edd4",
+ "f3a861": "f3a861",
+ "c3c3c3": "c3c3c3",
+ "773d21": "773d21"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "8f1d19",
+ "675220": "c97034",
+ "337543": "337543",
+ "504a4a": "c97034",
+ "595959": "a55422",
+ "7d4428": "7d4428",
+ "707068": "f2975a",
+ "9a5a3b": "9a5a3b",
+ "aa4343": "aa4343",
+ "e1764e": "e1764e",
+ "e8c815": "e8c815",
+ "ceab62": "f2975a",
+ "f3a861": "f3a861",
+ "c3c3c3": "edc67c",
+ "773d21": "773d21"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-high-plains_2.json b/public/images/pokemon/variant/exp/back/666-high-plains_2.json
deleted file mode 100644
index 405f2657c8a..00000000000
--- a/public/images/pokemon/variant/exp/back/666-high-plains_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-high-plains_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:410c759185f779797422e8f2ce55db4f:6afd0d04b6138fdd57d12681e967b48c:2abdb5d19b2754e3daa24b6ff3ed2c2c$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-high-plains_2.png b/public/images/pokemon/variant/exp/back/666-high-plains_2.png
deleted file mode 100644
index d656a17d3cd..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-high-plains_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-high-plains_3.json b/public/images/pokemon/variant/exp/back/666-high-plains_3.json
deleted file mode 100644
index 4c91b8fb5a0..00000000000
--- a/public/images/pokemon/variant/exp/back/666-high-plains_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-high-plains_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:410c759185f779797422e8f2ce55db4f:6afd0d04b6138fdd57d12681e967b48c:2abdb5d19b2754e3daa24b6ff3ed2c2c$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-high-plains_3.png b/public/images/pokemon/variant/exp/back/666-high-plains_3.png
deleted file mode 100644
index cc4d6aa7536..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-high-plains_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-icy-snow.json b/public/images/pokemon/variant/exp/back/666-icy-snow.json
new file mode 100644
index 00000000000..ec52af1302a
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-icy-snow.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "ceab62": "d9edd4",
+ "95a1a1": "95a1a1",
+ "acacc2": "acacc2",
+ "c3c3c3": "c3c3c3",
+ "cfd9cf": "cfd9cf",
+ "c5c5da": "c5c5da",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "364051",
+ "675220": "666b7d",
+ "504a4a": "666b7d",
+ "595959": "60646a",
+ "707068": "8c91a4",
+ "ceab62": "8c91a4",
+ "95a1a1": "95a1a1",
+ "acacc2": "acacc2",
+ "c3c3c3": "c3c3c3",
+ "cfd9cf": "cfd9cf",
+ "c5c5da": "c5c5da",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-icy-snow_2.json b/public/images/pokemon/variant/exp/back/666-icy-snow_2.json
deleted file mode 100644
index a456b34be45..00000000000
--- a/public/images/pokemon/variant/exp/back/666-icy-snow_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-icy-snow_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9f47e6de00b727163c2ffb6870af9c6b:16bfd68007c3798294c7d690e075f679:fb1e8b97806dc5c60ac6adf0ae48199b$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-icy-snow_2.png b/public/images/pokemon/variant/exp/back/666-icy-snow_2.png
deleted file mode 100644
index f5b9bff1f1a..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-icy-snow_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-icy-snow_3.json b/public/images/pokemon/variant/exp/back/666-icy-snow_3.json
deleted file mode 100644
index c1b2ff5791d..00000000000
--- a/public/images/pokemon/variant/exp/back/666-icy-snow_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-icy-snow_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9f47e6de00b727163c2ffb6870af9c6b:16bfd68007c3798294c7d690e075f679:fb1e8b97806dc5c60ac6adf0ae48199b$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-icy-snow_3.png b/public/images/pokemon/variant/exp/back/666-icy-snow_3.png
deleted file mode 100644
index 3b9a184ff14..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-icy-snow_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-jungle.json b/public/images/pokemon/variant/exp/back/666-jungle.json
new file mode 100644
index 00000000000..63b998e284e
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-jungle.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "724e28": "724e28",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "567456": "567456",
+ "707068": "a97cbc",
+ "9a653e": "9a653e",
+ "638c63": "638c63",
+ "c29566": "c29566",
+ "ceab62": "d9edd4",
+ "7cc48b": "7cc48b",
+ "c3c3c3": "c3c3c3"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "20452e",
+ "724e28": "724e28",
+ "675220": "153922",
+ "504a4a": "153922",
+ "595959": "285b3b",
+ "567456": "567456",
+ "707068": "385c43",
+ "9a653e": "9a653e",
+ "638c63": "638c63",
+ "c29566": "c29566",
+ "ceab62": "385c43",
+ "7cc48b": "7cc48b",
+ "c3c3c3": "a9d9a0"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-jungle_2.json b/public/images/pokemon/variant/exp/back/666-jungle_2.json
deleted file mode 100644
index e941cffbb5e..00000000000
--- a/public/images/pokemon/variant/exp/back/666-jungle_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-jungle_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4d8913bd65ce0b63c5354717532a7d60:39392afb8d9fb30f37b8d68b6cd368ad:c8686bcc5493911384853d54c85bfea1$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-jungle_2.png b/public/images/pokemon/variant/exp/back/666-jungle_2.png
deleted file mode 100644
index 64465ae4644..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-jungle_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-jungle_3.json b/public/images/pokemon/variant/exp/back/666-jungle_3.json
deleted file mode 100644
index 8bbc5571373..00000000000
--- a/public/images/pokemon/variant/exp/back/666-jungle_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-jungle_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4d8913bd65ce0b63c5354717532a7d60:39392afb8d9fb30f37b8d68b6cd368ad:c8686bcc5493911384853d54c85bfea1$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-jungle_3.png b/public/images/pokemon/variant/exp/back/666-jungle_3.png
deleted file mode 100644
index e0132ad8b7a..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-jungle_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-marine.json b/public/images/pokemon/variant/exp/back/666-marine.json
new file mode 100644
index 00000000000..0bae2c2067e
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-marine.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "ceab62": "d9edd4",
+ "315382": "315382",
+ "367cb9": "367cb9",
+ "2f8dc9": "2f8dc9",
+ "5acdf1": "5acdf1",
+ "c3c3c3": "c3c3c3",
+ "f2f2f2": "f2f2f2"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "16244f",
+ "675220": "264c85",
+ "504a4a": "264c85",
+ "595959": "2a5894",
+ "707068": "3070af",
+ "ceab62": "3070af",
+ "315382": "315382",
+ "367cb9": "367cb9",
+ "2f8dc9": "2f8dc9",
+ "5acdf1": "5acdf1",
+ "c3c3c3": "3070af",
+ "f2f2f2": "f2f2f2"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-marine_2.json b/public/images/pokemon/variant/exp/back/666-marine_2.json
deleted file mode 100644
index 7f85f0176f9..00000000000
--- a/public/images/pokemon/variant/exp/back/666-marine_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-marine_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b061fec5d665439da49159647e0a7d71:7cac8aa51d4531fbcf0f9ea9bf644452:dc240f0acbf3d56fe8729dd1f703009f$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-marine_2.png b/public/images/pokemon/variant/exp/back/666-marine_2.png
deleted file mode 100644
index 11f4045e000..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-marine_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-marine_3.json b/public/images/pokemon/variant/exp/back/666-marine_3.json
deleted file mode 100644
index f61b5ed14a9..00000000000
--- a/public/images/pokemon/variant/exp/back/666-marine_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-marine_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b061fec5d665439da49159647e0a7d71:7cac8aa51d4531fbcf0f9ea9bf644452:dc240f0acbf3d56fe8729dd1f703009f$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-marine_3.png b/public/images/pokemon/variant/exp/back/666-marine_3.png
deleted file mode 100644
index f8dbcebb2d2..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-marine_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-meadow.json b/public/images/pokemon/variant/exp/back/666-meadow.json
new file mode 100644
index 00000000000..4f567cb29ee
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-meadow.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "f2f2f2": "f2f2f2",
+ "303030": "402746",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "c3c3c3": "c3c3c3",
+ "707068": "a97cbc",
+ "675220": "958c8a",
+ "ceab62": "d9edd4",
+ "2d9b9b": "2d9b9b",
+ "e66fad": "e66fad",
+ "b4295a": "b4295a",
+ "f3a0ca": "f3a0ca",
+ "da6b7e": "da6b7e"
+ },
+ "2": {
+ "101010": "101010",
+ "f2f2f2": "f2f2f2",
+ "303030": "770921",
+ "504a4a": "a2275e",
+ "595959": "9e3941",
+ "c3c3c3": "f4c2ec",
+ "707068": "ce5283",
+ "675220": "a2275e",
+ "ceab62": "ce5283",
+ "2d9b9b": "2d9b9b",
+ "e66fad": "e66fad",
+ "b4295a": "b4295a",
+ "f3a0ca": "f3a0ca",
+ "da6b7e": "da6b7e"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-meadow_2.json b/public/images/pokemon/variant/exp/back/666-meadow_2.json
deleted file mode 100644
index 7c2cbd58134..00000000000
--- a/public/images/pokemon/variant/exp/back/666-meadow_2.json
+++ /dev/null
@@ -1,524 +0,0 @@
-{
- "textures": [
- {
- "image": "666-meadow_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 234,
- "h": 234
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 86
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 84,
- "h": 86
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 86
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 84,
- "h": 86
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 0,
- "w": 47,
- "h": 85
- },
- "frame": {
- "x": 187,
- "y": 86,
- "w": 47,
- "h": 85
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 0,
- "w": 47,
- "h": 85
- },
- "frame": {
- "x": 187,
- "y": 86,
- "w": 47,
- "h": 85
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:49698fe6f96ff24d2fe1c7a365f79f1b:f15ccef05dfd7ebb03ac6c66ae05dcef:f8ac4807b4d6eef2256fa1b93e0f89ba$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-meadow_2.png b/public/images/pokemon/variant/exp/back/666-meadow_2.png
deleted file mode 100644
index 3a66918a8d2..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-meadow_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-meadow_3.json b/public/images/pokemon/variant/exp/back/666-meadow_3.json
deleted file mode 100644
index 6dcce66c44e..00000000000
--- a/public/images/pokemon/variant/exp/back/666-meadow_3.json
+++ /dev/null
@@ -1,524 +0,0 @@
-{
- "textures": [
- {
- "image": "666-meadow_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 234,
- "h": 234
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 86
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 84,
- "h": 86
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 86
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 84,
- "h": 86
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 0,
- "w": 47,
- "h": 85
- },
- "frame": {
- "x": 187,
- "y": 86,
- "w": 47,
- "h": 85
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 0,
- "w": 47,
- "h": 85
- },
- "frame": {
- "x": 187,
- "y": 86,
- "w": 47,
- "h": 85
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:49698fe6f96ff24d2fe1c7a365f79f1b:f15ccef05dfd7ebb03ac6c66ae05dcef:f8ac4807b4d6eef2256fa1b93e0f89ba$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-meadow_3.png b/public/images/pokemon/variant/exp/back/666-meadow_3.png
deleted file mode 100644
index 04c790e6b2b..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-meadow_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-modern.json b/public/images/pokemon/variant/exp/back/666-modern.json
new file mode 100644
index 00000000000..5572a58bfa9
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-modern.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "b83c3c": "b83c3c",
+ "f44f4f": "f44f4f",
+ "ceab62": "d9edd4",
+ "3b6cbb": "3b6cbb",
+ "405793": "405793",
+ "c3c3c3": "c3c3c3",
+ "cfc5d9": "cfc5d9"
+ },
+ "2":{
+ "101010": "101010",
+ "303030": "4e0000",
+ "675220": "801521",
+ "504a4a": "801521",
+ "595959": "830012",
+ "707068": "ad2640",
+ "b83c3c": "b83c3c",
+ "f44f4f": "f44f4f",
+ "ceab62": "ad2640",
+ "3b6cbb": "3b6cbb",
+ "405793": "405793",
+ "c3c3c3": "ffeae8",
+ "cfc5d9": "cfc5d9"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-modern_2.json b/public/images/pokemon/variant/exp/back/666-modern_2.json
deleted file mode 100644
index 4b0ef1a8a59..00000000000
--- a/public/images/pokemon/variant/exp/back/666-modern_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-modern_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:deb5b8b4295c15b4c8718bf2ed9791d1:bbe309a34a59a4e2f74eeba5769476f4:5fc0e8f9a0750c2f3cfb5d6e7eca0d45$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-modern_2.png b/public/images/pokemon/variant/exp/back/666-modern_2.png
deleted file mode 100644
index 1e226e6b79c..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-modern_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-modern_3.json b/public/images/pokemon/variant/exp/back/666-modern_3.json
deleted file mode 100644
index 78c496fc208..00000000000
--- a/public/images/pokemon/variant/exp/back/666-modern_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-modern_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:deb5b8b4295c15b4c8718bf2ed9791d1:bbe309a34a59a4e2f74eeba5769476f4:5fc0e8f9a0750c2f3cfb5d6e7eca0d45$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-modern_3.png b/public/images/pokemon/variant/exp/back/666-modern_3.png
deleted file mode 100644
index 6d7516c4620..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-modern_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-monsoon.json b/public/images/pokemon/variant/exp/back/666-monsoon.json
new file mode 100644
index 00000000000..915d471b2b1
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-monsoon.json
@@ -0,0 +1,33 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "807676": "807676",
+ "ceab62": "d9edd4",
+ "5676de": "5676de",
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "c3c3c3": "c3c3c3",
+ "f0f0f8": "f0f0f8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "3d3231",
+ "675220": "2c3593",
+ "504a4a": "2c3593",
+ "595959": "4f4645",
+ "707068": "5857bc",
+ "807676": "807676",
+ "ceab62": "5857bc",
+ "5676de": "5676de",
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "92f4f4": "92f4f4",
+ "c3c3c3": "b8f9f9",
+ "f0f0f8": "f0f0f8"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-monsoon_2.json b/public/images/pokemon/variant/exp/back/666-monsoon_2.json
deleted file mode 100644
index 344344ec0b2..00000000000
--- a/public/images/pokemon/variant/exp/back/666-monsoon_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-monsoon_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:71a24b11bc54be921b67b4376d798e05:f5358aac113e1f7af7eddf984d9692b3:637bea52b465abfb8e5a576310b4dacc$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-monsoon_2.png b/public/images/pokemon/variant/exp/back/666-monsoon_2.png
deleted file mode 100644
index 7570e6a7bfe..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-monsoon_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-monsoon_3.json b/public/images/pokemon/variant/exp/back/666-monsoon_3.json
deleted file mode 100644
index 4f7304f6c0c..00000000000
--- a/public/images/pokemon/variant/exp/back/666-monsoon_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-monsoon_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:71a24b11bc54be921b67b4376d798e05:f5358aac113e1f7af7eddf984d9692b3:637bea52b465abfb8e5a576310b4dacc$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-monsoon_3.png b/public/images/pokemon/variant/exp/back/666-monsoon_3.png
deleted file mode 100644
index 6e9314cde1f..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-monsoon_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-ocean.json b/public/images/pokemon/variant/exp/back/666-ocean.json
new file mode 100644
index 00000000000..70e7a51c21f
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-ocean.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "e1384d": "e1384d",
+ "ebcf3f": "ebcf3f",
+ "ceab62": "d9edd4",
+ "f4ad61": "f4ad61",
+ "f8ef6a": "f8ef6a",
+ "4482c9": "4482c9",
+ "6bb2e9": "6bb2e9",
+ "c3c3c3": "c3c3c3"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "b54908",
+ "675220": "bc601c",
+ "504a4a": "bc601c",
+ "595959": "e99a26",
+ "707068": "ea8742",
+ "e1384d": "e1384d",
+ "ebcf3f": "ebcf3f",
+ "ceab62": "ea8742",
+ "f4ad61": "f4ad61",
+ "f8ef6a": "f8ef6a",
+ "4482c9": "4482c9",
+ "6bb2e9": "6bb2e9",
+ "c3c3c3": "f3c86b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-ocean_2.json b/public/images/pokemon/variant/exp/back/666-ocean_2.json
deleted file mode 100644
index d5bb27bf592..00000000000
--- a/public/images/pokemon/variant/exp/back/666-ocean_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-ocean_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a1a0079c64e9d91336d227b1380cd9d2:cf159e4653ad9208c0f4633a498a6cd1:e7a0e68eab89c2013a3eb7f3b6fc0b33$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-ocean_2.png b/public/images/pokemon/variant/exp/back/666-ocean_2.png
deleted file mode 100644
index f8757bc7547..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-ocean_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-ocean_3.json b/public/images/pokemon/variant/exp/back/666-ocean_3.json
deleted file mode 100644
index 4ca1832c359..00000000000
--- a/public/images/pokemon/variant/exp/back/666-ocean_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-ocean_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a1a0079c64e9d91336d227b1380cd9d2:cf159e4653ad9208c0f4633a498a6cd1:e7a0e68eab89c2013a3eb7f3b6fc0b33$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-ocean_3.png b/public/images/pokemon/variant/exp/back/666-ocean_3.png
deleted file mode 100644
index 77b839e4326..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-ocean_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-poke-ball.json b/public/images/pokemon/variant/exp/back/666-poke-ball.json
new file mode 100644
index 00000000000..e21ba03fc1e
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-poke-ball.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "971d1d": "971d1d",
+ "b72c2c": "b72c2c",
+ "dc4b4b": "dc4b4b",
+ "e97e7e": "e97e7e",
+ "ceab62": "d9edd4",
+ "a9a99e": "a9a99e",
+ "c3c3c3": "c3c3c3",
+ "f8f8f8": "f8f8f8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "ae001a",
+ "675220": "a70038",
+ "504a4a": "a70038",
+ "595959": "df0036",
+ "707068": "d5375a",
+ "971d1d": "040046",
+ "b72c2c": "00005e",
+ "dc4b4b": "19007d",
+ "e97e7e": "2e2095",
+ "ceab62": "d5375a",
+ "a9a99e": "000050",
+ "c3c3c3": "f0a6bf",
+ "f8f8f8": "00006d"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-poke-ball_2.json b/public/images/pokemon/variant/exp/back/666-poke-ball_2.json
deleted file mode 100644
index 99da9b9ac29..00000000000
--- a/public/images/pokemon/variant/exp/back/666-poke-ball_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-poke-ball_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e744396a3b647429d050d678017c05ce:ec812f719dffcd362f0481d7d83c3476:8ec14f129d1691b8da504a13b661abed$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-poke-ball_2.png b/public/images/pokemon/variant/exp/back/666-poke-ball_2.png
deleted file mode 100644
index caaf61118bc..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-poke-ball_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-poke-ball_3.json b/public/images/pokemon/variant/exp/back/666-poke-ball_3.json
deleted file mode 100644
index de222894738..00000000000
--- a/public/images/pokemon/variant/exp/back/666-poke-ball_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-poke-ball_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e744396a3b647429d050d678017c05ce:ec812f719dffcd362f0481d7d83c3476:8ec14f129d1691b8da504a13b661abed$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-poke-ball_3.png b/public/images/pokemon/variant/exp/back/666-poke-ball_3.png
deleted file mode 100644
index 944f53eb4aa..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-poke-ball_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-polar.json b/public/images/pokemon/variant/exp/back/666-polar.json
new file mode 100644
index 00000000000..f86b4df3dcc
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-polar.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "2d2d61": "2d2d61",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "ceab62": "d9edd4",
+ "3b4b8a": "3b4b8a",
+ "4d6cc1": "4d6cc1",
+ "6aa2dc": "6aa2dc",
+ "bfbfbf": "bfbfbf",
+ "c3c3c3": "c3c3c3",
+ "f0f0f8": "f0f0f8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "191b54",
+ "675220": "366098",
+ "2d2d61": "2d2d61",
+ "504a4a": "366098",
+ "595959": "2f3887",
+ "707068": "5f85c1",
+ "ceab62": "5f85c1",
+ "3b4b8a": "3b4b8a",
+ "4d6cc1": "4d6cc1",
+ "6aa2dc": "6aa2dc",
+ "bfbfbf": "bfbfbf",
+ "c3c3c3": "ffffff",
+ "f0f0f8": "f0f0f8"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-polar_2.json b/public/images/pokemon/variant/exp/back/666-polar_2.json
deleted file mode 100644
index e30095c2299..00000000000
--- a/public/images/pokemon/variant/exp/back/666-polar_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-polar_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 45,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 45,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 45,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a3b0453f2d03b9c62472f57a438298a4:81a5a3455ae0c378bdb1dbe3c3323463:eb7086e98f867c6592e4b161835da18b$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-polar_2.png b/public/images/pokemon/variant/exp/back/666-polar_2.png
deleted file mode 100644
index e8d5a056bb3..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-polar_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-polar_3.json b/public/images/pokemon/variant/exp/back/666-polar_3.json
deleted file mode 100644
index 76df03f7d08..00000000000
--- a/public/images/pokemon/variant/exp/back/666-polar_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-polar_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 45,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 45,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 45,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a3b0453f2d03b9c62472f57a438298a4:81a5a3455ae0c378bdb1dbe3c3323463:eb7086e98f867c6592e4b161835da18b$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-polar_3.png b/public/images/pokemon/variant/exp/back/666-polar_3.png
deleted file mode 100644
index 131d702ddb1..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-polar_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-river.json b/public/images/pokemon/variant/exp/back/666-river.json
new file mode 100644
index 00000000000..c7e5e288d05
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-river.json
@@ -0,0 +1,40 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "4a412c": "4a412c",
+ "675220": "958c8a",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "625841": "625841",
+ "707068": "a97cbc",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "c3c3c3",
+ "d2a862": "d9edd4"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "7b2800",
+ "4a412c": "4a412c",
+ "675220": "ae7f41",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "ae7f41",
+ "595959": "8a5702",
+ "625841": "625841",
+ "707068": "d9a666",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "e3c384",
+ "d2a862": "d2a862"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-river_2.json b/public/images/pokemon/variant/exp/back/666-river_2.json
deleted file mode 100644
index 4edb4a188f8..00000000000
--- a/public/images/pokemon/variant/exp/back/666-river_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-river_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2bb6d375761e6690eba12cf4d2bc99c9:9db30ec1cf68fe8c1026c243086573f3:fa23dc87fc53ba2cfa532cf440553cf5$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-river_2.png b/public/images/pokemon/variant/exp/back/666-river_2.png
deleted file mode 100644
index 97ce9b85139..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-river_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-river_3.json b/public/images/pokemon/variant/exp/back/666-river_3.json
deleted file mode 100644
index 69623e13034..00000000000
--- a/public/images/pokemon/variant/exp/back/666-river_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-river_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2bb6d375761e6690eba12cf4d2bc99c9:9db30ec1cf68fe8c1026c243086573f3:fa23dc87fc53ba2cfa532cf440553cf5$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-river_3.png b/public/images/pokemon/variant/exp/back/666-river_3.png
deleted file mode 100644
index c84413aaaaf..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-river_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-sandstorm.json b/public/images/pokemon/variant/exp/back/666-sandstorm.json
new file mode 100644
index 00000000000..6bc91afb34d
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-sandstorm.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "625843": "625843",
+ "72604d": "72604d",
+ "707068": "a97cbc",
+ "9b9148": "9b9148",
+ "ba8d68": "ba8d68",
+ "ceab62": "d9edd4",
+ "d9b674": "d9b674",
+ "f1d69e": "f1d69e",
+ "c3c3c3": "c3c3c3"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "443123",
+ "675220": "9c703b",
+ "504a4a": "9c703b",
+ "595959": "88583e",
+ "625843": "625843",
+ "72604d": "72604d",
+ "707068": "c6975f",
+ "9b9148": "9b9148",
+ "ba8d68": "ba8d68",
+ "ceab62": "c6975f",
+ "d9b674": "d9b674",
+ "f1d69e": "f1d69e",
+ "c3c3c3": "ece1a9"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-sandstorm_2.json b/public/images/pokemon/variant/exp/back/666-sandstorm_2.json
deleted file mode 100644
index 5651485f6d0..00000000000
--- a/public/images/pokemon/variant/exp/back/666-sandstorm_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-sandstorm_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 2,
- "w": 40,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 40,
- "h": 68
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 2,
- "w": 40,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 68,
- "w": 40,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e35abed8cd9d0bbf1556fa684995d930:8d765a06a769bbf3d1639f361548cd6f:12f47e779927411662912d6094a9782d$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-sandstorm_2.png b/public/images/pokemon/variant/exp/back/666-sandstorm_2.png
deleted file mode 100644
index 541d183dc62..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-sandstorm_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-sandstorm_3.json b/public/images/pokemon/variant/exp/back/666-sandstorm_3.json
deleted file mode 100644
index d43381578cb..00000000000
--- a/public/images/pokemon/variant/exp/back/666-sandstorm_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-sandstorm_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 2,
- "w": 40,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 40,
- "h": 68
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 2,
- "w": 40,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 68,
- "w": 40,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e35abed8cd9d0bbf1556fa684995d930:8d765a06a769bbf3d1639f361548cd6f:12f47e779927411662912d6094a9782d$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-sandstorm_3.png b/public/images/pokemon/variant/exp/back/666-sandstorm_3.png
deleted file mode 100644
index 393e47eb747..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-sandstorm_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-savanna.json b/public/images/pokemon/variant/exp/back/666-savanna.json
new file mode 100644
index 00000000000..c261f52dced
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-savanna.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "dcc433": "dcc433",
+ "ceab62": "d9edd4",
+ "3b67ac": "3b67ac",
+ "61a0f5": "61a0f5",
+ "55d3d9": "55d3d9",
+ "6cc6c6": "6cc6c6",
+ "fffd77": "fffd77",
+ "c3c3c3": "c3c3c3"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "183576",
+ "675220": "1d828b",
+ "504a4a": "1d828b",
+ "595959": "4168bb",
+ "707068": "4faab3",
+ "dcc433": "dcc433",
+ "ceab62": "4faab3",
+ "fffd77": "fffd77",
+ "3b67ac": "3b67ac",
+ "61a0f5": "61a0f5",
+ "55d3d9": "55d3d9",
+ "6cc6c6": "6cc6c6",
+ "c3c3c3": "81e7e1"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-savanna_2.json b/public/images/pokemon/variant/exp/back/666-savanna_2.json
deleted file mode 100644
index c1f73f6efc7..00000000000
--- a/public/images/pokemon/variant/exp/back/666-savanna_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-savanna_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:1ad0c7c841409c3fd4cb50b399d6e13c:b9406b41d37bc72c57260f9a01a352c8:625a4f0dc001069326a75c6a381f93e6$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-savanna_2.png b/public/images/pokemon/variant/exp/back/666-savanna_2.png
deleted file mode 100644
index dea05ede882..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-savanna_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-savanna_3.json b/public/images/pokemon/variant/exp/back/666-savanna_3.json
deleted file mode 100644
index 49ab66f6855..00000000000
--- a/public/images/pokemon/variant/exp/back/666-savanna_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-savanna_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:1ad0c7c841409c3fd4cb50b399d6e13c:b9406b41d37bc72c57260f9a01a352c8:625a4f0dc001069326a75c6a381f93e6$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-savanna_3.png b/public/images/pokemon/variant/exp/back/666-savanna_3.png
deleted file mode 100644
index bc2366e3483..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-savanna_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-sun.json b/public/images/pokemon/variant/exp/back/666-sun.json
new file mode 100644
index 00000000000..21cf5787ba4
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-sun.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "c94971": "c94971",
+ "e18248": "e18248",
+ "ceab62": "d9edd4",
+ "f1a26a": "f1a26a",
+ "f0ce44": "f0ce44",
+ "fcf372": "fcf372",
+ "f47491": "f47491",
+ "c3c3c3": "c3c3c3"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "640000",
+ "675220": "8c1850",
+ "504a4a": "8c1850",
+ "595959": "750500",
+ "707068": "b83b74",
+ "c94971": "c94971",
+ "e18248": "e18248",
+ "ceab62": "b83b74",
+ "f1a26a": "f1a26a",
+ "f0ce44": "f0ce44",
+ "fcf372": "fcf372",
+ "f47491": "f47491",
+ "c3c3c3": "fee3e7"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-sun_2.json b/public/images/pokemon/variant/exp/back/666-sun_2.json
deleted file mode 100644
index d7c995a1bc0..00000000000
--- a/public/images/pokemon/variant/exp/back/666-sun_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-sun_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:1d3a140bac5951725915aa0b64d1fdc6:e322510cf8386dcc7834a05d57e5368e:8f5fdd0a698701f5391c5a3f67e303d6$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-sun_2.png b/public/images/pokemon/variant/exp/back/666-sun_2.png
deleted file mode 100644
index 32737f852e6..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-sun_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-sun_3.json b/public/images/pokemon/variant/exp/back/666-sun_3.json
deleted file mode 100644
index a3f755a4e7c..00000000000
--- a/public/images/pokemon/variant/exp/back/666-sun_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-sun_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:1d3a140bac5951725915aa0b64d1fdc6:e322510cf8386dcc7834a05d57e5368e:8f5fdd0a698701f5391c5a3f67e303d6$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-sun_3.png b/public/images/pokemon/variant/exp/back/666-sun_3.png
deleted file mode 100644
index d1679b936e1..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-sun_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-tundra.json b/public/images/pokemon/variant/exp/back/666-tundra.json
new file mode 100644
index 00000000000..b098f776c00
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-tundra.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "ceab62": "d9edd4",
+ "539ad9": "539ad9",
+ "74bbe9": "74bbe9",
+ "a3def1": "a3def1",
+ "c3c3c3": "c3c3c3",
+ "d0d0d0": "d0d0d0",
+ "f0f0f8": "f0f0f8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "003d69",
+ "675220": "3a76a7",
+ "504a4a": "3a76a7",
+ "595959": "225b72",
+ "707068": "659dd0",
+ "ceab62": "659dd0",
+ "539ad9": "539ad9",
+ "74bbe9": "74bbe9",
+ "a3def1": "a3def1",
+ "c3c3c3": "cbfbfb",
+ "d0d0d0": "d0d0d0",
+ "f0f0f8": "f0f0f8"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-tundra_2.json b/public/images/pokemon/variant/exp/back/666-tundra_2.json
deleted file mode 100644
index 3d8ae45a641..00000000000
--- a/public/images/pokemon/variant/exp/back/666-tundra_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-tundra_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:40f74f8757cb0f5a2ab7b5f68ea979a0:d062f67571674668b47f6fab68361105:9779ed3adebc298af537dd64dc25fe00$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-tundra_2.png b/public/images/pokemon/variant/exp/back/666-tundra_2.png
deleted file mode 100644
index 7311852570a..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-tundra_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-tundra_3.json b/public/images/pokemon/variant/exp/back/666-tundra_3.json
deleted file mode 100644
index 65be2910a02..00000000000
--- a/public/images/pokemon/variant/exp/back/666-tundra_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-tundra_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:40f74f8757cb0f5a2ab7b5f68ea979a0:d062f67571674668b47f6fab68361105:9779ed3adebc298af537dd64dc25fe00$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-tundra_3.png b/public/images/pokemon/variant/exp/back/666-tundra_3.png
deleted file mode 100644
index 3d1d40ca2a2..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-tundra_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/696_1.png b/public/images/pokemon/variant/exp/back/696_1.png
index daae82216a5..5e68ab9c167 100644
Binary files a/public/images/pokemon/variant/exp/back/696_1.png and b/public/images/pokemon/variant/exp/back/696_1.png differ
diff --git a/public/images/pokemon/variant/exp/back/696_2.png b/public/images/pokemon/variant/exp/back/696_2.png
index a8183d3c396..17e53dcd881 100644
Binary files a/public/images/pokemon/variant/exp/back/696_2.png and b/public/images/pokemon/variant/exp/back/696_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/696_3.png b/public/images/pokemon/variant/exp/back/696_3.png
index 1eef16f0612..b6cecfa1c8d 100644
Binary files a/public/images/pokemon/variant/exp/back/696_3.png and b/public/images/pokemon/variant/exp/back/696_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/697.json b/public/images/pokemon/variant/exp/back/697.json
index 61a5f16551b..5303995a117 100644
--- a/public/images/pokemon/variant/exp/back/697.json
+++ b/public/images/pokemon/variant/exp/back/697.json
@@ -1,37 +1,34 @@
{
- "1": {
- "080808":"080808",
- "621e1d":"0b241e",
- "902f2d":"153626",
- "b45250":"285234",
- "653510":"5e0b0b",
- "b56827":"971c1c",
- "e39f33":"b52424",
- "46413f":"4c3216",
- "766c67":"ad8c63",
- "adaaae":"cbbe8c",
- "f0f0f2":"dfdea7",
- "3d3937":"ab8a61",
- "786d68":"cfc28f",
- "afacb0":"c9bd8b",
- "ededf0":"e0dfa8"
- },
- "2": {
- "080808":"080808",
- "621e1d":"52352f",
- "902f2d":"83726e",
- "b45250":"ab9b97",
- "653510":"9d5390",
- "b56827":"ce7ecc",
- "e39f33":"f4dbf6",
- "46413f":"170c25",
- "766c67":"26173b",
- "adaaae":"33214f",
- "f0f0f2":"4b2e64",
- "3d3937":"c97bc7",
- "786d68":"e5a9ea",
- "afacb0":"d180ce",
- "ededf0":"ededf0"
- }
+
+"1": {
+"080808": "080808",
+"32252c": "3e1e17",
+"50131e": "0b241e",
+"722533": "153626",
+"54434c": "4c3216",
+"964b1c": "5e0b0b",
+"963e4e": "285234",
+"bf7545": "971c1c",
+"f19d5a": "b52424",
+"9f9d98": "ad8c63",
+"cccccc": "cbbe8c",
+"fafafa": "dfdea7",
+"53454d":"4c3216"
+},
+"2": {
+"080808": "080808",
+"32252c": "0d0124",
+"50131e": "573b36",
+"722533": "83726e",
+"54434c": "170c25",
+"964b1c": "9d5390",
+"963e4e": "ab9b97",
+"bf7545": "ce7ecc",
+"f19d5a": "f4dbf6",
+"9f9d98": "26173b",
+"cccccc": "33214f",
+"fafafa": "4b2e64",
+"53454d": "f4dbf6"
+}
}
diff --git a/public/images/pokemon/variant/exp/back/697_3.png b/public/images/pokemon/variant/exp/back/697_3.png
index d9f80e85a02..4c916ab0d82 100644
Binary files a/public/images/pokemon/variant/exp/back/697_3.png and b/public/images/pokemon/variant/exp/back/697_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/698.json b/public/images/pokemon/variant/exp/back/698.json
deleted file mode 100644
index af193c3bc0c..00000000000
--- a/public/images/pokemon/variant/exp/back/698.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "1": {
- "b3747e": "4b7465",
- "ffbfca": "43bf8d",
- "fff2b2": "9bffa9",
- "537180": "b04f4b",
- "a6e1ff": "efab87",
- "101010": "101010",
- "85b4cc": "cf755d",
- "217aa6": "7f99e1",
- "30b2f2": "b5dcff",
- "fdfdfd": "fdfdfd",
- "c0c0c0": "d7cca0",
- "cacaca": "cacaca",
- "cbaa84": "44827c",
- "dcffb2": "8eeab9",
- "eeffbf": "cdffb5",
- "b7ffb2": "72d8ce"
- },
- "2": {
- "b3747e": "c452a6",
- "ffbfca": "faccff",
- "fff2b2": "eb88b9",
- "537180": "392d65",
- "a6e1ff": "936daa",
- "101010": "101010",
- "85b4cc": "654a8a",
- "217aa6": "efaa51",
- "30b2f2": "ffd169",
- "fdfdfd": "fdfdfd",
- "c0c0c0": "282747",
- "cacaca": "cacaca",
- "cbaa84": "cc78db",
- "dcffb2": "d7bbf4",
- "eeffbf": "ed9ff2",
- "b7ffb2": "dceeff"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/699_2.png b/public/images/pokemon/variant/exp/back/699_2.png
index 249930be50f..ea3da153124 100644
Binary files a/public/images/pokemon/variant/exp/back/699_2.png and b/public/images/pokemon/variant/exp/back/699_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/699_3.png b/public/images/pokemon/variant/exp/back/699_3.png
index f5082d58284..4fd35302b43 100644
Binary files a/public/images/pokemon/variant/exp/back/699_3.png and b/public/images/pokemon/variant/exp/back/699_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/700.json b/public/images/pokemon/variant/exp/back/700.json
index 4b65fb00405..1189d463f2b 100644
--- a/public/images/pokemon/variant/exp/back/700.json
+++ b/public/images/pokemon/variant/exp/back/700.json
@@ -1,26 +1,32 @@
{
- "1": {
- "107090": "c72537",
- "af4f6f": "452f89",
- "7fcfdf": "ff9a68",
- "ffaebb": "c7a6ee",
- "101010": "101010",
- "807070": "5c6889",
- "ef6f8f": "996cd2",
- "ffffff": "f7f5ff",
- "ddcccc": "c3c5d9",
- "6f8faf": "eb5244"
- },
- "2": {
- "107090": "c72537",
- "af4f6f": "197d46",
- "7fcfdf": "ff9a68",
- "ffaebb": "7dec9d",
- "101010": "101010",
- "807070": "7f5c89",
- "ef6f8f": "5dae7d",
- "ffffff": "fff5fc",
- "ddcccc": "d9c3d6",
- "6f8faf": "eb5244"
- }
+"1": {
+"101010": "101010",
+"8a2843": "452f89",
+"235a99": "a63071",
+"895c72": "5c6889",
+"d85a7a": "996cd2",
+"528fcc": "d648b7",
+"a88d8c": "8c8fa8",
+"f18a78": "b52d27",
+"fa8caa": "c7a6ee",
+"64c8f3": "e974db",
+"d9c3c3": "c3c5d9",
+"fff5f5": "f7f5ff",
+"65798c": "65798c"
+},
+"2": {
+"101010": "101010",
+"8a2843": "0e6134",
+"235a99": "900d1b",
+"895c72": "7f5c89",
+"d85a7a": "5dae7d",
+"528fcc": "dd3d4f",
+"a88d8c": "7f5c89",
+"f18a78": "d14ea4",
+"fa8caa": "7dec9d",
+"64c8f3": "ff9a68",
+"d9c3c3": "d9c3d6",
+"fff5f5": "fff5fc",
+"65798c": "65798c"
+}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/702.json b/public/images/pokemon/variant/exp/back/702.json
index a5bb32bb790..12feb29a0fd 100644
--- a/public/images/pokemon/variant/exp/back/702.json
+++ b/public/images/pokemon/variant/exp/back/702.json
@@ -1,22 +1,32 @@
{
"1": {
"101010": "101010",
- "4d4d4d": "6789b3",
"262626": "2a3b5e",
+ "4d4d4d": "6789b3",
+ "bfbf86": "a3d1cc",
+ "f2f2aa": "ddfff5",
"735c2e": "a53c42",
+ "997a3d": "c9685f",
"f2c261": "ffd3b6",
"bf994c": "e49f84",
- "997a3d": "c9685f",
- "000000": "000000"
+ "1d1d1d": "1a1c45",
+ "f8f8f8": "f8f8f8",
+ "464646": "424b8f",
+ "d97d21": "7cd6a1"
},
"2": {
"101010": "101010",
- "4d4d4d": "197870",
"262626": "072d38",
+ "4d4d4d": "197870",
+ "bfbf86": "aaa8d6",
+ "f2f2aa": "ece5ff",
"735c2e": "1e0e27",
+ "997a3d": "2d1533",
"f2c261": "5f3662",
"bf994c": "432249",
- "997a3d": "2d1533",
- "000000": "000000"
+ "1d1d1d": "02172d",
+ "f8f8f8": "f8f8f8",
+ "464646": "17646c",
+ "d97d21": "d2fff1"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/703.json b/public/images/pokemon/variant/exp/back/703.json
deleted file mode 100644
index 376abd466d2..00000000000
--- a/public/images/pokemon/variant/exp/back/703.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "1": {
- "306090": "c35b2a",
- "88aacc": "e67c37",
- "fefefe": "fefefe",
- "535763": "292638",
- "a3a7b3": "4d496b",
- "737783": "37344e",
- "bbddff": "ffa633",
- "101010": "101010",
- "5f6060": "e6ac60",
- "bfbbbb": "ffd3a1",
- "fcfefe": "ffeed6"
- },
- "2": {
- "306090": "a03c69",
- "88aacc": "e25493",
- "fefefe": "ffe2ee",
- "535763": "976ba9",
- "a3a7b3": "e4cdf9",
- "737783": "cca1db",
- "bbddff": "f591bd",
- "101010": "101010",
- "5f6060": "5a3d84",
- "bfbbbb": "8359a7",
- "fcfefe": "a473bf"
- }
-}
\ 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/708.json b/public/images/pokemon/variant/exp/back/708.json
deleted file mode 100644
index 7d41d6d24b0..00000000000
--- a/public/images/pokemon/variant/exp/back/708.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "1": {
- "1a1a1c": "1a1a1c",
- "686665": "646085",
- "103222": "802c26",
- "221b17": "221b17",
- "090606": "090606",
- "4ab38e": "a14743",
- "38956f": "a14743",
- "ab9074": "7c808c",
- "4e4e4e": "494e5b",
- "917860": "7c808c",
- "424244": "2b303c",
- "78604c": "575a6a",
- "6b5442": "40435a",
- "5f4939": "36384f",
- "4f2a09": "292929",
- "6c4513": "36384f",
- "353638": "353638"
- },
- "2": {
- "1a1a1c": "1a1a1c",
- "686665": "ccc3cf",
- "103222": "a94079",
- "221b17": "221b17",
- "090606": "090606",
- "4ab38e": "da7ea8",
- "38956f": "da7ea8",
- "ab9074": "7e5658",
- "4e4e4e": "9c92a4",
- "917860": "7e5658",
- "424244": "6f5f80",
- "78604c": "56323a",
- "6b5442": "47232b",
- "5f4939": "31161d",
- "4f2a09": "250e14",
- "6c4513": "31161d",
- "353638": "57496b"
- }
-}
\ 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/714.json b/public/images/pokemon/variant/exp/back/714.json
deleted file mode 100644
index 22933e71338..00000000000
--- a/public/images/pokemon/variant/exp/back/714.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "1": {
- "101010": "101010",
- "6a3f73": "500a25",
- "bd70cc": "a42c54",
- "8e5499": "8e1d4b",
- "404040": "202558",
- "595959": "2f386b",
- "bfacbf": "8d7be3",
- "665c66": "2f386b",
- "f2daf2": "8d7be3"
- },
- "2": {
- "101010": "101010",
- "6a3f73": "5f151c",
- "bd70cc": "c24430",
- "8e5499": "882c27",
- "404040": "5b1922",
- "595959": "7c2928",
- "bfacbf": "f9e8dd",
- "665c66": "7c2928",
- "f2daf2": "f9e8dd"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/728.json b/public/images/pokemon/variant/exp/back/728.json
index f736f512525..a9c7155ec91 100644
--- a/public/images/pokemon/variant/exp/back/728.json
+++ b/public/images/pokemon/variant/exp/back/728.json
@@ -1,34 +1,44 @@
{
"1": {
- "8d3774": "e54c41",
- "2c316e": "00473d",
- "ef71c0": "ff8072",
- "ffc8ea": "fff6e2",
- "536fc3": "009469",
- "b95094": "e54c41",
- "7199db": "14af82",
- "171717": "171717",
- "9283a3": "808080",
- "ccc2d0": "c2beb4",
- "3c4b92": "006355",
- "fafafa": "fff6e2",
- "7090a3": "858d7d",
- "a1d9e7": "92b599"
+ "101010": "101010",
+ "1e3a66": "363d2f",
+ "243a66": "00473d",
+ "733f50": "a62c20",
+ "404040": "404040",
+ "b3627d": "e54c41",
+ "2c4f8c": "5a6154",
+ "314f8c": "006355",
+ "436cbf": "009469",
+ "e57ea1": "ff8072",
+ "5f9ba6": "b56e76",
+ "639ba6": "858d7d",
+ "6c90d9": "14af82",
+ "808080": "808080",
+ "bfbfbf": "c2beb4",
+ "9edae5": "f7c1c5",
+ "a1dae5": "92b599",
+ "f8f8f8": "fff6e2",
+ "fefefe": "fff6e2"
},
"2": {
- "8d3774": "620a33",
- "2c316e": "54041b",
- "ef71c0": "dd3780",
- "ffc8ea": "f5edee",
- "536fc3": "a6213f",
- "b95094": "a7225c",
- "7199db": "be294a",
- "171717": "171717",
- "9283a3": "9283a3",
- "ccc2d0": "bfb4b9",
- "3c4b92": "770f29",
- "fafafa": "f5edee",
- "7090a3": "b88389",
- "a1d9e7": "f7c1c5"
+ "101010": "101010",
+ "1e3a66": "773f46",
+ "243a66": "54041b",
+ "733f50": "620a33",
+ "404040": "404040",
+ "b3627d": "a7225c",
+ "2c4f8c": "a45f67",
+ "314f8c": "770f29",
+ "436cbf": "a6213f",
+ "e57ea1": "dd3780",
+ "5f9ba6": "408c62",
+ "639ba6": "b88389",
+ "6c90d9": "be294a",
+ "808080": "808080",
+ "bfbfbf": "bfb4b9",
+ "9edae5": "91e6a2",
+ "a1dae5": "f7c1c5",
+ "f8f8f8": "f5edee",
+ "fefefe": "fff6e2"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/729.json b/public/images/pokemon/variant/exp/back/729.json
new file mode 100644
index 00000000000..a0e40c36aec
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/729.json
@@ -0,0 +1,40 @@
+{
+ "1": {
+ "101010": "101010",
+ "2d2e31": "2d2e31",
+ "733f50": "bb402f",
+ "476d72": "be665d",
+ "b3627d": "fb6051",
+ "326187": "006b65",
+ "e57ea1": "ff9384",
+ "639ba6": "b56e76",
+ "2d8ec4": "009a88",
+ "1eb9ee": "0ccfa2",
+ "808080": "808080",
+ "8dafaf": "ff989e",
+ "bfbfbf": "c2beb4",
+ "bad8d8": "ffbd98",
+ "bae1f1": "f7c1c5",
+ "f8f8f8": "fff6e2",
+ "fdfdfd": "fff6e2"
+ },
+ "2": {
+ "101010": "101010",
+ "2d2e31": "2d2e31",
+ "733f50": "620a33",
+ "476d72": "793f5e",
+ "b3627d": "a7225c",
+ "326187": "5a141b",
+ "e57ea1": "dd3780",
+ "639ba6": "408c62",
+ "2d8ec4": "952c3f",
+ "1eb9ee": "c6496f",
+ "808080": "808080",
+ "8dafaf": "b681a6",
+ "bfbfbf": "bfb4b9",
+ "bad8d8": "deabce",
+ "bae1f1": "91e6a2",
+ "f8f8f8": "f5edee",
+ "fdfdfd": "fff6e2"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/729_2.json b/public/images/pokemon/variant/exp/back/729_2.json
deleted file mode 100644
index 146cac6c9d1..00000000000
--- a/public/images/pokemon/variant/exp/back/729_2.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "729_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 148,
- "h": 148
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 70,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 70,
- "h": 50
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 70,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 70,
- "h": 49
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 70,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 70,
- "h": 49
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 69,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 99,
- "w": 69,
- "h": 49
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 69,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 99,
- "w": 69,
- "h": 49
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 50
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 68,
- "h": 50
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 50
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 68,
- "h": 50
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 50
- },
- "frame": {
- "x": 70,
- "y": 50,
- "w": 67,
- "h": 50
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 70,
- "h": 48
- },
- "frame": {
- "x": 69,
- "y": 100,
- "w": 70,
- "h": 48
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 70,
- "h": 48
- },
- "frame": {
- "x": 69,
- "y": 100,
- "w": 70,
- "h": 48
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ca6603181d5c8644f2bdbeecb46551b0:09ccc951204ac93cf598ed13a34f0429:b2d5dd692ec79c7357afdffa7b3670a9$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/729_2.png b/public/images/pokemon/variant/exp/back/729_2.png
deleted file mode 100644
index 1f2e8f31e2a..00000000000
Binary files a/public/images/pokemon/variant/exp/back/729_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/729_3.json b/public/images/pokemon/variant/exp/back/729_3.json
deleted file mode 100644
index 6a251ba9b19..00000000000
--- a/public/images/pokemon/variant/exp/back/729_3.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "729_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 148,
- "h": 148
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 70,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 70,
- "h": 50
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 70,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 70,
- "h": 49
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 70,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 70,
- "h": 49
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 69,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 99,
- "w": 69,
- "h": 49
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 69,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 99,
- "w": 69,
- "h": 49
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 50
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 68,
- "h": 50
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 50
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 68,
- "h": 50
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 50
- },
- "frame": {
- "x": 70,
- "y": 50,
- "w": 67,
- "h": 50
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 70,
- "h": 48
- },
- "frame": {
- "x": 69,
- "y": 100,
- "w": 70,
- "h": 48
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 70,
- "h": 48
- },
- "frame": {
- "x": 69,
- "y": 100,
- "w": 70,
- "h": 48
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ca6603181d5c8644f2bdbeecb46551b0:09ccc951204ac93cf598ed13a34f0429:b2d5dd692ec79c7357afdffa7b3670a9$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/729_3.png b/public/images/pokemon/variant/exp/back/729_3.png
deleted file mode 100644
index 08eb10257e1..00000000000
Binary files a/public/images/pokemon/variant/exp/back/729_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/730.json b/public/images/pokemon/variant/exp/back/730.json
index 8c3238188cf..ae6d464dd3f 100644
--- a/public/images/pokemon/variant/exp/back/730.json
+++ b/public/images/pokemon/variant/exp/back/730.json
@@ -1,18 +1,52 @@
{
- "2": {
- "337287": "500518",
+ "1": {
"101010": "101010",
- "83e6d5": "a6213f",
- "52a4b4": "770f29",
- "91b9e1": "c17b97",
- "bde5ff": "e9a5c0",
- "bfbfd1": "bfb4b9",
- "fafafa": "f5edee",
- "737373": "737373",
- "8b3959": "1d1638",
- "ff8193": "614388",
- "17417f": "3e0f2f",
- "215ba5": "591945",
- "2f82eb": "81387e"
+ "843843": "a62c20",
+ "8d3f4a": "a62c20",
+ "c46074": "e54c41",
+ "c76374": "e54c41",
+ "0e6792": "b54f5f",
+ "1241a1": "006355",
+ "6d7481": "917393",
+ "727481": "a0866f",
+ "1470de": "009469",
+ "476d72": "74312e",
+ "44a0b5": "d87383",
+ "64c5e1": "00dc9c",
+ "6ac8e3": "ffa0a8",
+ "82a7b9": "c35861",
+ "fd8196": "ff8072",
+ "ff8496": "ff8072",
+ "bdbdc1": "c0b7a1",
+ "c0bdc1": "beaac0",
+ "aac7e6": "ea7c5b",
+ "f8f8f8": "fff2d4",
+ "faf8f8": "f1e8f1",
+ "fef8f8": "fef8f8"
+ },
+ "2": {
+ "101010": "101010",
+ "843843": "5c2141",
+ "8d3f4a": "1d1638",
+ "c46074": "c17b97",
+ "c76374": "391e62",
+ "0e6792": "500518",
+ "1241a1": "591945",
+ "6d7481": "81716d",
+ "727481": "9e8193",
+ "1470de": "81387e",
+ "476d72": "5c2141",
+ "44a0b5": "770f29",
+ "64c5e1": "bd2b6b",
+ "6ac8e3": "a6213f",
+ "82a7b9": "c17b97",
+ "fd8196": "e9a5c0",
+ "ff8496": "614388",
+ "bdbdc1": "bfb4b9",
+ "c0bdc1": "c0b4a5",
+ "aac7e6": "e9a5c0",
+ "f8f8f8": "f5edee",
+ "faf8f8": "f5f3e3",
+ "fef8f8": "fef8f8"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/730_2.json b/public/images/pokemon/variant/exp/back/730_2.json
deleted file mode 100644
index b1e8fd29a29..00000000000
--- a/public/images/pokemon/variant/exp/back/730_2.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "730_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 206,
- "h": 206
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 81
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 68,
- "h": 81
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 81
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 68,
- "h": 81
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 79,
- "w": 68,
- "h": 81
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 68,
- "y": 81,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 68,
- "y": 81,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 69,
- "h": 78
- },
- "frame": {
- "x": 137,
- "y": 79,
- "w": 69,
- "h": 78
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 69,
- "h": 78
- },
- "frame": {
- "x": 137,
- "y": 79,
- "w": 69,
- "h": 78
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2717094fe274718326c9b0fe3237866b:3ad96e0a8adb3bab17597f2996c3f5cc:fcd0d2cb6b26724e796ae0dcb71fae3f$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/730_2.png b/public/images/pokemon/variant/exp/back/730_2.png
deleted file mode 100644
index b8340e4fca3..00000000000
Binary files a/public/images/pokemon/variant/exp/back/730_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/742_2.png b/public/images/pokemon/variant/exp/back/742_2.png
index a442d157a0a..805fe7a4431 100644
Binary files a/public/images/pokemon/variant/exp/back/742_2.png and b/public/images/pokemon/variant/exp/back/742_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/742_3.png b/public/images/pokemon/variant/exp/back/742_3.png
index 4fb526feb83..ddb72c1836a 100644
Binary files a/public/images/pokemon/variant/exp/back/742_3.png and b/public/images/pokemon/variant/exp/back/742_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/743_2.png b/public/images/pokemon/variant/exp/back/743_2.png
index 33ab2c28ab8..e8b6ac6c82b 100644
Binary files a/public/images/pokemon/variant/exp/back/743_2.png and b/public/images/pokemon/variant/exp/back/743_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/743_3.png b/public/images/pokemon/variant/exp/back/743_3.png
index 50328efe675..4a55750114d 100644
Binary files a/public/images/pokemon/variant/exp/back/743_3.png and b/public/images/pokemon/variant/exp/back/743_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/747_2.png b/public/images/pokemon/variant/exp/back/747_2.png
index 50f44c0def7..f0df54539eb 100644
Binary files a/public/images/pokemon/variant/exp/back/747_2.png and b/public/images/pokemon/variant/exp/back/747_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/747_3.png b/public/images/pokemon/variant/exp/back/747_3.png
index 2fb8e6036b9..7d887899e74 100644
Binary files a/public/images/pokemon/variant/exp/back/747_3.png and b/public/images/pokemon/variant/exp/back/747_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/754_2.png b/public/images/pokemon/variant/exp/back/754_2.png
index 63f7486da1c..057d90eb009 100644
Binary files a/public/images/pokemon/variant/exp/back/754_2.png and b/public/images/pokemon/variant/exp/back/754_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/754_3.png b/public/images/pokemon/variant/exp/back/754_3.png
index 205c3648755..3a3c01f7095 100644
Binary files a/public/images/pokemon/variant/exp/back/754_3.png and b/public/images/pokemon/variant/exp/back/754_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/776_2.png b/public/images/pokemon/variant/exp/back/776_2.png
index 61e3662b56b..84393b04c56 100644
Binary files a/public/images/pokemon/variant/exp/back/776_2.png and b/public/images/pokemon/variant/exp/back/776_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/776_3.png b/public/images/pokemon/variant/exp/back/776_3.png
index 5094ab508d1..600b00f8636 100644
Binary files a/public/images/pokemon/variant/exp/back/776_3.png and b/public/images/pokemon/variant/exp/back/776_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/857_2.png b/public/images/pokemon/variant/exp/back/857_2.png
index d6472911e31..b51428bbec2 100644
Binary files a/public/images/pokemon/variant/exp/back/857_2.png and b/public/images/pokemon/variant/exp/back/857_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/857_3.png b/public/images/pokemon/variant/exp/back/857_3.png
index 27f39ebfaf9..4dc21c5492d 100644
Binary files a/public/images/pokemon/variant/exp/back/857_3.png and b/public/images/pokemon/variant/exp/back/857_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/862_2.png b/public/images/pokemon/variant/exp/back/862_2.png
index fae2900c566..55fee69723b 100644
Binary files a/public/images/pokemon/variant/exp/back/862_2.png and b/public/images/pokemon/variant/exp/back/862_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/862_3.png b/public/images/pokemon/variant/exp/back/862_3.png
index 3f4537474f5..b3c9cc656b5 100644
Binary files a/public/images/pokemon/variant/exp/back/862_3.png and b/public/images/pokemon/variant/exp/back/862_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/9-mega_2.png b/public/images/pokemon/variant/exp/back/9-mega_2.png
index e961ace2e5c..02987564bea 100644
Binary files a/public/images/pokemon/variant/exp/back/9-mega_2.png and b/public/images/pokemon/variant/exp/back/9-mega_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/9-mega_3.png b/public/images/pokemon/variant/exp/back/9-mega_3.png
index 95a7babe58b..00150d4dd46 100644
Binary files a/public/images/pokemon/variant/exp/back/9-mega_3.png and b/public/images/pokemon/variant/exp/back/9-mega_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/910_2.png b/public/images/pokemon/variant/exp/back/910_2.png
index 851bfd64563..2fa214c4e35 100644
Binary files a/public/images/pokemon/variant/exp/back/910_2.png and b/public/images/pokemon/variant/exp/back/910_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/910_3.png b/public/images/pokemon/variant/exp/back/910_3.png
index 168db41336e..1027adef03f 100644
Binary files a/public/images/pokemon/variant/exp/back/910_3.png and b/public/images/pokemon/variant/exp/back/910_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/914_2.png b/public/images/pokemon/variant/exp/back/914_2.png
index 5dee5c12f76..12bdc769c53 100644
Binary files a/public/images/pokemon/variant/exp/back/914_2.png and b/public/images/pokemon/variant/exp/back/914_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/914_3.png b/public/images/pokemon/variant/exp/back/914_3.png
index 0185c529f70..5304b52d91a 100644
Binary files a/public/images/pokemon/variant/exp/back/914_3.png and b/public/images/pokemon/variant/exp/back/914_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/925-four_2.png b/public/images/pokemon/variant/exp/back/925-four_2.png
index 6016d30d27c..9dd508f1cdb 100644
Binary files a/public/images/pokemon/variant/exp/back/925-four_2.png and b/public/images/pokemon/variant/exp/back/925-four_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/925-four_3.png b/public/images/pokemon/variant/exp/back/925-four_3.png
index 3bc6a158fd5..74bb7d3385c 100644
Binary files a/public/images/pokemon/variant/exp/back/925-four_3.png and b/public/images/pokemon/variant/exp/back/925-four_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/925-three_2.png b/public/images/pokemon/variant/exp/back/925-three_2.png
index 789e5afb20a..e2303d720b9 100644
Binary files a/public/images/pokemon/variant/exp/back/925-three_2.png and b/public/images/pokemon/variant/exp/back/925-three_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/925-three_3.png b/public/images/pokemon/variant/exp/back/925-three_3.png
index cc1a1d3be11..8d568cce517 100644
Binary files a/public/images/pokemon/variant/exp/back/925-three_3.png and b/public/images/pokemon/variant/exp/back/925-three_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/936_1.png b/public/images/pokemon/variant/exp/back/936_1.png
index 2b9e2d533f8..154c4e86364 100644
Binary files a/public/images/pokemon/variant/exp/back/936_1.png and b/public/images/pokemon/variant/exp/back/936_1.png differ
diff --git a/public/images/pokemon/variant/exp/back/936_2.png b/public/images/pokemon/variant/exp/back/936_2.png
index 45fb506fd01..442abc72971 100644
Binary files a/public/images/pokemon/variant/exp/back/936_2.png and b/public/images/pokemon/variant/exp/back/936_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/936_3.png b/public/images/pokemon/variant/exp/back/936_3.png
index 82d3c0ecb0b..db67191d73e 100644
Binary files a/public/images/pokemon/variant/exp/back/936_3.png and b/public/images/pokemon/variant/exp/back/936_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/937_1.png b/public/images/pokemon/variant/exp/back/937_1.png
index c0668be0103..2d0d58b0912 100644
Binary files a/public/images/pokemon/variant/exp/back/937_1.png and b/public/images/pokemon/variant/exp/back/937_1.png differ
diff --git a/public/images/pokemon/variant/exp/back/937_2.png b/public/images/pokemon/variant/exp/back/937_2.png
index f5bfd790b75..7ba1aa09b97 100644
Binary files a/public/images/pokemon/variant/exp/back/937_2.png and b/public/images/pokemon/variant/exp/back/937_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/937_3.png b/public/images/pokemon/variant/exp/back/937_3.png
index c0a2be1ae0e..ee875356334 100644
Binary files a/public/images/pokemon/variant/exp/back/937_3.png and b/public/images/pokemon/variant/exp/back/937_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/952_2.png b/public/images/pokemon/variant/exp/back/952_2.png
index 2518adc55ed..403030f2e3d 100644
Binary files a/public/images/pokemon/variant/exp/back/952_2.png and b/public/images/pokemon/variant/exp/back/952_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/968_2.png b/public/images/pokemon/variant/exp/back/968_2.png
index 30b92268fbe..726c305140e 100644
Binary files a/public/images/pokemon/variant/exp/back/968_2.png and b/public/images/pokemon/variant/exp/back/968_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/968_3.png b/public/images/pokemon/variant/exp/back/968_3.png
index e066f0eceef..541c3cf2d84 100644
Binary files a/public/images/pokemon/variant/exp/back/968_3.png and b/public/images/pokemon/variant/exp/back/968_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/970_2.png b/public/images/pokemon/variant/exp/back/970_2.png
index dd61d57f2ac..5c7d2650363 100644
Binary files a/public/images/pokemon/variant/exp/back/970_2.png and b/public/images/pokemon/variant/exp/back/970_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/970_3.png b/public/images/pokemon/variant/exp/back/970_3.png
index 025f88e1cbe..592c1f21961 100644
Binary files a/public/images/pokemon/variant/exp/back/970_3.png and b/public/images/pokemon/variant/exp/back/970_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/978-curly_2.png b/public/images/pokemon/variant/exp/back/978-curly_2.png
index 205f55bf3dc..1ed3505ceee 100644
Binary files a/public/images/pokemon/variant/exp/back/978-curly_2.png and b/public/images/pokemon/variant/exp/back/978-curly_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/978-curly_3.png b/public/images/pokemon/variant/exp/back/978-curly_3.png
index bee54677b74..dcc2129f72b 100644
Binary files a/public/images/pokemon/variant/exp/back/978-curly_3.png and b/public/images/pokemon/variant/exp/back/978-curly_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/978-droopy_2.png b/public/images/pokemon/variant/exp/back/978-droopy_2.png
index ddd0430bca6..ed0999c43ca 100644
Binary files a/public/images/pokemon/variant/exp/back/978-droopy_2.png and b/public/images/pokemon/variant/exp/back/978-droopy_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/978-droopy_3.png b/public/images/pokemon/variant/exp/back/978-droopy_3.png
index 6fa78fb9fef..22416861830 100644
Binary files a/public/images/pokemon/variant/exp/back/978-droopy_3.png and b/public/images/pokemon/variant/exp/back/978-droopy_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/987.json b/public/images/pokemon/variant/exp/back/987.json
index 385a9eeb29f..5fb59f6979d 100644
--- a/public/images/pokemon/variant/exp/back/987.json
+++ b/public/images/pokemon/variant/exp/back/987.json
@@ -8,7 +8,7 @@
"0f0f0f": "0f0f0f",
"314a62": "244260",
"621841": "71370f",
- "70bbb4": "f8d371",
+ "548e88": "2d60bb",
"de62a4": "ffc668",
"a4295a": "cc762f"
},
@@ -21,7 +21,7 @@
"0f0f0f": "0f0f0f",
"314a62": "7396b4",
"621841": "7b3c08",
- "70bbb4": "70bbb4",
+ "548e88": "a9c0c6",
"de62a4": "ffdf90",
"a4295a": "e28c27"
},
@@ -34,7 +34,7 @@
"0f0f0f": "0f0f0f",
"314a62": "b56f2a",
"621841": "5a0a05",
- "70bbb4": "f8d371",
+ "548e88": "e0b544",
"de62a4": "e25038",
"a4295a": "a62a21"
}
diff --git a/public/images/pokemon/variant/exp/back/female/6215.json b/public/images/pokemon/variant/exp/back/female/6215.json
new file mode 100644
index 00000000000..a66e3780d12
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/female/6215.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "724ca2": "12968b",
+ "9c9bce": "ae8976",
+ "503678": "0f5d6d",
+ "956cbe": "31dabb",
+ "514a80": "402010",
+ "dcdbf7": "d0b3a4",
+ "080808": "080808",
+ "28234b": "220d0a",
+ "7d6ca4": "672e26",
+ "584d80": "401914",
+ "f6f6ff": "f6f6ff",
+ "bdbdc5": "bdbdc5",
+ "c52973": "ea903f"
+ },
+ "2": {
+ "724ca2": "982e33",
+ "9c9bce": "3c8775",
+ "503678": "601522",
+ "956cbe": "cc5427",
+ "514a80": "14273a",
+ "dcdbf7": "60ae7e",
+ "080808": "080808",
+ "28234b": "0a191e",
+ "7d6ca4": "395962",
+ "584d80": "1c3942",
+ "f6f6ff": "f6f6ff",
+ "bdbdc5": "bdbdc5",
+ "c52973": "f49633"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/female/6215.json b/public/images/pokemon/variant/exp/female/6215.json
new file mode 100644
index 00000000000..3198424563b
--- /dev/null
+++ b/public/images/pokemon/variant/exp/female/6215.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "503678": "0f5d6d",
+ "080808": "080808",
+ "514a80": "402010",
+ "956cbe": "31dabb",
+ "9c9bce": "ae8976",
+ "724ca2": "12968b",
+ "dcdbf7": "d0b3a4",
+ "7d6ca4": "853a36",
+ "c58b08": "6e6f6f",
+ "ffde7b": "a7a7a7",
+ "584d80": "562627",
+ "28234b": "220d0a",
+ "c52973": "ea903f",
+ "bdbdc5": "bdbdc5",
+ "f6f6ff": "f6f6ff",
+ "000000": "000000"
+ },
+ "2": {
+ "503678": "601522",
+ "080808": "080808",
+ "514a80": "14273a",
+ "956cbe": "cc5427",
+ "9c9bce": "3c8775",
+ "724ca2": "982e33",
+ "dcdbf7": "60ae7e",
+ "7d6ca4": "395962",
+ "c58b08": "ffa341",
+ "ffde7b": "ffe07e",
+ "584d80": "1c3942",
+ "28234b": "0a191e",
+ "c52973": "f49633",
+ "bdbdc5": "bdbdc5",
+ "f6f6ff": "f6f6ff",
+ "000000": "000000"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/female/212.json b/public/images/pokemon/variant/female/212.json
new file mode 100644
index 00000000000..55fcc0858ac
--- /dev/null
+++ b/public/images/pokemon/variant/female/212.json
@@ -0,0 +1,41 @@
+{
+ "0": {
+ "632929": "215a2d",
+ "f76b6b": "8cce73",
+ "101010": "101010",
+ "3a3a4a": "3a3a4a",
+ "ffffff": "ffffff",
+ "d63a3a": "4a9c53",
+ "b5b5ce": "b5b5ce",
+ "9494a5": "9494a5",
+ "a52929": "2f794e",
+ "dec510": "dec510",
+ "9c6b21": "9c6b21"
+ },
+ "1": {
+ "632929": "2f2962",
+ "f76b6b": "639cf7",
+ "101010": "101010",
+ "3a3a4a": "3c3c50",
+ "ffffff": "ffffff",
+ "d63a3a": "4263ef",
+ "b5b5ce": "b5b5ce",
+ "9494a5": "6262a4",
+ "a52929": "29429c",
+ "dec510": "10bdde",
+ "9c6b21": "131387"
+ },
+ "2": {
+ "632929": "645117",
+ "f76b6b": "c59f29",
+ "101010": "101010",
+ "3a3a4a": "282d2c",
+ "ffffff": "ffffff",
+ "d63a3a": "ffca2a",
+ "b5b5ce": "b5b5ce",
+ "9494a5": "3c4543",
+ "a52929": "b88619",
+ "dec510": "dec510",
+ "9c6b21": "9c6b21"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/female/3.json b/public/images/pokemon/variant/female/3.json
index 515cd2e93e5..de2c52f6003 100644
--- a/public/images/pokemon/variant/female/3.json
+++ b/public/images/pokemon/variant/female/3.json
@@ -1,19 +1,41 @@
{
+ "1": {
+ "843100": "033b22",
+ "830009": "23033b",
+ "ffbdbd": "a266b0",
+ "ffef52": "37d6de",
+ "debd29": "078a8f",
+ "ff7b73": "712f8f",
+ "bd6b31": "168a69",
+ "de4242": "3f1375",
+ "101010": "101010",
+ "105242": "190038",
+ "107b6b": "9e1976",
+ "2e5519": "38001c",
+ "5a9c3a": "b34952",
+ "5ad6c5": "f062a4",
+ "21b59c": "de3592",
+ "84de7b": "ff745e",
+ "ffffff": "ffffff"
+ },
"2": {
"843100": "420514",
- "ff7b73": "9db042",
+ "830009": "154205",
"ffbdbd": "e7e385",
"ffef52": "f75ea8",
"debd29": "a30a66",
+ "ff7b73": "9db042",
"bd6b31": "852a41",
"de4242": "3c8227",
"101010": "101010",
"105242": "381601",
- "107b6b": "d44300",
+ "107b6b": "d15d04",
+ "2e5519": "011c38",
"5a9c3a": "446b94",
- "84de7b": "80ced9",
"5ad6c5": "faa405",
"21b59c": "fa8405",
- "ffffff": "ffffff"
+ "84de7b": "80ced9",
+ "ffffff": "ffffff",
+ "2f561a": "011b34"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/female/3_2.json b/public/images/pokemon/variant/female/3_2.json
deleted file mode 100644
index 8c89faed762..00000000000
--- a/public/images/pokemon/variant/female/3_2.json
+++ /dev/null
@@ -1,4136 +0,0 @@
-{
- "textures": [
- {
- "image": "3_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 569,
- "h": 569
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 81,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 81,
- "h": 66
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 81,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 81,
- "h": 66
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 81,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 81,
- "h": 66
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 81,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 81,
- "h": 66
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 81,
- "h": 66
- },
- "frame": {
- "x": 81,
- "y": 0,
- "w": 81,
- "h": 66
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 81,
- "h": 66
- },
- "frame": {
- "x": 81,
- "y": 0,
- "w": 81,
- "h": 66
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 81,
- "h": 66
- },
- "frame": {
- "x": 81,
- "y": 0,
- "w": 81,
- "h": 66
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 81,
- "h": 66
- },
- "frame": {
- "x": 81,
- "y": 0,
- "w": 81,
- "h": 66
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 81,
- "h": 66
- },
- "frame": {
- "x": 81,
- "y": 0,
- "w": 81,
- "h": 66
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 81,
- "h": 66
- },
- "frame": {
- "x": 162,
- "y": 0,
- "w": 81,
- "h": 66
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 81,
- "h": 66
- },
- "frame": {
- "x": 162,
- "y": 0,
- "w": 81,
- "h": 66
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 81,
- "h": 66
- },
- "frame": {
- "x": 162,
- "y": 0,
- "w": 81,
- "h": 66
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 81,
- "h": 66
- },
- "frame": {
- "x": 162,
- "y": 0,
- "w": 81,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 243,
- "y": 0,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 243,
- "y": 0,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 243,
- "y": 0,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 243,
- "y": 0,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 243,
- "y": 0,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 324,
- "y": 0,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 324,
- "y": 0,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 324,
- "y": 0,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 324,
- "y": 0,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0139.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 405,
- "y": 0,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0140.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 405,
- "y": 0,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0141.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 486,
- "y": 0,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0142.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 486,
- "y": 0,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0143.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 486,
- "y": 0,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0172.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 66,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0173.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 66,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0190.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 84,
- "h": 67
- },
- "frame": {
- "x": 81,
- "y": 66,
- "w": 84,
- "h": 67
- }
- },
- {
- "filename": "0191.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 84,
- "h": 67
- },
- "frame": {
- "x": 81,
- "y": 66,
- "w": 84,
- "h": 67
- }
- },
- {
- "filename": "0192.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 84,
- "h": 67
- },
- "frame": {
- "x": 81,
- "y": 66,
- "w": 84,
- "h": 67
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 165,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 165,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 165,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 165,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 165,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 246,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 246,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 246,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 246,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 246,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 327,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 327,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 327,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 327,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 408,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 408,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 408,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 408,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 408,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0144.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 80,
- "h": 68
- },
- "frame": {
- "x": 489,
- "y": 67,
- "w": 80,
- "h": 68
- }
- },
- {
- "filename": "0145.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 80,
- "h": 68
- },
- "frame": {
- "x": 489,
- "y": 67,
- "w": 80,
- "h": 68
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0153.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 84,
- "h": 68
- },
- "frame": {
- "x": 81,
- "y": 133,
- "w": 84,
- "h": 68
- }
- },
- {
- "filename": "0154.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 84,
- "h": 68
- },
- "frame": {
- "x": 81,
- "y": 133,
- "w": 84,
- "h": 68
- }
- },
- {
- "filename": "0155.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 84,
- "h": 68
- },
- "frame": {
- "x": 165,
- "y": 135,
- "w": 84,
- "h": 68
- }
- },
- {
- "filename": "0156.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 84,
- "h": 68
- },
- "frame": {
- "x": 165,
- "y": 135,
- "w": 84,
- "h": 68
- }
- },
- {
- "filename": "0157.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 84,
- "h": 68
- },
- "frame": {
- "x": 165,
- "y": 135,
- "w": 84,
- "h": 68
- }
- },
- {
- "filename": "0174.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 249,
- "y": 135,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0175.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 249,
- "y": 135,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0188.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 84,
- "h": 68
- },
- "frame": {
- "x": 330,
- "y": 135,
- "w": 84,
- "h": 68
- }
- },
- {
- "filename": "0189.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 84,
- "h": 68
- },
- "frame": {
- "x": 330,
- "y": 135,
- "w": 84,
- "h": 68
- }
- },
- {
- "filename": "0193.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 83,
- "h": 68
- },
- "frame": {
- "x": 414,
- "y": 135,
- "w": 83,
- "h": 68
- }
- },
- {
- "filename": "0194.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 83,
- "h": 68
- },
- "frame": {
- "x": 414,
- "y": 135,
- "w": 83,
- "h": 68
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 201,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 201,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 201,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 201,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 201,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 81,
- "y": 201,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 81,
- "y": 201,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 81,
- "y": 201,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 81,
- "y": 201,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 81,
- "y": 201,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 162,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 162,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 162,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 162,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 162,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 243,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 243,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 243,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 243,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 243,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 324,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 324,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 324,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 324,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 324,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 405,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 405,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 405,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 405,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 486,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 486,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 486,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 486,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 486,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 270,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 270,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 270,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 270,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0131.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 270,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0137.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 81,
- "y": 270,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0138.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 81,
- "y": 270,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0146.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 80,
- "h": 69
- },
- "frame": {
- "x": 162,
- "y": 272,
- "w": 80,
- "h": 69
- }
- },
- {
- "filename": "0147.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 80,
- "h": 69
- },
- "frame": {
- "x": 162,
- "y": 272,
- "w": 80,
- "h": 69
- }
- },
- {
- "filename": "0151.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 83,
- "h": 69
- },
- "frame": {
- "x": 242,
- "y": 272,
- "w": 83,
- "h": 69
- }
- },
- {
- "filename": "0152.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 83,
- "h": 69
- },
- "frame": {
- "x": 242,
- "y": 272,
- "w": 83,
- "h": 69
- }
- },
- {
- "filename": "0167.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 80,
- "h": 69
- },
- "frame": {
- "x": 325,
- "y": 272,
- "w": 80,
- "h": 69
- }
- },
- {
- "filename": "0168.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 80,
- "h": 69
- },
- "frame": {
- "x": 325,
- "y": 272,
- "w": 80,
- "h": 69
- }
- },
- {
- "filename": "0169.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 405,
- "y": 272,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0170.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 405,
- "y": 272,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0171.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 405,
- "y": 272,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0176.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 80,
- "h": 69
- },
- "frame": {
- "x": 486,
- "y": 272,
- "w": 80,
- "h": 69
- }
- },
- {
- "filename": "0177.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 80,
- "h": 69
- },
- "frame": {
- "x": 486,
- "y": 272,
- "w": 80,
- "h": 69
- }
- },
- {
- "filename": "0178.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 80,
- "h": 69
- },
- "frame": {
- "x": 486,
- "y": 272,
- "w": 80,
- "h": 69
- }
- },
- {
- "filename": "0195.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 82,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 339,
- "w": 82,
- "h": 69
- }
- },
- {
- "filename": "0196.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 82,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 339,
- "w": 82,
- "h": 69
- }
- },
- {
- "filename": "0134.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 80,
- "h": 70
- },
- "frame": {
- "x": 82,
- "y": 339,
- "w": 80,
- "h": 70
- }
- },
- {
- "filename": "0135.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 80,
- "h": 70
- },
- "frame": {
- "x": 82,
- "y": 339,
- "w": 80,
- "h": 70
- }
- },
- {
- "filename": "0136.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 80,
- "h": 70
- },
- "frame": {
- "x": 82,
- "y": 339,
- "w": 80,
- "h": 70
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 162,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 162,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 162,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 162,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 162,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0132.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 162,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0133.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 162,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 243,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 243,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 243,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 243,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 324,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 324,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 324,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 324,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 405,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 405,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 405,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 405,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 405,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 486,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 486,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 486,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 486,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 408,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 408,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 408,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 408,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 408,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 81,
- "y": 409,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 81,
- "y": 409,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 81,
- "y": 409,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 81,
- "y": 409,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 81,
- "y": 409,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 162,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 162,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 162,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 162,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 162,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 243,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 243,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 243,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 243,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 324,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 324,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 324,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 324,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 324,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0148.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 405,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0149.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 405,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0150.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 405,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0181.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 405,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0182.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 405,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0160.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 70
- },
- "frame": {
- "x": 486,
- "y": 411,
- "w": 83,
- "h": 70
- }
- },
- {
- "filename": "0161.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 70
- },
- "frame": {
- "x": 486,
- "y": 411,
- "w": 83,
- "h": 70
- }
- },
- {
- "filename": "0165.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 478,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0166.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 478,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0179.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 80,
- "h": 70
- },
- "frame": {
- "x": 81,
- "y": 479,
- "w": 80,
- "h": 70
- }
- },
- {
- "filename": "0180.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 80,
- "h": 70
- },
- "frame": {
- "x": 81,
- "y": 479,
- "w": 80,
- "h": 70
- }
- },
- {
- "filename": "0158.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 84,
- "h": 70
- },
- "frame": {
- "x": 161,
- "y": 481,
- "w": 84,
- "h": 70
- }
- },
- {
- "filename": "0159.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 84,
- "h": 70
- },
- "frame": {
- "x": 161,
- "y": 481,
- "w": 84,
- "h": 70
- }
- },
- {
- "filename": "0162.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 82,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 481,
- "w": 82,
- "h": 70
- }
- },
- {
- "filename": "0163.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 82,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 481,
- "w": 82,
- "h": 70
- }
- },
- {
- "filename": "0164.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 82,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 481,
- "w": 82,
- "h": 70
- }
- },
- {
- "filename": "0183.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 70
- },
- "frame": {
- "x": 327,
- "y": 481,
- "w": 83,
- "h": 70
- }
- },
- {
- "filename": "0184.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 70
- },
- "frame": {
- "x": 327,
- "y": 481,
- "w": 83,
- "h": 70
- }
- },
- {
- "filename": "0185.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 70
- },
- "frame": {
- "x": 327,
- "y": 481,
- "w": 83,
- "h": 70
- }
- },
- {
- "filename": "0186.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 84,
- "h": 70
- },
- "frame": {
- "x": 410,
- "y": 481,
- "w": 84,
- "h": 70
- }
- },
- {
- "filename": "0187.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 84,
- "h": 70
- },
- "frame": {
- "x": 410,
- "y": 481,
- "w": 84,
- "h": 70
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:45b1919b351dad733f7b88701725e98a:30341f5f924f3632d0e938277cc51026:4e25ec866a209ce3a44bf419a5862c0c$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/female/3_2.png b/public/images/pokemon/variant/female/3_2.png
deleted file mode 100644
index df83d7b05e2..00000000000
Binary files a/public/images/pokemon/variant/female/3_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/female/402_2.png b/public/images/pokemon/variant/female/402_2.png
index 3ce28cc787a..b9fd36890a3 100644
Binary files a/public/images/pokemon/variant/female/402_2.png and b/public/images/pokemon/variant/female/402_2.png differ
diff --git a/public/images/pokemon/variant/female/402_3.png b/public/images/pokemon/variant/female/402_3.png
index a34ef79b0ff..5e43029bfdb 100644
Binary files a/public/images/pokemon/variant/female/402_3.png and b/public/images/pokemon/variant/female/402_3.png differ
diff --git a/public/images/pokemon/variant/female/419_2.png b/public/images/pokemon/variant/female/419_2.png
index 897efbd57ba..ca9ea1d6f72 100644
Binary files a/public/images/pokemon/variant/female/419_2.png and b/public/images/pokemon/variant/female/419_2.png differ
diff --git a/public/images/pokemon_icons_1.json b/public/images/pokemon_icons_1.json
index 49e471514cd..12e26b380a5 100644
--- a/public/images/pokemon_icons_1.json
+++ b/public/images/pokemon_icons_1.json
@@ -1647,6 +1647,27 @@
"h": 25
}
},
+ {
+ "filename": "85-f",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 3,
+ "w": 29,
+ "h": 25
+ },
+ "frame": {
+ "x": 55,
+ "y": 270,
+ "w": 29,
+ "h": 25
+ }
+ },
{
"filename": "22s",
"rotated": false,
@@ -1731,6 +1752,27 @@
"h": 25
}
},
+ {
+ "filename": "85s-f",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 3,
+ "w": 29,
+ "h": 25
+ },
+ "frame": {
+ "x": 56,
+ "y": 317,
+ "w": 29,
+ "h": 25
+ }
+ },
{
"filename": "9s",
"rotated": false,
@@ -6456,6 +6498,27 @@
"h": 18
}
},
+ {
+ "filename": "84-f",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 9,
+ "y": 10,
+ "w": 21,
+ "h": 18
+ },
+ "frame": {
+ "x": 98,
+ "y": 712,
+ "w": 21,
+ "h": 18
+ }
+ },
{
"filename": "107",
"rotated": false,
@@ -6519,6 +6582,27 @@
"h": 18
}
},
+ {
+ "filename": "84s-f",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 9,
+ "y": 10,
+ "w": 21,
+ "h": 18
+ },
+ "frame": {
+ "x": 96,
+ "y": 770,
+ "w": 21,
+ "h": 18
+ }
+ },
{
"filename": "88",
"rotated": false,
diff --git a/public/images/pokemon_icons_2.json b/public/images/pokemon_icons_2.json
index 5a389362bc0..c5ebfe61487 100644
--- a/public/images/pokemon_icons_2.json
+++ b/public/images/pokemon_icons_2.json
@@ -786,6 +786,27 @@
"h": 27
}
},
+ {
+ "filename": "154-f",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 1,
+ "w": 23,
+ "h": 27
+ },
+ "frame": {
+ "x": 29,
+ "y": 147,
+ "w": 23,
+ "h": 27
+ }
+ },
{
"filename": "154s",
"rotated": false,
@@ -807,6 +828,27 @@
"h": 27
}
},
+ {
+ "filename": "154s-f",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 1,
+ "w": 23,
+ "h": 27
+ },
+ "frame": {
+ "x": 29,
+ "y": 174,
+ "w": 23,
+ "h": 27
+ }
+ },
{
"filename": "229-mega",
"rotated": false,
diff --git a/public/images/pokemon_icons_3.json b/public/images/pokemon_icons_3.json
index 220d91f5222..a1aefa0ff0b 100644
--- a/public/images/pokemon_icons_3.json
+++ b/public/images/pokemon_icons_3.json
@@ -198,6 +198,27 @@
"h": 27
}
},
+ {
+ "filename": "257-f-mega",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 2,
+ "w": 32,
+ "h": 27
+ },
+ "frame": {
+ "x": 0,
+ "y": 79,
+ "w": 32,
+ "h": 27
+ }
+ },
{
"filename": "257s-mega",
"rotated": false,
@@ -219,6 +240,27 @@
"h": 27
}
},
+ {
+ "filename": "257s-f-mega",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 2,
+ "w": 32,
+ "h": 27
+ },
+ "frame": {
+ "x": 0,
+ "y": 106,
+ "w": 32,
+ "h": 27
+ }
+ },
{
"filename": "323-mega",
"rotated": false,
@@ -1248,6 +1290,27 @@
"h": 26
}
},
+ {
+ "filename": "257-f",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 2,
+ "w": 25,
+ "h": 26
+ },
+ "frame": {
+ "x": 28,
+ "y": 556,
+ "w": 25,
+ "h": 26
+ }
+ },
{
"filename": "257s",
"rotated": false,
@@ -1269,6 +1332,27 @@
"h": 26
}
},
+ {
+ "filename": "257s-f",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 2,
+ "w": 25,
+ "h": 26
+ },
+ "frame": {
+ "x": 28,
+ "y": 582,
+ "w": 25,
+ "h": 26
+ }
+ },
{
"filename": "359-mega",
"rotated": false,
@@ -1605,6 +1689,27 @@
"h": 25
}
},
+ {
+ "filename": "256-f",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 3,
+ "w": 23,
+ "h": 25
+ },
+ "frame": {
+ "x": 98,
+ "y": 72,
+ "w": 23,
+ "h": 25
+ }
+ },
{
"filename": "282s-mega",
"rotated": false,
@@ -5553,6 +5658,27 @@
"h": 19
}
},
+ {
+ "filename": "255-f",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 13,
+ "y": 9,
+ "w": 13,
+ "h": 19
+ },
+ "frame": {
+ "x": 204,
+ "y": 342,
+ "w": 13,
+ "h": 19
+ }
+ },
{
"filename": "307s",
"rotated": false,
diff --git a/public/images/pokemon_icons_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_ca-ES.png b/public/images/statuses_ca-ES.png
index d372b989be9..fe05e243f7a 100644
Binary files a/public/images/statuses_ca-ES.png and b/public/images/statuses_ca-ES.png differ
diff --git a/public/images/statuses_es.json b/public/images/statuses_es-ES.json
similarity index 98%
rename from public/images/statuses_es.json
rename to public/images/statuses_es-ES.json
index 4b44aa117e4..dbb3783842a 100644
--- a/public/images/statuses_es.json
+++ b/public/images/statuses_es-ES.json
@@ -1,7 +1,7 @@
{
"textures": [
{
- "image": "statuses_es.png",
+ "image": "statuses_es-ES.png",
"format": "RGBA8888",
"size": {
"w": 22,
diff --git a/public/images/statuses_es-ES.png b/public/images/statuses_es-ES.png
new file mode 100644
index 00000000000..dc845d6fb1f
Binary files /dev/null and b/public/images/statuses_es-ES.png differ
diff --git a/public/images/pokemon/exp/back/718-10.json b/public/images/statuses_es-MX.json
similarity index 53%
rename from public/images/pokemon/exp/back/718-10.json
rename to public/images/statuses_es-MX.json
index 03fc4c60ed9..8b09ed391c4 100644
--- a/public/images/pokemon/exp/back/718-10.json
+++ b/public/images/statuses_es-MX.json
@@ -1,180 +1,180 @@
{
"textures": [
{
- "image": "718-10.png",
+ "image": "statuses_es-MX.png",
"format": "RGBA8888",
"size": {
- "w": 197,
- "h": 197
+ "w": 22,
+ "h": 64
},
"scale": 1,
"frames": [
{
- "filename": "0002.png",
+ "filename": "pokerus",
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 66,
- "h": 67
+ "w": 22,
+ "h": 8
},
"spriteSourceSize": {
"x": 0,
"y": 0,
- "w": 66,
- "h": 67
+ "w": 22,
+ "h": 8
},
"frame": {
"x": 0,
"y": 0,
- "w": 66,
- "h": 67
+ "w": 22,
+ "h": 8
}
},
{
- "filename": "0008.png",
+ "filename": "burn",
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 66,
- "h": 67
+ "w": 20,
+ "h": 8
},
"spriteSourceSize": {
"x": 0,
"y": 0,
- "w": 66,
- "h": 67
+ "w": 20,
+ "h": 8
},
"frame": {
"x": 0,
- "y": 0,
- "w": 66,
- "h": 67
+ "y": 8,
+ "w": 20,
+ "h": 8
}
},
{
- "filename": "0003.png",
+ "filename": "faint",
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 66,
- "h": 67
+ "w": 20,
+ "h": 8
},
"spriteSourceSize": {
"x": 0,
"y": 0,
- "w": 66,
- "h": 67
+ "w": 20,
+ "h": 8
},
"frame": {
"x": 0,
- "y": 67,
- "w": 66,
- "h": 67
+ "y": 16,
+ "w": 20,
+ "h": 8
}
},
{
- "filename": "0007.png",
+ "filename": "freeze",
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 66,
- "h": 67
+ "w": 20,
+ "h": 8
},
"spriteSourceSize": {
"x": 0,
"y": 0,
- "w": 66,
- "h": 67
+ "w": 20,
+ "h": 8
},
"frame": {
"x": 0,
- "y": 67,
- "w": 66,
- "h": 67
+ "y": 24,
+ "w": 20,
+ "h": 8
}
},
{
- "filename": "0005.png",
+ "filename": "paralysis",
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 66,
- "h": 67
+ "w": 20,
+ "h": 8
},
"spriteSourceSize": {
"x": 0,
"y": 0,
- "w": 66,
- "h": 67
+ "w": 20,
+ "h": 8
},
"frame": {
- "x": 66,
- "y": 0,
- "w": 66,
- "h": 67
+ "x": 0,
+ "y": 32,
+ "w": 20,
+ "h": 8
}
},
{
- "filename": "0004.png",
+ "filename": "poison",
"rotated": false,
- "trimmed": true,
+ "trimmed": false,
"sourceSize": {
- "w": 66,
- "h": 67
+ "w": 20,
+ "h": 8
},
"spriteSourceSize": {
"x": 0,
"y": 0,
- "w": 65,
- "h": 67
+ "w": 20,
+ "h": 8
},
"frame": {
- "x": 132,
- "y": 0,
- "w": 65,
- "h": 67
+ "x": 0,
+ "y": 40,
+ "w": 20,
+ "h": 8
}
},
{
- "filename": "0006.png",
+ "filename": "sleep",
"rotated": false,
- "trimmed": true,
+ "trimmed": false,
"sourceSize": {
- "w": 66,
- "h": 67
+ "w": 20,
+ "h": 8
},
"spriteSourceSize": {
"x": 0,
"y": 0,
- "w": 65,
- "h": 67
+ "w": 20,
+ "h": 8
},
"frame": {
- "x": 132,
- "y": 0,
- "w": 65,
- "h": 67
+ "x": 0,
+ "y": 48,
+ "w": 20,
+ "h": 8
}
},
{
- "filename": "0001.png",
+ "filename": "toxic",
"rotated": false,
- "trimmed": true,
+ "trimmed": false,
"sourceSize": {
- "w": 66,
- "h": 67
+ "w": 20,
+ "h": 8
},
"spriteSourceSize": {
"x": 0,
- "y": 2,
- "w": 66,
- "h": 65
+ "y": 0,
+ "w": 20,
+ "h": 8
},
"frame": {
- "x": 66,
- "y": 67,
- "w": 66,
- "h": 65
+ "x": 0,
+ "y": 56,
+ "w": 20,
+ "h": 8
}
}
]
@@ -183,6 +183,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bd85fbac35b53b12b06187b29756853b:2478226f2126bdc982b17f3a3acb49c4:82195cf2a6db620c5643b8162d6e8c5c$"
+ "smartupdate": "$TexturePacker:SmartUpdate:37686e85605d17b806f22d43081c1139:70535ffee63ba61b3397d8470c2c8982:e6649238c018d3630e55681417c698ca$"
}
}
diff --git a/public/images/statuses_es-MX.png b/public/images/statuses_es-MX.png
new file mode 100644
index 00000000000..dc845d6fb1f
Binary files /dev/null and b/public/images/statuses_es-MX.png differ
diff --git a/public/images/statuses_es.png b/public/images/statuses_es.png
deleted file mode 100644
index d372b989be9..00000000000
Binary files a/public/images/statuses_es.png and /dev/null differ
diff --git a/public/images/trainer/aether_grunt_f.json b/public/images/trainer/aether_grunt_f.json
index c43bdae9b2e..26ae177bd21 100644
--- a/public/images/trainer/aether_grunt_f.json
+++ b/public/images/trainer/aether_grunt_f.json
@@ -4,8 +4,8 @@
"image": "aether_grunt_f.png",
"format": "RGBA8888",
"size": {
- "w": 69,
- "h": 69
+ "w": 70,
+ "h": 70
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 39,
+ "h": 70
},
"spriteSourceSize": {
- "x": 23,
- "y": 10,
- "w": 35,
- "h": 69
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 70
},
"frame": {
"x": 0,
"y": 0,
- "w": 35,
- "h": 69
+ "w": 39,
+ "h": 70
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0c9e77856d3b434e719021572bcb93de:f9c45dc5d67009b134dd1bbc5593f6ec:a694f8828aff21c718e5161e2fd63ade$"
+ "smartupdate": "$TexturePacker:SmartUpdate:0a678d2035c82d3741f2de29e01d42d3:374042fde99a4ff05c5e90cedbc5bd1f:a694f8828aff21c718e5161e2fd63ade$"
}
}
diff --git a/public/images/trainer/aether_grunt_f.png b/public/images/trainer/aether_grunt_f.png
index b43c5e71a51..a5088c9e1de 100644
Binary files a/public/images/trainer/aether_grunt_f.png and b/public/images/trainer/aether_grunt_f.png differ
diff --git a/public/images/trainer/aether_grunt_m.json b/public/images/trainer/aether_grunt_m.json
index eba00096f8d..74195b97dde 100644
--- a/public/images/trainer/aether_grunt_m.json
+++ b/public/images/trainer/aether_grunt_m.json
@@ -4,8 +4,8 @@
"image": "aether_grunt_m.png",
"format": "RGBA8888",
"size": {
- "w": 65,
- "h": 65
+ "w": 69,
+ "h": 69
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 45,
+ "h": 69
},
"spriteSourceSize": {
- "x": 16,
- "y": 14,
- "w": 47,
- "h": 65
+ "x": 0,
+ "y": 0,
+ "w": 45,
+ "h": 69
},
"frame": {
"x": 0,
"y": 0,
- "w": 47,
- "h": 65
+ "w": 45,
+ "h": 69
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:963887cf29549ad3c123b8055cb4d701:68004c4a6e04c93bd21c26a6f8921f0c:d2241fc11d0fc31b26ecbedae6da74f4$"
+ "smartupdate": "$TexturePacker:SmartUpdate:f7ad29bea8c4a179c08958890cadb04b:741fc1b2e43d2da720c249c6f81910bc:d2241fc11d0fc31b26ecbedae6da74f4$"
}
}
diff --git a/public/images/trainer/aether_grunt_m.png b/public/images/trainer/aether_grunt_m.png
index f4df26ef007..1b1e092a340 100644
Binary files a/public/images/trainer/aether_grunt_m.png and b/public/images/trainer/aether_grunt_m.png differ
diff --git a/public/images/trainer/aqua_grunt_f.json b/public/images/trainer/aqua_grunt_f.json
index 20515f30e5e..23f118927f1 100644
--- a/public/images/trainer/aqua_grunt_f.json
+++ b/public/images/trainer/aqua_grunt_f.json
@@ -4,8 +4,8 @@
"image": "aqua_grunt_f.png",
"format": "RGBA8888",
"size": {
- "w": 71,
- "h": 71
+ "w": 73,
+ "h": 73
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 34,
+ "h": 73
},
"spriteSourceSize": {
- "x": 22,
- "y": 8,
- "w": 36,
- "h": 71
+ "x": 0,
+ "y": 0,
+ "w": 34,
+ "h": 73
},
"frame": {
"x": 0,
"y": 0,
- "w": 36,
- "h": 71
+ "w": 34,
+ "h": 73
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6db25cb5753163d19bca8e2db45849ae:7d8f51509862bfdf8a78bf42dd0005cd:af0aa9494be37941522487032b556989$"
+ "smartupdate": "$TexturePacker:SmartUpdate:99d76e35df4b09fc9d312218d8fa8cc7:8ad846929ea03b5fb70fd16144e5e2fa:af0aa9494be37941522487032b556989$"
}
}
diff --git a/public/images/trainer/aqua_grunt_f.png b/public/images/trainer/aqua_grunt_f.png
index 132d239c0b8..4db237bf9e7 100644
Binary files a/public/images/trainer/aqua_grunt_f.png and b/public/images/trainer/aqua_grunt_f.png differ
diff --git a/public/images/trainer/aqua_grunt_m.json b/public/images/trainer/aqua_grunt_m.json
index 93408cc40c8..3a120f7d20c 100644
--- a/public/images/trainer/aqua_grunt_m.json
+++ b/public/images/trainer/aqua_grunt_m.json
@@ -4,8 +4,8 @@
"image": "aqua_grunt_m.png",
"format": "RGBA8888",
"size": {
- "w": 73,
- "h": 73
+ "w": 74,
+ "h": 74
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 38,
+ "h": 74
},
"spriteSourceSize": {
- "x": 17,
- "y": 6,
- "w": 46,
- "h": 73
+ "x": 0,
+ "y": 0,
+ "w": 38,
+ "h": 74
},
"frame": {
"x": 0,
"y": 0,
- "w": 46,
- "h": 73
+ "w": 38,
+ "h": 74
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:efd07ff3ed1e610150a4b8ca18974343:d9b85b9eb11182e9e4669e2bd8b08694:72b7b50231708a9486d5f315824e4df1$"
+ "smartupdate": "$TexturePacker:SmartUpdate:ea2cdca90584089079af92307948ecdc:331e1f5314abbfcf58331ab0b9fd1c40:72b7b50231708a9486d5f315824e4df1$"
}
}
diff --git a/public/images/trainer/aqua_grunt_m.png b/public/images/trainer/aqua_grunt_m.png
index 87dbfd566a1..4fe230ca119 100644
Binary files a/public/images/trainer/aqua_grunt_m.png and b/public/images/trainer/aqua_grunt_m.png differ
diff --git a/public/images/trainer/archie.json b/public/images/trainer/archie.json
index 63837d40847..3718bcffd0c 100644
--- a/public/images/trainer/archie.json
+++ b/public/images/trainer/archie.json
@@ -4,8 +4,8 @@
"image": "archie.png",
"format": "RGBA8888",
"size": {
- "w": 80,
- "h": 80
+ "w": 79,
+ "h": 79
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 58,
+ "h": 79
},
"spriteSourceSize": {
- "x": 21,
+ "x": 0,
"y": 0,
- "w": 42,
- "h": 80
+ "w": 58,
+ "h": 79
},
"frame": {
"x": 0,
"y": 0,
- "w": 42,
- "h": 80
+ "w": 58,
+ "h": 79
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bfa7fdd7b6ac9be68dc9dc562fb8339f:06f87a279450b21b19294ba956b69c26:4b7980be4e3ac1d20c9eaf970913ec63$"
+ "smartupdate": "$TexturePacker:SmartUpdate:1edc051db037c1742819ac8674ebe4be:bfaa715c0faf707c1b20ab8259d42a35:4b7980be4e3ac1d20c9eaf970913ec63$"
}
}
diff --git a/public/images/trainer/archie.png b/public/images/trainer/archie.png
index c83975c0690..d4c003fd348 100644
Binary files a/public/images/trainer/archie.png and b/public/images/trainer/archie.png differ
diff --git a/public/images/trainer/atticus.json b/public/images/trainer/atticus.json
index 95621998bf2..8b1ebdd63f2 100644
--- a/public/images/trainer/atticus.json
+++ b/public/images/trainer/atticus.json
@@ -4,8 +4,8 @@
"image": "atticus.png",
"format": "RGBA8888",
"size": {
- "w": 46,
- "h": 46
+ "w": 55,
+ "h": 55
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 55,
+ "h": 49
},
"spriteSourceSize": {
- "x": 21,
- "y": 33,
- "w": 43,
- "h": 46
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 49
},
"frame": {
"x": 0,
"y": 0,
- "w": 43,
- "h": 46
+ "w": 55,
+ "h": 49
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6dcd7c3d3982793cbca0d6fcd1f9260e:19c44634629fadd9d039d23dc71ec987:d26ede35f15aa571d5a7a2dd2fb868e1$"
+ "smartupdate": "$TexturePacker:SmartUpdate:2c1a2ecebeac4770c51422bede6add57:5c82bf231c27d62e440081f186eb1da9:d26ede35f15aa571d5a7a2dd2fb868e1$"
}
}
diff --git a/public/images/trainer/atticus.png b/public/images/trainer/atticus.png
index e3e7e870f2b..75cd70b72d8 100644
Binary files a/public/images/trainer/atticus.png and b/public/images/trainer/atticus.png differ
diff --git a/public/images/trainer/courtney.json b/public/images/trainer/courtney.json
index de55e91eb85..1da3e08b107 100644
--- a/public/images/trainer/courtney.json
+++ b/public/images/trainer/courtney.json
@@ -4,8 +4,8 @@
"image": "courtney.png",
"format": "RGBA8888",
"size": {
- "w": 52,
- "h": 80
+ "w": 72,
+ "h": 72
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 52,
- "h": 80
+ "w": 44,
+ "h": 72
},
"spriteSourceSize": {
"x": 0,
"y": 0,
- "w": 52,
- "h": 80
+ "w": 44,
+ "h": 72
},
"frame": {
"x": 0,
"y": 0,
- "w": 52,
- "h": 80
+ "w": 44,
+ "h": 72
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:831f5748dad92911b10a1cb358ee2dae:a3bf81bbaa3b49cad5e0e549cf94563b:bb6befc9383c9c08837183ae2a7a80c1$"
+ "smartupdate": "$TexturePacker:SmartUpdate:c39b0f300dc09114fba490e6ab68b2b5:a24a6dbdd0e3f4d4b7a567673b73316a:b0c7d3a5747d1c7edafa00c8e6d1257e$"
}
}
diff --git a/public/images/trainer/courtney.png b/public/images/trainer/courtney.png
index 0efdb615fcd..3db5151e61c 100644
Binary files a/public/images/trainer/courtney.png and b/public/images/trainer/courtney.png differ
diff --git a/public/images/trainer/eri.json b/public/images/trainer/eri.json
index fd4daf60437..08312d7a310 100644
--- a/public/images/trainer/eri.json
+++ b/public/images/trainer/eri.json
@@ -4,8 +4,8 @@
"image": "eri.png",
"format": "RGBA8888",
"size": {
- "w": 74,
- "h": 74
+ "w": 78,
+ "h": 78
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 52,
+ "h": 78
},
"spriteSourceSize": {
- "x": 15,
- "y": 5,
- "w": 45,
- "h": 74
+ "x": 0,
+ "y": 0,
+ "w": 52,
+ "h": 78
},
"frame": {
"x": 0,
"y": 0,
- "w": 45,
- "h": 74
+ "w": 52,
+ "h": 78
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:59594ac27e74ec85e2949d12ff680dc2:d65b6b00858ac47b26ef8393a8fa6795:d7f4cd3ff755f8074c14d3006b0c8301$"
+ "smartupdate": "$TexturePacker:SmartUpdate:d413fdffea2ec50087a67019a6ce4063:66a18e7a21ca3a1953778dbc09074ab6:d7f4cd3ff755f8074c14d3006b0c8301$"
}
}
diff --git a/public/images/trainer/eri.png b/public/images/trainer/eri.png
index 0c9bdf7b47b..cb38f96b030 100644
Binary files a/public/images/trainer/eri.png and b/public/images/trainer/eri.png differ
diff --git a/public/images/trainer/faba.json b/public/images/trainer/faba.json
index 0e9544e2529..a419c782d87 100644
--- a/public/images/trainer/faba.json
+++ b/public/images/trainer/faba.json
@@ -4,8 +4,8 @@
"image": "faba.png",
"format": "RGBA8888",
"size": {
- "w": 74,
- "h": 74
+ "w": 76,
+ "h": 76
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 29,
+ "h": 76
},
"spriteSourceSize": {
- "x": 25,
- "y": 5,
- "w": 31,
- "h": 74
+ "x": 0,
+ "y": 0,
+ "w": 29,
+ "h": 76
},
"frame": {
"x": 0,
"y": 0,
- "w": 31,
- "h": 74
+ "w": 29,
+ "h": 76
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:47622708d99a504998950bd9c389a504:fe1c51be191dd9fafb5b6f309c08ae1a:8d64db18930325b8b513740c1d83ce4c$"
+ "smartupdate": "$TexturePacker:SmartUpdate:bbfce6e1ed69401694ce8c2537dd1fea:a2c9351e4ba08d44cafa66ecdf509866:8d64db18930325b8b513740c1d83ce4c$"
}
}
diff --git a/public/images/trainer/faba.png b/public/images/trainer/faba.png
index a7fa0fb4879..1c509da8a78 100644
Binary files a/public/images/trainer/faba.png and b/public/images/trainer/faba.png differ
diff --git a/public/images/trainer/flare_grunt_f.json b/public/images/trainer/flare_grunt_f.json
index e536d28a1aa..a8ebf9a8a4a 100644
--- a/public/images/trainer/flare_grunt_f.json
+++ b/public/images/trainer/flare_grunt_f.json
@@ -4,8 +4,8 @@
"image": "flare_grunt_f.png",
"format": "RGBA8888",
"size": {
- "w": 80,
- "h": 80
+ "w": 85,
+ "h": 85
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 23,
+ "h": 85
},
"spriteSourceSize": {
- "x": 31,
+ "x": 0,
"y": 0,
"w": 23,
- "h": 80
+ "h": 85
},
"frame": {
"x": 0,
"y": 0,
"w": 23,
- "h": 80
+ "h": 85
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c30bf82452209a923f4becf13d275a9a:a6355b09f92c9c0388d0b919010f587f:0638dbf213f8a974eb5af76eb1e5ddeb$"
+ "smartupdate": "$TexturePacker:SmartUpdate:88d242a8c3b9859307ecdd290c30ce7d:acd04d60ab09f18e86e4e5727132dac2:0638dbf213f8a974eb5af76eb1e5ddeb$"
}
}
diff --git a/public/images/trainer/flare_grunt_f.png b/public/images/trainer/flare_grunt_f.png
index 4446675dc44..e2a4dd7fe92 100644
Binary files a/public/images/trainer/flare_grunt_f.png and b/public/images/trainer/flare_grunt_f.png differ
diff --git a/public/images/trainer/flare_grunt_m.json b/public/images/trainer/flare_grunt_m.json
index 4d54acbf810..226257ef84a 100644
--- a/public/images/trainer/flare_grunt_m.json
+++ b/public/images/trainer/flare_grunt_m.json
@@ -14,12 +14,12 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 31,
+ "h": 77
},
"spriteSourceSize": {
- "x": 24,
- "y": 2,
+ "x": 0,
+ "y": 0,
"w": 31,
"h": 77
},
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a26606e70778f88a1a7053b2f2420dde:84abf0d0f6bc90c6a60f660567b2d641:adc35a4070bac9fe828c2605a3b15744$"
+ "smartupdate": "$TexturePacker:SmartUpdate:8683e52bbd1a42992f4d7ab8aa65a2a1:e8279cd322279bc5f8e2bb5797e6f818:adc35a4070bac9fe828c2605a3b15744$"
}
}
diff --git a/public/images/trainer/flare_grunt_m.png b/public/images/trainer/flare_grunt_m.png
index 79eb98449ca..eb14dbed0e2 100644
Binary files a/public/images/trainer/flare_grunt_m.png and b/public/images/trainer/flare_grunt_m.png differ
diff --git a/public/images/trainer/giacomo.json b/public/images/trainer/giacomo.json
index 5eeb2cd685b..f61d5b64901 100644
--- a/public/images/trainer/giacomo.json
+++ b/public/images/trainer/giacomo.json
@@ -4,8 +4,8 @@
"image": "giacomo.png",
"format": "RGBA8888",
"size": {
- "w": 75,
- "h": 75
+ "w": 71,
+ "h": 71
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 37,
+ "h": 71
},
"spriteSourceSize": {
- "x": 23,
- "y": 4,
+ "x": 0,
+ "y": 0,
"w": 37,
- "h": 75
+ "h": 71
},
"frame": {
"x": 0,
"y": 0,
"w": 37,
- "h": 75
+ "h": 71
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8c4e7da48e5667abc6d364330268c092:0fa43e58d8a746d3b86cb2dd763719f4:8603cc19e888c8c8de62177f4011577c$"
+ "smartupdate": "$TexturePacker:SmartUpdate:8d4b9bca01f3729556cd02a8795c3e89:cb2840cbbd1e5a614bfa6bcb23db5b62:8603cc19e888c8c8de62177f4011577c$"
}
}
diff --git a/public/images/trainer/giacomo.png b/public/images/trainer/giacomo.png
index 275f47fad3c..352acaddf95 100644
Binary files a/public/images/trainer/giacomo.png and b/public/images/trainer/giacomo.png differ
diff --git a/public/images/trainer/guzma.json b/public/images/trainer/guzma.json
index c278d68be24..1b75915c088 100644
--- a/public/images/trainer/guzma.json
+++ b/public/images/trainer/guzma.json
@@ -4,8 +4,8 @@
"image": "guzma.png",
"format": "RGBA8888",
"size": {
- "w": 58,
- "h": 58
+ "w": 64,
+ "h": 64
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 34,
+ "h": 64
},
"spriteSourceSize": {
- "x": 21,
- "y": 20,
- "w": 37,
- "h": 58
+ "x": 0,
+ "y": 0,
+ "w": 34,
+ "h": 64
},
"frame": {
"x": 0,
"y": 0,
- "w": 37,
- "h": 58
+ "w": 34,
+ "h": 64
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c3b08a562a2882d1ca8b5e031e245da9:72a8305e547f091d15abccd2b142e401:3b302c7f9eb6ea81b65bcaeead4a95a9$"
+ "smartupdate": "$TexturePacker:SmartUpdate:90cfe8ae514c30ddf48840678b251141:87a93d268c61327ad913bba3b052686b:3b302c7f9eb6ea81b65bcaeead4a95a9$"
}
}
diff --git a/public/images/trainer/guzma.png b/public/images/trainer/guzma.png
index 6afd6f3b34a..1ae6d8eb8d1 100644
Binary files a/public/images/trainer/guzma.png and b/public/images/trainer/guzma.png differ
diff --git a/public/images/trainer/hala.json b/public/images/trainer/hala.json
index f909ebe7684..5fcea739488 100644
--- a/public/images/trainer/hala.json
+++ b/public/images/trainer/hala.json
@@ -4,8 +4,8 @@
"image": "hala.png",
"format": "RGBA8888",
"size": {
- "w": 78,
- "h": 78
+ "w": 82,
+ "h": 82
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 59,
- "h": 78
+ "w": 58,
+ "h": 82
},
"spriteSourceSize": {
"x": 0,
"y": 0,
- "w": 59,
- "h": 78
+ "w": 58,
+ "h": 82
},
"frame": {
"x": 0,
"y": 0,
- "w": 59,
- "h": 78
+ "w": 58,
+ "h": 82
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b6547cc9975d92a02b99fd63122d740b:0a72e0ac4fcbfe4329a7dcdad284ab36:7c2af56b9a9851f2e2eaeaf0cdca9370$"
+ "smartupdate": "$TexturePacker:SmartUpdate:57dc13db648785ad4694bf67c40fa21d:ee2bc7184f4f48ab8ba3c10c89bfc8f0:7c2af56b9a9851f2e2eaeaf0cdca9370$"
}
}
diff --git a/public/images/trainer/hala.png b/public/images/trainer/hala.png
index 0a72be4113b..4f26cbb8ff3 100644
Binary files a/public/images/trainer/hala.png and b/public/images/trainer/hala.png differ
diff --git a/public/images/trainer/hau.json b/public/images/trainer/hau.json
index 5f2ef8bcec8..351283ff0ad 100644
--- a/public/images/trainer/hau.json
+++ b/public/images/trainer/hau.json
@@ -4,8 +4,8 @@
"image": "hau.png",
"format": "RGBA8888",
"size": {
- "w": 70,
- "h": 70
+ "w": 71,
+ "h": 71
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 24,
+ "h": 71
},
"spriteSourceSize": {
- "x": 27,
- "y": 9,
- "w": 29,
- "h": 70
+ "x": 0,
+ "y": 0,
+ "w": 24,
+ "h": 71
},
"frame": {
"x": 0,
"y": 0,
- "w": 29,
- "h": 70
+ "w": 24,
+ "h": 71
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:688d6d27e686efec45b144ba4544f248:676457a4e9dfbcad0510f6e7bfa73514:d4c7e8b349477c2295b49b0e99b91bb3$"
+ "smartupdate": "$TexturePacker:SmartUpdate:0d500afd9a36f32a23b5a316dcf397d9:aa5d3e58d6df67b90e484ec7f345a4cf:d4c7e8b349477c2295b49b0e99b91bb3$"
}
}
diff --git a/public/images/trainer/hau.png b/public/images/trainer/hau.png
index 1ce2c98f6af..7aa673a6fe9 100644
Binary files a/public/images/trainer/hau.png and b/public/images/trainer/hau.png differ
diff --git a/public/images/trainer/korrina.json b/public/images/trainer/korrina.json
index cc1ba59bd55..7c258fa4927 100644
--- a/public/images/trainer/korrina.json
+++ b/public/images/trainer/korrina.json
@@ -4,8 +4,8 @@
"image": "korrina.png",
"format": "RGBA8888",
"size": {
- "w": 75,
- "h": 75
+ "w": 83,
+ "h": 83
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 57,
+ "h": 83
},
"spriteSourceSize": {
- "x": 10,
- "y": 4,
- "w": 56,
- "h": 75
+ "x": 0,
+ "y": 0,
+ "w": 57,
+ "h": 83
},
"frame": {
"x": 0,
"y": 0,
- "w": 56,
- "h": 75
+ "w": 57,
+ "h": 83
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:43a6564beec2569a58110232e9752b64:0decef066ae75dc7f3bd0c811f9a92d1:ed5be09cd8b82ed6439ff8617ffa74c0$"
+ "smartupdate": "$TexturePacker:SmartUpdate:1dc28e18e99698fbfd8a110a1dc737f2:79d24176afd3059dc69ce785ce672bbb:ed5be09cd8b82ed6439ff8617ffa74c0$"
}
}
diff --git a/public/images/trainer/korrina.png b/public/images/trainer/korrina.png
index 6d6817faf94..8994afdddb1 100644
Binary files a/public/images/trainer/korrina.png and b/public/images/trainer/korrina.png differ
diff --git a/public/images/pokemon/back/shiny/668-female.json b/public/images/trainer/kukui.json
similarity index 63%
rename from public/images/pokemon/back/shiny/668-female.json
rename to public/images/trainer/kukui.json
index 7b4adc1a94d..139a1456cc5 100644
--- a/public/images/pokemon/back/shiny/668-female.json
+++ b/public/images/trainer/kukui.json
@@ -1,7 +1,7 @@
{
"textures": [
{
- "image": "668-female.png",
+ "image": "kukui.png",
"format": "RGBA8888",
"size": {
"w": 74,
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 74,
- "h": 72
+ "w": 37,
+ "h": 74
},
"spriteSourceSize": {
"x": 0,
"y": 0,
- "w": 74,
- "h": 72
+ "w": 37,
+ "h": 74
},
"frame": {
"x": 0,
"y": 0,
- "w": 74,
- "h": 72
+ "w": 37,
+ "h": 74
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a3f814ea1f5b062df0ecc4e7c343d89b:769178f31dc2505ae0e67b72b1319828:d99ed0e84a0695b54e479aa98271aba1$"
+ "smartupdate": "$TexturePacker:SmartUpdate:bccd7af37a8608585716e34d0acb49af:8e1ebc6f022707fbb1e6b4f7d1dbb00c:70bdbf4bca082082ae121aa8ef03c2be$"
}
}
diff --git a/public/images/trainer/kukui.png b/public/images/trainer/kukui.png
new file mode 100644
index 00000000000..aacf1c197ee
Binary files /dev/null and b/public/images/trainer/kukui.png differ
diff --git a/public/images/trainer/lusamine.json b/public/images/trainer/lusamine.json
index 55a711a21fb..c2e9b2f2356 100644
--- a/public/images/trainer/lusamine.json
+++ b/public/images/trainer/lusamine.json
@@ -4,8 +4,8 @@
"image": "lusamine.png",
"format": "RGBA8888",
"size": {
- "w": 74,
- "h": 74
+ "w": 80,
+ "h": 80
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
+ "w": 52,
"h": 80
},
"spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 36,
- "h": 74
+ "x": 0,
+ "y": 0,
+ "w": 52,
+ "h": 80
},
"frame": {
"x": 0,
"y": 0,
- "w": 36,
- "h": 74
+ "w": 52,
+ "h": 80
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:41da3a1299e3831be70016dc91e49313:2413ba06767fb10fdc6fde8cc736c51c:4012333084c529872232c8d052561dc1$"
+ "smartupdate": "$TexturePacker:SmartUpdate:52c5f9beccbfe68b9861b8fc393ba674:35d25e8bad6c7212e330a0e3d0c88315:4012333084c529872232c8d052561dc1$"
}
}
diff --git a/public/images/trainer/lusamine.png b/public/images/trainer/lusamine.png
index 8b835a2d0be..1619dc11e2d 100644
Binary files a/public/images/trainer/lusamine.png and b/public/images/trainer/lusamine.png differ
diff --git a/public/images/trainer/lysandre.json b/public/images/trainer/lysandre.json
index 931b1633a32..1dcb9c8c710 100644
--- a/public/images/trainer/lysandre.json
+++ b/public/images/trainer/lysandre.json
@@ -4,8 +4,8 @@
"image": "lysandre.png",
"format": "RGBA8888",
"size": {
- "w": 80,
- "h": 80
+ "w": 82,
+ "h": 82
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 50,
+ "h": 82
},
"spriteSourceSize": {
- "x": 14,
+ "x": 0,
"y": 0,
- "w": 52,
- "h": 80
+ "w": 50,
+ "h": 82
},
"frame": {
"x": 0,
"y": 0,
- "w": 52,
- "h": 80
+ "w": 50,
+ "h": 82
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6b887c8bab74885a1b05f2b382759db6:ba102d9d25ddd794a3a17f029b971daf:e6066149f6ec4ccb9fc28faea3d64a7f$"
+ "smartupdate": "$TexturePacker:SmartUpdate:b09528fe2d3137bba8ce5c667d2a962f:7c522eefcc85ee87df485d34b58e814b:e6066149f6ec4ccb9fc28faea3d64a7f$"
}
}
diff --git a/public/images/trainer/lysandre.png b/public/images/trainer/lysandre.png
index b83b649d142..fe6dafb00f8 100644
Binary files a/public/images/trainer/lysandre.png and b/public/images/trainer/lysandre.png differ
diff --git a/public/images/trainer/macro_grunt_f.json b/public/images/trainer/macro_grunt_f.json
index 04b30ec4ca5..8a9a3943a27 100644
--- a/public/images/trainer/macro_grunt_f.json
+++ b/public/images/trainer/macro_grunt_f.json
@@ -14,19 +14,19 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 33,
+ "h": 74
},
"spriteSourceSize": {
- "x": 24,
- "y": 5,
- "w": 31,
+ "x": 0,
+ "y": 0,
+ "w": 33,
"h": 74
},
"frame": {
"x": 0,
"y": 0,
- "w": 31,
+ "w": 33,
"h": 74
}
}
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a015c43d80f8fd1932758e0e2cfcec61:59fc8205ea5ca04295831b4a2eb623ec:30df2ea8e9dac9e95f70534ec43d5ecd$"
+ "smartupdate": "$TexturePacker:SmartUpdate:7449212fcdbfb4a600364bd3761e4fb6:37c81a387501a047cff84cabdeedb496:d1412ef32f1904a102cf70569806f3b7$"
}
}
diff --git a/public/images/trainer/macro_grunt_f.png b/public/images/trainer/macro_grunt_f.png
index 892299d701e..85586126da1 100644
Binary files a/public/images/trainer/macro_grunt_f.png and b/public/images/trainer/macro_grunt_f.png differ
diff --git a/public/images/trainer/macro_grunt_m.json b/public/images/trainer/macro_grunt_m.json
index 5357fdb0767..f9a8736c4d1 100644
--- a/public/images/trainer/macro_grunt_m.json
+++ b/public/images/trainer/macro_grunt_m.json
@@ -4,8 +4,8 @@
"image": "macro_grunt_m.png",
"format": "RGBA8888",
"size": {
- "w": 75,
- "h": 75
+ "w": 76,
+ "h": 76
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 35,
+ "h": 76
},
"spriteSourceSize": {
- "x": 15,
- "y": 4,
- "w": 48,
- "h": 75
+ "x": 0,
+ "y": 0,
+ "w": 35,
+ "h": 76
},
"frame": {
"x": 0,
"y": 0,
- "w": 48,
- "h": 75
+ "w": 35,
+ "h": 76
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:52fccff2a0675b4e10139ddb7067d4cf:10d254175d2d8a9111cce096ffb55fa3:d57016467aa07cafdfaf13e0ff643c1b$"
+ "smartupdate": "$TexturePacker:SmartUpdate:5800bf6888eb6dd61ea39e1c9a1f93e3:25a930b7c50e2d7832bd3c30402d7544:1f76f2e682f472208a45e187250a6a3d$"
}
}
diff --git a/public/images/trainer/macro_grunt_m.png b/public/images/trainer/macro_grunt_m.png
index aa6b3607a87..464c735c75d 100644
Binary files a/public/images/trainer/macro_grunt_m.png and b/public/images/trainer/macro_grunt_m.png differ
diff --git a/public/images/trainer/magma_grunt_f.json b/public/images/trainer/magma_grunt_f.json
index 05c0512bbf0..d7a3d214317 100644
--- a/public/images/trainer/magma_grunt_f.json
+++ b/public/images/trainer/magma_grunt_f.json
@@ -4,30 +4,30 @@
"image": "magma_grunt_f.png",
"format": "RGBA8888",
"size": {
- "w": 80,
- "h": 80
+ "w": 72,
+ "h": 72
},
"scale": 1,
"frames": [
{
"filename": "0001.png",
"rotated": false,
- "trimmed": true,
+ "trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 43,
+ "h": 72
},
"spriteSourceSize": {
- "x": 10,
+ "x": 0,
"y": 0,
- "w": 60,
- "h": 80
+ "w": 43,
+ "h": 72
},
"frame": {
- "x": 10,
+ "x": 0,
"y": 0,
- "w": 60,
- "h": 80
+ "w": 43,
+ "h": 72
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f63ad48affc076f60fae78992c96a2bf:80928b32710abcb28c07c6fc5a425d99:3b961d8852b62aaf24ceb2030c036515$"
+ "smartupdate": "$TexturePacker:SmartUpdate:219462e400564a65012cda9dbc31ab22:4e0070239d24311df52a263271698c59:3b961d8852b62aaf24ceb2030c036515$"
}
}
diff --git a/public/images/trainer/magma_grunt_f.png b/public/images/trainer/magma_grunt_f.png
index 215ad83eea1..5ea582ad067 100644
Binary files a/public/images/trainer/magma_grunt_f.png and b/public/images/trainer/magma_grunt_f.png differ
diff --git a/public/images/trainer/magma_grunt_m.json b/public/images/trainer/magma_grunt_m.json
index ac8cd838c5a..57ac7c40da9 100644
--- a/public/images/trainer/magma_grunt_m.json
+++ b/public/images/trainer/magma_grunt_m.json
@@ -4,30 +4,30 @@
"image": "magma_grunt_m.png",
"format": "RGBA8888",
"size": {
- "w": 80,
- "h": 80
+ "w": 72,
+ "h": 72
},
"scale": 1,
"frames": [
{
"filename": "0001.png",
"rotated": false,
- "trimmed": true,
+ "trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 44,
+ "h": 72
},
"spriteSourceSize": {
- "x": 10,
+ "x": 0,
"y": 0,
- "w": 60,
- "h": 80
+ "w": 44,
+ "h": 72
},
"frame": {
- "x": 10,
+ "x": 0,
"y": 0,
- "w": 60,
- "h": 80
+ "w": 44,
+ "h": 72
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:96aa833d987a01bcdcb6f0e7809f5daf:791cce8d026f92b2e52f0b66df8b8e11:35532fd5d9aea30957d50d06f2d2f9a6$"
+ "smartupdate": "$TexturePacker:SmartUpdate:46f6e6e1aef8e2e7640c67116e548c5d:34cb6b7f64b0d3c294fcdde45097575d:35532fd5d9aea30957d50d06f2d2f9a6$"
}
}
diff --git a/public/images/trainer/magma_grunt_m.png b/public/images/trainer/magma_grunt_m.png
index a37b9acbb52..b2432a79d28 100644
Binary files a/public/images/trainer/magma_grunt_m.png and b/public/images/trainer/magma_grunt_m.png differ
diff --git a/public/images/trainer/mela.json b/public/images/trainer/mela.json
index c9db18acc5a..1d242d50074 100644
--- a/public/images/trainer/mela.json
+++ b/public/images/trainer/mela.json
@@ -4,8 +4,8 @@
"image": "mela.png",
"format": "RGBA8888",
"size": {
- "w": 78,
- "h": 78
+ "w": 75,
+ "h": 75
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 41,
+ "h": 75
},
"spriteSourceSize": {
- "x": 18,
- "y": 1,
- "w": 46,
- "h": 78
+ "x": 0,
+ "y": 0,
+ "w": 41,
+ "h": 75
},
"frame": {
"x": 0,
"y": 0,
- "w": 46,
- "h": 78
+ "w": 41,
+ "h": 75
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e26d8c926c54c848cef673b3f59f35e7:ff040c2cebb1a92d2ef61dc91c018390:68668cf06383ff459cccaafb6bf56215$"
+ "smartupdate": "$TexturePacker:SmartUpdate:96e97b165e8ca706b7838616d32ab81f:89c577db41f4b610520823e876066e35:68668cf06383ff459cccaafb6bf56215$"
}
}
diff --git a/public/images/trainer/mela.png b/public/images/trainer/mela.png
index fbb08ed69cf..a98547d6380 100644
Binary files a/public/images/trainer/mela.png and b/public/images/trainer/mela.png differ
diff --git a/public/images/trainer/molayne.json b/public/images/trainer/molayne.json
index ae80a12f012..8a0b1b3534e 100644
--- a/public/images/trainer/molayne.json
+++ b/public/images/trainer/molayne.json
@@ -4,8 +4,8 @@
"image": "molayne.png",
"format": "RGBA8888",
"size": {
- "w": 79,
- "h": 79
+ "w": 78,
+ "h": 78
},
"scale": 1,
"frames": [
@@ -15,19 +15,19 @@
"trimmed": false,
"sourceSize": {
"w": 31,
- "h": 79
+ "h": 78
},
"spriteSourceSize": {
"x": 0,
"y": 0,
"w": 31,
- "h": 79
+ "h": 78
},
"frame": {
"x": 0,
"y": 0,
"w": 31,
- "h": 79
+ "h": 78
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:056720ae56077b81375b258850332053:774e1c8463f26fac3be55ed88c8b48b9:11092260a376b1a46e696927361b6498$"
+ "smartupdate": "$TexturePacker:SmartUpdate:190386db101d4bd1ef5ed1f4f7b5bb1c:c8bc1b069ceb2707738b9178fb6aea0f:11092260a376b1a46e696927361b6498$"
}
}
diff --git a/public/images/trainer/molayne.png b/public/images/trainer/molayne.png
index 75f9569370e..c400e5be33d 100644
Binary files a/public/images/trainer/molayne.png and b/public/images/trainer/molayne.png differ
diff --git a/public/images/pokemon/668-female.json b/public/images/trainer/mustard.json
similarity index 59%
rename from public/images/pokemon/668-female.json
rename to public/images/trainer/mustard.json
index 13d67c90194..5c3a73f0a0b 100644
--- a/public/images/pokemon/668-female.json
+++ b/public/images/trainer/mustard.json
@@ -1,11 +1,11 @@
{
"textures": [
{
- "image": "668-female.png",
+ "image": "mustard.png",
"format": "RGBA8888",
"size": {
- "w": 72,
- "h": 72
+ "w": 71,
+ "h": 71
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 63,
- "h": 72
+ "w": 57,
+ "h": 71
},
"spriteSourceSize": {
"x": 0,
"y": 0,
- "w": 63,
- "h": 72
+ "w": 57,
+ "h": 71
},
"frame": {
"x": 0,
"y": 0,
- "w": 63,
- "h": 72
+ "w": 57,
+ "h": 71
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3f88e039152d4a967a218cb721938610:e6991ce9c3bad348cbc05ebf9b440302:d99ed0e84a0695b54e479aa98271aba1$"
+ "smartupdate": "$TexturePacker:SmartUpdate:8e2d109ee2cb1b2a6dda840c5bba1d4e:8116b1de2fd7bc0ca08e2d3e618b3dae:ac5d03e7cabff8ff660969c2bc2f3b36$"
}
}
diff --git a/public/images/trainer/mustard.png b/public/images/trainer/mustard.png
new file mode 100644
index 00000000000..0acba02db45
Binary files /dev/null and b/public/images/trainer/mustard.png differ
diff --git a/public/images/trainer/oleana.json b/public/images/trainer/oleana.json
index 7219b640c38..d9344226819 100644
--- a/public/images/trainer/oleana.json
+++ b/public/images/trainer/oleana.json
@@ -4,8 +4,8 @@
"image": "oleana.png",
"format": "RGBA8888",
"size": {
- "w": 79,
- "h": 79
+ "w": 78,
+ "h": 78
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 56,
+ "h": 78
},
"spriteSourceSize": {
- "x": 10,
- "y": 1,
- "w": 53,
- "h": 79
+ "x": 0,
+ "y": 0,
+ "w": 56,
+ "h": 78
},
"frame": {
"x": 0,
"y": 0,
- "w": 53,
- "h": 79
+ "w": 56,
+ "h": 78
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:30987a671771127a38491a588c465964:38b28effcfd5c6cbc0f358912a775af3:82e2a1f8afed29be57f6c2473f4c5be2$"
+ "smartupdate": "$TexturePacker:SmartUpdate:3f088913cab1db14067e247bd92e82ce:b32e1ef6ef289564b39fd326346002c6:82e2a1f8afed29be57f6c2473f4c5be2$"
}
}
diff --git a/public/images/trainer/oleana.png b/public/images/trainer/oleana.png
index 3252c67ab8e..e74fb6ab2eb 100644
Binary files a/public/images/trainer/oleana.png and b/public/images/trainer/oleana.png differ
diff --git a/public/images/trainer/ortega.json b/public/images/trainer/ortega.json
index 53bab5dba40..082817344e0 100644
--- a/public/images/trainer/ortega.json
+++ b/public/images/trainer/ortega.json
@@ -4,8 +4,8 @@
"image": "ortega.png",
"format": "RGBA8888",
"size": {
- "w": 69,
- "h": 69
+ "w": 70,
+ "h": 70
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 47,
+ "h": 70
},
"spriteSourceSize": {
- "x": 8,
- "y": 10,
- "w": 53,
- "h": 69
+ "x": 0,
+ "y": 0,
+ "w": 47,
+ "h": 70
},
"frame": {
"x": 0,
"y": 0,
- "w": 53,
- "h": 69
+ "w": 47,
+ "h": 70
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c6ff92d90ed884222095de81d1db9166:a91cf3c83a063f549c52afb42f7ba3b0:c3f9fcec121c8bc93f2b230b20b79c57$"
+ "smartupdate": "$TexturePacker:SmartUpdate:f69a1067315885ed736a07362122f371:717e3f134eb10424f0f0fa724500ba63:c3f9fcec121c8bc93f2b230b20b79c57$"
}
}
diff --git a/public/images/trainer/ortega.png b/public/images/trainer/ortega.png
index 7f694c6ded6..cede7b6c311 100644
Binary files a/public/images/trainer/ortega.png and b/public/images/trainer/ortega.png differ
diff --git a/public/images/trainer/penny.json b/public/images/trainer/penny.json
index da64efffa3b..bb74e43da89 100644
--- a/public/images/trainer/penny.json
+++ b/public/images/trainer/penny.json
@@ -4,8 +4,8 @@
"image": "penny.png",
"format": "RGBA8888",
"size": {
- "w": 75,
- "h": 75
+ "w": 67,
+ "h": 67
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 30,
+ "h": 67
},
"spriteSourceSize": {
- "x": 24,
- "y": 4,
- "w": 34,
- "h": 75
+ "x": 0,
+ "y": 0,
+ "w": 30,
+ "h": 67
},
"frame": {
"x": 0,
"y": 0,
- "w": 34,
- "h": 75
+ "w": 30,
+ "h": 67
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:54f184bf1995a94a78aff33c9a851e6b:a6c9b3fe428b0cd0344b5cf14b999f36:cf221da9747cb8cb356053d3042d8d22$"
+ "smartupdate": "$TexturePacker:SmartUpdate:cb4d76912d528afe986ac5cad775f455:cc70d9738c9c7347b2ac9afec4ec9290:cf221da9747cb8cb356053d3042d8d22$"
}
}
diff --git a/public/images/trainer/penny.png b/public/images/trainer/penny.png
index 0e36760e21b..67c90a41462 100644
Binary files a/public/images/trainer/penny.png and b/public/images/trainer/penny.png differ
diff --git a/public/images/trainer/plasma_grunt_f.json b/public/images/trainer/plasma_grunt_f.json
index 4d23eeeb483..4a73a55e24b 100644
--- a/public/images/trainer/plasma_grunt_f.json
+++ b/public/images/trainer/plasma_grunt_f.json
@@ -4,30 +4,408 @@
"image": "plasma_grunt_f.png",
"format": "RGBA8888",
"size": {
- "w": 75,
- "h": 75
+ "w": 186,
+ "h": 186
},
"scale": 1,
"frames": [
{
- "filename": "0001.png",
+ "filename": "0002.png",
"rotated": false,
- "trimmed": false,
+ "trimmed": true,
"sourceSize": {
"w": 80,
"h": 80
},
"spriteSourceSize": {
- "x": 21,
- "y": 4,
- "w": 37,
- "h": 75
+ "x": 16,
+ "y": 31,
+ "w": 49,
+ "h": 49
},
"frame": {
"x": 0,
"y": 0,
- "w": 37,
- "h": 75
+ "w": 49,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0003.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 16,
+ "y": 31,
+ "w": 49,
+ "h": 49
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 49,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0015.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 27,
+ "w": 46,
+ "h": 53
+ },
+ "frame": {
+ "x": 49,
+ "y": 0,
+ "w": 46,
+ "h": 53
+ }
+ },
+ {
+ "filename": "0001.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 27,
+ "w": 45,
+ "h": 53
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 45,
+ "h": 53
+ }
+ },
+ {
+ "filename": "0017.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 27,
+ "w": 45,
+ "h": 53
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 45,
+ "h": 53
+ }
+ },
+ {
+ "filename": "0018.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 27,
+ "w": 45,
+ "h": 53
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 45,
+ "h": 53
+ }
+ },
+ {
+ "filename": "0019.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 27,
+ "w": 45,
+ "h": 53
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 45,
+ "h": 53
+ }
+ },
+ {
+ "filename": "0004.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 15,
+ "y": 33,
+ "w": 50,
+ "h": 47
+ },
+ "frame": {
+ "x": 45,
+ "y": 53,
+ "w": 50,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0005.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 15,
+ "y": 33,
+ "w": 50,
+ "h": 47
+ },
+ "frame": {
+ "x": 45,
+ "y": 53,
+ "w": 50,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0006.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 15,
+ "y": 36,
+ "w": 50,
+ "h": 44
+ },
+ "frame": {
+ "x": 45,
+ "y": 100,
+ "w": 50,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0007.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 15,
+ "y": 36,
+ "w": 50,
+ "h": 44
+ },
+ "frame": {
+ "x": 45,
+ "y": 100,
+ "w": 50,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0016.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 27,
+ "w": 45,
+ "h": 53
+ },
+ "frame": {
+ "x": 0,
+ "y": 102,
+ "w": 45,
+ "h": 53
+ }
+ },
+ {
+ "filename": "0008.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 15,
+ "y": 38,
+ "w": 50,
+ "h": 42
+ },
+ "frame": {
+ "x": 45,
+ "y": 144,
+ "w": 50,
+ "h": 42
+ }
+ },
+ {
+ "filename": "0009.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 15,
+ "y": 38,
+ "w": 50,
+ "h": 42
+ },
+ "frame": {
+ "x": 45,
+ "y": 144,
+ "w": 50,
+ "h": 42
+ }
+ },
+ {
+ "filename": "0013.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 27,
+ "w": 43,
+ "h": 53
+ },
+ "frame": {
+ "x": 95,
+ "y": 0,
+ "w": 43,
+ "h": 53
+ }
+ },
+ {
+ "filename": "0014.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 27,
+ "w": 43,
+ "h": 53
+ },
+ "frame": {
+ "x": 95,
+ "y": 53,
+ "w": 43,
+ "h": 53
+ }
+ },
+ {
+ "filename": "0010.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 16,
+ "y": 31,
+ "w": 49,
+ "h": 49
+ },
+ "frame": {
+ "x": 95,
+ "y": 106,
+ "w": 49,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0011.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 16,
+ "y": 31,
+ "w": 49,
+ "h": 49
+ },
+ "frame": {
+ "x": 95,
+ "y": 106,
+ "w": 49,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0012.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 16,
+ "y": 29,
+ "w": 46,
+ "h": 51
+ },
+ "frame": {
+ "x": 138,
+ "y": 0,
+ "w": 46,
+ "h": 51
}
}
]
@@ -36,6 +414,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c3001e18f1878c01a4825697200e823e:2003e0d4db249f7020c3471872198ac8:b01645b9e941158814978f2126e7e995$"
+ "smartupdate": "$TexturePacker:SmartUpdate:e8e867ad78b993918fba435e10511740:758a95ecd97e2607ff6ab81f85e665e6:b01645b9e941158814978f2126e7e995$"
}
}
diff --git a/public/images/trainer/plasma_grunt_f.png b/public/images/trainer/plasma_grunt_f.png
index 95b065f4360..7fa804cc39d 100644
Binary files a/public/images/trainer/plasma_grunt_f.png and b/public/images/trainer/plasma_grunt_f.png differ
diff --git a/public/images/trainer/plasma_grunt_m.json b/public/images/trainer/plasma_grunt_m.json
index 7c34b16790f..8fda1bd947b 100644
--- a/public/images/trainer/plasma_grunt_m.json
+++ b/public/images/trainer/plasma_grunt_m.json
@@ -4,30 +4,555 @@
"image": "plasma_grunt_m.png",
"format": "RGBA8888",
"size": {
- "w": 72,
- "h": 72
+ "w": 262,
+ "h": 262
},
"scale": 1,
"frames": [
{
- "filename": "0001.png",
+ "filename": "0021.png",
"rotated": false,
- "trimmed": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 13,
+ "y": 11,
+ "w": 54,
+ "h": 69
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0022.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 13,
+ "y": 11,
+ "w": 54,
+ "h": 69
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0023.png",
+ "rotated": false,
+ "trimmed": true,
"sourceSize": {
"w": 80,
"h": 80
},
"spriteSourceSize": {
"x": 16,
- "y": 7,
- "w": 47,
- "h": 72
+ "y": 11,
+ "w": 51,
+ "h": 69
},
"frame": {
"x": 0,
+ "y": 69,
+ "w": 51,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0001.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 11,
+ "w": 50,
+ "h": 69
+ },
+ "frame": {
+ "x": 0,
+ "y": 138,
+ "w": 50,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0024.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 11,
+ "w": 50,
+ "h": 69
+ },
+ "frame": {
+ "x": 0,
+ "y": 138,
+ "w": 50,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0025.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 11,
+ "w": 50,
+ "h": 69
+ },
+ "frame": {
+ "x": 0,
+ "y": 138,
+ "w": 50,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0026.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 11,
+ "w": 50,
+ "h": 69
+ },
+ "frame": {
+ "x": 0,
+ "y": 138,
+ "w": 50,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0002.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 11,
+ "w": 50,
+ "h": 69
+ },
+ "frame": {
+ "x": 50,
+ "y": 138,
+ "w": 50,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0003.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 11,
+ "w": 50,
+ "h": 69
+ },
+ "frame": {
+ "x": 50,
+ "y": 138,
+ "w": 50,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0016.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 11,
+ "w": 50,
+ "h": 69
+ },
+ "frame": {
+ "x": 51,
+ "y": 69,
+ "w": 50,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0017.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 11,
+ "w": 50,
+ "h": 69
+ },
+ "frame": {
+ "x": 54,
"y": 0,
- "w": 47,
- "h": 72
+ "w": 50,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0018.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 11,
+ "w": 50,
+ "h": 69
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 50,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0019.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 18,
+ "y": 11,
+ "w": 49,
+ "h": 69
+ },
+ "frame": {
+ "x": 100,
+ "y": 138,
+ "w": 49,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0020.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 18,
+ "y": 11,
+ "w": 49,
+ "h": 69
+ },
+ "frame": {
+ "x": 100,
+ "y": 138,
+ "w": 49,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0004.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 14,
+ "y": 13,
+ "w": 52,
+ "h": 67
+ },
+ "frame": {
+ "x": 101,
+ "y": 69,
+ "w": 52,
+ "h": 67
+ }
+ },
+ {
+ "filename": "0005.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 14,
+ "y": 13,
+ "w": 52,
+ "h": 67
+ },
+ "frame": {
+ "x": 101,
+ "y": 69,
+ "w": 52,
+ "h": 67
+ }
+ },
+ {
+ "filename": "0015.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 14,
+ "y": 13,
+ "w": 52,
+ "h": 67
+ },
+ "frame": {
+ "x": 104,
+ "y": 0,
+ "w": 52,
+ "h": 67
+ }
+ },
+ {
+ "filename": "0006.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 12,
+ "y": 15,
+ "w": 53,
+ "h": 65
+ },
+ "frame": {
+ "x": 156,
+ "y": 0,
+ "w": 53,
+ "h": 65
+ }
+ },
+ {
+ "filename": "0007.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 12,
+ "y": 15,
+ "w": 53,
+ "h": 65
+ },
+ "frame": {
+ "x": 156,
+ "y": 0,
+ "w": 53,
+ "h": 65
+ }
+ },
+ {
+ "filename": "0008.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 12,
+ "y": 15,
+ "w": 53,
+ "h": 65
+ },
+ "frame": {
+ "x": 209,
+ "y": 0,
+ "w": 53,
+ "h": 65
+ }
+ },
+ {
+ "filename": "0009.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 12,
+ "y": 15,
+ "w": 53,
+ "h": 65
+ },
+ "frame": {
+ "x": 156,
+ "y": 65,
+ "w": 53,
+ "h": 65
+ }
+ },
+ {
+ "filename": "0010.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 12,
+ "y": 15,
+ "w": 53,
+ "h": 65
+ },
+ "frame": {
+ "x": 209,
+ "y": 65,
+ "w": 53,
+ "h": 65
+ }
+ },
+ {
+ "filename": "0011.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 12,
+ "y": 15,
+ "w": 53,
+ "h": 65
+ },
+ "frame": {
+ "x": 153,
+ "y": 130,
+ "w": 53,
+ "h": 65
+ }
+ },
+ {
+ "filename": "0012.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 12,
+ "y": 15,
+ "w": 53,
+ "h": 65
+ },
+ "frame": {
+ "x": 149,
+ "y": 195,
+ "w": 53,
+ "h": 65
+ }
+ },
+ {
+ "filename": "0013.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 12,
+ "y": 15,
+ "w": 53,
+ "h": 65
+ },
+ "frame": {
+ "x": 202,
+ "y": 195,
+ "w": 53,
+ "h": 65
+ }
+ },
+ {
+ "filename": "0014.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 12,
+ "y": 15,
+ "w": 53,
+ "h": 65
+ },
+ "frame": {
+ "x": 206,
+ "y": 130,
+ "w": 53,
+ "h": 65
}
}
]
@@ -36,6 +561,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:61f195ebbcde93ab7442408edad7fe7a:28ae203b3cb42a94c4ba4420fdebdccc:9ae0ee174d431d48052a2f6b74e9d40c$"
+ "smartupdate": "$TexturePacker:SmartUpdate:8e214218a81b826b2cecce3e41f6eee8:2b88638dcf4559e6aad7c14cd730b7c3:9ae0ee174d431d48052a2f6b74e9d40c$"
}
}
diff --git a/public/images/trainer/plasma_grunt_m.png b/public/images/trainer/plasma_grunt_m.png
index e3ec6dd8c35..801e91b1d6d 100644
Binary files a/public/images/trainer/plasma_grunt_m.png and b/public/images/trainer/plasma_grunt_m.png differ
diff --git a/public/images/trainer/plumeria.json b/public/images/trainer/plumeria.json
index 936a8766750..4175fe5d716 100644
--- a/public/images/trainer/plumeria.json
+++ b/public/images/trainer/plumeria.json
@@ -4,8 +4,8 @@
"image": "plumeria.png",
"format": "RGBA8888",
"size": {
- "w": 72,
- "h": 72
+ "w": 76,
+ "h": 76
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 40,
+ "h": 76
},
"spriteSourceSize": {
- "x": 23,
- "y": 7,
- "w": 36,
- "h": 72
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 76
},
"frame": {
"x": 0,
"y": 0,
- "w": 36,
- "h": 72
+ "w": 40,
+ "h": 76
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5527e7b646932d429928b53f055e9d27:c0640510780d2974f9b74a7f8e6b29aa:7bfec029bae78c9d483f59c35b73afad$"
+ "smartupdate": "$TexturePacker:SmartUpdate:d0e080a4dcc30b39616c49dfd96c98f7:47c6a714be68fabdf11801166e154db6:7bfec029bae78c9d483f59c35b73afad$"
}
}
diff --git a/public/images/trainer/plumeria.png b/public/images/trainer/plumeria.png
index b7382f6afde..4528c3e2053 100644
Binary files a/public/images/trainer/plumeria.png and b/public/images/trainer/plumeria.png differ
diff --git a/public/images/trainer/rose.json b/public/images/trainer/rose.json
index 86869257b63..883aa128e50 100644
--- a/public/images/trainer/rose.json
+++ b/public/images/trainer/rose.json
@@ -4,8 +4,8 @@
"image": "rose.png",
"format": "RGBA8888",
"size": {
- "w": 79,
- "h": 79
+ "w": 77,
+ "h": 77
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 31,
+ "h": 77
},
"spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 52,
- "h": 79
+ "x": 0,
+ "y": 0,
+ "w": 31,
+ "h": 77
},
"frame": {
"x": 0,
"y": 0,
- "w": 52,
- "h": 79
+ "w": 31,
+ "h": 77
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2b4ccaff7255c7d72661eac13de83ff8:72ee3660cdf470bd67375d355307e19d:8d35b104fc841baa4443581e6cea979e$"
+ "smartupdate": "$TexturePacker:SmartUpdate:be2215e7232e2260242613e54c91c3c4:852fb3fda379db104106f8888649d9d5:8d35b104fc841baa4443581e6cea979e$"
}
}
diff --git a/public/images/trainer/rose.png b/public/images/trainer/rose.png
index f90da7568d4..4c448e3302b 100644
Binary files a/public/images/trainer/rose.png and b/public/images/trainer/rose.png differ
diff --git a/public/images/trainer/shelly.json b/public/images/trainer/shelly.json
index 7761779864a..bac17e2885e 100644
--- a/public/images/trainer/shelly.json
+++ b/public/images/trainer/shelly.json
@@ -4,8 +4,8 @@
"image": "shelly.png",
"format": "RGBA8888",
"size": {
- "w": 80,
- "h": 80
+ "w": 78,
+ "h": 78
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 45,
+ "h": 78
},
"spriteSourceSize": {
"x": 0,
"y": 0,
- "w": 80,
- "h": 80
+ "w": 45,
+ "h": 78
},
"frame": {
"x": 0,
"y": 0,
- "w": 80,
- "h": 80
+ "w": 45,
+ "h": 78
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:831f5748dad92911b10a1cb358ee2dae:a3bf81bbaa3b49cad5e0e549cf94563b:bb6befc9383c9c08837183ae2a7a80c1$"
+ "smartupdate": "$TexturePacker:SmartUpdate:601dbcee82b14bde5072df26ddd7d684:a0d576e65d8e3ff549dde75f0a82bc94:a277ff67eb669e1dac57ad29940004ac$"
}
}
diff --git a/public/images/trainer/shelly.png b/public/images/trainer/shelly.png
index 505dce1b110..95e6a07310d 100644
Binary files a/public/images/trainer/shelly.png and b/public/images/trainer/shelly.png differ
diff --git a/public/images/trainer/skull_grunt_f.json b/public/images/trainer/skull_grunt_f.json
index 182f9300ad5..b8c42ffafdd 100644
--- a/public/images/trainer/skull_grunt_f.json
+++ b/public/images/trainer/skull_grunt_f.json
@@ -4,8 +4,8 @@
"image": "skull_grunt_f.png",
"format": "RGBA8888",
"size": {
- "w": 74,
- "h": 74
+ "w": 69,
+ "h": 69
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 31,
- "h": 74
+ "w": 44,
+ "h": 69
},
"spriteSourceSize": {
"x": 0,
"y": 0,
- "w": 31,
- "h": 74
+ "w": 44,
+ "h": 69
},
"frame": {
"x": 0,
"y": 0,
- "w": 31,
- "h": 74
+ "w": 44,
+ "h": 69
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:71a1f5b1981674c6e81163ac8ea576c3:a5e612d58e5f0a1489e111212baea09d:dd369353af16e4c5eb6547e129dfac18$"
+ "smartupdate": "$TexturePacker:SmartUpdate:b9685517b9674887653c84a03f3781c0:894dcd88bf117d48750df82b7bfac644:9035f560a0ab0d45bcc084aba7172990$"
}
}
diff --git a/public/images/trainer/skull_grunt_f.png b/public/images/trainer/skull_grunt_f.png
index fe7834ba4a8..c26e8d7f882 100644
Binary files a/public/images/trainer/skull_grunt_f.png and b/public/images/trainer/skull_grunt_f.png differ
diff --git a/public/images/trainer/skull_grunt_m.json b/public/images/trainer/skull_grunt_m.json
index 7c728e9d3fc..6a2d13ed8a3 100644
--- a/public/images/trainer/skull_grunt_m.json
+++ b/public/images/trainer/skull_grunt_m.json
@@ -4,8 +4,8 @@
"image": "skull_grunt_m.png",
"format": "RGBA8888",
"size": {
- "w": 72,
- "h": 72
+ "w": 64,
+ "h": 64
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 51,
- "h": 72
+ "w": 39,
+ "h": 64
},
"spriteSourceSize": {
"x": 0,
"y": 0,
- "w": 51,
- "h": 72
+ "w": 39,
+ "h": 64
},
"frame": {
"x": 0,
"y": 0,
- "w": 51,
- "h": 72
+ "w": 39,
+ "h": 64
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4deb2a68e4d168bb1a40cb5d190a7d1f:be3d7b29f4b544ba51cf907691fef51d:df57ca2c9bf5f80d930306e15a851d4d$"
+ "smartupdate": "$TexturePacker:SmartUpdate:c39ac1d47c8cbe300cffe98bda48c590:b400e0c6286f0e20dfbc383f7453e35b:1ff10b395daf6ebfa377680a6404f816$"
}
}
diff --git a/public/images/trainer/skull_grunt_m.png b/public/images/trainer/skull_grunt_m.png
index f2b8acba984..8babb09ec74 100644
Binary files a/public/images/trainer/skull_grunt_m.png and b/public/images/trainer/skull_grunt_m.png differ
diff --git a/public/images/trainer/star_grunt_f.json b/public/images/trainer/star_grunt_f.json
index e26477e3512..a6b613f44cf 100644
--- a/public/images/trainer/star_grunt_f.json
+++ b/public/images/trainer/star_grunt_f.json
@@ -14,12 +14,12 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 30,
+ "h": 68
},
"spriteSourceSize": {
- "x": 24,
- "y": 11,
+ "x": 0,
+ "y": 0,
"w": 30,
"h": 68
},
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b542a1bdd6995584fc776f75d578b434:f03fddece4494ab59698002fe6671972:c6f0e54e24ec5ffaa711700431b1955e$"
+ "smartupdate": "$TexturePacker:SmartUpdate:a5493363086a57d0f145cf61c42475de:2e4d3b330bb89e05e93f34d605eee203:c6f0e54e24ec5ffaa711700431b1955e$"
}
}
diff --git a/public/images/trainer/star_grunt_f.png b/public/images/trainer/star_grunt_f.png
index 6eb63ae1e03..ee0c25147cc 100644
Binary files a/public/images/trainer/star_grunt_f.png and b/public/images/trainer/star_grunt_f.png differ
diff --git a/public/images/trainer/star_grunt_m.json b/public/images/trainer/star_grunt_m.json
index bf49e3027e6..ba245e2eeb3 100644
--- a/public/images/trainer/star_grunt_m.json
+++ b/public/images/trainer/star_grunt_m.json
@@ -4,8 +4,8 @@
"image": "star_grunt_m.png",
"format": "RGBA8888",
"size": {
- "w": 70,
- "h": 70
+ "w": 64,
+ "h": 64
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 36,
+ "h": 64
},
"spriteSourceSize": {
- "x": 24,
- "y": 9,
- "w": 31,
- "h": 70
+ "x": 0,
+ "y": 0,
+ "w": 36,
+ "h": 64
},
"frame": {
"x": 0,
"y": 0,
- "w": 31,
- "h": 70
+ "w": 36,
+ "h": 64
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:abc4b0424c37fd55a2bf2e9f5142adce:41a140aa68a1eda61d9a00cab4e07721:a0796711f9e0333796b6629cd43ff8e8$"
+ "smartupdate": "$TexturePacker:SmartUpdate:11da63c3829d44356a3c26d094212d64:45ebf021548ac0e12b6f25093c5bf0db:a0796711f9e0333796b6629cd43ff8e8$"
}
}
diff --git a/public/images/trainer/star_grunt_m.png b/public/images/trainer/star_grunt_m.png
index a69359eda8e..13fd4e88510 100644
Binary files a/public/images/trainer/star_grunt_m.png and b/public/images/trainer/star_grunt_m.png differ
diff --git a/public/images/types_es.json b/public/images/types_ca-ES.json
similarity index 99%
rename from public/images/types_es.json
rename to public/images/types_ca-ES.json
index 0fb922e8939..fa3abaaf259 100644
--- a/public/images/types_es.json
+++ b/public/images/types_ca-ES.json
@@ -1,7 +1,7 @@
{
"textures": [
{
- "image": "types_es.png",
+ "image": "types_ca-ES.png",
"format": "RGBA8888",
"size": {
"w": 32,
diff --git a/public/images/types_ca-ES.png b/public/images/types_ca-ES.png
new file mode 100644
index 00000000000..e85c84ed9c9
Binary files /dev/null and b/public/images/types_ca-ES.png differ
diff --git a/public/images/types_de.png b/public/images/types_de.png
old mode 100644
new mode 100755
index 62ad3a332bc..a033554029c
Binary files a/public/images/types_de.png and b/public/images/types_de.png differ
diff --git a/public/images/types_es-ES.json b/public/images/types_es-ES.json
new file mode 100644
index 00000000000..198899c0f12
--- /dev/null
+++ b/public/images/types_es-ES.json
@@ -0,0 +1,440 @@
+{
+ "textures": [
+ {
+ "image": "types_es-ES.png",
+ "format": "RGBA8888",
+ "size": {
+ "w": 32,
+ "h": 280
+ },
+ "scale": 1,
+ "frames": [
+ {
+ "filename": "unknown",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "bug",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 14,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "dark",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 28,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "dragon",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 42,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "electric",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 56,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "fairy",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 70,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "fighting",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 84,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "fire",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 98,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "flying",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 112,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "ghost",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 126,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "grass",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 140,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "ground",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 154,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "ice",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 168,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "normal",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 182,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "poison",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 196,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "psychic",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 210,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "rock",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 224,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "steel",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 238,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "water",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 252,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "stellar",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 266,
+ "w": 32,
+ "h": 14
+ }
+ }
+ ]
+ }
+ ],
+ "meta": {
+ "app": "https://www.codeandweb.com/texturepacker",
+ "version": "3.0",
+ "smartupdate": "$TexturePacker:SmartUpdate:f14cf47d9a8f1d40c8e03aa6ba00fff3:6fc4227b57a95d429a1faad4280f7ec8:5961efbfbf4c56b8745347e7a663a32f$"
+ }
+}
diff --git a/public/images/types_es.png b/public/images/types_es-ES.png
similarity index 100%
rename from public/images/types_es.png
rename to public/images/types_es-ES.png
diff --git a/public/images/types_es-MX.json b/public/images/types_es-MX.json
new file mode 100644
index 00000000000..b3dbfcd697f
--- /dev/null
+++ b/public/images/types_es-MX.json
@@ -0,0 +1,440 @@
+{
+ "textures": [
+ {
+ "image": "types_es-MX.png",
+ "format": "RGBA8888",
+ "size": {
+ "w": 32,
+ "h": 280
+ },
+ "scale": 1,
+ "frames": [
+ {
+ "filename": "unknown",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "bug",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 14,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "dark",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 28,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "dragon",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 42,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "electric",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 56,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "fairy",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 70,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "fighting",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 84,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "fire",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 98,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "flying",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 112,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "ghost",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 126,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "grass",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 140,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "ground",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 154,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "ice",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 168,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "normal",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 182,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "poison",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 196,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "psychic",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 210,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "rock",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 224,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "steel",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 238,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "water",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 252,
+ "w": 32,
+ "h": 14
+ }
+ },
+ {
+ "filename": "stellar",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 32,
+ "h": 14
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 32,
+ "h": 14
+ },
+ "frame": {
+ "x": 0,
+ "y": 266,
+ "w": 32,
+ "h": 14
+ }
+ }
+ ]
+ }
+ ],
+ "meta": {
+ "app": "https://www.codeandweb.com/texturepacker",
+ "version": "3.0",
+ "smartupdate": "$TexturePacker:SmartUpdate:f14cf47d9a8f1d40c8e03aa6ba00fff3:6fc4227b57a95d429a1faad4280f7ec8:5961efbfbf4c56b8745347e7a663a32f$"
+ }
+}
diff --git a/public/images/types_es-MX.png b/public/images/types_es-MX.png
new file mode 100644
index 00000000000..134a68258cc
Binary files /dev/null and b/public/images/types_es-MX.png differ
diff --git a/public/images/ui/button_tera.json b/public/images/ui/button_tera.json
new file mode 100644
index 00000000000..7b64db66ae6
--- /dev/null
+++ b/public/images/ui/button_tera.json
@@ -0,0 +1,158 @@
+{ "frames": {
+ "unknown": {
+ "frame": { "x": 0, "y": 0, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "bug": {
+ "frame": { "x": 18, "y": 0, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "dark": {
+ "frame": { "x": 36, "y": 0, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "dragon": {
+ "frame": { "x": 54, "y": 0, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "electric": {
+ "frame": { "x": 72, "y": 0, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "fairy": {
+ "frame": { "x": 0, "y": 21, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "fighting": {
+ "frame": { "x": 18, "y": 21, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "fire": {
+ "frame": { "x": 36, "y": 21, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "flying": {
+ "frame": { "x": 54, "y": 21, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "ghost": {
+ "frame": { "x": 72, "y": 21, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "grass": {
+ "frame": { "x": 0, "y": 42, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "ground": {
+ "frame": { "x": 18, "y": 42, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "ice": {
+ "frame": { "x": 36, "y": 42, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "normal": {
+ "frame": { "x": 54, "y": 42, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "poison": {
+ "frame": { "x": 72, "y": 42, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "psychic": {
+ "frame": { "x": 0, "y": 63, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "rock": {
+ "frame": { "x": 18, "y": 63, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "steel": {
+ "frame": { "x": 36, "y": 63, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "water": {
+ "frame": { "x": 54, "y": 63, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "stellar": {
+ "frame": { "x": 72, "y": 63, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ }
+ },
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.7-dev",
+ "image": "button_tera.png",
+ "format": "RGBA8888",
+ "size": { "w": 90, "h": 84 },
+ "scale": "1",
+ "frameTags": [
+ ],
+ "layers": [
+ { "name": "Sprite Sheet", "opacity": 255, "blendMode": "normal" }
+ ],
+ "slices": [
+ ]
+ }
+}
diff --git a/public/images/ui/button_tera.png b/public/images/ui/button_tera.png
new file mode 100644
index 00000000000..c9672bafa39
Binary files /dev/null and b/public/images/ui/button_tera.png differ
diff --git a/public/images/ui/cursor_tera.png b/public/images/ui/cursor_tera.png
new file mode 100644
index 00000000000..34cbe095895
Binary files /dev/null and b/public/images/ui/cursor_tera.png differ
diff --git a/public/images/ui/legacy/button_tera.json b/public/images/ui/legacy/button_tera.json
new file mode 100644
index 00000000000..7b64db66ae6
--- /dev/null
+++ b/public/images/ui/legacy/button_tera.json
@@ -0,0 +1,158 @@
+{ "frames": {
+ "unknown": {
+ "frame": { "x": 0, "y": 0, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "bug": {
+ "frame": { "x": 18, "y": 0, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "dark": {
+ "frame": { "x": 36, "y": 0, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "dragon": {
+ "frame": { "x": 54, "y": 0, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "electric": {
+ "frame": { "x": 72, "y": 0, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "fairy": {
+ "frame": { "x": 0, "y": 21, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "fighting": {
+ "frame": { "x": 18, "y": 21, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "fire": {
+ "frame": { "x": 36, "y": 21, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "flying": {
+ "frame": { "x": 54, "y": 21, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "ghost": {
+ "frame": { "x": 72, "y": 21, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "grass": {
+ "frame": { "x": 0, "y": 42, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "ground": {
+ "frame": { "x": 18, "y": 42, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "ice": {
+ "frame": { "x": 36, "y": 42, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "normal": {
+ "frame": { "x": 54, "y": 42, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "poison": {
+ "frame": { "x": 72, "y": 42, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "psychic": {
+ "frame": { "x": 0, "y": 63, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "rock": {
+ "frame": { "x": 18, "y": 63, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "steel": {
+ "frame": { "x": 36, "y": 63, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "water": {
+ "frame": { "x": 54, "y": 63, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "stellar": {
+ "frame": { "x": 72, "y": 63, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ }
+ },
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.7-dev",
+ "image": "button_tera.png",
+ "format": "RGBA8888",
+ "size": { "w": 90, "h": 84 },
+ "scale": "1",
+ "frameTags": [
+ ],
+ "layers": [
+ { "name": "Sprite Sheet", "opacity": 255, "blendMode": "normal" }
+ ],
+ "slices": [
+ ]
+ }
+}
diff --git a/public/images/ui/legacy/button_tera.png b/public/images/ui/legacy/button_tera.png
new file mode 100644
index 00000000000..c9672bafa39
Binary files /dev/null and b/public/images/ui/legacy/button_tera.png differ
diff --git a/public/images/ui/legacy/cursor_tera.png b/public/images/ui/legacy/cursor_tera.png
new file mode 100644
index 00000000000..f2e77046137
Binary files /dev/null and b/public/images/ui/legacy/cursor_tera.png differ
diff --git a/public/images/ui/legacy/mystery_egg.png b/public/images/ui/legacy/mystery_egg.png
new file mode 100644
index 00000000000..bb117a137b0
Binary files /dev/null and b/public/images/ui/legacy/mystery_egg.png differ
diff --git a/public/images/ui/legacy/normal_memory.png b/public/images/ui/legacy/normal_memory.png
new file mode 100644
index 00000000000..ddc22d1d4ab
Binary files /dev/null and b/public/images/ui/legacy/normal_memory.png differ
diff --git a/public/images/ui/legacy/pokedex_summary_bg.png b/public/images/ui/legacy/pokedex_summary_bg.png
new file mode 100644
index 00000000000..690df1547c0
Binary files /dev/null and b/public/images/ui/legacy/pokedex_summary_bg.png differ
diff --git a/public/images/ui/legacy/summary_bg.png b/public/images/ui/legacy/summary_bg.png
index e4da2dd5da2..c482b5a1bf1 100644
Binary files a/public/images/ui/legacy/summary_bg.png and b/public/images/ui/legacy/summary_bg.png differ
diff --git a/public/images/ui/legacy/summary_profile.png b/public/images/ui/legacy/summary_profile.png
index 1d184023ca8..77d59dac177 100644
Binary files a/public/images/ui/legacy/summary_profile.png and b/public/images/ui/legacy/summary_profile.png differ
diff --git a/public/images/ui/mystery_egg.png b/public/images/ui/mystery_egg.png
new file mode 100644
index 00000000000..bb117a137b0
Binary files /dev/null and b/public/images/ui/mystery_egg.png differ
diff --git a/public/images/ui/normal_memory.png b/public/images/ui/normal_memory.png
new file mode 100644
index 00000000000..ddc22d1d4ab
Binary files /dev/null and b/public/images/ui/normal_memory.png differ
diff --git a/public/images/ui/pokedex_summary_bg.png b/public/images/ui/pokedex_summary_bg.png
new file mode 100644
index 00000000000..92e70bbee27
Binary files /dev/null and b/public/images/ui/pokedex_summary_bg.png differ
diff --git a/public/images/ui/summary_bg.png b/public/images/ui/summary_bg.png
index b77cdadd2ac..a86a94dd56e 100644
Binary files a/public/images/ui/summary_bg.png and b/public/images/ui/summary_bg.png differ
diff --git a/public/images/ui/summary_profile.png b/public/images/ui/summary_profile.png
index 38bb5e84dfd..55cc70dc4d0 100644
Binary files a/public/images/ui/summary_profile.png and b/public/images/ui/summary_profile.png differ
diff --git a/public/locales b/public/locales
index 71390cba88f..e98f0eb9c20 160000
--- a/public/locales
+++ b/public/locales
@@ -1 +1 @@
-Subproject commit 71390cba88f4103d0d2273d59a6dd8340a4fa54f
+Subproject commit e98f0eb9c2022bc78b53f0444424c636498e725a
diff --git a/scripts/find_sprite_variant_mismatches.py b/scripts/find_sprite_variant_mismatches.py
new file mode 100644
index 00000000000..b26058c2de3
--- /dev/null
+++ b/scripts/find_sprite_variant_mismatches.py
@@ -0,0 +1,102 @@
+"""
+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"
+)
+EXP_MASTERLIST_PATH = os.path.join(
+ os.path.dirname(os.path.dirname(__file__)), "public", "images", "pokemon", "variant", "_exp_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}.")
+ p.add_argument("--exp-masterlist", default=EXP_MASTERLIST_PATH, help=f"The path to the exp masterlist file to validate against. Defaults to {EXP_MASTERLIST_PATH}.")
+ args = p.parse_args()
+ mismatches = make_mismatch_sprite_list(args.masterlist)
+ write_mismatch_csv(args.output, mismatches)
diff --git a/src/@types/DexData.ts b/src/@types/DexData.ts
new file mode 100644
index 00000000000..19bb0357471
--- /dev/null
+++ b/src/@types/DexData.ts
@@ -0,0 +1,16 @@
+/**
+ * Dex entry for a single Pokemon Species
+ */
+export interface DexEntry {
+ seenAttr: bigint;
+ caughtAttr: bigint;
+ natureAttr: number;
+ seenCount: number;
+ caughtCount: number;
+ hatchedCount: number;
+ ivs: number[];
+}
+
+export interface DexData {
+ [key: number]: DexEntry;
+}
diff --git a/src/@types/PokerogueAccountApi.ts b/src/@types/PokerogueAccountApi.ts
new file mode 100644
index 00000000000..68d0a5e7730
--- /dev/null
+++ b/src/@types/PokerogueAccountApi.ts
@@ -0,0 +1,17 @@
+import type { UserInfo } from "#app/@types/UserInfo";
+
+export interface AccountInfoResponse extends UserInfo {}
+
+export interface AccountLoginRequest {
+ username: string;
+ password: string;
+}
+
+export interface AccountLoginResponse {
+ token: string;
+}
+
+export interface AccountRegisterRequest {
+ username: string;
+ password: string;
+}
diff --git a/src/@types/PokerogueAdminApi.ts b/src/@types/PokerogueAdminApi.ts
new file mode 100644
index 00000000000..2ee25b560d9
--- /dev/null
+++ b/src/@types/PokerogueAdminApi.ts
@@ -0,0 +1,31 @@
+export interface LinkAccountToDiscordIdRequest {
+ username: string;
+ discordId: string;
+}
+
+export interface UnlinkAccountFromDiscordIdRequest {
+ username: string;
+ discordId: string;
+}
+
+export interface LinkAccountToGoogledIdRequest {
+ username: string;
+ googleId: string;
+}
+
+export interface UnlinkAccountFromGoogledIdRequest {
+ username: string;
+ googleId: string;
+}
+
+export interface SearchAccountRequest {
+ username: string;
+}
+
+export interface SearchAccountResponse {
+ username: string;
+ discordId: string;
+ googleId: string;
+ lastLoggedIn: string;
+ registered: string;
+}
diff --git a/src/@types/PokerogueApi.ts b/src/@types/PokerogueApi.ts
new file mode 100644
index 00000000000..79755b23a54
--- /dev/null
+++ b/src/@types/PokerogueApi.ts
@@ -0,0 +1,4 @@
+export interface TitleStatsResponse {
+ playerCount: number;
+ battleCount: number;
+}
diff --git a/src/@types/PokerogueDailyApi.ts b/src/@types/PokerogueDailyApi.ts
new file mode 100644
index 00000000000..3f3d8eb61ca
--- /dev/null
+++ b/src/@types/PokerogueDailyApi.ts
@@ -0,0 +1,10 @@
+import type { ScoreboardCategory } from "#app/ui/daily-run-scoreboard";
+
+export interface GetDailyRankingsRequest {
+ category: ScoreboardCategory;
+ page?: number;
+}
+
+export interface GetDailyRankingsPageCountRequest {
+ category: ScoreboardCategory;
+}
diff --git a/src/@types/PokerogueSavedataApi.ts b/src/@types/PokerogueSavedataApi.ts
new file mode 100644
index 00000000000..a313cd708c7
--- /dev/null
+++ b/src/@types/PokerogueSavedataApi.ts
@@ -0,0 +1,8 @@
+import type { SessionSaveData, SystemSaveData } from "#app/system/game-data";
+
+export interface UpdateAllSavedataRequest {
+ system: SystemSaveData;
+ session: SessionSaveData;
+ sessionSlotId: number;
+ clientSessionId: string;
+}
diff --git a/src/@types/PokerogueSessionSavedataApi.ts b/src/@types/PokerogueSessionSavedataApi.ts
new file mode 100644
index 00000000000..c4650611c4f
--- /dev/null
+++ b/src/@types/PokerogueSessionSavedataApi.ts
@@ -0,0 +1,40 @@
+export class UpdateSessionSavedataRequest {
+ slot: number;
+ trainerId: number;
+ secretId: number;
+ clientSessionId: string;
+}
+
+/** This is **NOT** similar to {@linkcode ClearSessionSavedataRequest} */
+export interface NewClearSessionSavedataRequest {
+ slot: number;
+ isVictory: boolean;
+ clientSessionId: string;
+}
+
+export interface GetSessionSavedataRequest {
+ slot: number;
+ clientSessionId: string;
+}
+
+export interface DeleteSessionSavedataRequest {
+ slot: number;
+ clientSessionId: string;
+}
+
+/** This is **NOT** similar to {@linkcode NewClearSessionSavedataRequest} */
+export interface ClearSessionSavedataRequest {
+ slot: number;
+ trainerId: number;
+ clientSessionId: string;
+}
+
+/**
+ * Pokerogue API response for path: `/savedata/session/clear`
+ */
+export interface ClearSessionSavedataResponse {
+ /** Contains the error message if any occured */
+ error?: string;
+ /** Is `true` if the request was successfully processed */
+ success?: boolean;
+}
diff --git a/src/@types/PokerogueSystemSavedataApi.ts b/src/@types/PokerogueSystemSavedataApi.ts
new file mode 100644
index 00000000000..8ce160a5ec2
--- /dev/null
+++ b/src/@types/PokerogueSystemSavedataApi.ts
@@ -0,0 +1,20 @@
+import type { SystemSaveData } from "#app/system/game-data";
+
+export interface GetSystemSavedataRequest {
+ clientSessionId: string;
+}
+
+export class UpdateSystemSavedataRequest {
+ clientSessionId: string;
+ trainerId?: number;
+ secretId?: number;
+}
+
+export interface VerifySystemSavedataRequest {
+ clientSessionId: string;
+}
+
+export interface VerifySystemSavedataResponse {
+ valid: boolean;
+ systemData: SystemSaveData;
+}
diff --git a/src/@types/SessionSaveMigrator.ts b/src/@types/SessionSaveMigrator.ts
new file mode 100644
index 00000000000..c4b0ad8dda4
--- /dev/null
+++ b/src/@types/SessionSaveMigrator.ts
@@ -0,0 +1,6 @@
+import type { SessionSaveData } from "#app/system/game-data";
+
+export interface SessionSaveMigrator {
+ version: string;
+ migrate: (data: SessionSaveData) => void;
+}
diff --git a/src/@types/SettingsSaveMigrator.ts b/src/@types/SettingsSaveMigrator.ts
new file mode 100644
index 00000000000..aae3df7cc60
--- /dev/null
+++ b/src/@types/SettingsSaveMigrator.ts
@@ -0,0 +1,5 @@
+export interface SettingsSaveMigrator {
+ version: string;
+ // biome-ignore lint/complexity/noBannedTypes: TODO - refactor settings
+ migrate: (data: Object) => void;
+}
diff --git a/src/@types/SystemSaveMigrator.ts b/src/@types/SystemSaveMigrator.ts
new file mode 100644
index 00000000000..a22b5f6c93d
--- /dev/null
+++ b/src/@types/SystemSaveMigrator.ts
@@ -0,0 +1,6 @@
+import type { SystemSaveData } from "#app/system/game-data";
+
+export interface SystemSaveMigrator {
+ version: string;
+ migrate: (data: SystemSaveData) => void;
+}
diff --git a/src/@types/UserInfo.ts b/src/@types/UserInfo.ts
new file mode 100644
index 00000000000..c8a0c6ecb26
--- /dev/null
+++ b/src/@types/UserInfo.ts
@@ -0,0 +1,7 @@
+export interface UserInfo {
+ username: string;
+ lastSessionSlot: number;
+ discordId: string;
+ googleId: string;
+ hasAdminRole: boolean;
+}
diff --git a/src/@types/ability-types.ts b/src/@types/ability-types.ts
new file mode 100644
index 00000000000..5d21aaaa844
--- /dev/null
+++ b/src/@types/ability-types.ts
@@ -0,0 +1,11 @@
+import type { AbAttr } from "#app/data/abilities/ab-attrs/ab-attr";
+import type Move from "#app/data/moves/move";
+import type Pokemon from "#app/field/pokemon";
+import type { BattleStat } from "#enums/stat";
+
+export type AbAttrApplyFunc
= (attr: TAttr, passive: boolean) => void;
+export type AbAttrSuccessFunc = (attr: TAttr, passive: boolean) => boolean;
+export type AbAttrCondition = (pokemon: Pokemon) => boolean;
+export type PokemonAttackCondition = (user: Pokemon | null, target: Pokemon | null, move: Move) => boolean;
+export type PokemonDefendCondition = (target: Pokemon, user: Pokemon, move: Move) => boolean;
+export type PokemonStatStageChangeCondition = (target: Pokemon, statsChanged: BattleStat[], stages: number) => boolean;
diff --git a/src/@types/common.ts b/src/@types/common.ts
index fcd946656dc..93d88a3b680 100644
--- a/src/@types/common.ts
+++ b/src/@types/common.ts
@@ -1,3 +1 @@
-import BattleScene from "#app/battle-scene";
-
-export type ConditionFn = (scene: BattleScene, args?: any[]) => boolean;
+export type ConditionFn = (args?: any[]) => boolean;
diff --git a/src/@types/i18next.d.ts b/src/@types/i18next.d.ts
index 3bd71bc6c61..0eaa1e6ff0f 100644
--- a/src/@types/i18next.d.ts
+++ b/src/@types/i18next.d.ts
@@ -1,4 +1,4 @@
-import { TOptions } from "i18next";
+import type { TOptions } from "i18next";
// Module declared to make referencing keys in the localization files type-safe.
declare module "i18next" {
diff --git a/src/@types/pokerogue-api.ts b/src/@types/pokerogue-api.ts
deleted file mode 100644
index 892869968bb..00000000000
--- a/src/@types/pokerogue-api.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-/**
- * Pokerogue API response for path: `/savedata/session/clear`
- */
-export interface PokerogueApiClearSessionData {
- /** Contains the error message if any occured */
- error?: string;
- /** Is `true` if the request was successfully processed */
- success?: boolean;
-}
diff --git a/src/account.ts b/src/account.ts
index 692ff2b0d81..3416fa6ed5e 100644
--- a/src/account.ts
+++ b/src/account.ts
@@ -1,26 +1,32 @@
-import { bypassLogin } from "./battle-scene";
-import * as Utils from "./utils";
-
-export interface UserInfo {
- username: string;
- lastSessionSlot: integer;
- discordId: string;
- googleId: string;
- hasAdminRole: boolean;
-}
+import { pokerogueApi } from "#app/plugins/api/pokerogue-api";
+import type { UserInfo } from "#app/@types/UserInfo";
+import { bypassLogin } from "./global-vars/bypass-login";
+import { randomString } from "#app/utils/common";
export let loggedInUser: UserInfo | null = null;
// This is a random string that is used to identify the client session - unique per session (tab or window) so that the game will only save on the one that the server is expecting
-export const clientSessionId = Utils.randomString(32);
+export const clientSessionId = randomString(32);
export function initLoggedInUser(): void {
- loggedInUser = { username: "Guest", lastSessionSlot: -1, discordId: "", googleId: "", hasAdminRole: false };
+ loggedInUser = {
+ username: "Guest",
+ lastSessionSlot: -1,
+ discordId: "",
+ googleId: "",
+ hasAdminRole: false,
+ };
}
-export function updateUserInfo(): Promise<[boolean, integer]> {
- return new Promise<[boolean, integer]>(resolve => {
+export function updateUserInfo(): Promise<[boolean, number]> {
+ return new Promise<[boolean, number]>(resolve => {
if (bypassLogin) {
- loggedInUser = { username: "Guest", lastSessionSlot: -1, discordId: "", googleId: "", hasAdminRole: false };
+ loggedInUser = {
+ username: "Guest",
+ lastSessionSlot: -1,
+ discordId: "",
+ googleId: "",
+ hasAdminRole: false,
+ };
let lastSessionSlot = -1;
for (let s = 0; s < 5; s++) {
if (localStorage.getItem(`sessionData${s ? s : ""}_${loggedInUser.username}`)) {
@@ -30,7 +36,7 @@ export function updateUserInfo(): Promise<[boolean, integer]> {
}
loggedInUser.lastSessionSlot = lastSessionSlot;
// Migrate old data from before the username was appended
- [ "data", "sessionData", "sessionData1", "sessionData2", "sessionData3", "sessionData4" ].map(d => {
+ ["data", "sessionData", "sessionData1", "sessionData2", "sessionData3", "sessionData4"].map(d => {
const lsItem = localStorage.getItem(d);
if (lsItem && !!loggedInUser?.username) {
const lsUserItem = localStorage.getItem(`${d}_${loggedInUser.username}`);
@@ -41,20 +47,15 @@ export function updateUserInfo(): Promise<[boolean, integer]> {
localStorage.removeItem(d);
}
});
- return resolve([ true, 200 ]);
+ return resolve([true, 200]);
}
- Utils.apiFetch("account/info", true).then(response => {
- if (!response.ok) {
- resolve([ false, response.status ]);
+ pokerogueApi.account.getInfo().then(([accountInfo, status]) => {
+ if (!accountInfo) {
+ resolve([false, status]);
return;
}
- return response.json();
- }).then(jsonResponse => {
- loggedInUser = jsonResponse;
- resolve([ true, 200 ]);
- }).catch(err => {
- console.error(err);
- resolve([ false, 500 ]);
+ loggedInUser = accountInfo;
+ resolve([true, 200]);
});
});
}
diff --git a/src/battle-scene.ts b/src/battle-scene.ts
index 3cbf4d7b422..ecaffc5ed07 100644
--- a/src/battle-scene.ts
+++ b/src/battle-scene.ts
@@ -1,43 +1,116 @@
import Phaser from "phaser";
import UI from "#app/ui/ui";
-import Pokemon, { EnemyPokemon, PlayerPokemon } from "#app/field/pokemon";
-import PokemonSpecies, { allSpecies, getPokemonSpecies, PokemonSpeciesFilter } from "#app/data/pokemon-species";
-import { Constructor, isNullOrUndefined, randSeedInt } from "#app/utils";
-import * as Utils from "#app/utils";
-import { ConsumableModifier, ConsumablePokemonModifier, DoubleBattleChanceBoosterModifier, ExpBalanceModifier, ExpShareModifier, FusePokemonModifier, HealingBoosterModifier, Modifier, ModifierBar, ModifierPredicate, MultipleParticipantExpBonusModifier, overrideHeldItems, overrideModifiers, PersistentModifier, PokemonExpBoosterModifier, PokemonFormChangeItemModifier, PokemonHeldItemModifier, PokemonHpRestoreModifier, PokemonIncrementingStatModifier, RememberMoveModifier, TerastallizeModifier, TurnHeldItemTransferModifier } from "./modifier/modifier";
-import { PokeballType } from "#app/data/pokeball";
-import { initCommonAnims, initMoveAnim, loadCommonAnimAssets, loadMoveAnimAssets, populateAnims } from "#app/data/battle-anims";
-import { Phase } from "#app/phase";
+import type Pokemon from "#app/field/pokemon";
+import { EnemyPokemon, PlayerPokemon } from "#app/field/pokemon";
+import type { PokemonSpeciesFilter } from "#app/data/pokemon-species";
+import type PokemonSpecies from "#app/data/pokemon-species";
+import { allSpecies, getPokemonSpecies } from "#app/data/pokemon-species";
+import {
+ fixedInt,
+ deepMergeObjects,
+ getIvsFromId,
+ randSeedInt,
+ getEnumValues,
+ randomString,
+ NumberHolder,
+ shiftCharCodes,
+ formatMoney,
+ isNullOrUndefined,
+ BooleanHolder,
+ type Constructor,
+} from "#app/utils/common";
+import type { Modifier, ModifierPredicate, TurnHeldItemTransferModifier } from "./modifier/modifier";
+import {
+ ConsumableModifier,
+ ConsumablePokemonModifier,
+ DoubleBattleChanceBoosterModifier,
+ ExpBalanceModifier,
+ ExpShareModifier,
+ FusePokemonModifier,
+ HealingBoosterModifier,
+ ModifierBar,
+ MultipleParticipantExpBonusModifier,
+ PersistentModifier,
+ PokemonExpBoosterModifier,
+ PokemonFormChangeItemModifier,
+ PokemonHeldItemModifier,
+ PokemonHpRestoreModifier,
+ PokemonIncrementingStatModifier,
+ RememberMoveModifier,
+} from "./modifier/modifier";
+import { PokeballType } from "#enums/pokeball";
+import {
+ initCommonAnims,
+ initMoveAnim,
+ loadCommonAnimAssets,
+ loadMoveAnimAssets,
+ populateAnims,
+} from "#app/data/battle-anims";
+import type { Phase } from "#app/phase";
import { initGameSpeed } from "#app/system/game-speed";
import { Arena, ArenaBase } from "#app/field/arena";
import { GameData } from "#app/system/game-data";
import { addTextObject, getTextColor, TextStyle } from "#app/ui/text";
-import { allMoves } from "#app/data/move";
-import { getDefaultModifierTypeForTier, getEnemyModifierTypesForWave, getLuckString, getLuckTextTint, getModifierPoolForType, getModifierType, getPartyLuckValue, ModifierPoolType, modifierTypes, PokemonHeldItemModifierType } from "#app/modifier/modifier-type";
+import { allMoves } from "#app/data/moves/move";
+import { MusicPreference } from "#app/system/settings/settings";
+import {
+ getDefaultModifierTypeForTier,
+ getEnemyModifierTypesForWave,
+ getLuckString,
+ getLuckTextTint,
+ getModifierPoolForType,
+ getModifierType,
+ getPartyLuckValue,
+ ModifierPoolType,
+ modifierTypes,
+ PokemonHeldItemModifierType,
+} from "#app/modifier/modifier-type";
import AbilityBar from "#app/ui/ability-bar";
-import { allAbilities, applyAbAttrs, applyPostBattleInitAbAttrs, BlockItemTheftAbAttr, DoubleBattleChanceAbAttr, PostBattleInitAbAttr } from "#app/data/ability";
-import Battle, { BattleType, FixedBattleConfig } from "#app/battle";
-import { GameMode, GameModes, getGameMode } from "#app/game-mode";
+import {
+ applyAbAttrs,
+ applyPostBattleInitAbAttrs,
+ applyPostItemLostAbAttrs,
+ BlockItemTheftAbAttr,
+ DoubleBattleChanceAbAttr,
+ PostBattleInitAbAttr,
+ PostItemLostAbAttr,
+} from "#app/data/abilities/ability";
+import { allAbilities } from "./data/data-lists";
+import type { FixedBattleConfig } from "#app/battle";
+import Battle from "#app/battle";
+import { BattleType } from "#enums/battle-type";
+import type { GameMode } from "#app/game-mode";
+import { GameModes, getGameMode } from "#app/game-mode";
import FieldSpritePipeline from "#app/pipelines/field-sprite";
import SpritePipeline from "#app/pipelines/sprite";
import PartyExpBar from "#app/ui/party-exp-bar";
-import { trainerConfigs, TrainerSlot } from "#app/data/trainer-config";
+import type { TrainerSlot } from "./enums/trainer-slot";
+import { trainerConfigs } from "#app/data/trainers/trainer-config";
import Trainer, { TrainerVariant } from "#app/field/trainer";
-import TrainerData from "#app/system/trainer-data";
+import type TrainerData from "#app/system/trainer-data";
import SoundFade from "phaser3-rex-plugins/plugins/soundfade";
import { pokemonPrevolutions } from "#app/data/balance/pokemon-evolutions";
import PokeballTray from "#app/ui/pokeball-tray";
import InvertPostFX from "#app/pipelines/invert";
-import { Achv, achvs, ModifierAchv, MoneyAchv } from "#app/system/achv";
-import { Voucher, vouchers } from "#app/system/voucher";
+import type { Achv } from "#app/system/achv";
+import { achvs, ModifierAchv, MoneyAchv } from "#app/system/achv";
+import type { Voucher } from "#app/system/voucher";
+import { vouchers } from "#app/system/voucher";
import { Gender } from "#app/data/gender";
-import UIPlugin from "phaser3-rex-plugins/templates/ui/ui-plugin";
+import type UIPlugin from "phaser3-rex-plugins/templates/ui/ui-plugin";
import { addUiThemeOverrides } from "#app/ui/ui-theme";
-import PokemonData from "#app/system/pokemon-data";
-import { Nature } from "#app/data/nature";
-import { FormChangeItem, pokemonFormChanges, SpeciesFormChange, SpeciesFormChangeManualTrigger, SpeciesFormChangeTimeOfDayTrigger, SpeciesFormChangeTrigger } from "#app/data/pokemon-forms";
+import type PokemonData from "#app/system/pokemon-data";
+import { Nature } from "#enums/nature";
+import type { SpeciesFormChange, SpeciesFormChangeTrigger } from "#app/data/pokemon-forms";
+import {
+ FormChangeItem,
+ pokemonFormChanges,
+ SpeciesFormChangeManualTrigger,
+ SpeciesFormChangeTimeOfDayTrigger,
+} from "#app/data/pokemon-forms";
import { FormChangePhase } from "#app/phases/form-change-phase";
import { getTypeRgb } from "#app/data/type";
+import { PokemonType } from "#enums/pokemon-type";
import PokemonSpriteSparkleHandler from "#app/field/pokemon-sprite-sparkle-handler";
import CharSprite from "#app/ui/char-sprite";
import DamageNumberHandler from "#app/field/damage-number-handler";
@@ -45,8 +118,9 @@ import PokemonInfoContainer from "#app/ui/pokemon-info-container";
import { biomeDepths, getBiomeName } from "#app/data/balance/biomes";
import { SceneBase } from "#app/scene-base";
import CandyBar from "#app/ui/candy-bar";
-import { Variant, variantData } from "#app/data/variant";
-import { Localizable } from "#app/interfaces/locales";
+import type { Variant } from "#app/sprites/variant";
+import { variantData, clearVariantData } from "#app/sprites/variant";
+import type { Localizable } from "#app/interfaces/locales";
import Overrides from "#app/overrides";
import { InputsController } from "#app/inputs-controller";
import { UiInputs } from "#app/ui-inputs";
@@ -56,14 +130,14 @@ import { EaseType } from "#enums/ease-type";
import { BattleSpec } from "#enums/battle-spec";
import { BattleStyle } from "#enums/battle-style";
import { Biome } from "#enums/biome";
-import { ExpNotification } from "#enums/exp-notification";
+import type { ExpNotification } from "#enums/exp-notification";
import { MoneyFormat } from "#enums/money-format";
import { Moves } from "#enums/moves";
import { PlayerGender } from "#enums/player-gender";
import { Species } from "#enums/species";
import { UiTheme } from "#enums/ui-theme";
import { TimedEventManager } from "#app/timed-event-manager";
-import { PokemonAnimType } from "#enums/pokemon-anim-type";
+import type { PokemonAnimType } from "#enums/pokemon-anim-type";
import i18next from "i18next";
import { TrainerType } from "#enums/trainer-type";
import { battleSpecDialogue } from "#app/data/dialogue";
@@ -86,45 +160,49 @@ import { ToggleDoublePositionPhase } from "#app/phases/toggle-double-position-ph
import { TurnInitPhase } from "#app/phases/turn-init-phase";
import { ShopCursorTarget } from "#app/enums/shop-cursor-target";
import MysteryEncounter from "#app/data/mystery-encounters/mystery-encounter";
-import { allMysteryEncounters, ANTI_VARIANCE_WEIGHT_MODIFIER, AVERAGE_ENCOUNTERS_PER_RUN_TARGET, BASE_MYSTERY_ENCOUNTER_SPAWN_WEIGHT, MYSTERY_ENCOUNTER_SPAWN_MAX_WEIGHT, mysteryEncountersByBiome } from "#app/data/mystery-encounters/mystery-encounters";
+import {
+ allMysteryEncounters,
+ ANTI_VARIANCE_WEIGHT_MODIFIER,
+ AVERAGE_ENCOUNTERS_PER_RUN_TARGET,
+ BASE_MYSTERY_ENCOUNTER_SPAWN_WEIGHT,
+ MYSTERY_ENCOUNTER_SPAWN_MAX_WEIGHT,
+ mysteryEncountersByBiome,
+} from "#app/data/mystery-encounters/mystery-encounters";
import { MysteryEncounterSaveData } from "#app/data/mystery-encounters/mystery-encounter-save-data";
import { MysteryEncounterType } from "#enums/mystery-encounter-type";
import { MysteryEncounterTier } from "#enums/mystery-encounter-tier";
-import HeldModifierConfig from "#app/interfaces/held-modifier-config";
+import type HeldModifierConfig from "#app/interfaces/held-modifier-config";
import { ExpPhase } from "#app/phases/exp-phase";
import { ShowPartyExpBarPhase } from "#app/phases/show-party-exp-bar-phase";
import { MysteryEncounterMode } from "#enums/mystery-encounter-mode";
import { ExpGainsSpeed } from "#enums/exp-gains-speed";
+import { BattlerTagType } from "#enums/battler-tag-type";
import { FRIENDSHIP_GAIN_FROM_BATTLE } from "#app/data/balance/starters";
-
-export const bypassLogin = import.meta.env.VITE_BYPASS_LOGIN === "1";
+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";
+import { expSpriteKeys } from "./sprites/sprite-keys";
+import { hasExpSprite } from "./sprites/sprite-utils";
+import { timedEventManager } from "./global-event-manager";
+import { starterColors } from "./global-vars/starter-colors";
+import { startingWave } from "./starting-wave";
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);
-
-export const startingWave = Overrides.STARTING_WAVE_OVERRIDE || 1;
-
-const expSpriteKeys: string[] = [];
-
-export let starterColors: StarterColors;
-interface StarterColors {
- [key: string]: [string, string]
-}
+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 interface PokeballCounts {
- [pb: string]: integer;
+ [pb: string]: number;
}
export type AnySound = Phaser.Sound.WebAudioSound | Phaser.Sound.HTML5AudioSound | Phaser.Sound.NoAudioSound;
export interface InfoToggle {
- toggleInfo(force?: boolean): void;
- isActive(): boolean;
+ toggleInfo(force?: boolean): void;
+ isActive(): boolean;
}
export default class BattleScene extends SceneBase {
@@ -132,92 +210,94 @@ export default class BattleScene extends SceneBase {
public inputController: InputsController;
public uiInputs: UiInputs;
- public sessionPlayTime: integer | null = null;
- public lastSavePlayTime: integer | null = null;
- public masterVolume: number = 0.5;
- public bgmVolume: number = 1;
- public fieldVolume: number = 1;
- public seVolume: number = 1;
- public uiVolume: number = 1;
- public gameSpeed: integer = 1;
- public damageNumbersMode: integer = 0;
- public reroll: boolean = false;
+ public sessionPlayTime: number | null = null;
+ public lastSavePlayTime: number | null = null;
+ public masterVolume = 0.5;
+ public bgmVolume = 1;
+ public fieldVolume = 1;
+ public seVolume = 1;
+ public uiVolume = 1;
+ public gameSpeed = 1;
+ public damageNumbersMode = 0;
+ public reroll = false;
public shopCursorTarget: number = ShopCursorTarget.REWARDS;
- public showMovesetFlyout: boolean = true;
- public showArenaFlyout: boolean = true;
- public showTimeOfDayWidget: boolean = true;
+ public commandCursorMemory = false;
+ public dexForDevs = false;
+ public showMovesetFlyout = true;
+ public showArenaFlyout = true;
+ public showTimeOfDayWidget = true;
public timeOfDayAnimation: EaseType = EaseType.NONE;
- public showLevelUpStats: boolean = true;
+ public showLevelUpStats = true;
public enableTutorials: boolean = import.meta.env.VITE_BYPASS_TUTORIAL === "1";
- public enableMoveInfo: boolean = true;
- public enableRetries: boolean = false;
- public hideIvs: boolean = false;
+ public enableMoveInfo = true;
+ public enableRetries = false;
+ public hideIvs = false;
/**
* Determines the condition for a notification should be shown for Candy Upgrades
* - 0 = 'Off'
* - 1 = 'Passives Only'
* - 2 = 'On'
*/
- public candyUpgradeNotification: integer = 0;
+ public candyUpgradeNotification = 0;
/**
* Determines what type of notification is used for Candy Upgrades
* - 0 = 'Icon'
* - 1 = 'Animation'
*/
- public candyUpgradeDisplay: integer = 0;
+ public candyUpgradeDisplay = 0;
public moneyFormat: MoneyFormat = MoneyFormat.NORMAL;
public uiTheme: UiTheme = UiTheme.DEFAULT;
- public windowType: integer = 0;
- public experimentalSprites: boolean = false;
- public musicPreference: integer = 0;
- public moveAnimations: boolean = true;
+ public windowType = 0;
+ public experimentalSprites = false;
+ public musicPreference: number = MusicPreference.ALLGENS;
+ public moveAnimations = true;
public expGainsSpeed: ExpGainsSpeed = ExpGainsSpeed.DEFAULT;
- public skipSeenDialogues: boolean = false;
+ public skipSeenDialogues = false;
/**
* Determines if the egg hatching animation should be skipped
* - 0 = Never (never skip animation)
* - 1 = Ask (ask to skip animation when hatching 2 or more eggs)
* - 2 = Always (automatically skip animation when hatching 2 or more eggs)
*/
- public eggSkipPreference: number = 0;
+ public eggSkipPreference = 0;
/**
- * Defines the experience gain display mode.
- *
- * @remarks
- * The `expParty` can have several modes:
- * - `0` - Default: The normal experience gain display, nothing changed.
- * - `1` - Level Up Notification: Displays the level up in the small frame instead of a message.
- * - `2` - Skip: No level up frame nor message.
- *
- * Modes `1` and `2` are still compatible with stats display, level up, new move, etc.
- * @default 0 - Uses the default normal experience gain display.
- */
+ * Defines the experience gain display mode.
+ *
+ * @remarks
+ * The `expParty` can have several modes:
+ * - `0` - Default: The normal experience gain display, nothing changed.
+ * - `1` - Level Up Notification: Displays the level up in the small frame instead of a message.
+ * - `2` - Skip: No level up frame nor message.
+ *
+ * Modes `1` and `2` are still compatible with stats display, level up, new move, etc.
+ * @default 0 - Uses the default normal experience gain display.
+ */
public expParty: ExpNotification = 0;
- public hpBarSpeed: integer = 0;
- public fusionPaletteSwaps: boolean = true;
- public enableTouchControls: boolean = false;
- public enableVibration: boolean = false;
- public showBgmBar: boolean = true;
+ public hpBarSpeed = 0;
+ public fusionPaletteSwaps = true;
+ public enableTouchControls = false;
+ public enableVibration = false;
+ public showBgmBar = true;
/**
* Determines the selected battle style.
* - 0 = 'Switch'
* - 1 = 'Set' - The option to switch the active pokemon at the start of a battle will not display.
*/
- public battleStyle: integer = BattleStyle.SWITCH;
+ public battleStyle: number = BattleStyle.SWITCH;
/**
- * Defines whether or not to show type effectiveness hints
- * - true: No hints
- * - false: Show hints for moves
+ * Defines whether or not to show type effectiveness hints
+ * - true: No hints
+ * - false: Show hints for moves
*/
- public typeHints: boolean = false;
+ public typeHints = false;
- public disableMenu: boolean = false;
+ public disableMenu = false;
public gameData: GameData;
- public sessionSlotId: integer;
+ public sessionSlotId: number;
/** PhaseQueue: dequeue/remove the first element to get the next phase */
public phaseQueue: Phase[];
@@ -226,7 +306,7 @@ export default class BattleScene extends SceneBase {
private phaseQueuePrepend: Phase[];
/** overrides default of inserting phases to end of phaseQueuePrepend array, useful or inserting Phases "out of order" */
- private phaseQueuePrependSpliceIndex: integer;
+ private phaseQueuePrependSpliceIndex: number;
private nextCommandPhaseQueue: Phase[];
private currentPhase: Phase | null;
@@ -247,13 +327,13 @@ export default class BattleScene extends SceneBase {
public arenaNextEnemy: ArenaBase;
public arena: Arena;
public gameMode: GameMode;
- public score: integer;
+ public score: number;
public lockModifierTiers: boolean;
public trainer: Phaser.GameObjects.Sprite;
public lastEnemyTrainer: Trainer | null;
public currentBattle: Battle;
public pokeballCounts: PokeballCounts;
- public money: integer;
+ public money: number;
public pokemonInfoContainer: PokemonInfoContainer;
private party: PlayerPokemon[];
/** Session save data that pertains to Mystery Encounters */
@@ -272,8 +352,8 @@ export default class BattleScene extends SceneBase {
private fieldOverlay: Phaser.GameObjects.Rectangle;
private shopOverlay: Phaser.GameObjects.Rectangle;
- private shopOverlayShown: boolean = false;
- private shopOverlayOpacity: number = .8;
+ private shopOverlayShown = false;
+ private shopOverlayOpacity = 0.8;
public modifiers: PersistentModifier[];
private enemyModifiers: PersistentModifier[];
@@ -282,7 +362,7 @@ export default class BattleScene extends SceneBase {
public seed: string;
public waveSeed: string;
- public waveCycleOffset: integer;
+ public waveCycleOffset: number;
public offsetGym: boolean;
public damageNumberHandler: DamageNumberHandler;
@@ -296,9 +376,9 @@ export default class BattleScene extends SceneBase {
private bgmCache: Set = new Set();
private playTimeTimer: Phaser.Time.TimerEvent;
- public rngCounter: integer = 0;
- public rngSeedOverride: string = "";
- public rngOffset: integer = 0;
+ public rngCounter = 0;
+ public rngSeedOverride = "";
+ public rngOffset = 0;
public inputMethod: string;
private infoToggles: InfoToggle[] = [];
@@ -323,7 +403,9 @@ export default class BattleScene extends SceneBase {
this.conditionalQueue = [];
this.phaseQueuePrependSpliceIndex = -1;
this.nextCommandPhaseQueue = [];
+ this.eventManager = new TimedEventManager();
this.updateGameInfo();
+ initGlobalScene(this);
}
loadPokemonAtlas(key: string, atlasPath: string, experimental?: boolean) {
@@ -332,24 +414,27 @@ export default class BattleScene extends SceneBase {
}
const variant = atlasPath.includes("variant/") || /_[0-3]$/.test(atlasPath);
if (experimental) {
- experimental = this.hasExpSprite(key);
+ experimental = hasExpSprite(key);
}
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`,
+ );
}
async preload() {
if (DEBUG_RNG) {
- const scene = this;
const originalRealInRange = Phaser.Math.RND.realInRange;
Phaser.Math.RND.realInRange = function (min: number, max: number): number {
- const ret = originalRealInRange.apply(this, [ min, max ]);
- const args = [ "RNG", ++scene.rngCounter, ret / (max - min), `min: ${min} / max: ${max}` ];
- args.push(`seed: ${scene.rngSeedOverride || scene.waveSeed || scene.seed}`);
- if (scene.rngOffset) {
- args.push(`offset: ${scene.rngOffset}`);
+ const ret = originalRealInRange.apply(this, [min, max]);
+ const args = ["RNG", ++this.rngCounter, ret / (max - min), `min: ${min} / max: ${max}`];
+ args.push(`seed: ${this.rngSeedOverride || this.waveSeed || this.seed}`);
+ if (this.rngOffset) {
+ args.push(`offset: ${this.rngOffset}`);
}
console.log(...args);
return ret;
@@ -364,12 +449,12 @@ export default class BattleScene extends SceneBase {
create() {
this.scene.remove(LoadingScene.KEY);
initGameSpeed.apply(this);
- this.inputController = new InputsController(this);
- this.uiInputs = new UiInputs(this, this.inputController);
+ this.inputController = new InputsController();
+ this.uiInputs = new UiInputs(this.inputController);
- this.gameData = new GameData(this);
+ this.gameData = new GameData();
- addUiThemeOverrides(this);
+ addUiThemeOverrides();
this.load.setBaseURL();
@@ -378,7 +463,6 @@ export default class BattleScene extends SceneBase {
this.fieldSpritePipeline = new FieldSpritePipeline(this.game);
(this.renderer as Phaser.Renderer.WebGL.WebGLRenderer).pipelines.add("FieldSprite", this.fieldSpritePipeline);
- this.eventManager = new TimedEventManager();
this.launchBattle();
}
@@ -393,12 +477,12 @@ export default class BattleScene extends SceneBase {
this.arenaBgTransition = this.add.sprite(0, 0, "plains_bg");
this.arenaBgTransition.setName("sprite-arena-bg-transition");
- [ this.arenaBgTransition, this.arenaBg ].forEach(a => {
+ for (const a of [this.arenaBgTransition, this.arenaBg]) {
a.setPipeline(this.fieldSpritePipeline);
a.setScale(6);
a.setOrigin(0);
a.setSize(320, 240);
- });
+ }
const field = this.add.container(0, 0);
field.setName("field");
@@ -413,13 +497,16 @@ export default class BattleScene extends SceneBase {
this.fieldUI = fieldUI;
- const transition = this.make.rexTransitionImagePack({
- x: 0,
- y: 0,
- scale: 6,
- key: "loading_bg",
- origin: { x: 0, y: 0 }
- }, true);
+ const transition = this.make.rexTransitionImagePack(
+ {
+ x: 0,
+ y: 0,
+ scale: 6,
+ key: "loading_bg",
+ origin: { x: 0, y: 0 },
+ },
+ true,
+ );
//@ts-ignore (the defined types in the package are incromplete...)
transition.transit({
@@ -441,7 +528,7 @@ export default class BattleScene extends SceneBase {
this.uiContainer = uiContainer;
const overlayWidth = this.game.canvas.width / 6;
- const overlayHeight = (this.game.canvas.height / 6) - 48;
+ const overlayHeight = this.game.canvas.height / 6 - 48;
this.fieldOverlay = this.add.rectangle(0, overlayHeight * -1 - 48, overlayWidth, overlayHeight, 0x424242);
this.fieldOverlay.setName("rect-field-overlay");
this.fieldOverlay.setOrigin(0, 0);
@@ -457,76 +544,87 @@ export default class BattleScene extends SceneBase {
this.modifiers = [];
this.enemyModifiers = [];
- this.modifierBar = new ModifierBar(this);
+ this.modifierBar = new ModifierBar();
this.modifierBar.setName("modifier-bar");
this.add.existing(this.modifierBar);
uiContainer.add(this.modifierBar);
- this.enemyModifierBar = new ModifierBar(this, true);
+ this.enemyModifierBar = new ModifierBar(true);
this.enemyModifierBar.setName("enemy-modifier-bar");
this.add.existing(this.enemyModifierBar);
uiContainer.add(this.enemyModifierBar);
- this.charSprite = new CharSprite(this);
+ this.charSprite = new CharSprite();
this.charSprite.setName("sprite-char");
this.charSprite.setup();
this.fieldUI.add(this.charSprite);
- this.pbTray = new PokeballTray(this, true);
+ this.pbTray = new PokeballTray(true);
this.pbTray.setName("pb-tray");
this.pbTray.setup();
- this.pbTrayEnemy = new PokeballTray(this, false);
+ this.pbTrayEnemy = new PokeballTray(false);
this.pbTrayEnemy.setName("enemy-pb-tray");
this.pbTrayEnemy.setup();
this.fieldUI.add(this.pbTray);
this.fieldUI.add(this.pbTrayEnemy);
- this.abilityBar = new AbilityBar(this);
+ this.abilityBar = new AbilityBar();
this.abilityBar.setName("ability-bar");
this.abilityBar.setup();
this.fieldUI.add(this.abilityBar);
- this.partyExpBar = new PartyExpBar(this);
+ this.partyExpBar = new PartyExpBar();
this.partyExpBar.setName("party-exp-bar");
this.partyExpBar.setup();
this.fieldUI.add(this.partyExpBar);
- this.candyBar = new CandyBar(this);
+ this.candyBar = new CandyBar();
this.candyBar.setName("candy-bar");
this.candyBar.setup();
this.fieldUI.add(this.candyBar);
- this.biomeWaveText = addTextObject(this, (this.game.canvas.width / 6) - 2, 0, startingWave.toString(), TextStyle.BATTLE_INFO);
+ this.biomeWaveText = addTextObject(
+ this.game.canvas.width / 6 - 2,
+ 0,
+ startingWave.toString(),
+ TextStyle.BATTLE_INFO,
+ );
this.biomeWaveText.setName("text-biome-wave");
this.biomeWaveText.setOrigin(1, 0.5);
this.fieldUI.add(this.biomeWaveText);
- this.moneyText = addTextObject(this, (this.game.canvas.width / 6) - 2, 0, "", TextStyle.MONEY);
+ this.moneyText = addTextObject(this.game.canvas.width / 6 - 2, 0, "", TextStyle.MONEY);
this.moneyText.setName("text-money");
this.moneyText.setOrigin(1, 0.5);
this.fieldUI.add(this.moneyText);
- this.scoreText = addTextObject(this, (this.game.canvas.width / 6) - 2, 0, "", TextStyle.PARTY, { fontSize: "54px" });
+ this.scoreText = addTextObject(this.game.canvas.width / 6 - 2, 0, "", TextStyle.PARTY, { fontSize: "54px" });
this.scoreText.setName("text-score");
this.scoreText.setOrigin(1, 0.5);
this.fieldUI.add(this.scoreText);
- this.luckText = addTextObject(this, (this.game.canvas.width / 6) - 2, 0, "", TextStyle.PARTY, { fontSize: "54px" });
+ this.luckText = addTextObject(this.game.canvas.width / 6 - 2, 0, "", TextStyle.PARTY, { fontSize: "54px" });
this.luckText.setName("text-luck");
this.luckText.setOrigin(1, 0.5);
this.luckText.setVisible(false);
this.fieldUI.add(this.luckText);
- this.luckLabelText = addTextObject(this, (this.game.canvas.width / 6) - 2, 0, i18next.t("common:luckIndicator"), TextStyle.PARTY, { fontSize: "54px" });
+ this.luckLabelText = addTextObject(
+ this.game.canvas.width / 6 - 2,
+ 0,
+ i18next.t("common:luckIndicator"),
+ TextStyle.PARTY,
+ { fontSize: "54px" },
+ );
this.luckLabelText.setName("text-luck-label");
this.luckLabelText.setOrigin(1, 0.5);
this.luckLabelText.setVisible(false);
this.fieldUI.add(this.luckLabelText);
- this.arenaFlyout = new ArenaFlyout(this);
+ this.arenaFlyout = new ArenaFlyout();
this.fieldUI.add(this.arenaFlyout);
this.fieldUI.moveBelow(this.arenaFlyout, this.fieldOverlay);
@@ -535,9 +633,12 @@ export default class BattleScene extends SceneBase {
this.damageNumberHandler = new DamageNumberHandler();
this.spriteSparkleHandler = new PokemonSpriteSparkleHandler();
- this.spriteSparkleHandler.setup(this);
+ this.spriteSparkleHandler.setup();
- this.pokemonInfoContainer = new PokemonInfoContainer(this, (this.game.canvas.width / 6) + 52, -(this.game.canvas.height / 6) + 66);
+ this.pokemonInfoContainer = new PokemonInfoContainer(
+ this.game.canvas.width / 6 + 52,
+ -(this.game.canvas.height / 6) + 66,
+ );
this.pokemonInfoContainer.setup();
this.fieldUI.add(this.pokemonInfoContainer);
@@ -546,27 +647,31 @@ export default class BattleScene extends SceneBase {
const loadPokemonAssets = [];
- this.arenaPlayer = new ArenaBase(this, true);
+ this.arenaPlayer = new ArenaBase(true);
this.arenaPlayer.setName("arena-player");
- this.arenaPlayerTransition = new ArenaBase(this, true);
+ this.arenaPlayerTransition = new ArenaBase(true);
this.arenaPlayerTransition.setName("arena-player-transition");
- this.arenaEnemy = new ArenaBase(this, false);
+ this.arenaEnemy = new ArenaBase(false);
this.arenaEnemy.setName("arena-enemy");
- this.arenaNextEnemy = new ArenaBase(this, false);
+ this.arenaNextEnemy = new ArenaBase(false);
this.arenaNextEnemy.setName("arena-next-enemy");
this.arenaBgTransition.setVisible(false);
this.arenaPlayerTransition.setVisible(false);
this.arenaNextEnemy.setVisible(false);
- [ this.arenaPlayer, this.arenaPlayerTransition, this.arenaEnemy, this.arenaNextEnemy ].forEach(a => {
+ for (const a of [this.arenaPlayer, this.arenaPlayerTransition, this.arenaEnemy, this.arenaNextEnemy]) {
if (a instanceof Phaser.GameObjects.Sprite) {
a.setOrigin(0, 0);
}
field.add(a);
- });
+ }
- const trainer = this.addFieldSprite(0, 0, `trainer_${this.gameData.gender === PlayerGender.FEMALE ? "f" : "m"}_back`);
+ const trainer = this.addFieldSprite(
+ 0,
+ 0,
+ `trainer_${this.gameData.gender === PlayerGender.FEMALE ? "f" : "m"}_back`,
+ );
trainer.setOrigin(0.5, 1);
trainer.setName("sprite-trainer");
@@ -579,37 +684,42 @@ export default class BattleScene extends SceneBase {
frames: this.anims.generateFrameNumbers("prompt", { start: 1, end: 4 }),
frameRate: 6,
repeat: -1,
- showOnStart: true
+ showOnStart: true,
});
this.anims.create({
key: "tera_sparkle",
- frames: this.anims.generateFrameNumbers("tera_sparkle", { start: 0, end: 12 }),
+ frames: this.anims.generateFrameNumbers("tera_sparkle", {
+ start: 0,
+ end: 12,
+ }),
frameRate: 18,
repeat: 0,
showOnStart: true,
- hideOnComplete: true
+ hideOnComplete: true,
});
this.reset(false, false, true);
- const ui = new UI(this);
+ const ui = new UI();
this.uiContainer.add(ui);
this.ui = ui;
ui.setup();
- const defaultMoves = [ Moves.TACKLE, Moves.TAIL_WHIP, Moves.FOCUS_ENERGY, Moves.STRUGGLE ];
+ const defaultMoves = [Moves.TACKLE, Moves.TAIL_WHIP, Moves.FOCUS_ENERGY, Moves.STRUGGLE];
Promise.all([
Promise.all(loadPokemonAssets),
- initCommonAnims(this).then(() => loadCommonAnimAssets(this, true)),
- Promise.all([ Moves.TACKLE, Moves.TAIL_WHIP, Moves.FOCUS_ENERGY, Moves.STRUGGLE ].map(m => initMoveAnim(this, m))).then(() => loadMoveAnimAssets(this, defaultMoves, true)),
- this.initStarterColors()
+ initCommonAnims().then(() => loadCommonAnimAssets(true)),
+ Promise.all([Moves.TACKLE, Moves.TAIL_WHIP, Moves.FOCUS_ENERGY, Moves.STRUGGLE].map(m => initMoveAnim(m))).then(
+ () => loadMoveAnimAssets(defaultMoves, true),
+ ),
+ this.initStarterColors(),
]).then(() => {
- this.pushPhase(new LoginPhase(this));
- this.pushPhase(new TitlePhase(this));
+ this.pushPhase(new LoginPhase());
+ this.pushPhase(new TitlePhase());
this.shiftPhase();
});
@@ -628,7 +738,7 @@ export default class BattleScene extends SceneBase {
}
this.playTimeTimer = this.time.addEvent({
- delay: Utils.fixedInt(1000),
+ delay: fixedInt(1000),
repeat: -1,
callback: () => {
if (this.gameData) {
@@ -640,7 +750,7 @@ export default class BattleScene extends SceneBase {
if (this.lastSavePlayTime !== null) {
this.lastSavePlayTime++;
}
- }
+ },
});
this.updateBiomeWaveText();
@@ -649,46 +759,38 @@ export default class BattleScene extends SceneBase {
}
async initExpSprites(): Promise {
- if (expSpriteKeys.length) {
+ if (expSpriteKeys.size > 0) {
return;
}
- 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())
- .then(v => {
- Object.keys(v).forEach(k => 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) => {
- if (i < keys.length - 1) {
- variantTree = variantTree[k];
- expTree = expTree[k];
- } else if (variantTree.hasOwnProperty(k) && expTree.hasOwnProperty(k)) {
- if ([ "back", "female" ].includes(k)) {
- traverseVariantData(keys.concat(k));
- } else {
- variantTree[k] = expTree[k];
- }
- }
- });
- };
- Object.keys(expVariantData).forEach(ek => traverseVariantData([ ek ]));
+ this.cachedFetch("./exp-sprites.json")
+ .then(res => res.json())
+ .then(keys => {
+ if (Array.isArray(keys)) {
+ for (const key of keys) {
+ expSpriteKeys.add(key);
+ }
}
Promise.resolve();
});
}
+ /**
+ * Initialize the variant data.
+ * If experimental sprites are enabled, their entries are replaced via this method.
+ */
+ async initVariantData(): Promise {
+ clearVariantData();
+ const otherVariantData = await this.cachedFetch("./images/pokemon/variant/_masterlist.json").then(r => r.json());
+ for (const k of Object.keys(otherVariantData)) {
+ variantData[k] = otherVariantData[k];
+ }
+ if (!this.experimentalSprites) {
+ return;
+ }
+ const expVariantData = await this.cachedFetch("./images/pokemon/variant/_exp_masterlist.json").then(r => r.json());
+ deepMergeObjects(variantData, expVariantData);
+ }
+
cachedFetch(url: string, init?: RequestInit): Promise {
const manifest = this.game["manifest"];
if (manifest) {
@@ -700,129 +802,88 @@ export default class BattleScene extends SceneBase {
return fetch(url, init);
}
- initStarterColors(): Promise {
- return new Promise(resolve => {
- if (starterColors) {
- return resolve();
- }
-
- this.cachedFetch("./starter-colors.json").then(res => res.json()).then(sc => {
- starterColors = {};
- Object.keys(sc).forEach(key => {
- starterColors[key] = sc[key];
- });
-
- /*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();
- });
- });
+ async initStarterColors(): Promise {
+ if (Object.keys(starterColors).length > 0) {
+ // already initialized
+ return;
+ }
+ const sc = await this.cachedFetch("./starter-colors.json").then(res => res.json());
+ for (const key of Object.keys(sc)) {
+ starterColors[key] = sc[key];
+ }
}
- hasExpSprite(key: string): boolean {
- const keyMatch = /^pkmn__?(back__)?(shiny__)?(female__)?(\d+)(\-.*?)?(?:_[1-3])?$/g.exec(key);
- if (!keyMatch) {
- return false;
- }
-
- let k = keyMatch[4]!;
- if (keyMatch[2]) {
- k += "s";
- }
- if (keyMatch[1]) {
- k += "b";
- }
- if (keyMatch[3]) {
- k += "f";
- }
- if (keyMatch[5]) {
- k += keyMatch[5];
- }
- if (!expSpriteKeys.includes(k)) {
- return false;
- }
- return true;
- }
-
- getParty(): PlayerPokemon[] {
+ public getPlayerParty(): PlayerPokemon[] {
return this.party;
}
- getPlayerPokemon(): PlayerPokemon | undefined {
- return this.getPlayerField().find(p => p.isActive());
- }
-
/**
- * Finds the first {@linkcode Pokemon.isActive() | active PlayerPokemon} that isn't also currently switching out
- * @returns Either the first {@linkcode PlayerPokemon} satisfying, or undefined if no player pokemon on the field satisfy
+ * @returns An array of {@linkcode PlayerPokemon} filtered from the player's party
+ * that are {@linkcode Pokemon.isAllowedInBattle | allowed in battle}.
*/
- getNonSwitchedPlayerPokemon(): PlayerPokemon | undefined {
- return this.getPlayerField().find(p => p.isActive() && p.switchOutStatus === false);
+ public getPokemonAllowedInBattle(): PlayerPokemon[] {
+ return this.getPlayerParty().filter(p => p.isAllowedInBattle());
}
/**
- * Returns an array of PlayerPokemon of length 1 or 2 depending on if double battles or not
+ * @returns The first {@linkcode PlayerPokemon} that is {@linkcode getPlayerField on the field}
+ * and {@linkcode PlayerPokemon.isActive is active}
+ * (aka {@linkcode PlayerPokemon.isAllowedInBattle is allowed in battle}),
+ * or `undefined` if there are no valid pokemon
+ * @param includeSwitching Whether a pokemon that is currently switching out is valid, default `true`
+ */
+ public getPlayerPokemon(includeSwitching = true): PlayerPokemon | undefined {
+ return this.getPlayerField().find(p => p.isActive() && (includeSwitching || p.switchOutStatus === false));
+ }
+
+ /**
+ * Returns an array of PlayerPokemon of length 1 or 2 depending on if in a double battle or not.
+ * Does not actually check if the pokemon are on the field or not.
* @returns array of {@linkcode PlayerPokemon}
*/
- getPlayerField(): PlayerPokemon[] {
- const party = this.getParty();
+ public getPlayerField(): PlayerPokemon[] {
+ const party = this.getPlayerParty();
return party.slice(0, Math.min(party.length, this.currentBattle?.double ? 2 : 1));
}
- getEnemyParty(): EnemyPokemon[] {
+ public getEnemyParty(): EnemyPokemon[] {
return this.currentBattle?.enemyParty ?? [];
}
- getEnemyPokemon(): EnemyPokemon | undefined {
- return this.getEnemyField().find(p => p.isActive());
- }
-
/**
- * Finds the first {@linkcode Pokemon.isActive() | active EnemyPokemon} pokemon from the enemy that isn't also currently switching out
- * @returns Either the first {@linkcode EnemyPokemon} satisfying, or undefined if no player pokemon on the field satisfy
+ * @returns The first {@linkcode EnemyPokemon} that is {@linkcode getEnemyField on the field}
+ * and {@linkcode EnemyPokemon.isActive is active}
+ * (aka {@linkcode EnemyPokemon.isAllowedInBattle is allowed in battle}),
+ * or `undefined` if there are no valid pokemon
+ * @param includeSwitching Whether a pokemon that is currently switching out is valid, default `true`
*/
- getNonSwitchedEnemyPokemon(): EnemyPokemon | undefined {
- return this.getEnemyField().find(p => p.isActive() && p.switchOutStatus === false);
+ public getEnemyPokemon(includeSwitching = true): EnemyPokemon | undefined {
+ return this.getEnemyField().find(p => p.isActive() && (includeSwitching || p.switchOutStatus === false));
}
/**
- * Returns an array of EnemyPokemon of length 1 or 2 depending on if double battles or not
+ * Returns an array of EnemyPokemon of length 1 or 2 depending on if in a double battle or not.
+ * Does not actually check if the pokemon are on the field or not.
* @returns array of {@linkcode EnemyPokemon}
*/
- getEnemyField(): EnemyPokemon[] {
+ public getEnemyField(): EnemyPokemon[] {
const party = this.getEnemyParty();
return party.slice(0, Math.min(party.length, this.currentBattle?.double ? 2 : 1));
}
- getField(activeOnly: boolean = false): Pokemon[] {
+ /**
+ * Returns an array of Pokemon on both sides of the battle - player first, then enemy.
+ * Does not actually check if the pokemon are on the field or not, and always has length 4 regardless of battle type.
+ * @param activeOnly Whether to consider only active pokemon
+ * @returns array of {@linkcode Pokemon}
+ */
+ public getField(activeOnly = false): Pokemon[] {
const ret = new Array(4).fill(null);
const playerField = this.getPlayerField();
const enemyField = this.getEnemyField();
ret.splice(0, playerField.length, ...playerField);
ret.splice(2, enemyField.length, ...enemyField);
- return activeOnly
- ? ret.filter(p => p?.isActive())
- : ret;
+ return activeOnly ? ret.filter(p => p?.isActive()) : ret;
}
/**
@@ -838,7 +899,13 @@ export default class BattleScene extends SceneBase {
if (allyPokemon?.isActive(true)) {
let targetingMovePhase: MovePhase;
do {
- targetingMovePhase = this.findPhase(mp => mp instanceof MovePhase && mp.targets.length === 1 && mp.targets[0] === removedPokemon.getBattlerIndex() && mp.pokemon.isPlayer() !== allyPokemon.isPlayer()) as MovePhase;
+ targetingMovePhase = this.findPhase(
+ mp =>
+ mp instanceof MovePhase &&
+ mp.targets.length === 1 &&
+ mp.targets[0] === removedPokemon.getBattlerIndex() &&
+ mp.pokemon.isPlayer() !== allyPokemon.isPlayer(),
+ ) as MovePhase;
if (targetingMovePhase && targetingMovePhase.targets[0] !== allyPokemon.getBattlerIndex()) {
targetingMovePhase.targets[0] = allyPokemon.getBattlerIndex();
}
@@ -861,17 +928,40 @@ export default class BattleScene extends SceneBase {
}
// return the stored info toggles; used by ui-inputs
- getInfoToggles(activeOnly: boolean = false): InfoToggle[] {
+ getInfoToggles(activeOnly = false): InfoToggle[] {
return activeOnly ? this.infoToggles.filter(t => t?.isActive()) : this.infoToggles;
}
- getPokemonById(pokemonId: integer): Pokemon | null {
+ getPokemonById(pokemonId: number): Pokemon | null {
const findInParty = (party: Pokemon[]) => party.find(p => p.id === pokemonId);
- return (findInParty(this.getParty()) || findInParty(this.getEnemyParty())) ?? null;
+ return (findInParty(this.getPlayerParty()) || findInParty(this.getEnemyParty())) ?? null;
}
- addPlayerPokemon(species: PokemonSpecies, level: integer, abilityIndex?: integer, formIndex?: integer, gender?: Gender, shiny?: boolean, variant?: Variant, ivs?: integer[], nature?: Nature, dataSource?: Pokemon | PokemonData, postProcess?: (playerPokemon: PlayerPokemon) => void): PlayerPokemon {
- const pokemon = new PlayerPokemon(this, species, level, abilityIndex, formIndex, gender, shiny, variant, ivs, nature, dataSource);
+ addPlayerPokemon(
+ species: PokemonSpecies,
+ level: number,
+ abilityIndex?: number,
+ formIndex?: number,
+ gender?: Gender,
+ shiny?: boolean,
+ variant?: Variant,
+ ivs?: number[],
+ nature?: Nature,
+ dataSource?: Pokemon | PokemonData,
+ postProcess?: (playerPokemon: PlayerPokemon) => void,
+ ): PlayerPokemon {
+ const pokemon = new PlayerPokemon(
+ species,
+ level,
+ abilityIndex,
+ formIndex,
+ gender,
+ shiny,
+ variant,
+ ivs,
+ nature,
+ dataSource,
+ );
if (postProcess) {
postProcess(pokemon);
}
@@ -879,7 +969,15 @@ export default class BattleScene extends SceneBase {
return pokemon;
}
- addEnemyPokemon(species: PokemonSpecies, level: integer, trainerSlot: TrainerSlot, boss: boolean = false, dataSource?: PokemonData, postProcess?: (enemyPokemon: EnemyPokemon) => void): EnemyPokemon {
+ addEnemyPokemon(
+ species: PokemonSpecies,
+ level: number,
+ trainerSlot: TrainerSlot,
+ boss = false,
+ shinyLock = false,
+ dataSource?: PokemonData,
+ postProcess?: (enemyPokemon: EnemyPokemon) => void,
+ ): EnemyPokemon {
if (Overrides.OPP_LEVEL_OVERRIDE > 0) {
level = Overrides.OPP_LEVEL_OVERRIDE;
}
@@ -889,18 +987,22 @@ export default class BattleScene extends SceneBase {
boss = this.getEncounterBossSegments(this.currentBattle.waveIndex, level, species) > 1;
}
- const pokemon = new EnemyPokemon(this, species, level, trainerSlot, boss, dataSource);
+ const pokemon = new EnemyPokemon(species, level, trainerSlot, boss, shinyLock, dataSource);
if (Overrides.OPP_FUSION_OVERRIDE) {
pokemon.generateFusionSpecies();
}
- overrideModifiers(this, false);
- overrideHeldItems(this, pokemon, false);
if (boss && !dataSource) {
- const secondaryIvs = Utils.getIvsFromId(Utils.randSeedInt(4294967296));
+ const secondaryIvs = getIvsFromId(randSeedInt(4294967296));
for (let s = 0; s < pokemon.ivs.length; s++) {
- pokemon.ivs[s] = Math.round(Phaser.Math.Linear(Math.min(pokemon.ivs[s], secondaryIvs[s]), Math.max(pokemon.ivs[s], secondaryIvs[s]), 0.75));
+ pokemon.ivs[s] = Math.round(
+ Phaser.Math.Linear(
+ Math.min(pokemon.ivs[s], secondaryIvs[s]),
+ Math.max(pokemon.ivs[s], secondaryIvs[s]),
+ 0.75,
+ ),
+ );
}
}
if (postProcess) {
@@ -923,7 +1025,7 @@ export default class BattleScene extends SceneBase {
* @param pokemon
* @param destroy Default true. If true, will destroy the {@linkcode PlayerPokemon} after removing
*/
- removePokemonFromPlayerParty(pokemon: PlayerPokemon, destroy: boolean = true) {
+ removePokemonFromPlayerParty(pokemon: PlayerPokemon, destroy = true) {
if (!pokemon) {
return;
}
@@ -937,7 +1039,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`);
@@ -957,7 +1066,7 @@ export default class BattleScene extends SceneBase {
container.add(icon);
- if (pokemon.isFusion()) {
+ if (pokemon.isFusion(true)) {
const fusionIcon = this.add.sprite(0, 0, pokemon.getFusionIconAtlasKey(ignoreOverride));
fusionIcon.setName("sprite-fusion-icon");
fusionIcon.setOrigin(0.5, 0);
@@ -967,13 +1076,22 @@ export default class BattleScene extends SceneBase {
const originalHeight = icon.height;
const originalFrame = icon.frame;
- const iconHeight = (icon.frame.cutHeight <= fusionIcon.frame.cutHeight ? Math.ceil : Math.floor)((icon.frame.cutHeight + fusionIcon.frame.cutHeight) / 4);
+ const iconHeight = (icon.frame.cutHeight <= fusionIcon.frame.cutHeight ? Math.ceil : Math.floor)(
+ (icon.frame.cutHeight + fusionIcon.frame.cutHeight) / 4,
+ );
// Inefficient, but for some reason didn't work with only the unique properties as part of the name
const iconFrameId = `${icon.frame.name}f${fusionIcon.frame.name}`;
if (!icon.frame.texture.has(iconFrameId)) {
- icon.frame.texture.add(iconFrameId, icon.frame.sourceIndex, icon.frame.cutX, icon.frame.cutY, icon.frame.cutWidth, iconHeight);
+ icon.frame.texture.add(
+ iconFrameId,
+ icon.frame.sourceIndex,
+ icon.frame.cutX,
+ icon.frame.cutY,
+ icon.frame.cutWidth,
+ iconHeight,
+ );
}
icon.setFrame(iconFrameId);
@@ -989,7 +1107,14 @@ export default class BattleScene extends SceneBase {
const fusionIconFrameId = `${fusionIcon.frame.name}f${icon.frame.name}`;
if (!fusionIcon.frame.texture.has(fusionIconFrameId)) {
- fusionIcon.frame.texture.add(fusionIconFrameId, fusionIcon.frame.sourceIndex, fusionIcon.frame.cutX, fusionIconY, fusionIcon.frame.cutWidth, fusionIconHeight);
+ fusionIcon.frame.texture.add(
+ fusionIconFrameId,
+ fusionIcon.frame.sourceIndex,
+ fusionIcon.frame.cutX,
+ fusionIconY,
+ fusionIcon.frame.cutWidth,
+ fusionIconHeight,
+ );
}
fusionIcon.setFrame(fusionIconFrameId);
@@ -1002,7 +1127,7 @@ export default class BattleScene extends SceneBase {
container.x -= originalWidth * (originX - 0.5);
}
if (originY !== 0) {
- container.y -= (originalHeight) * originY;
+ container.y -= originalHeight * originY;
}
} else {
if (originX !== 0.5) {
@@ -1026,20 +1151,20 @@ export default class BattleScene extends SceneBase {
/**
* Generates a random number using the current battle's seed
*
- * This calls {@linkcode Battle.randSeedInt}(`scene`, {@linkcode range}, {@linkcode min}) in `src/battle.ts`
- * which calls {@linkcode Utils.randSeedInt randSeedInt}({@linkcode range}, {@linkcode min}) in `src/utils.ts`
+ * This calls {@linkcode Battle.randSeedInt}({@linkcode range}, {@linkcode min}) in `src/battle.ts`
+ * which calls {@linkcode randSeedInt randSeedInt}({@linkcode range}, {@linkcode min}) in `src/utils.ts`
*
* @param range How large of a range of random numbers to choose from. If {@linkcode range} <= 1, returns {@linkcode min}
* @param min The minimum integer to pick, default `0`
* @returns A random integer between {@linkcode min} and ({@linkcode min} + {@linkcode range} - 1)
*/
- randBattleSeedInt(range: integer, min: integer = 0): integer {
- return this.currentBattle?.randSeedInt(this, range, min);
+ randBattleSeedInt(range: number, min = 0): number {
+ return this.currentBattle?.randSeedInt(range, min);
}
- reset(clearScene: boolean = false, clearData: boolean = false, reloadI18n: boolean = false): void {
+ reset(clearScene = false, clearData = false, reloadI18n = false): void {
if (clearData) {
- this.gameData = new GameData(this);
+ this.gameData = new GameData();
}
this.gameMode = getGameMode(GameModes.CLASSIC);
@@ -1051,7 +1176,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(
+ getEnumValues(PokeballType)
+ .filter(p => p <= PokeballType.MASTER_BALL)
+ .map(t => [t, 0]),
+ );
this.pokeballCounts[PokeballType.POKEBALL] += 5;
if (Overrides.POKEBALL_OVERRIDE.active) {
this.pokeballCounts = Overrides.POKEBALL_OVERRIDE.pokeballs;
@@ -1062,7 +1191,7 @@ export default class BattleScene extends SceneBase {
this.modifierBar.removeAll(true);
this.enemyModifierBar.removeAll(true);
- for (const p of this.getParty()) {
+ for (const p of this.getPlayerParty()) {
p.destroy();
}
this.party = [];
@@ -1080,7 +1209,7 @@ export default class BattleScene extends SceneBase {
// Reset RNG after end of game or save & quit.
// This needs to happen after clearing this.currentBattle or the seed will be affected by the last wave played
- this.setSeed(Overrides.SEED_OVERRIDE || Utils.randomString(24));
+ this.setSeed(Overrides.SEED_OVERRIDE || randomString(24));
console.log("Seed:", this.seed);
this.resetSeed();
@@ -1093,7 +1222,7 @@ export default class BattleScene extends SceneBase {
this.updateScoreText();
this.scoreText.setVisible(false);
- [ this.luckLabelText, this.luckText ].map(t => t.setVisible(false));
+ [this.luckLabelText, this.luckText].map(t => t.setVisible(false));
this.newArena(Overrides.STARTING_BIOME_OVERRIDE || Biome.TOWN);
@@ -1102,7 +1231,8 @@ export default class BattleScene extends SceneBase {
this.arenaBgTransition.setPosition(0, 0);
this.arenaPlayer.setPosition(300, 0);
this.arenaPlayerTransition.setPosition(0, 0);
- [ this.arenaEnemy, this.arenaNextEnemy ].forEach(a => a.setPosition(-280, 0));
+ this.arenaEnemy.setPosition(-280, 0);
+ this.arenaNextEnemy.setPosition(-280, 0);
this.arenaNextEnemy.setVisible(false);
this.arena.init();
@@ -1120,7 +1250,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()
+ ...getEnumValues(ModifierPoolType)
+ .map(mpt => getModifierPoolForType(mpt))
+ .flatMap(mp =>
+ Object.values(mp)
+ .flat()
+ .map(mt => mt.modifierType)
+ .filter(mt => "localize" in mt)
+ .map(lpb => lpb as unknown as Localizable),
+ ),
];
for (const item of localizable) {
item.localize();
@@ -1133,31 +1271,43 @@ export default class BattleScene extends SceneBase {
this.fadeOutBgm(250, false);
this.tweens.add({
- targets: [ this.uiContainer ],
+ targets: [this.uiContainer],
alpha: 0,
duration: 250,
ease: "Sine.easeInOut",
onComplete: () => {
this.clearPhaseQueue();
+ this.ui.freeUIData();
+ this.uiContainer.remove(this.ui, true);
+ this.uiContainer.destroy();
this.children.removeAll(true);
this.game.domContainer.innerHTML = "";
this.launchBattle();
- }
+ },
});
}
}
getDoubleBattleChance(newWaveIndex: number, playerField: PlayerPokemon[]) {
- const doubleChance = new Utils.IntegerHolder(newWaveIndex % 10 === 0 ? 32 : 8);
+ const doubleChance = new 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 {
+ // TODO: ...this never actually returns `null`, right?
+ newBattle(
+ waveIndex?: number,
+ battleType?: BattleType,
+ trainerData?: TrainerData,
+ double?: boolean,
+ mysteryEncounterType?: MysteryEncounterType,
+ ): Battle | null {
const _startingWave = Overrides.STARTING_WAVE_OVERRIDE || startingWave;
- const newWaveIndex = waveIndex || ((this.currentBattle?.waveIndex || (_startingWave - 1)) + 1);
+ const newWaveIndex = waveIndex || (this.currentBattle?.waveIndex || _startingWave - 1) + 1;
let newDouble: boolean | undefined;
let newBattleType: BattleType;
let newTrainer: Trainer | undefined;
@@ -1172,39 +1322,60 @@ export default class BattleScene extends SceneBase {
battleConfig = this.gameMode.getFixedBattle(newWaveIndex);
newDouble = battleConfig.double;
newBattleType = battleConfig.battleType;
- this.executeWithSeedOffset(() => newTrainer = battleConfig?.getTrainer(this), (battleConfig.seedOffsetWaveIndex || newWaveIndex) << 8);
+ this.executeWithSeedOffset(
+ () => (newTrainer = battleConfig?.getTrainer()),
+ (battleConfig.seedOffsetWaveIndex || newWaveIndex) << 8,
+ );
if (newTrainer) {
this.field.add(newTrainer);
}
} else {
- if (!this.gameMode.hasTrainers) {
+ if (
+ !this.gameMode.hasTrainers ||
+ Overrides.BATTLE_TYPE_OVERRIDE === BattleType.WILD ||
+ (Overrides.DISABLE_STANDARD_TRAINERS_OVERRIDE && isNullOrUndefined(trainerData))
+ ) {
newBattleType = BattleType.WILD;
- } else if (battleType === undefined) {
- newBattleType = this.gameMode.isWaveTrainer(newWaveIndex, this.arena) ? BattleType.TRAINER : BattleType.WILD;
} else {
- newBattleType = battleType;
+ newBattleType =
+ Overrides.BATTLE_TYPE_OVERRIDE ??
+ battleType ??
+ (this.gameMode.isWaveTrainer(newWaveIndex, this.arena) ? BattleType.TRAINER : BattleType.WILD);
}
if (newBattleType === BattleType.TRAINER) {
- const trainerType = this.arena.randomTrainerType(newWaveIndex);
+ const trainerType =
+ Overrides.RANDOM_TRAINER_OVERRIDE?.trainerType ?? this.arena.randomTrainerType(newWaveIndex);
let doubleTrainer = false;
if (trainerConfigs[trainerType].doubleOnly) {
doubleTrainer = true;
} else if (trainerConfigs[trainerType].hasDouble) {
- doubleTrainer = !Utils.randSeedInt(this.getDoubleBattleChance(newWaveIndex, playerField));
+ doubleTrainer =
+ Overrides.RANDOM_TRAINER_OVERRIDE?.alwaysDouble ||
+ !randSeedInt(this.getDoubleBattleChance(newWaveIndex, playerField));
// Add a check that special trainers can't be double except for tate and liza - they should use the normal double chance
- if (trainerConfigs[trainerType].trainerTypeDouble && ![ TrainerType.TATE, TrainerType.LIZA ].includes(trainerType)) {
+ if (
+ trainerConfigs[trainerType].trainerTypeDouble &&
+ ![TrainerType.TATE, TrainerType.LIZA].includes(trainerType)
+ ) {
doubleTrainer = false;
}
}
- const variant = doubleTrainer ? TrainerVariant.DOUBLE : (Utils.randSeedInt(2) ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT);
- newTrainer = trainerData !== undefined ? trainerData.toTrainer(this) : new Trainer(this, trainerType, variant);
+ const variant = doubleTrainer
+ ? TrainerVariant.DOUBLE
+ : randSeedInt(2)
+ ? TrainerVariant.FEMALE
+ : TrainerVariant.DEFAULT;
+ newTrainer = trainerData !== undefined ? trainerData.toTrainer() : new Trainer(trainerType, variant);
this.field.add(newTrainer);
}
// Check for mystery encounter
// Can only occur in place of a standard (non-boss) wild battle, waves 10-180
- if (this.isWaveMysteryEncounter(newBattleType, newWaveIndex) || newBattleType === BattleType.MYSTERY_ENCOUNTER) {
+ if (
+ !Overrides.BATTLE_TYPE_OVERRIDE &&
+ (this.isWaveMysteryEncounter(newBattleType, newWaveIndex) || newBattleType === BattleType.MYSTERY_ENCOUNTER)
+ ) {
newBattleType = BattleType.MYSTERY_ENCOUNTER;
// Reset to base spawn weight
this.mysteryEncounterSaveData.encounterSpawnChance = BASE_MYSTERY_ENCOUNTER_SPAWN_WEIGHT;
@@ -1213,91 +1384,143 @@ export default class BattleScene extends SceneBase {
if (double === undefined && newWaveIndex > 1) {
if (newBattleType === BattleType.WILD && !this.gameMode.isWaveFinal(newWaveIndex)) {
- newDouble = !Utils.randSeedInt(this.getDoubleBattleChance(newWaveIndex, playerField));
- } else if (newBattleType === BattleType.TRAINER) {
- newDouble = newTrainer?.variant === TrainerVariant.DOUBLE;
+ newDouble = !randSeedInt(this.getDoubleBattleChance(newWaveIndex, playerField));
}
+ } else if (double === undefined && newBattleType === BattleType.TRAINER) {
+ newDouble = newTrainer?.variant === TrainerVariant.DOUBLE;
} else if (!battleConfig) {
newDouble = !!double;
}
- if (Overrides.BATTLE_TYPE_OVERRIDE === "double") {
- newDouble = true;
- }
- /* Override battles into single only if not fighting with trainers */
- if (newBattleType !== BattleType.TRAINER && Overrides.BATTLE_TYPE_OVERRIDE === "single") {
+ // Disable double battles on Endless/Endless Spliced Wave 50x boss battles (Introduced 1.2.0)
+ if (this.gameMode.isEndlessBoss(newWaveIndex)) {
newDouble = false;
}
- const lastBattle = this.currentBattle;
+ if (!isNullOrUndefined(Overrides.BATTLE_STYLE_OVERRIDE)) {
+ let doubleOverrideForWave: "single" | "double" | null = null;
- if (lastBattle?.double && !newDouble) {
- this.tryRemovePhase(p => p instanceof SwitchPhase);
+ switch (Overrides.BATTLE_STYLE_OVERRIDE) {
+ case "double":
+ doubleOverrideForWave = "double";
+ break;
+ case "single":
+ doubleOverrideForWave = "single";
+ break;
+ case "even-doubles":
+ doubleOverrideForWave = newWaveIndex % 2 ? "single" : "double";
+ break;
+ case "odd-doubles":
+ doubleOverrideForWave = newWaveIndex % 2 ? "double" : "single";
+ break;
+ }
+
+ if (doubleOverrideForWave === "double") {
+ newDouble = true;
+ }
+ /**
+ * Override battles into single only if not fighting with trainers.
+ * @see {@link https://github.com/pagefaultgames/pokerogue/issues/1948 GitHub Issue #1948}
+ */
+ if (newBattleType !== BattleType.TRAINER && doubleOverrideForWave === "single") {
+ newDouble = false;
+ }
}
+ const lastBattle = this.currentBattle;
+
const maxExpLevel = this.getMaxExpLevel();
this.lastEnemyTrainer = lastBattle?.trainer ?? null;
this.lastMysteryEncounter = lastBattle?.mysteryEncounter;
- this.executeWithSeedOffset(() => {
- this.currentBattle = new Battle(this.gameMode, newWaveIndex, newBattleType, newTrainer, newDouble);
- }, newWaveIndex << 3, this.waveSeed);
- this.currentBattle.incrementTurn(this);
-
if (newBattleType === BattleType.MYSTERY_ENCOUNTER) {
// Disable double battle on mystery encounters (it may be re-enabled as part of encounter)
- this.currentBattle.double = false;
+ newDouble = false;
+ }
+
+ if (lastBattle?.double && !newDouble) {
+ this.tryRemovePhase(p => p instanceof SwitchPhase);
+ for (const p of this.getPlayerField()) {
+ p.lapseTag(BattlerTagType.COMMANDED);
+ }
+ }
+
+ this.executeWithSeedOffset(
+ () => {
+ this.currentBattle = new Battle(this.gameMode, newWaveIndex, newBattleType, newTrainer, newDouble);
+ },
+ newWaveIndex << 3,
+ this.waveSeed,
+ );
+ this.currentBattle.incrementTurn();
+
+ if (newBattleType === BattleType.MYSTERY_ENCOUNTER) {
// Will generate the actual Mystery Encounter during NextEncounterPhase, to ensure it uses proper biome
this.currentBattle.mysteryEncounterType = mysteryEncounterType;
}
- //this.pushPhase(new TrainerMessageTestPhase(this, TrainerType.RIVAL, TrainerType.RIVAL_2, TrainerType.RIVAL_3, TrainerType.RIVAL_4, TrainerType.RIVAL_5, TrainerType.RIVAL_6));
-
if (!waveIndex && lastBattle) {
const isWaveIndexMultipleOfTen = !(lastBattle.waveIndex % 10);
const isEndlessOrDaily = this.gameMode.hasShortBiomes || this.gameMode.isDaily;
- const isEndlessFifthWave = this.gameMode.hasShortBiomes && (lastBattle.waveIndex % 5) === 0;
- const isWaveIndexMultipleOfFiftyMinusOne = (lastBattle.waveIndex % 50) === 49;
- const isNewBiome = isWaveIndexMultipleOfTen || isEndlessFifthWave || (isEndlessOrDaily && isWaveIndexMultipleOfFiftyMinusOne);
- const resetArenaState = isNewBiome || [ BattleType.TRAINER, BattleType.MYSTERY_ENCOUNTER ].includes(this.currentBattle.battleType) || this.currentBattle.battleSpec === BattleSpec.FINAL_BOSS;
- this.getEnemyParty().forEach(enemyPokemon => enemyPokemon.destroy());
+ const isEndlessFifthWave = this.gameMode.hasShortBiomes && lastBattle.waveIndex % 5 === 0;
+ const isWaveIndexMultipleOfFiftyMinusOne = lastBattle.waveIndex % 50 === 49;
+ const isNewBiome =
+ isWaveIndexMultipleOfTen || isEndlessFifthWave || (isEndlessOrDaily && isWaveIndexMultipleOfFiftyMinusOne);
+ const resetArenaState =
+ isNewBiome ||
+ [BattleType.TRAINER, BattleType.MYSTERY_ENCOUNTER].includes(this.currentBattle.battleType) ||
+ this.currentBattle.battleSpec === BattleSpec.FINAL_BOSS;
+ for (const enemyPokemon of this.getEnemyParty()) {
+ enemyPokemon.destroy();
+ }
this.trySpreadPokerus();
- if (!isNewBiome && (newWaveIndex % 10) === 5) {
+ if (!isNewBiome && newWaveIndex % 10 === 5) {
this.arena.updatePoolsForTimeOfDay();
}
if (resetArenaState) {
this.arena.resetArenaEffects();
+ for (const pokemon of playerField) {
+ pokemon.lapseTag(BattlerTagType.COMMANDED);
+ }
+
playerField.forEach((pokemon, p) => {
if (pokemon.isOnField()) {
- this.pushPhase(new ReturnPhase(this, p));
+ this.pushPhase(new ReturnPhase(p));
}
});
- for (const pokemon of this.getParty()) {
+ for (const pokemon of this.getPlayerParty()) {
pokemon.resetBattleData();
+ pokemon.resetTera();
applyPostBattleInitAbAttrs(PostBattleInitAbAttr, pokemon);
+ if (
+ pokemon.hasSpecies(Species.TERAPAGOS) ||
+ (this.gameMode.isClassic && this.currentBattle.waveIndex > 180 && this.currentBattle.waveIndex <= 190)
+ ) {
+ this.arena.playerTerasUsed = 0;
+ }
}
if (!this.trainer.visible) {
- this.pushPhase(new ShowTrainerPhase(this));
+ this.pushPhase(new ShowTrainerPhase());
}
}
- for (const pokemon of this.getParty()) {
+ for (const pokemon of this.getPlayerParty()) {
this.triggerPokemonFormChange(pokemon, SpeciesFormChangeTimeOfDayTrigger);
}
if (!this.gameMode.hasRandomBiomes && !isNewBiome) {
- this.pushPhase(new NextEncounterPhase(this));
+ this.pushPhase(new NextEncounterPhase());
} else {
- this.pushPhase(new SelectBiomePhase(this));
- this.pushPhase(new NewBiomeEncounterPhase(this));
+ this.pushPhase(new SelectBiomePhase());
+ this.pushPhase(new NewBiomeEncounterPhase());
const newMaxExpLevel = this.getMaxExpLevel();
if (newMaxExpLevel > maxExpLevel) {
- this.pushPhase(new LevelCapPhase(this));
+ this.pushPhase(new LevelCapPhase());
}
}
}
@@ -1305,26 +1528,34 @@ export default class BattleScene extends SceneBase {
return this.currentBattle;
}
- newArena(biome: Biome): Arena {
- this.arena = new Arena(this, biome, Biome[biome].toLowerCase());
+ newArena(biome: Biome, playerFaints?: number): Arena {
+ this.arena = new Arena(biome, Biome[biome].toLowerCase(), playerFaints);
this.eventTarget.dispatchEvent(new NewArenaEvent());
- this.arenaBg.pipelineData = { terrainColorRatio: this.arena.getBgTerrainColorRatioForBiome() };
+ this.arenaBg.pipelineData = {
+ terrainColorRatio: this.arena.getBgTerrainColorRatioForBiome(),
+ };
return this.arena;
}
updateFieldScale(): Promise {
return new Promise(resolve => {
- const fieldScale = Math.floor(Math.pow(1 / this.getField(true)
- .map(p => p.getSpriteScale())
- .reduce((highestScale: number, scale: number) => highestScale = Math.max(scale, highestScale), 0), 0.7) * 40
- ) / 40;
+ const fieldScale =
+ Math.floor(
+ Math.pow(
+ 1 /
+ this.getField(true)
+ .map(p => p.getSpriteScale())
+ .reduce((highestScale: number, scale: number) => (highestScale = Math.max(scale, highestScale)), 0),
+ 0.7,
+ ) * 40,
+ ) / 40;
this.setFieldScale(fieldScale).then(() => resolve());
});
}
- setFieldScale(scale: number, instant: boolean = false): Promise {
+ setFieldScale(scale: number, instant = false): Promise {
return new Promise(resolve => {
scale *= 6;
if (this.field.scale === scale) {
@@ -1341,18 +1572,81 @@ export default class BattleScene extends SceneBase {
scale: scale,
x: (defaultWidth - scaledWidth) / 2,
y: defaultHeight - scaledHeight,
- duration: !instant ? Utils.fixedInt(Math.abs(this.field.scale - scale) * 200) : 0,
+ duration: !instant ? fixedInt(Math.abs(this.field.scale - scale) * 200) : 0,
ease: "Sine.easeInOut",
- onComplete: () => resolve()
+ onComplete: () => resolve(),
});
});
}
- getSpeciesFormIndex(species: PokemonSpecies, gender?: Gender, nature?: Nature, ignoreArena?: boolean): integer {
+ getSpeciesFormIndex(species: PokemonSpecies, gender?: Gender, nature?: Nature, ignoreArena?: boolean): number {
if (!species.forms?.length) {
return 0;
}
+ const isEggPhase: boolean = ["EggLapsePhase", "EggHatchPhase"].includes(
+ this.getCurrentPhase()?.constructor.name ?? "",
+ );
+
+ if (
+ // Give trainers with specialty types an appropriately-typed form for Wormadam, Rotom, Arceus, Oricorio, Silvally, or Paldean Tauros.
+ !isEggPhase &&
+ this.currentBattle?.battleType === BattleType.TRAINER &&
+ !isNullOrUndefined(this.currentBattle.trainer) &&
+ this.currentBattle.trainer.config.hasSpecialtyType()
+ ) {
+ if (species.speciesId === Species.WORMADAM) {
+ switch (this.currentBattle.trainer.config.specialtyType) {
+ case PokemonType.GROUND:
+ return 1; // Sandy Cloak
+ case PokemonType.STEEL:
+ return 2; // Trash Cloak
+ case PokemonType.GRASS:
+ return 0; // Plant Cloak
+ }
+ }
+ if (species.speciesId === Species.ROTOM) {
+ switch (this.currentBattle.trainer.config.specialtyType) {
+ case PokemonType.FLYING:
+ return 4; // Fan Rotom
+ case PokemonType.GHOST:
+ return 0; // Lightbulb Rotom
+ case PokemonType.FIRE:
+ return 1; // Heat Rotom
+ case PokemonType.GRASS:
+ return 5; // Mow Rotom
+ case PokemonType.WATER:
+ return 2; // Wash Rotom
+ case PokemonType.ICE:
+ return 3; // Frost Rotom
+ }
+ }
+ if (species.speciesId === Species.ORICORIO) {
+ switch (this.currentBattle.trainer.config.specialtyType) {
+ case PokemonType.GHOST:
+ return 3; // Sensu Style
+ case PokemonType.FIRE:
+ return 0; // Baile Style
+ case PokemonType.ELECTRIC:
+ return 1; // Pom-Pom Style
+ case PokemonType.PSYCHIC:
+ return 2; // Pa'u Style
+ }
+ }
+ if (species.speciesId === Species.PALDEA_TAUROS) {
+ switch (this.currentBattle.trainer.config.specialtyType) {
+ case PokemonType.FIRE:
+ return 1; // Blaze Breed
+ case PokemonType.WATER:
+ return 2; // Aqua Breed
+ }
+ }
+ if (species.speciesId === Species.SILVALLY || species.speciesId === Species.ARCEUS) {
+ // Would probably never happen, but might as well
+ return this.currentBattle.trainer.config.specialtyType;
+ }
+ }
+
switch (species.speciesId) {
case Species.UNOWN:
case Species.SHELLOS:
@@ -1360,8 +1654,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:
@@ -1377,37 +1669,67 @@ export default class BattleScene extends SceneBase {
case Species.SQUAWKABILLY:
case Species.TATSUGIRI:
case Species.PALDEA_TAUROS:
- return Utils.randSeedInt(species.forms.length);
+ return randSeedInt(species.forms.length);
case Species.PIKACHU:
- return Utils.randSeedInt(8);
+ if (this.currentBattle?.battleType === BattleType.TRAINER && this.currentBattle?.waveIndex < 30) {
+ return 0; // Ban Cosplay and Partner Pika from Trainers before wave 30
+ }
+ return randSeedInt(8);
case Species.EEVEE:
- return Utils.randSeedInt(2);
+ if (
+ this.currentBattle?.battleType === BattleType.TRAINER &&
+ this.currentBattle?.waveIndex < 30 &&
+ !isEggPhase
+ ) {
+ return 0; // No Partner Eevee for Wave 12 Preschoolers
+ }
+ return randSeedInt(2);
+ case Species.FROAKIE:
+ case Species.FROGADIER:
case Species.GRENINJA:
- return Utils.randSeedInt(2);
+ if (this.currentBattle?.battleType === BattleType.TRAINER && !isEggPhase) {
+ return 0; // Don't give trainers Battle Bond Greninja, Froakie or Frogadier
+ }
+ return randSeedInt(2);
+ case Species.URSHIFU:
+ return randSeedInt(2);
case Species.ZYGARDE:
- return Utils.randSeedInt(4);
+ return randSeedInt(4);
case Species.MINIOR:
- return Utils.randSeedInt(7);
+ return randSeedInt(7);
case Species.ALCREMIE:
- return Utils.randSeedInt(9);
+ return randSeedInt(9);
case Species.MEOWSTIC:
case Species.INDEEDEE:
case Species.BASCULEGION:
case Species.OINKOLOGNE:
return gender === Gender.FEMALE ? 1 : 0;
- case Species.TOXTRICITY:
- const lowkeyNatures = [ Nature.LONELY, Nature.BOLD, Nature.RELAXED, Nature.TIMID, Nature.SERIOUS, Nature.MODEST, Nature.MILD, Nature.QUIET, Nature.BASHFUL, Nature.CALM, Nature.GENTLE, Nature.CAREFUL ];
+ case Species.TOXTRICITY: {
+ const lowkeyNatures = [
+ Nature.LONELY,
+ Nature.BOLD,
+ Nature.RELAXED,
+ Nature.TIMID,
+ Nature.SERIOUS,
+ Nature.MODEST,
+ Nature.MILD,
+ Nature.QUIET,
+ Nature.BASHFUL,
+ Nature.CALM,
+ Nature.GENTLE,
+ Nature.CAREFUL,
+ ];
if (nature !== undefined && lowkeyNatures.indexOf(nature) > -1) {
return 1;
}
return 0;
+ }
case Species.GIMMIGHOUL:
- // Chest form can only be found in Mysterious Chest Encounter, if this is a game mode with MEs
- if (this.gameMode.hasMysteryEncounters) {
+ // Chest form can only be found in Mysterious Chest Encounter, if this is a game mode with MEs
+ if (this.gameMode.hasMysteryEncounters && !isEggPhase) {
return 1; // Wandering form
- } else {
- return Utils.randSeedInt(species.forms.length);
}
+ return randSeedInt(species.forms.length);
}
if (ignoreArena) {
@@ -1416,7 +1738,7 @@ export default class BattleScene extends SceneBase {
case Species.WORMADAM:
case Species.ROTOM:
case Species.LYCANROC:
- return Utils.randSeedInt(species.forms.length);
+ return randSeedInt(species.forms.length);
}
return 0;
}
@@ -1426,24 +1748,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 = !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 = randSeedInt(8) * 5;
+ },
+ 0,
+ this.seed.toString(),
+ );
return ret;
}
- getEncounterBossSegments(waveIndex: integer, level: integer, species?: PokemonSpecies, forceBoss: boolean = false): integer {
+ getEncounterBossSegments(waveIndex: number, level: number, species?: PokemonSpecies, forceBoss = false): number {
if (Overrides.OPP_HEALTH_SEGMENTS_OVERRIDE > 1) {
return Overrides.OPP_HEALTH_SEGMENTS_OVERRIDE;
- } else if (Overrides.OPP_HEALTH_SEGMENTS_OVERRIDE === 1) {
+ }
+ if (Overrides.OPP_HEALTH_SEGMENTS_OVERRIDE === 1) {
// The rest of the code expects to be returned 0 and not 1 if the enemy is not a boss
return 0;
}
@@ -1457,14 +1788,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 &&
+ randSeedInt(100) < Math.min(Math.max(Math.ceil((waveIndex - 250) / 50), 0) * 2, 30));
}, waveIndex << 2);
}
if (!isBoss) {
return 0;
}
- let ret: integer = 2;
+ let ret = 2;
if (level >= 100) {
ret++;
@@ -1480,11 +1814,11 @@ export default class BattleScene extends SceneBase {
}
trySpreadPokerus(): void {
- const party = this.getParty();
- const infectedIndexes: integer[] = [];
+ const party = this.getPlayerParty();
+ const infectedIndexes: number[] = [];
const spread = (index: number, spreadTo: number) => {
const partyMember = party[index + spreadTo];
- if (!partyMember.pokerus && !Utils.randSeedInt(10)) {
+ if (!partyMember.pokerus && !randSeedInt(10)) {
partyMember.pokerus = true;
infectedIndexes.push(index + spreadTo);
}
@@ -1494,26 +1828,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 ]);
+ this.waveSeed = shiftCharCodes(this.seed, wave);
+ Phaser.Math.RND.sow([this.waveSeed]);
console.log("Wave Seed:", this.waveSeed, wave);
this.rngCounter = 0;
}
- executeWithSeedOffset(func: Function, offset: integer, seedOverride?: string): void {
+ executeWithSeedOffset(
+ // biome-ignore lint/complexity/noBannedTypes: Refactor to not use Function
+ func: Function,
+ offset: number,
+ seedOverride?: string,
+ ): void {
if (!func) {
return;
}
@@ -1521,7 +1863,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([shiftCharCodes(seedOverride || this.seed, offset)]);
this.rngCounter = 0;
this.rngOffset = offset;
this.rngSeedOverride = seedOverride || "";
@@ -1532,7 +1874,13 @@ export default class BattleScene extends SceneBase {
this.rngSeedOverride = tempRngSeedOverride;
}
- addFieldSprite(x: number, y: number, texture: string | Phaser.Textures.Texture, frame?: string | number, terrainColorRatio: number = 0): Phaser.GameObjects.Sprite {
+ addFieldSprite(
+ x: number,
+ y: number,
+ texture: string | Phaser.Textures.Texture,
+ frame?: string | number,
+ terrainColorRatio = 0,
+ ): Phaser.GameObjects.Sprite {
const ret = this.add.sprite(x, y, texture, frame);
ret.setPipeline(this.fieldSpritePipeline);
if (terrainColorRatio) {
@@ -1542,14 +1890,33 @@ export default class BattleScene extends SceneBase {
return ret;
}
- addPokemonSprite(pokemon: Pokemon, x: number, y: number, texture: string | Phaser.Textures.Texture, frame?: string | number, hasShadow: boolean = false, ignoreOverride: boolean = false): Phaser.GameObjects.Sprite {
+ addPokemonSprite(
+ pokemon: Pokemon,
+ x: number,
+ y: number,
+ texture: string | Phaser.Textures.Texture,
+ frame?: string | number,
+ hasShadow = false,
+ ignoreOverride = false,
+ ): Phaser.GameObjects.Sprite {
const ret = this.addFieldSprite(x, y, texture, frame);
this.initPokemonSprite(ret, pokemon, hasShadow, ignoreOverride);
return ret;
}
- initPokemonSprite(sprite: Phaser.GameObjects.Sprite, pokemon?: Pokemon, hasShadow: boolean = false, ignoreOverride: boolean = false): Phaser.GameObjects.Sprite {
- sprite.setPipeline(this.spritePipeline, { tone: [ 0.0, 0.0, 0.0, 0.0 ], hasShadow: hasShadow, ignoreOverride: ignoreOverride, teraColor: pokemon ? getTypeRgb(pokemon.getTeraType()) : undefined });
+ initPokemonSprite(
+ sprite: Phaser.GameObjects.Sprite,
+ pokemon?: Pokemon,
+ hasShadow = false,
+ ignoreOverride = false,
+ ): Phaser.GameObjects.Sprite {
+ sprite.setPipeline(this.spritePipeline, {
+ tone: [0.0, 0.0, 0.0, 0.0],
+ hasShadow: hasShadow,
+ ignoreOverride: ignoreOverride,
+ teraColor: pokemon ? getTypeRgb(pokemon.getTeraType()) : undefined,
+ isTerastallized: pokemon ? pokemon.isTerastallized : false,
+ });
this.spriteSparkleHandler.add(sprite);
return sprite;
}
@@ -1561,26 +1928,26 @@ export default class BattleScene extends SceneBase {
this.arenaFlyout.toggleFlyout(pressed);
}
- showFieldOverlay(duration: integer): Promise {
+ showFieldOverlay(duration: number): Promise {
return new Promise(resolve => {
this.tweens.add({
targets: this.fieldOverlay,
alpha: 0.5,
ease: "Sine.easeOut",
duration: duration,
- onComplete: () => resolve()
+ onComplete: () => resolve(),
});
});
}
- hideFieldOverlay(duration: integer): Promise {
+ hideFieldOverlay(duration: number): Promise {
return new Promise(resolve => {
this.tweens.add({
targets: this.fieldOverlay,
alpha: 0,
duration: duration,
ease: "Cubic.easeIn",
- onComplete: () => resolve()
+ onComplete: () => resolve(),
});
});
}
@@ -1593,7 +1960,7 @@ export default class BattleScene extends SceneBase {
}
}
- showShopOverlay(duration: integer): Promise {
+ showShopOverlay(duration: number): Promise {
this.shopOverlayShown = true;
return new Promise(resolve => {
this.tweens.add({
@@ -1601,12 +1968,12 @@ export default class BattleScene extends SceneBase {
alpha: this.shopOverlayOpacity,
ease: "Sine.easeOut",
duration,
- onComplete: () => resolve()
+ onComplete: () => resolve(),
});
});
}
- hideShopOverlay(duration: integer): Promise {
+ hideShopOverlay(duration: number): Promise {
this.shopOverlayShown = false;
return new Promise(resolve => {
this.tweens.add({
@@ -1614,7 +1981,7 @@ export default class BattleScene extends SceneBase {
alpha: 0,
duration: duration,
ease: "Cubic.easeIn",
- onComplete: () => resolve()
+ onComplete: () => resolve(),
});
});
}
@@ -1631,17 +1998,17 @@ 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;
}
- const formattedMoney = Utils.formatMoney(this.moneyFormat, this.money);
+ const formattedMoney = formatMoney(this.moneyFormat, this.money);
this.moneyText.setText(i18next.t("battleScene:moneyOwned", { formattedMoney }));
this.fieldUI.moveAbove(this.moneyText, this.luckText);
if (forceVisible) {
@@ -1661,7 +2028,7 @@ export default class BattleScene extends SceneBase {
scale: this.moneyText.scale + deltaScale,
loop: 0,
yoyo: true,
- onComplete: (_) => this.moneyText.setShadowColor(getTextColor(TextStyle.MONEY, true)),
+ onComplete: _ => this.moneyText.setShadowColor(getTextColor(TextStyle.MONEY, true)),
});
}
@@ -1675,50 +2042,60 @@ export default class BattleScene extends SceneBase {
* @param duration The time for this label to fade in, if it is not already visible.
*/
updateAndShowText(duration: number): void {
- const labels = [ this.luckLabelText, this.luckText ];
- labels.forEach(t => t.setAlpha(0));
- const luckValue = getPartyLuckValue(this.getParty());
+ const labels = [this.luckLabelText, this.luckText];
+ for (const label of labels) {
+ label.setAlpha(0);
+ }
+ const luckValue = getPartyLuckValue(this.getPlayerParty());
this.luckText.setText(getLuckString(luckValue));
if (luckValue < 14) {
this.luckText.setTint(getLuckTextTint(luckValue));
} else {
this.luckText.setTint(0xffef5c, 0x47ff69, 0x6b6bff, 0xff6969);
}
- this.luckLabelText.setX((this.game.canvas.width / 6) - 2 - (this.luckText.displayWidth + 2));
+ this.luckLabelText.setX(this.game.canvas.width / 6 - 2 - (this.luckText.displayWidth + 2));
this.tweens.add({
targets: labels,
duration: duration,
alpha: 1,
onComplete: () => {
- labels.forEach(t => t.setVisible(true));
- }
+ for (const label of labels) {
+ label.setVisible(true);
+ }
+ },
});
}
- hideLuckText(duration: integer): void {
+ hideLuckText(duration: number): void {
if (this.reroll) {
return;
}
- const labels = [ this.luckLabelText, this.luckText ];
+ const labels = [this.luckLabelText, this.luckText];
this.tweens.add({
targets: labels,
duration: duration,
alpha: 0,
onComplete: () => {
- labels.forEach(l => l.setVisible(false));
- }
+ for (const label of labels) {
+ label.setVisible(false);
+ }
+ },
});
}
updateUIPositions(): void {
- const enemyModifierCount = this.enemyModifiers.filter(m => m.isIconVisible(this)).length;
+ const enemyModifierCount = this.enemyModifiers.filter(m => m.isIconVisible()).length;
const biomeWaveTextHeight = this.biomeWaveText.getBottomLeft().y - this.biomeWaveText.getTopLeft().y;
this.biomeWaveText.setY(
- -(this.game.canvas.height / 6) + (enemyModifierCount ? enemyModifierCount <= 12 ? 15 : 24 : 0) + (biomeWaveTextHeight / 2)
+ -(this.game.canvas.height / 6) +
+ (enemyModifierCount ? (enemyModifierCount <= 12 ? 15 : 24) : 0) +
+ biomeWaveTextHeight / 2,
);
this.moneyText.setY(this.biomeWaveText.y + 10);
this.scoreText.setY(this.moneyText.y + 10);
- [ this.luckLabelText, this.luckText ].map(l => l.setY((this.scoreText.visible ? this.scoreText : this.moneyText).y + 10));
+ [this.luckLabelText, this.luckText].map(l =>
+ l.setY((this.scoreText.visible ? this.scoreText : this.moneyText).y + 10),
+ );
const offsetY = (this.scoreText.visible ? this.scoreText : this.moneyText).y + 15;
this.partyExpBar.setY(offsetY);
this.candyBar.setY(offsetY + 15);
@@ -1735,16 +2112,24 @@ export default class BattleScene extends SceneBase {
}
addFaintedEnemyScore(enemy: EnemyPokemon): void {
- let scoreIncrease = enemy.getSpeciesForm().getBaseExp() * (enemy.level / this.getMaxExpLevel()) * ((enemy.ivs.reduce((iv: integer, total: integer) => total += iv, 0) / 93) * 0.2 + 0.8);
- this.findModifiers(m => m instanceof PokemonHeldItemModifier && m.pokemonId === enemy.id, false).map(m => scoreIncrease *= (m as PokemonHeldItemModifier).getScoreMultiplier());
+ let scoreIncrease =
+ enemy.getSpeciesForm().getBaseExp() *
+ (enemy.level / this.getMaxExpLevel()) *
+ ((enemy.ivs.reduce((iv: number, total: number) => (total += iv), 0) / 93) * 0.2 + 0.8);
+ this.findModifiers(m => m instanceof PokemonHeldItemModifier && m.pokemonId === enemy.id, false).map(
+ m => (scoreIncrease *= (m as PokemonHeldItemModifier).getScoreMultiplier()),
+ );
if (enemy.isBoss()) {
scoreIncrease *= Math.sqrt(enemy.bossSegments);
}
this.currentBattle.battleScore += Math.ceil(scoreIncrease);
}
- getMaxExpLevel(ignoreLevelCap?: boolean): integer {
- if (ignoreLevelCap) {
+ getMaxExpLevel(ignoreLevelCap = false): number {
+ if (Overrides.LEVEL_CAP_OVERRIDE > 0) {
+ return Overrides.LEVEL_CAP_OVERRIDE;
+ }
+ if (ignoreLevelCap || Overrides.LEVEL_CAP_OVERRIDE < 0) {
return Number.MAX_SAFE_INTEGER;
}
const waveIndex = Math.ceil((this.currentBattle?.waveIndex || 1) / 10) * 10;
@@ -1753,57 +2138,76 @@ 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());
- return filteredSpecies[Utils.randSeedInt(filteredSpecies.length)];
+ 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[randSeedInt(filteredSpecies.length)];
}
- generateRandomBiome(waveIndex: integer): Biome {
+ generateRandomBiome(waveIndex: number): Biome {
const relWave = waveIndex % 250;
- const biomes = Utils.getEnumValues(Biome).slice(1, Utils.getEnumValues(Biome).filter(b => b >= 40).length * -1);
+ const biomes = 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]);
biomeThresholds.push(totalWeight);
}
- const randInt = Utils.randSeedInt(totalWeight);
+ const randInt = randSeedInt(totalWeight);
- for (const biome of biomes) {
- if (randInt < biomeThresholds[biome]) {
- return biome;
+ for (let i = 0; i < biomes.length; i++) {
+ if (randInt < biomeThresholds[i]) {
+ return biomes[i];
}
}
- return biomes[Utils.randSeedInt(biomes.length)];
+ return biomes[randSeedInt(biomes.length)];
}
isBgmPlaying(): boolean {
- return this.bgm && this.bgm.isPlaying;
+ return this.bgm?.isPlaying ?? false;
}
playBgm(bgmName?: string, fadeOut?: boolean): void {
if (bgmName === undefined) {
- bgmName = this.currentBattle?.getBgmOverride(this) || this.arena?.bgm;
+ bgmName = this.currentBattle?.getBgmOverride() || this.arena?.bgm;
}
+
+ bgmName = timedEventManager.getEventBgmReplacement(bgmName);
+
if (this.bgm && bgmName === this.bgm.key) {
if (!this.bgm.isPlaying) {
this.bgm.play({
- volume: this.masterVolume * this.bgmVolume
+ volume: this.masterVolume * this.bgmVolume,
});
}
return;
@@ -1814,15 +2218,13 @@ export default class BattleScene extends SceneBase {
this.bgmCache.add(bgmName);
this.loadBgm(bgmName);
let loopPoint = 0;
- loopPoint = bgmName === this.arena.bgm
- ? this.arena.getBgmLoopPoint()
- : this.getBgmLoopPoint(bgmName);
+ loopPoint = bgmName === this.arena.bgm ? this.arena.getBgmLoopPoint() : this.getBgmLoopPoint(bgmName);
let loaded = false;
const playNewBgm = () => {
this.ui.bgmBar.setBgmToBgmBar(bgmName);
if (bgmName === null && this.bgm && !this.bgm.pendingRemove) {
this.bgm.play({
- volume: this.masterVolume * this.bgmVolume
+ volume: this.masterVolume * this.bgmVolume,
});
return;
}
@@ -1831,7 +2233,7 @@ export default class BattleScene extends SceneBase {
}
this.bgm = this.sound.add(bgmName, { loop: true });
this.bgm.play({
- volume: this.masterVolume * this.bgmVolume
+ volume: this.masterVolume * this.bgmVolume,
});
if (loopPoint) {
this.bgm.on("looped", () => this.bgm.play({ seek: loopPoint }));
@@ -1880,7 +2282,6 @@ export default class BattleScene extends SceneBase {
} else {
const soundDetails = sound.key.split("/");
switch (soundDetails[0]) {
-
case "battle_anims":
case "cry":
if (soundDetails[1].startsWith("PRSFX- ")) {
@@ -1898,7 +2299,7 @@ export default class BattleScene extends SceneBase {
}
}
- fadeOutBgm(duration: integer = 500, destroy: boolean = true): boolean {
+ fadeOutBgm(duration = 500, destroy = true): boolean {
if (!this.bgm) {
return false;
}
@@ -1917,7 +2318,7 @@ export default class BattleScene extends SceneBase {
* @param destroy
* @param delay
*/
- fadeAndSwitchBgm(newBgmKey: string, destroy: boolean = false, delay: number = 2000) {
+ fadeAndSwitchBgm(newBgmKey: string, destroy = false, delay = 2000) {
this.fadeOutBgm(delay, destroy);
this.time.delayedCall(delay, () => {
this.playBgm(newBgmKey);
@@ -1937,24 +2338,24 @@ export default class BattleScene extends SceneBase {
case "heal":
case "evolution":
case "evolution_fanfare":
- // These sounds are loaded in as BGM, but played as sound effects
- // When these sounds are updated in updateVolume(), they are treated as BGM however because they are placed in the BGM Cache through being called by playSoundWithoutBGM()
- config["volume"] *= (this.masterVolume * this.bgmVolume);
+ // These sounds are loaded in as BGM, but played as sound effects
+ // When these sounds are updated in updateVolume(), they are treated as BGM however because they are placed in the BGM Cache through being called by playSoundWithoutBGM()
+ config["volume"] *= this.masterVolume * this.bgmVolume;
break;
case "battle_anims":
case "cry":
- config["volume"] *= (this.masterVolume * this.fieldVolume);
+ config["volume"] *= this.masterVolume * this.fieldVolume;
//PRSFX sound files are unusually loud
if (keyDetails[1].startsWith("PRSFX- ")) {
config["volume"] *= 0.5;
}
break;
case "ui":
- //As of, right now this applies to the "select", "menu_open", "error" sound effects
- config["volume"] *= (this.masterVolume * this.uiVolume);
+ //As of, right now this applies to the "select", "menu_open", "error" sound effects
+ config["volume"] *= this.masterVolume * this.uiVolume;
break;
case "se":
- config["volume"] *= (this.masterVolume * this.seVolume);
+ config["volume"] *= this.masterVolume * this.seVolume;
break;
}
this.sound.play(key, config);
@@ -1965,7 +2366,7 @@ export default class BattleScene extends SceneBase {
}
}
- playSoundWithoutBgm(soundName: string, pauseDuration?: integer): AnySound {
+ playSoundWithoutBgm(soundName: string, pauseDuration?: number): AnySound {
this.bgmCache.add(soundName);
const resumeBgm = this.pauseBgm();
this.playSound(soundName);
@@ -1974,7 +2375,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 || fixedInt(sound.totalDuration * 1000), () => {
this.resumeBgm();
this.bgmResumeTimer = null;
});
@@ -1982,10 +2383,13 @@ export default class BattleScene extends SceneBase {
return sound;
}
+ /** The loop point of any given battle, mystery encounter, or title track, read as seconds and milliseconds. */
getBgmLoopPoint(bgmName: string): number {
switch (bgmName) {
+ case "title": //Firel PokéRogue Title
+ return 46.5;
case "battle_kanto_champion": //B2W2 Kanto Champion Battle
- return 13.950;
+ return 13.95;
case "battle_johto_champion": //B2W2 Johto Champion Battle
return 23.498;
case "battle_hoenn_champion_g5": //B2W2 Hoenn Champion Battle
@@ -1999,11 +2403,15 @@ export default class BattleScene extends SceneBase {
case "battle_champion_iris": //B2W2 Unova Champion Battle
return 10.145;
case "battle_kalos_champion": //XY Kalos Champion Battle
- return 10.380;
+ return 10.38;
+ case "battle_champion_kukui": //SM Kukui Battle
+ return 15.784;
case "battle_alola_champion": //USUM Alola Champion Battle
return 13.025;
case "battle_galar_champion": //SWSH Galar Champion Battle
return 61.635;
+ case "battle_mustard": //SWSH Mustard Battle
+ return 22.442;
case "battle_champion_geeta": //SV Champion Geeta Battle
return 37.447;
case "battle_champion_nemona": //SV Champion Nemona Battle
@@ -2011,17 +2419,17 @@ export default class BattleScene extends SceneBase {
case "battle_champion_kieran": //SV Champion Kieran Battle
return 7.206;
case "battle_hoenn_elite": //ORAS Elite Four Battle
- return 11.350;
+ return 11.35;
case "battle_unova_elite": //BW Elite Four Battle
- return 17.730;
+ return 17.73;
case "battle_kalos_elite": //XY Elite Four Battle
- return 12.340;
+ return 12.34;
case "battle_alola_elite": //SM Elite Four Battle
return 19.212;
case "battle_galar_elite": //SWSH League Tournament Battle
return 164.069;
case "battle_paldea_elite": //SV Elite Four Battle
- return 12.770;
+ return 12.77;
case "battle_bb_elite": //SV BB League Elite Four Battle
return 19.434;
case "battle_final_encounter": //PMD RTDX Rayquaza's Domain
@@ -2039,7 +2447,7 @@ export default class BattleScene extends SceneBase {
case "battle_unova_gym": //BW Unova Gym Battle
return 19.145;
case "battle_kalos_gym": //XY Kalos Gym Battle
- return 44.810;
+ return 44.81;
case "battle_galar_gym": //SWSH Galar Gym Battle
return 171.262;
case "battle_paldea_gym": //SV Paldea Gym Battle
@@ -2053,13 +2461,13 @@ export default class BattleScene extends SceneBase {
case "battle_legendary_suicune": //HGSS Suicune Battle
return 12.636;
case "battle_legendary_lugia": //HGSS Lugia Battle
- return 19.770;
+ return 19.77;
case "battle_legendary_ho_oh": //HGSS Ho-oh Battle
return 17.668;
case "battle_legendary_regis_g5": //B2W2 Legendary Titan Battle
- return 49.500;
+ return 49.5;
case "battle_legendary_regis_g6": //ORAS Legendary Titan Battle
- return 21.130;
+ return 21.13;
case "battle_legendary_gro_kyo": //ORAS Groudon & Kyogre Battle
return 10.547;
case "battle_legendary_rayquaza": //ORAS Rayquaza Battle
@@ -2069,7 +2477,7 @@ export default class BattleScene extends SceneBase {
case "battle_legendary_lake_trio": //ORAS Lake Guardians Battle
return 16.887;
case "battle_legendary_sinnoh": //ORAS Sinnoh Legendary Battle
- return 22.770;
+ return 22.77;
case "battle_legendary_dia_pal": //ORAS Dialga & Palkia Battle
return 16.009;
case "battle_legendary_origin_forme": //LA Origin Dialga & Palkia Battle
@@ -2087,7 +2495,7 @@ export default class BattleScene extends SceneBase {
case "battle_legendary_xern_yvel": //XY Xerneas & Yveltal Battle
return 26.468;
case "battle_legendary_tapu": //SM Tapu Battle
- return 0.000;
+ return 0.0;
case "battle_legendary_sol_lun": //SM Solgaleo & Lunala Battle
return 6.525;
case "battle_legendary_ub": //SM Ultra Beast Battle
@@ -2111,7 +2519,7 @@ export default class BattleScene extends SceneBase {
case "battle_legendary_kor_mir": //SV Depths of Area Zero Battle
return 6.442;
case "battle_legendary_loyal_three": //SV Loyal Three Battle
- return 6.500;
+ return 6.5;
case "battle_legendary_ogerpon": //SV Ogerpon Battle
return 14.335;
case "battle_legendary_terapagos": //SV Terapagos Battle
@@ -2119,7 +2527,7 @@ export default class BattleScene extends SceneBase {
case "battle_legendary_pecharunt": //SV Pecharunt Battle
return 6.508;
case "battle_rival": //BW Rival Battle
- return 14.110;
+ return 14.11;
case "battle_rival_2": //BW N Battle
return 17.714;
case "battle_rival_3": //BW Final N Battle
@@ -2129,7 +2537,7 @@ export default class BattleScene extends SceneBase {
case "battle_wild": //BW Wild Battle
return 12.703;
case "battle_wild_strong": //BW Strong Wild Battle
- return 13.940;
+ return 13.94;
case "end_summit": //PMD RTDX Sky Tower Summit
return 30.025;
case "battle_rocket_grunt": //HGSS Team Rocket Battle
@@ -2138,12 +2546,12 @@ export default class BattleScene extends SceneBase {
return 12.062;
case "battle_galactic_grunt": //BDSP Team Galactic Battle
return 13.043;
- case "battle_plasma_grunt": //BW Team Plasma Battle
- return 12.974;
+ case "battle_plasma_grunt": //B2W2 Team Plasma Battle
+ return 14.758;
case "battle_flare_grunt": //XY Team Flare Battle
return 4.228;
case "battle_aether_grunt": // SM Aether Foundation Battle
- return 16.00;
+ return 16.0;
case "battle_skull_grunt": // SM Team Skull Battle
return 20.87;
case "battle_macro_grunt": // SWSH Trainer Battle
@@ -2152,10 +2560,12 @@ export default class BattleScene extends SceneBase {
return 133.362;
case "battle_galactic_admin": //BDSP Team Galactic Admin Battle
return 11.997;
+ case "battle_colress": //B2W2 Colress Battle
+ return 12.234;
case "battle_skull_admin": //SM Team Skull Admin Battle
return 15.463;
case "battle_oleana": //SWSH Oleana Battle
- return 14.110;
+ return 14.11;
case "battle_star_admin": //SV Team Star Boss Battle
return 9.493;
case "battle_rocket_boss": //USUM Giovanni Battle
@@ -2186,6 +2596,10 @@ export default class BattleScene extends SceneBase {
return 41.42;
case "mystery_encounter_delibirdy": // Firel Delibirdy
return 82.28;
+ case "title_afd": // Andr06 - PokéRogue Title Remix (AFD)
+ return 47.66;
+ case "battle_rival_3_afd": // Andr06 - Final N Battle Remix (AFD)
+ return 49.147;
}
return 0;
@@ -2208,7 +2622,6 @@ export default class BattleScene extends SceneBase {
return this.standbyPhase;
}
-
/**
* Adds a phase to the conditional queue and ensures it is executed only when the specified condition is met.
*
@@ -2220,7 +2633,7 @@ export default class BattleScene extends SceneBase {
*
*/
pushConditionalPhase(phase: Phase, condition: () => boolean): void {
- this.conditionalQueue.push([ condition, phase ]);
+ this.conditionalQueue.push([condition, phase]);
}
/**
@@ -2228,19 +2641,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);
}
}
@@ -2251,6 +2664,18 @@ export default class BattleScene extends SceneBase {
this.phaseQueue.splice(0, this.phaseQueue.length);
}
+ /**
+ * Clears all phase-related stuff, including all phase queues, the current and standby phases, and a splice index
+ */
+ clearAllPhases(): void {
+ for (const queue of [this.phaseQueue, this.phaseQueuePrepend, this.conditionalQueue, this.nextCommandPhaseQueue]) {
+ queue.splice(0, queue.length);
+ }
+ this.currentPhase = null;
+ this.standbyPhase = null;
+ this.clearPhaseQueueSplice();
+ }
+
/**
* Used by function unshiftPhase(), sets index to start inserting at current length instead of the end of the array, useful if phaseQueuePrepend gets longer with Phases
*/
@@ -2378,16 +2803,38 @@ export default class BattleScene extends SceneBase {
* @param targetPhase {@linkcode Phase} the type of phase to search for in phaseQueue
* @returns boolean if a targetPhase was found and added
*/
- prependToPhase(phase: Phase, targetPhase: Constructor): boolean {
+ prependToPhase(phase: Phase | Phase[], targetPhase: Constructor): boolean {
+ if (!Array.isArray(phase)) {
+ phase = [phase];
+ }
const targetIndex = this.phaseQueue.findIndex(ph => ph instanceof targetPhase);
if (targetIndex !== -1) {
- this.phaseQueue.splice(targetIndex, 0, phase);
+ this.phaseQueue.splice(targetIndex, 0, ...phase);
return true;
- } else {
- this.unshiftPhase(phase);
- return false;
}
+ this.unshiftPhase(...phase);
+ return false;
+ }
+
+ /**
+ * Tries to add the input phase(s) to index after target phase in the {@linkcode phaseQueue}, else simply calls {@linkcode unshiftPhase()}
+ * @param phase {@linkcode Phase} the phase(s) to be added
+ * @param targetPhase {@linkcode Phase} the type of phase to search for in {@linkcode phaseQueue}
+ * @returns `true` if a `targetPhase` was found to append to
+ */
+ appendToPhase(phase: Phase | Phase[], targetPhase: Constructor): boolean {
+ if (!Array.isArray(phase)) {
+ phase = [phase];
+ }
+ const targetIndex = this.phaseQueue.findIndex(ph => ph instanceof targetPhase);
+
+ if (targetIndex !== -1 && this.phaseQueue.length > targetIndex) {
+ this.phaseQueue.splice(targetIndex + 1, 0, ...phase);
+ return true;
+ }
+ this.unshiftPhase(...phase);
+ return false;
}
/**
@@ -2398,8 +2845,14 @@ export default class BattleScene extends SceneBase {
* @param promptDelay optional param for MessagePhase constructor
* @param defer boolean for which queue to add it to, false -> add to PhaseQueuePrepend, true -> nextCommandPhaseQueue
*/
- queueMessage(message: string, callbackDelay?: integer | null, prompt?: boolean | null, promptDelay?: integer | null, defer?: boolean | null) {
- const phase = new MessagePhase(this, message, callbackDelay, prompt, promptDelay);
+ queueMessage(
+ message: string,
+ callbackDelay?: number | null,
+ prompt?: boolean | null,
+ promptDelay?: number | null,
+ defer?: boolean | null,
+ ) {
+ const phase = new MessagePhase(message, callbackDelay, prompt, promptDelay);
if (!defer) {
// adds to the end of PhaseQueuePrepend
this.unshiftPhase(phase);
@@ -2409,6 +2862,26 @@ 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());
+ this.clearPhaseQueueSplice();
+ }
+
+ /**
+ * Hides the ability bar if it is currently visible
+ */
+ public hideAbilityBar(): void {
+ if (this.abilityBar.isVisible()) {
+ this.unshiftPhase(new HideAbilityPhase());
+ }
+ }
+
/**
* Moves everything from nextCommandPhaseQueue to phaseQueue (keeping order)
*/
@@ -2417,120 +2890,119 @@ export default class BattleScene extends SceneBase {
this.phaseQueue.push(...this.nextCommandPhaseQueue);
this.nextCommandPhaseQueue.splice(0, this.nextCommandPhaseQueue.length);
}
- this.phaseQueue.push(new TurnInitPhase(this));
+ this.phaseQueue.push(new TurnInitPhase());
}
- addMoney(amount: integer): void {
+ addMoney(amount: number): void {
this.money = Math.min(this.money + amount, Number.MAX_SAFE_INTEGER);
this.updateMoneyText();
this.animateMoneyChanged(true);
this.validateAchvs(MoneyAchv);
}
- getWaveMoneyAmount(moneyMultiplier: number): integer {
+ getWaveMoneyAmount(moneyMultiplier: number): number {
const waveIndex = this.currentBattle.waveIndex;
const waveSetIndex = Math.ceil(waveIndex / 10) - 1;
- const moneyValue = Math.pow((waveSetIndex + 1 + (0.75 + (((waveIndex - 1) % 10) + 1) / 10)) * 100, 1 + 0.005 * waveSetIndex) * moneyMultiplier;
+ const moneyValue =
+ Math.pow((waveSetIndex + 1 + (0.75 + (((waveIndex - 1) % 10) + 1) / 10)) * 100, 1 + 0.005 * waveSetIndex) *
+ moneyMultiplier;
return Math.floor(moneyValue / 10) * 10;
}
- addModifier(modifier: Modifier | null, ignoreUpdate?: boolean, playSound?: boolean, virtual?: boolean, instant?: boolean, cost?: number): Promise {
+ addModifier(
+ modifier: Modifier | null,
+ ignoreUpdate?: boolean,
+ playSound?: boolean,
+ virtual?: boolean,
+ instant?: boolean,
+ cost?: number,
+ ): boolean {
if (!modifier) {
- return Promise.resolve(false);
+ return false;
}
- return new Promise(resolve => {
- let success = false;
- const soundName = modifier.type.soundName;
- this.validateAchvs(ModifierAchv, modifier);
- const modifiersToRemove: PersistentModifier[] = [];
- const modifierPromises: Promise[] = [];
- if (modifier instanceof PersistentModifier) {
- if (modifier instanceof TerastallizeModifier) {
- modifiersToRemove.push(...(this.findModifiers(m => m instanceof TerastallizeModifier && m.pokemonId === modifier.pokemonId)));
- }
- if ((modifier as PersistentModifier).add(this.modifiers, !!virtual, this)) {
- if (modifier instanceof PokemonFormChangeItemModifier || modifier instanceof TerastallizeModifier) {
- const pokemon = this.getPokemonById(modifier.pokemonId);
- if (pokemon) {
- success = modifier.apply(pokemon, true);
- }
+ let success = false;
+ const soundName = modifier.type.soundName;
+ this.validateAchvs(ModifierAchv, modifier);
+ const modifiersToRemove: PersistentModifier[] = [];
+ if (modifier instanceof PersistentModifier) {
+ if ((modifier as PersistentModifier).add(this.modifiers, !!virtual)) {
+ if (modifier instanceof PokemonFormChangeItemModifier) {
+ const pokemon = this.getPokemonById(modifier.pokemonId);
+ if (pokemon) {
+ success = modifier.apply(pokemon, true);
}
- if (playSound && !this.sound.get(soundName)) {
- this.playSound(soundName);
- }
- } else if (!virtual) {
- const defaultModifierType = getDefaultModifierTypeForTier(modifier.type.tier);
- this.queueMessage(i18next.t("battle:itemStackFull", { fullItemName: modifier.type.name, itemName: defaultModifierType.name }), undefined, true);
- return this.addModifier(defaultModifierType.newModifier(), ignoreUpdate, playSound, false, instant).then(success => resolve(success));
}
-
- for (const rm of modifiersToRemove) {
- this.removeModifier(rm);
- }
-
- if (!ignoreUpdate && !virtual) {
- return this.updateModifiers(true, instant).then(() => resolve(success));
- }
- } else if (modifier instanceof ConsumableModifier) {
if (playSound && !this.sound.get(soundName)) {
this.playSound(soundName);
}
-
- if (modifier instanceof ConsumablePokemonModifier) {
- for (const p in this.party) {
- const pokemon = this.party[p];
-
- const args: unknown[] = [];
- if (modifier instanceof PokemonHpRestoreModifier) {
- if (!(modifier as PokemonHpRestoreModifier).fainted) {
- const hpRestoreMultiplier = new Utils.IntegerHolder(1);
- this.applyModifiers(HealingBoosterModifier, true, hpRestoreMultiplier);
- args.push(hpRestoreMultiplier.value);
- } else {
- args.push(1);
- }
- } else if (modifier instanceof FusePokemonModifier) {
- args.push(this.getPokemonById(modifier.fusePokemonId) as PlayerPokemon);
- } else if (modifier instanceof RememberMoveModifier && !Utils.isNullOrUndefined(cost)) {
- args.push(cost);
- }
-
- if (modifier.shouldApply(pokemon, ...args)) {
- const result = modifier.apply(pokemon, ...args);
- if (result instanceof Promise) {
- modifierPromises.push(result.then(s => success ||= s));
- } else {
- success ||= result;
- }
- }
- }
-
- return Promise.allSettled([ this.party.map(p => p.updateInfo(instant)), ...modifierPromises ]).then(() => resolve(success));
- } else {
- const args = [ this ];
- if (modifier.shouldApply(...args)) {
- const result = modifier.apply(...args);
- if (result instanceof Promise) {
- return result.then(success => resolve(success));
- } else {
- success ||= result;
- }
- }
- }
+ } else if (!virtual) {
+ const defaultModifierType = getDefaultModifierTypeForTier(modifier.type.tier);
+ this.queueMessage(
+ i18next.t("battle:itemStackFull", {
+ fullItemName: modifier.type.name,
+ itemName: defaultModifierType.name,
+ }),
+ undefined,
+ false,
+ 3000,
+ );
+ return this.addModifier(defaultModifierType.newModifier(), ignoreUpdate, playSound, false, instant);
}
- resolve(success);
- });
+ for (const rm of modifiersToRemove) {
+ this.removeModifier(rm);
+ }
+
+ if (!ignoreUpdate && !virtual) {
+ this.updateModifiers(true, instant);
+ }
+ } else if (modifier instanceof ConsumableModifier) {
+ if (playSound && !this.sound.get(soundName)) {
+ this.playSound(soundName);
+ }
+
+ if (modifier instanceof ConsumablePokemonModifier) {
+ for (const p in this.party) {
+ const pokemon = this.party[p];
+
+ const args: unknown[] = [];
+ if (modifier instanceof PokemonHpRestoreModifier) {
+ if (!(modifier as PokemonHpRestoreModifier).fainted) {
+ const hpRestoreMultiplier = new 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 && !isNullOrUndefined(cost)) {
+ args.push(cost);
+ }
+
+ if (modifier.shouldApply(pokemon, ...args)) {
+ const result = modifier.apply(pokemon, ...args);
+ success ||= result;
+ }
+ }
+
+ this.party.map(p => p.updateInfo(instant));
+ } else {
+ const args = [this];
+ if (modifier.shouldApply(...args)) {
+ const result = modifier.apply(...args);
+ success ||= result;
+ }
+ }
+ }
+ return success;
}
addEnemyModifier(modifier: PersistentModifier, ignoreUpdate?: boolean, instant?: boolean): Promise {
return new Promise(resolve => {
const modifiersToRemove: PersistentModifier[] = [];
- if (modifier instanceof TerastallizeModifier) {
- modifiersToRemove.push(...(this.findModifiers(m => m instanceof TerastallizeModifier && m.pokemonId === modifier.pokemonId, false)));
- }
- if ((modifier as PersistentModifier).add(this.enemyModifiers, false, this)) {
- if (modifier instanceof PokemonFormChangeItemModifier || modifier instanceof TerastallizeModifier) {
+ if ((modifier as PersistentModifier).add(this.enemyModifiers, false)) {
+ if (modifier instanceof PokemonFormChangeItemModifier) {
const pokemon = this.getPokemonById(modifier.pokemonId);
if (pokemon) {
modifier.apply(pokemon, true);
@@ -2541,7 +3013,8 @@ export default class BattleScene extends SceneBase {
}
}
if (!ignoreUpdate) {
- this.updateModifiers(false, instant).then(() => resolve());
+ this.updateModifiers(false, instant);
+ resolve();
} else {
resolve();
}
@@ -2554,73 +3027,136 @@ export default class BattleScene extends SceneBase {
* The quantity to transfer is automatically capped at how much the recepient can take before reaching the maximum stack size for the item.
* A transfer that moves a quantity smaller than what is specified in the transferQuantity parameter is still considered successful.
* @param itemModifier {@linkcode PokemonHeldItemModifier} item to transfer (represents the whole stack)
- * @param target {@linkcode Pokemon} pokemon recepient in this transfer
- * @param playSound {boolean}
- * @param transferQuantity {@linkcode integer} how many items of the stack to transfer. Optional, defaults to 1
- * @param instant {boolean}
- * @param ignoreUpdate {boolean}
- * @returns true if the transfer was successful
+ * @param target {@linkcode Pokemon} recepient in this transfer
+ * @param playSound `true` to play a sound when transferring the item
+ * @param transferQuantity How many items of the stack to transfer. Optional, defaults to `1`
+ * @param instant ??? (Optional)
+ * @param ignoreUpdate ??? (Optional)
+ * @param itemLost If `true`, treat the item's current holder as losing the item (for now, this simply enables Unburden). Default is `true`.
+ * @returns `true` if the transfer was successful
*/
- tryTransferHeldItemModifier(itemModifier: PokemonHeldItemModifier, target: Pokemon, playSound: boolean, transferQuantity: integer = 1, instant?: boolean, ignoreUpdate?: boolean): Promise {
- return new Promise(resolve => {
- const source = itemModifier.pokemonId ? itemModifier.getPokemon(target.scene) : null;
- const cancelled = new Utils.BooleanHolder(false);
- Utils.executeIf(!!source && source.isPlayer() !== target.isPlayer(), () => applyAbAttrs(BlockItemTheftAbAttr, source! /* checked in condition*/, cancelled)).then(() => {
- if (cancelled.value) {
- return resolve(false);
- }
- const newItemModifier = itemModifier.clone() as PokemonHeldItemModifier;
- newItemModifier.pokemonId = target.id;
- const matchingModifier = target.scene.findModifier(m => m instanceof PokemonHeldItemModifier
- && (m as PokemonHeldItemModifier).matchType(itemModifier) && m.pokemonId === target.id, target.isPlayer()) as PokemonHeldItemModifier;
- let removeOld = true;
- if (matchingModifier) {
- const maxStackCount = matchingModifier.getMaxStackCount(target.scene);
- if (matchingModifier.stackCount >= maxStackCount) {
- return resolve(false);
- }
- const countTaken = Math.min(transferQuantity, itemModifier.stackCount, maxStackCount - matchingModifier.stackCount);
- itemModifier.stackCount -= countTaken;
- newItemModifier.stackCount = matchingModifier.stackCount + countTaken;
- removeOld = !itemModifier.stackCount;
- } else {
- const countTaken = Math.min(transferQuantity, itemModifier.stackCount);
- itemModifier.stackCount -= countTaken;
- newItemModifier.stackCount = countTaken;
- }
- removeOld = !itemModifier.stackCount;
- if (!removeOld || !source || this.removeModifier(itemModifier, !source.isPlayer())) {
- const addModifier = () => {
- if (!matchingModifier || this.removeModifier(matchingModifier, !target.isPlayer())) {
- if (target.isPlayer()) {
- this.addModifier(newItemModifier, ignoreUpdate, playSound, false, instant).then(() => resolve(true));
- } else {
- this.addEnemyModifier(newItemModifier, ignoreUpdate, instant).then(() => resolve(true));
- }
- } else {
- resolve(false);
+ tryTransferHeldItemModifier(
+ itemModifier: PokemonHeldItemModifier,
+ target: Pokemon,
+ playSound: boolean,
+ transferQuantity = 1,
+ instant?: boolean,
+ ignoreUpdate?: boolean,
+ itemLost = true,
+ ): boolean {
+ const source = itemModifier.pokemonId ? itemModifier.getPokemon() : null;
+ const cancelled = new 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 BooleanHolder(false);
+
+ if (source && source.isPlayer() !== target.isPlayer()) {
+ applyAbAttrs(BlockItemTheftAbAttr, source, cancelled);
+ }
+
+ if (cancelled.value) {
+ return false;
+ }
+
+ const matchingModifier = this.findModifier(
+ m => m instanceof PokemonHeldItemModifier && m.matchType(mod) && m.pokemonId === target.id,
+ target.isPlayer(),
+ ) as PokemonHeldItemModifier;
+
+ if (matchingModifier) {
+ const maxStackCount = matchingModifier.getMaxStackCount();
+ if (matchingModifier.stackCount >= maxStackCount) {
+ return false;
+ }
+ const countTaken = Math.min(transferQuantity, mod.stackCount, maxStackCount - matchingModifier.stackCount);
+ mod.stackCount -= countTaken;
+ } else {
+ const countTaken = Math.min(transferQuantity, mod.stackCount);
+ mod.stackCount -= countTaken;
+ }
+
+ const removeOld = mod.stackCount === 0;
+
+ return !removeOld || !source || this.hasModifier(itemModifier, !source.isPlayer());
+ }
+
+ removePartyMemberModifiers(partyMemberIndex: number): Promise {
return new Promise(resolve => {
- const pokemonId = this.getParty()[partyMemberIndex].id;
- const modifiersToRemove = this.modifiers.filter(m => m instanceof PokemonHeldItemModifier && (m as PokemonHeldItemModifier).pokemonId === pokemonId);
+ const pokemonId = this.getPlayerParty()[partyMemberIndex].id;
+ const modifiersToRemove = this.modifiers.filter(
+ m => m instanceof PokemonHeldItemModifier && (m as PokemonHeldItemModifier).pokemonId === pokemonId,
+ );
for (const m of modifiersToRemove) {
this.modifiers.splice(this.modifiers.indexOf(m), 1);
}
- this.updateModifiers().then(() => resolve());
+ this.updateModifiers();
+ resolve();
});
}
@@ -2645,9 +3181,9 @@ export default class BattleScene extends SceneBase {
}
}
- party.forEach((enemyPokemon: EnemyPokemon, i: integer) => {
+ party.forEach((enemyPokemon: EnemyPokemon, i: number) => {
if (heldModifiersConfigs && i < heldModifiersConfigs.length && heldModifiersConfigs[i]) {
- heldModifiersConfigs[i].forEach(mt => {
+ for (const mt of heldModifiersConfigs[i]) {
let modifier: PokemonHeldItemModifier;
if (mt.modifier instanceof PokemonHeldItemModifierType) {
modifier = mt.modifier.newModifier(enemyPokemon);
@@ -2658,9 +3194,11 @@ export default class BattleScene extends SceneBase {
modifier.stackCount = mt.stackCount ?? 1;
modifier.isTransferable = mt.isTransferable ?? modifier.isTransferable;
this.addEnemyModifier(modifier, true);
- });
+ }
} else {
- const isBoss = enemyPokemon.isBoss() || (this.currentBattle.battleType === BattleType.TRAINER && !!this.currentBattle.trainer?.config.isBoss);
+ const isBoss =
+ enemyPokemon.isBoss() ||
+ (this.currentBattle.battleType === BattleType.TRAINER && !!this.currentBattle.trainer?.config.isBoss);
let upgradeChance = 32;
if (isBoss) {
upgradeChance /= 2;
@@ -2668,107 +3206,122 @@ export default class BattleScene extends SceneBase {
if (isFinalBoss) {
upgradeChance /= 8;
}
- const modifierChance = this.gameMode.getEnemyModifierChance(isBoss);
- let pokemonModifierChance = modifierChance;
- if (this.currentBattle.battleType === BattleType.TRAINER && this.currentBattle.trainer)
- pokemonModifierChance = Math.ceil(pokemonModifierChance * this.currentBattle.trainer.getPartyMemberModifierChanceMultiplier(i)); // eslint-disable-line
let count = 0;
for (let c = 0; c < chances; c++) {
- if (!Utils.randSeedInt(modifierChance)) {
+ if (!randSeedInt(this.gameMode.getEnemyModifierChance(isBoss))) {
count++;
}
}
if (isBoss) {
count = Math.max(count, Math.floor(chances / 2));
}
- getEnemyModifierTypesForWave(difficultyWaveIndex, count, [ enemyPokemon ], this.currentBattle.battleType === BattleType.TRAINER ? ModifierPoolType.TRAINER : ModifierPoolType.WILD, upgradeChance)
- .map(mt => mt.newModifier(enemyPokemon).add(this.enemyModifiers, false, this));
+ getEnemyModifierTypesForWave(
+ difficultyWaveIndex,
+ count,
+ [enemyPokemon],
+ this.currentBattle.battleType === BattleType.TRAINER ? ModifierPoolType.TRAINER : ModifierPoolType.WILD,
+ upgradeChance,
+ ).map(mt => mt.newModifier(enemyPokemon).add(this.enemyModifiers, false));
}
return true;
});
- this.updateModifiers(false).then(() => resolve());
+ this.updateModifiers(false);
+ resolve();
});
}
/**
- * Removes all modifiers from enemy pokemon of {@linkcode PersistentModifier} type
- */
+ * Removes all modifiers from enemy pokemon of {@linkcode PersistentModifier} type
+ */
clearEnemyModifiers(): void {
const modifiersToRemove = this.enemyModifiers.filter(m => m instanceof PersistentModifier);
for (const m of modifiersToRemove) {
this.enemyModifiers.splice(this.enemyModifiers.indexOf(m), 1);
}
- this.updateModifiers(false).then(() => this.updateUIPositions());
+ this.updateModifiers(false);
+ this.updateUIPositions();
}
/**
- * Removes all modifiers from enemy pokemon of {@linkcode PokemonHeldItemModifier} type
- * @param pokemon - If specified, only removes held items from that {@linkcode Pokemon}
- */
+ * Removes all modifiers from enemy pokemon of {@linkcode PokemonHeldItemModifier} type
+ * @param pokemon - If specified, only removes held items from that {@linkcode Pokemon}
+ */
clearEnemyHeldItemModifiers(pokemon?: Pokemon): void {
- const modifiersToRemove = this.enemyModifiers.filter(m => m instanceof PokemonHeldItemModifier && (!pokemon || m.getPokemon(this) === pokemon));
+ const modifiersToRemove = this.enemyModifiers.filter(
+ m => m instanceof PokemonHeldItemModifier && (!pokemon || m.getPokemon() === pokemon),
+ );
for (const m of modifiersToRemove) {
this.enemyModifiers.splice(this.enemyModifiers.indexOf(m), 1);
}
- this.updateModifiers(false).then(() => this.updateUIPositions());
+ this.updateModifiers(false);
+ this.updateUIPositions();
}
setModifiersVisible(visible: boolean) {
- [ this.modifierBar, this.enemyModifierBar ].map(m => m.setVisible(visible));
+ [this.modifierBar, this.enemyModifierBar].map(m => m.setVisible(visible));
}
- updateModifiers(player?: boolean, instant?: boolean): Promise {
- if (player === undefined) {
- player = true;
+ updateModifiers(player = true, instant?: boolean): void {
+ const modifiers = player ? this.modifiers : (this.enemyModifiers as PersistentModifier[]);
+ for (let m = 0; m < modifiers.length; m++) {
+ const modifier = modifiers[m];
+ if (
+ modifier instanceof PokemonHeldItemModifier &&
+ !this.getPokemonById((modifier as PokemonHeldItemModifier).pokemonId)
+ ) {
+ modifiers.splice(m--, 1);
+ }
}
- return new Promise(resolve => {
- const modifiers = player ? this.modifiers : this.enemyModifiers as PersistentModifier[];
- for (let m = 0; m < modifiers.length; m++) {
- const modifier = modifiers[m];
- if (modifier instanceof PokemonHeldItemModifier && !this.getPokemonById((modifier as PokemonHeldItemModifier).pokemonId)) {
- modifiers.splice(m--, 1);
- }
- }
- for (const modifier of modifiers) {
- if (modifier instanceof PersistentModifier) {
- (modifier as PersistentModifier).virtualStackCount = 0;
- }
+ for (const modifier of modifiers) {
+ if (modifier instanceof PersistentModifier) {
+ (modifier as PersistentModifier).virtualStackCount = 0;
}
+ }
- const modifiersClone = modifiers.slice(0);
- for (const modifier of modifiersClone) {
- if (!modifier.getStackCount()) {
- modifiers.splice(modifiers.indexOf(modifier), 1);
- }
+ const modifiersClone = modifiers.slice(0);
+ for (const modifier of modifiersClone) {
+ if (!modifier.getStackCount()) {
+ modifiers.splice(modifiers.indexOf(modifier), 1);
}
+ }
- this.updatePartyForModifiers(player ? this.getParty() : this.getEnemyParty(), instant).then(() => {
- (player ? this.modifierBar : this.enemyModifierBar).updateModifiers(modifiers);
- if (!player) {
- this.updateUIPositions();
- }
- resolve();
- });
- });
+ this.updatePartyForModifiers(player ? this.getPlayerParty() : this.getEnemyParty(), instant);
+ (player ? this.modifierBar : this.enemyModifierBar).updateModifiers(modifiers);
+ if (!player) {
+ this.updateUIPositions();
+ }
}
updatePartyForModifiers(party: Pokemon[], instant?: boolean): Promise {
return new Promise(resolve => {
- Promise.allSettled(party.map(p => {
- if (p.scene) {
+ Promise.allSettled(
+ party.map(p => {
p.calculateStats();
- }
- return p.updateInfo(instant);
- })).then(() => resolve());
+ return p.updateInfo(instant);
+ }),
+ ).then(() => resolve());
});
}
- removeModifier(modifier: PersistentModifier, enemy?: boolean): boolean {
+ hasModifier(modifier: PersistentModifier, enemy = false): boolean {
+ const modifiers = !enemy ? this.modifiers : this.enemyModifiers;
+ return modifiers.indexOf(modifier) > -1;
+ }
+
+ /**
+ * Removes a currently owned item. If the item is stacked, the entire item stack
+ * gets removed. This function does NOT apply in-battle effects, such as Unburden.
+ * If in-battle effects are needed, use {@linkcode Pokemon.loseHeldItem} instead.
+ * @param modifier The item to be removed.
+ * @param enemy If `true`, remove an item owned by the enemy. If `false`, remove an item owned by the player. Default is `false`.
+ * @returns `true` if the item exists and was successfully removed, `false` otherwise.
+ */
+ removeModifier(modifier: PersistentModifier, enemy = false): boolean {
const modifiers = !enemy ? this.modifiers : this.enemyModifiers;
const modifierIndex = modifiers.indexOf(modifier);
if (modifierIndex > -1) {
modifiers.splice(modifierIndex, 1);
- if (modifier instanceof PokemonFormChangeItemModifier || modifier instanceof TerastallizeModifier) {
+ if (modifier instanceof PokemonFormChangeItemModifier) {
const pokemon = this.getPokemonById(modifier.pokemonId);
if (pokemon) {
modifier.apply(pokemon, false);
@@ -2786,7 +3339,7 @@ export default class BattleScene extends SceneBase {
* @param player Whether to search the player (`true`) or the enemy (`false`); Defaults to `true`
* @returns the list of all modifiers that matched `modifierType`.
*/
- getModifiers(modifierType: Constructor, player: boolean = true): T[] {
+ getModifiers(modifierType: Constructor, player = true): T[] {
return (player ? this.modifiers : this.enemyModifiers).filter((m): m is T => m instanceof modifierType);
}
@@ -2796,7 +3349,7 @@ export default class BattleScene extends SceneBase {
* @param isPlayer Whether to search the player (`true`) or the enemy (`false`); Defaults to `true`
* @returns the list of all modifiers that passed the `modifierFilter` function
*/
- findModifiers(modifierFilter: ModifierPredicate, isPlayer: boolean = true): PersistentModifier[] {
+ findModifiers(modifierFilter: ModifierPredicate, isPlayer = true): PersistentModifier[] {
return (isPlayer ? this.modifiers : this.enemyModifiers).filter(modifierFilter);
}
@@ -2806,30 +3359,39 @@ export default class BattleScene extends SceneBase {
* @param player Whether to search the player (`true`) or the enemy (`false`); Defaults to `true`
* @returns the first modifier that passed the `modifierFilter` function; `undefined` if none passed
*/
- findModifier(modifierFilter: ModifierPredicate, player: boolean = true): PersistentModifier | undefined {
+ findModifier(modifierFilter: ModifierPredicate, player = true): PersistentModifier | undefined {
return (player ? this.modifiers : this.enemyModifiers).find(modifierFilter);
}
/**
* Apply all modifiers that match `modifierType` in a random order
- * @param scene {@linkcode BattleScene} used to randomize the order of modifiers
* @param modifierType The type of modifier to apply; must extend {@linkcode PersistentModifier}
* @param player Whether to search the player (`true`) or the enemy (`false`); Defaults to `true`
* @param ...args The list of arguments needed to invoke `modifierType.apply`
* @returns the list of all modifiers that matched `modifierType` and were applied.
*/
- applyShuffledModifiers(scene: BattleScene, modifierType: Constructor, player: boolean = true, ...args: Parameters): T[] {
- let modifiers = (player ? this.modifiers : this.enemyModifiers).filter((m): m is T => m instanceof modifierType && m.shouldApply(...args));
- scene.executeWithSeedOffset(() => {
- const shuffleModifiers = mods => {
- if (mods.length < 1) {
- return mods;
- }
- const rand = Utils.randSeedInt(mods.length);
- return [ mods[rand], ...shuffleModifiers(mods.filter((_, i) => i !== rand)) ];
- };
- modifiers = shuffleModifiers(modifiers);
- }, scene.currentBattle.turn << 4, scene.waveSeed);
+ applyShuffledModifiers(
+ modifierType: Constructor,
+ player = true,
+ ...args: Parameters
+ ): T[] {
+ let modifiers = (player ? this.modifiers : this.enemyModifiers).filter(
+ (m): m is T => m instanceof modifierType && m.shouldApply(...args),
+ );
+ this.executeWithSeedOffset(
+ () => {
+ const shuffleModifiers = mods => {
+ if (mods.length < 1) {
+ return mods;
+ }
+ const rand = randSeedInt(mods.length);
+ return [mods[rand], ...shuffleModifiers(mods.filter((_, i) => i !== rand))];
+ };
+ modifiers = shuffleModifiers(modifiers);
+ },
+ this.currentBattle.turn << 4,
+ this.waveSeed,
+ );
return this.applyModifiersInternal(modifiers, player, args);
}
@@ -2840,13 +3402,23 @@ export default class BattleScene extends SceneBase {
* @param ...args The list of arguments needed to invoke `modifierType.apply`
* @returns the list of all modifiers that matched `modifierType` and were applied.
*/
- applyModifiers(modifierType: Constructor, player: boolean = true, ...args: Parameters): T[] {
- const modifiers = (player ? this.modifiers : this.enemyModifiers).filter((m): m is T => m instanceof modifierType && m.shouldApply(...args));
+ applyModifiers(
+ modifierType: Constructor,
+ player = true,
+ ...args: Parameters
+ ): T[] {
+ const modifiers = (player ? this.modifiers : this.enemyModifiers).filter(
+ (m): m is T => m instanceof modifierType && m.shouldApply(...args),
+ );
return this.applyModifiersInternal(modifiers, player, args);
}
/** Helper function to apply all passed modifiers */
- applyModifiersInternal(modifiers: T[], player: boolean, args: Parameters): T[] {
+ applyModifiersInternal(
+ modifiers: T[],
+ player: boolean,
+ args: Parameters,
+ ): T[] {
const appliedModifiers: T[] = [];
for (const modifier of modifiers) {
if (modifier.apply(...args)) {
@@ -2865,8 +3437,14 @@ export default class BattleScene extends SceneBase {
* @param ...args The list of arguments needed to invoke `modifierType.apply`
* @returns the first modifier that matches `modifierType` and was applied; return `null` if none matched
*/
- applyModifier(modifierType: Constructor, player: boolean = true, ...args: Parameters): T | null {
- const modifiers = (player ? this.modifiers : this.enemyModifiers).filter((m): m is T => m instanceof modifierType && m.shouldApply(...args));
+ applyModifier(
+ modifierType: Constructor,
+ player = true,
+ ...args: Parameters
+ ): T | null {
+ const modifiers = (player ? this.modifiers : this.enemyModifiers).filter(
+ (m): m is T => m instanceof modifierType && m.shouldApply(...args),
+ );
for (const modifier of modifiers) {
if (modifier.apply(...args)) {
console.log("Applied", modifier.type.name, !player ? "(enemy)" : "");
@@ -2877,31 +3455,42 @@ export default class BattleScene extends SceneBase {
return null;
}
- triggerPokemonFormChange(pokemon: Pokemon, formChangeTriggerType: Constructor, delayed: boolean = false, modal: boolean = false): boolean {
+ triggerPokemonFormChange(
+ pokemon: Pokemon,
+ formChangeTriggerType: Constructor,
+ delayed = false,
+ modal = false,
+ ): boolean {
if (pokemonFormChanges.hasOwnProperty(pokemon.species.speciesId)) {
-
// in case this is NECROZMA, determine which forms this
- const matchingFormChangeOpts = pokemonFormChanges[pokemon.species.speciesId].filter(fc => fc.findTrigger(formChangeTriggerType) && fc.canChange(pokemon));
+ const matchingFormChangeOpts = pokemonFormChanges[pokemon.species.speciesId].filter(
+ fc => fc.findTrigger(formChangeTriggerType) && fc.canChange(pokemon),
+ );
let matchingFormChange: SpeciesFormChange | null;
if (pokemon.species.speciesId === Species.NECROZMA && matchingFormChangeOpts.length > 1) {
// Ultra Necrozma is changing its form back, so we need to figure out into which form it devolves.
- const formChangeItemModifiers = (this.findModifiers(m => m instanceof PokemonFormChangeItemModifier && m.pokemonId === pokemon.id) as PokemonFormChangeItemModifier[]).filter(m => m.active).map(m => m.formChangeItem);
+ const formChangeItemModifiers = (
+ this.findModifiers(
+ m => m instanceof PokemonFormChangeItemModifier && m.pokemonId === pokemon.id,
+ ) as PokemonFormChangeItemModifier[]
+ )
+ .filter(m => m.active)
+ .map(m => m.formChangeItem);
-
- matchingFormChange = formChangeItemModifiers.includes(FormChangeItem.N_LUNARIZER) ?
- matchingFormChangeOpts[0] :
- formChangeItemModifiers.includes(FormChangeItem.N_SOLARIZER) ?
- matchingFormChangeOpts[1] :
- null;
+ matchingFormChange = formChangeItemModifiers.includes(FormChangeItem.N_LUNARIZER)
+ ? matchingFormChangeOpts[0]
+ : formChangeItemModifiers.includes(FormChangeItem.N_SOLARIZER)
+ ? matchingFormChangeOpts[1]
+ : null;
} else {
matchingFormChange = matchingFormChangeOpts[0];
}
if (matchingFormChange) {
let phase: Phase;
if (pokemon instanceof PlayerPokemon && !matchingFormChange.quiet) {
- phase = new FormChangePhase(this, pokemon, matchingFormChange, modal);
+ phase = new FormChangePhase(pokemon, matchingFormChange, modal);
} else {
- phase = new QuietFormChangePhase(this, pokemon, matchingFormChange);
+ phase = new QuietFormChangePhase(pokemon, matchingFormChange);
}
if (pokemon instanceof PlayerPokemon && !matchingFormChange.quiet && modal) {
this.overridePhase(phase);
@@ -2917,8 +3506,13 @@ export default class BattleScene extends SceneBase {
return false;
}
- triggerPokemonBattleAnim(pokemon: Pokemon, battleAnimType: PokemonAnimType, fieldAssets?: Phaser.GameObjects.Sprite[], delayed: boolean = false): boolean {
- const phase: Phase = new PokemonAnimPhase(this, battleAnimType, pokemon, fieldAssets);
+ triggerPokemonBattleAnim(
+ pokemon: Pokemon,
+ battleAnimType: PokemonAnimType,
+ fieldAssets?: Phaser.GameObjects.Sprite[],
+ delayed = false,
+ ): boolean {
+ const phase: Phase = new PokemonAnimPhase(battleAnimType, pokemon, fieldAssets);
if (delayed) {
this.pushPhase(phase);
} else {
@@ -2935,7 +3529,10 @@ export default class BattleScene extends SceneBase {
}
validateAchv(achv: Achv, args?: unknown[]): boolean {
- if (!this.gameData.achvUnlocks.hasOwnProperty(achv.id) && achv.validate(this, args)) {
+ if (
+ (!this.gameData.achvUnlocks.hasOwnProperty(achv.id) || Overrides.ACHIEVEMENTS_REUNLOCK_OVERRIDE) &&
+ achv.validate(args)
+ ) {
this.gameData.achvUnlocks[achv.id] = new Date().getTime();
this.ui.achvBar.showAchv(achv);
if (vouchers.hasOwnProperty(achv.id)) {
@@ -2948,7 +3545,7 @@ export default class BattleScene extends SceneBase {
}
validateVoucher(voucher: Voucher, args?: unknown[]): boolean {
- if (!this.gameData.voucherUnlocks.hasOwnProperty(voucher.id) && voucher.validate(this, args)) {
+ if (!this.gameData.voucherUnlocks.hasOwnProperty(voucher.id) && voucher.validate(args)) {
this.gameData.voucherUnlocks[voucher.id] = new Date().getTime();
this.ui.achvBar.showAchv(voucher);
this.gameData.voucherCounts[voucher.voucherType]++;
@@ -2960,13 +3557,25 @@ export default class BattleScene extends SceneBase {
updateGameInfo(): void {
const gameInfo = {
- playTime: this.sessionPlayTime ? this.sessionPlayTime : 0,
+ playTime: this.sessionPlayTime ?? 0,
gameMode: this.currentBattle ? this.gameMode.getName() : "Title",
biome: this.currentBattle ? getBiomeName(this.arena.biomeType) : "",
- wave: this.currentBattle?.waveIndex || 0,
- party: this.party ? this.party.map(p => {
- return { name: p.name, level: p.level };
- }) : [],
+ wave: this.currentBattle?.waveIndex ?? 0,
+ party: this.party
+ ? this.party.map(p => {
+ return {
+ name: p.name,
+ form: p.getFormKey(),
+ types: p.getTypes().map(type => PokemonType[type]),
+ teraType: PokemonType[p.getTeraType()],
+ isTerastallized: p.isTerastallized,
+ level: p.level,
+ currentHP: p.hp,
+ maxHP: p.getMaxHp(),
+ status: p.status?.effect ? StatusEffect[p.status.effect] : "",
+ };
+ })
+ : [],
modeChain: this.ui?.getModeChain() ?? [],
};
(window as any).gameInfo = gameInfo;
@@ -2980,24 +3589,18 @@ export default class BattleScene extends SceneBase {
*/
getActiveKeys(): string[] {
const keys: string[] = [];
- const playerParty = this.getParty();
- playerParty.forEach(p => {
+ let activePokemon: (PlayerPokemon | EnemyPokemon)[] = this.getPlayerParty();
+ activePokemon = activePokemon.concat(this.getEnemyParty());
+ for (const p of activePokemon) {
keys.push(p.getSpriteKey(true));
- keys.push(p.getBattleSpriteKey(true, true));
- keys.push("cry/" + p.species.getCryKey(p.formIndex));
- if (p.fusionSpecies) {
- keys.push("cry/" + p.fusionSpecies.getCryKey(p.fusionFormIndex));
+ if (p instanceof PlayerPokemon) {
+ keys.push(p.getBattleSpriteKey(true, true));
}
- });
- // enemyParty has to be operated on separately from playerParty because playerPokemon =/= enemyPokemon
- const enemyParty = this.getEnemyParty();
- enemyParty.forEach(p => {
- keys.push(p.getSpriteKey(true));
- keys.push("cry/" + p.species.getCryKey(p.formIndex));
+ keys.push(p.species.getCryKey(p.formIndex));
if (p.fusionSpecies) {
- keys.push("cry/" + p.fusionSpecies.getCryKey(p.fusionFormIndex));
+ keys.push(p.fusionSpecies.getCryKey(p.fusionFormIndex));
}
- });
+ }
return keys;
}
@@ -3007,25 +3610,32 @@ export default class BattleScene extends SceneBase {
*/
initFinalBossPhaseTwo(pokemon: Pokemon): void {
if (pokemon instanceof EnemyPokemon && pokemon.isBoss() && !pokemon.formIndex && pokemon.bossSegmentIndex < 1) {
- this.fadeOutBgm(Utils.fixedInt(2000), false);
- this.ui.showDialogue(battleSpecDialogue[BattleSpec.FINAL_BOSS].firstStageWin, pokemon.species.name, undefined, () => {
- const finalBossMBH = getModifierType(modifierTypes.MINI_BLACK_HOLE).newModifier(pokemon) as TurnHeldItemTransferModifier;
- finalBossMBH.setTransferrableFalse();
- this.addEnemyModifier(finalBossMBH, false, true);
- pokemon.generateAndPopulateMoveset(1);
- this.setFieldScale(0.75);
- this.triggerPokemonFormChange(pokemon, SpeciesFormChangeManualTrigger, false);
- this.currentBattle.double = true;
- const availablePartyMembers = this.getParty().filter((p) => p.isAllowedInBattle());
- if (availablePartyMembers.length > 1) {
- this.pushPhase(new ToggleDoublePositionPhase(this, true));
- if (!availablePartyMembers[1].isOnField()) {
- this.pushPhase(new SummonPhase(this, 1));
+ this.fadeOutBgm(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.shiftPhase();
- });
+ this.shiftPhase();
+ },
+ );
return;
}
@@ -3039,22 +3649,32 @@ export default class BattleScene extends SceneBase {
* @param useWaveIndexMultiplier Default false. If true, will multiply expValue by a scaling waveIndex multiplier. Not needed if expValue is already scaled by level/wave
* @param pokemonParticipantIds Participants. If none are defined, no exp will be given. To spread evenly among the party, should pass all ids of party members.
*/
- applyPartyExp(expValue: number, pokemonDefeated: boolean, useWaveIndexMultiplier?: boolean, pokemonParticipantIds?: Set): void {
+ applyPartyExp(
+ expValue: number,
+ pokemonDefeated: boolean,
+ useWaveIndexMultiplier?: boolean,
+ pokemonParticipantIds?: Set,
+ ): void {
const participantIds = pokemonParticipantIds ?? this.currentBattle.playerParticipantIds;
- const party = this.getParty();
+ const party = this.getPlayerParty();
const expShareModifier = this.findModifier(m => m instanceof ExpShareModifier) as ExpShareModifier;
const expBalanceModifier = this.findModifier(m => m instanceof ExpBalanceModifier) as ExpBalanceModifier;
- const multipleParticipantExpBonusModifier = this.findModifier(m => m instanceof MultipleParticipantExpBonusModifier) as MultipleParticipantExpBonusModifier;
+ const multipleParticipantExpBonusModifier = this.findModifier(
+ m => m instanceof MultipleParticipantExpBonusModifier,
+ ) as MultipleParticipantExpBonusModifier;
const nonFaintedPartyMembers = party.filter(p => p.hp);
const expPartyMembers = nonFaintedPartyMembers.filter(p => p.level < this.getMaxExpLevel());
const partyMemberExp: number[] = [];
// EXP value calculation is based off Pokemon.getExpValue
if (useWaveIndexMultiplier) {
- expValue = Math.floor(expValue * this.currentBattle.waveIndex / 5 + 1);
+ expValue = Math.floor((expValue * this.currentBattle.waveIndex) / 5 + 1);
}
if (participantIds.size > 0) {
- if (this.currentBattle.battleType === BattleType.TRAINER || this.currentBattle.mysteryEncounter?.encounterMode === MysteryEncounterMode.TRAINER_BATTLE) {
+ if (
+ this.currentBattle.battleType === BattleType.TRAINER ||
+ this.currentBattle.mysteryEncounter?.encounterMode === MysteryEncounterMode.TRAINER_BATTLE
+ ) {
expValue = Math.floor(expValue * 1.5);
} else if (this.currentBattle.isBattleMysteryEncounter() && this.currentBattle.mysteryEncounter) {
expValue = Math.floor(expValue * this.currentBattle.mysteryEncounter.expMultiplier);
@@ -3065,7 +3685,7 @@ export default class BattleScene extends SceneBase {
if (participated && pokemonDefeated) {
partyMember.addFriendship(FRIENDSHIP_GAIN_FROM_BATTLE);
const machoBraceModifier = partyMember.getHeldItems().find(m => m instanceof PokemonIncrementingStatModifier);
- if (machoBraceModifier && machoBraceModifier.stackCount < machoBraceModifier.getMaxStackCount(this)) {
+ if (machoBraceModifier && machoBraceModifier.stackCount < machoBraceModifier.getMaxStackCount()) {
machoBraceModifier.stackCount++;
this.updateModifiers(true, true);
partyMember.updateInfo();
@@ -3080,7 +3700,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;
}
@@ -3093,7 +3713,7 @@ export default class BattleScene extends SceneBase {
if (Overrides.XP_MULTIPLIER_OVERRIDE !== null) {
expMultiplier = Overrides.XP_MULTIPLIER_OVERRIDE;
}
- const pokemonExp = new Utils.NumberHolder(expValue * expMultiplier);
+ const pokemonExp = new NumberHolder(expValue * expMultiplier);
this.applyModifiers(PokemonExpBoosterModifier, true, partyMember, pokemonExp);
partyMemberExp.push(Math.floor(pokemonExp.value));
}
@@ -3118,7 +3738,11 @@ export default class BattleScene extends SceneBase {
const splitExp = Math.floor(totalExp / recipientExpPartyMemberIndexes.length);
expPartyMembers.forEach((_partyMember, pm) => {
- partyMemberExp[pm] = Phaser.Math.Linear(partyMemberExp[pm], recipientExpPartyMemberIndexes.indexOf(pm) > -1 ? splitExp : 0, 0.2 * expBalanceModifier.getStackCount());
+ partyMemberExp[pm] = Phaser.Math.Linear(
+ partyMemberExp[pm],
+ recipientExpPartyMemberIndexes.indexOf(pm) > -1 ? splitExp : 0,
+ 0.2 * expBalanceModifier.getStackCount(),
+ );
});
}
@@ -3127,7 +3751,11 @@ export default class BattleScene extends SceneBase {
if (exp) {
const partyMemberIndex = party.indexOf(expPartyMembers[pm]);
- this.unshiftPhase(expPartyMembers[pm].isOnField() ? new ExpPhase(this, partyMemberIndex, exp) : new ShowPartyExpBarPhase(this, partyMemberIndex, exp));
+ this.unshiftPhase(
+ expPartyMembers[pm].isOnField()
+ ? new ExpPhase(partyMemberIndex, exp)
+ : new ShowPartyExpBarPhase(partyMemberIndex, exp),
+ );
}
}
}
@@ -3139,8 +3767,14 @@ export default class BattleScene extends SceneBase {
* That check is made in {@linkcode BattleScene.isWaveMysteryEncounter} instead.
*/
isMysteryEncounterValidForWave(battleType: BattleType, waveIndex: number): boolean {
- const [ lowestMysteryEncounterWave, highestMysteryEncounterWave ] = this.gameMode.getMysteryEncounterLegalWaves();
- return this.gameMode.hasMysteryEncounters && battleType === BattleType.WILD && !this.gameMode.isBoss(waveIndex) && waveIndex < highestMysteryEncounterWave && waveIndex > lowestMysteryEncounterWave;
+ const [lowestMysteryEncounterWave, highestMysteryEncounterWave] = this.gameMode.getMysteryEncounterLegalWaves();
+ return (
+ this.gameMode.hasMysteryEncounters &&
+ battleType === BattleType.WILD &&
+ !this.gameMode.isBoss(waveIndex) &&
+ waveIndex < highestMysteryEncounterWave &&
+ waveIndex > lowestMysteryEncounterWave
+ );
}
/**
@@ -3151,7 +3785,7 @@ export default class BattleScene extends SceneBase {
* @param waveIndex
*/
private isWaveMysteryEncounter(newBattleType: BattleType, waveIndex: number): boolean {
- const [ lowestMysteryEncounterWave, highestMysteryEncounterWave ] = this.gameMode.getMysteryEncounterLegalWaves();
+ const [lowestMysteryEncounterWave, highestMysteryEncounterWave] = this.gameMode.getMysteryEncounterLegalWaves();
if (this.isMysteryEncounterValidForWave(newBattleType, waveIndex)) {
// Base spawn weight is BASE_MYSTERY_ENCOUNTER_SPAWN_WEIGHT/256, and increases by WEIGHT_INCREMENT_ON_SPAWN_MISS/256 for each missed attempt at spawning an encounter on a valid floor
const sessionEncounterRate = this.mysteryEncounterSaveData.encounterSpawnChance;
@@ -3160,21 +3794,33 @@ export default class BattleScene extends SceneBase {
// If total number of encounters is lower than expected for the run, slightly favor a new encounter spawn (reverse as well)
// Reduces occurrence of runs with total encounters significantly different from AVERAGE_ENCOUNTERS_PER_RUN_TARGET
// Favored rate changes can never exceed 50%. So if base rate is 15/256 and favored rate would add 200/256, result will be (15 + 128)/256
- const expectedEncountersByFloor = AVERAGE_ENCOUNTERS_PER_RUN_TARGET / (highestMysteryEncounterWave - lowestMysteryEncounterWave) * (waveIndex - lowestMysteryEncounterWave);
+ const expectedEncountersByFloor =
+ (AVERAGE_ENCOUNTERS_PER_RUN_TARGET / (highestMysteryEncounterWave - lowestMysteryEncounterWave)) *
+ (waveIndex - lowestMysteryEncounterWave);
const currentRunDiffFromAvg = expectedEncountersByFloor - encounteredEvents.length;
- const favoredEncounterRate = sessionEncounterRate + Math.min(currentRunDiffFromAvg * ANTI_VARIANCE_WEIGHT_MODIFIER, MYSTERY_ENCOUNTER_SPAWN_MAX_WEIGHT / 2);
+ const favoredEncounterRate =
+ sessionEncounterRate +
+ Math.min(currentRunDiffFromAvg * ANTI_VARIANCE_WEIGHT_MODIFIER, MYSTERY_ENCOUNTER_SPAWN_MAX_WEIGHT / 2);
- const successRate = isNullOrUndefined(Overrides.MYSTERY_ENCOUNTER_RATE_OVERRIDE) ? favoredEncounterRate : Overrides.MYSTERY_ENCOUNTER_RATE_OVERRIDE!;
+ const successRate = isNullOrUndefined(Overrides.MYSTERY_ENCOUNTER_RATE_OVERRIDE)
+ ? favoredEncounterRate
+ : Overrides.MYSTERY_ENCOUNTER_RATE_OVERRIDE!;
// If the most recent ME was 3 or fewer waves ago, can never spawn a ME
- const canSpawn = encounteredEvents.length === 0 || (waveIndex - encounteredEvents[encounteredEvents.length - 1].waveIndex) > 3 || !isNullOrUndefined(Overrides.MYSTERY_ENCOUNTER_RATE_OVERRIDE);
+ const canSpawn =
+ encounteredEvents.length === 0 ||
+ waveIndex - encounteredEvents[encounteredEvents.length - 1].waveIndex > 3 ||
+ !isNullOrUndefined(Overrides.MYSTERY_ENCOUNTER_RATE_OVERRIDE);
if (canSpawn) {
let roll = MYSTERY_ENCOUNTER_SPAWN_MAX_WEIGHT;
// Always rolls the check on the same offset to ensure no RNG changes from reloading session
- this.executeWithSeedOffset(() => {
- roll = randSeedInt(MYSTERY_ENCOUNTER_SPAWN_MAX_WEIGHT);
- }, waveIndex * 3 * 1000);
+ this.executeWithSeedOffset(
+ () => {
+ roll = randSeedInt(MYSTERY_ENCOUNTER_SPAWN_MAX_WEIGHT);
+ },
+ waveIndex * 3 * 1000,
+ );
return roll < successRate;
}
}
@@ -3191,7 +3837,10 @@ export default class BattleScene extends SceneBase {
getMysteryEncounter(encounterType?: MysteryEncounterType, canBypass?: boolean): MysteryEncounter {
// Loading override or session encounter
let encounter: MysteryEncounter | null;
- if (!isNullOrUndefined(Overrides.MYSTERY_ENCOUNTER_OVERRIDE) && allMysteryEncounters.hasOwnProperty(Overrides.MYSTERY_ENCOUNTER_OVERRIDE)) {
+ if (
+ !isNullOrUndefined(Overrides.MYSTERY_ENCOUNTER_OVERRIDE) &&
+ allMysteryEncounters.hasOwnProperty(Overrides.MYSTERY_ENCOUNTER_OVERRIDE)
+ ) {
encounter = allMysteryEncounters[Overrides.MYSTERY_ENCOUNTER_OVERRIDE];
if (canBypass) {
return encounter;
@@ -3204,12 +3853,16 @@ 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];
const forcedChance = candidate.spawnPercent;
- if (Utils.randSeedInt(100) < forcedChance) {
+ if (randSeedInt(100) < forcedChance) {
encounter = allMysteryEncounters[candidate.type];
}
@@ -3219,73 +3872,104 @@ export default class BattleScene extends SceneBase {
if (encounter) {
encounter = new MysteryEncounter(encounter);
- encounter.populateDialogueTokensFromRequirements(this);
+ encounter.populateDialogueTokensFromRequirements();
return encounter;
}
// See Enum values for base tier weights
- const tierWeights = [ MysteryEncounterTier.COMMON, MysteryEncounterTier.GREAT, MysteryEncounterTier.ULTRA, MysteryEncounterTier.ROGUE ];
+ const tierWeights = [
+ MysteryEncounterTier.COMMON,
+ MysteryEncounterTier.GREAT,
+ MysteryEncounterTier.ULTRA,
+ MysteryEncounterTier.ROGUE,
+ ];
// Adjust tier weights by previously encountered events to lower odds of only Common/Great in run
- this.mysteryEncounterSaveData.encounteredEvents.forEach(seenEncounterData => {
+ // biome-ignore format: biome sucks at formatting this line
+ for (const seenEncounterData of this.mysteryEncounterSaveData.encounteredEvents) {
if (seenEncounterData.tier === MysteryEncounterTier.COMMON) {
tierWeights[0] = tierWeights[0] - 6;
} else if (seenEncounterData.tier === MysteryEncounterTier.GREAT) {
tierWeights[1] = tierWeights[1] - 4;
}
- });
+ }
const totalWeight = tierWeights.reduce((a, b) => a + b);
- const tierValue = Utils.randSeedInt(totalWeight);
+ const tierValue = randSeedInt(totalWeight);
const commonThreshold = totalWeight - tierWeights[0];
const greatThreshold = totalWeight - tierWeights[0] - tierWeights[1];
const ultraThreshold = totalWeight - tierWeights[0] - tierWeights[1] - tierWeights[2];
- let tier: MysteryEncounterTier | null = tierValue > commonThreshold ? MysteryEncounterTier.COMMON : tierValue > greatThreshold ? MysteryEncounterTier.GREAT : tierValue > ultraThreshold ? MysteryEncounterTier.ULTRA : MysteryEncounterTier.ROGUE;
+ let tier: MysteryEncounterTier | null =
+ tierValue > commonThreshold
+ ? MysteryEncounterTier.COMMON
+ : tierValue > greatThreshold
+ ? MysteryEncounterTier.GREAT
+ : tierValue > ultraThreshold
+ ? MysteryEncounterTier.ULTRA
+ : MysteryEncounterTier.ROGUE;
if (!isNullOrUndefined(Overrides.MYSTERY_ENCOUNTER_TIER_OVERRIDE)) {
tier = Overrides.MYSTERY_ENCOUNTER_TIER_OVERRIDE;
}
let availableEncounters: MysteryEncounter[] = [];
- // New encounter should never be the same as the most recent encounter
- const previousEncounter = this.mysteryEncounterSaveData.encounteredEvents.length > 0 ? this.mysteryEncounterSaveData.encounteredEvents[this.mysteryEncounterSaveData.encounteredEvents.length - 1].type : null;
- const biomeMysteryEncounters = mysteryEncountersByBiome.get(this.arena.biomeType) ?? [];
+ const previousEncounter =
+ this.mysteryEncounterSaveData.encounteredEvents.length > 0
+ ? this.mysteryEncounterSaveData.encounteredEvents[this.mysteryEncounterSaveData.encounteredEvents.length - 1]
+ .type
+ : null;
+ const disabledEncounters = this.eventManager.getEventMysteryEncountersDisabled();
+ const biomeMysteryEncounters =
+ mysteryEncountersByBiome.get(this.arena.biomeType)?.filter(enc => !disabledEncounters.includes(enc)) ?? [];
// If no valid encounters exist at tier, checks next tier down, continuing until there are some encounters available
while (availableEncounters.length === 0 && tier !== null) {
availableEncounters = biomeMysteryEncounters
- .filter((encounterType) => {
+ .filter(encounterType => {
const encounterCandidate = allMysteryEncounters[encounterType];
if (!encounterCandidate) {
return false;
}
- if (encounterCandidate.encounterTier !== tier) { // Encounter is in tier
+ if (
+ this.eventManager.getMysteryEncounterTierForEvent(encounterType, encounterCandidate.encounterTier) !== tier
+ ) {
return false;
}
const disallowedGameModes = encounterCandidate.disallowedGameModes;
- if (disallowedGameModes && disallowedGameModes.length > 0
- && disallowedGameModes.includes(this.gameMode.modeId)) { // Encounter is enabled for game mode
+ if (
+ disallowedGameModes &&
+ disallowedGameModes.length > 0 &&
+ disallowedGameModes.includes(this.gameMode.modeId)
+ ) {
return false;
}
- if (this.gameMode.modeId === GameModes.CHALLENGE) { // Encounter is enabled for challenges
+ if (this.gameMode.modeId === GameModes.CHALLENGE) {
const disallowedChallenges = encounterCandidate.disallowedChallenges;
- if (disallowedChallenges && disallowedChallenges.length > 0 && this.gameMode.challenges.some(challenge => disallowedChallenges.includes(challenge.id))) {
+ if (
+ disallowedChallenges &&
+ disallowedChallenges.length > 0 &&
+ this.gameMode.challenges.some(challenge => disallowedChallenges.includes(challenge.id))
+ ) {
return false;
}
}
- if (!encounterCandidate.meetsRequirements(this)) { // Meets encounter requirements
+ if (!encounterCandidate.meetsRequirements()) {
return false;
}
- if (previousEncounter !== null && encounterType === previousEncounter) { // Previous encounter was not this one
+ if (previousEncounter !== null && encounterType === previousEncounter) {
return false;
}
- if (this.mysteryEncounterSaveData.encounteredEvents.length > 0 && // Encounter has not exceeded max allowed encounters
- (encounterCandidate.maxAllowedEncounters && encounterCandidate.maxAllowedEncounters > 0)
- && this.mysteryEncounterSaveData.encounteredEvents.filter(e => e.type === encounterType).length >= encounterCandidate.maxAllowedEncounters) {
+ if (
+ this.mysteryEncounterSaveData.encounteredEvents.length > 0 &&
+ encounterCandidate.maxAllowedEncounters &&
+ encounterCandidate.maxAllowedEncounters > 0 &&
+ this.mysteryEncounterSaveData.encounteredEvents.filter(e => e.type === encounterType).length >=
+ encounterCandidate.maxAllowedEncounters
+ ) {
return false;
}
return true;
})
- .map((m) => (allMysteryEncounters[m]));
+ .map(m => allMysteryEncounters[m]);
// Decrement tier
if (tier === MysteryEncounterTier.ROGUE) {
tier = MysteryEncounterTier.ULTRA;
@@ -3303,10 +3987,10 @@ export default class BattleScene extends SceneBase {
console.log("No Mystery Encounters found, falling back to Mysterious Challengers.");
return allMysteryEncounters[MysteryEncounterType.MYSTERIOUS_CHALLENGERS];
}
- encounter = availableEncounters[Utils.randSeedInt(availableEncounters.length)];
+ encounter = availableEncounters[randSeedInt(availableEncounters.length)];
// New encounter object to not dirty flags
encounter = new MysteryEncounter(encounter);
- encounter.populateDialogueTokensFromRequirements(this);
+ encounter.populateDialogueTokensFromRequirements();
return encounter;
}
}
diff --git a/src/battle.ts b/src/battle.ts
index 6086c2ceb4e..6630d53bd67 100644
--- a/src/battle.ts
+++ b/src/battle.ts
@@ -1,36 +1,58 @@
-import BattleScene from "./battle-scene";
-import { Command } from "./ui/command-ui-handler";
-import * as Utils from "./utils";
+import { globalScene } from "#app/global-scene";
+import type { Command } from "./ui/command-ui-handler";
+import {
+ randomString,
+ getEnumValues,
+ NumberHolder,
+ randSeedInt,
+ shiftCharCodes,
+ randSeedItem,
+ randInt,
+} from "#app/utils/common";
import Trainer, { TrainerVariant } from "./field/trainer";
-import { GameMode } from "./game-mode";
+import type { GameMode } from "./game-mode";
import { MoneyMultiplierModifier, PokemonHeldItemModifier } from "./modifier/modifier";
-import { PokeballType } from "./data/pokeball";
-import { trainerConfigs } from "#app/data/trainer-config";
-import Pokemon, { EnemyPokemon, PlayerPokemon, QueuedMove } from "#app/field/pokemon";
+import type { PokeballType } from "#enums/pokeball";
+import { trainerConfigs } from "#app/data/trainers/trainer-config";
+import { SpeciesFormKey } from "#enums/species-form-key";
+import type { EnemyPokemon, PlayerPokemon, TurnMove } from "#app/field/pokemon";
+import type Pokemon from "#app/field/pokemon";
import { ArenaTagType } from "#enums/arena-tag-type";
import { BattleSpec } from "#enums/battle-spec";
-import { Moves } from "#enums/moves";
+import type { Moves } from "#enums/moves";
import { PlayerGender } from "#enums/player-gender";
+import { MusicPreference } from "#app/system/settings/settings";
import { Species } from "#enums/species";
import { TrainerType } from "#enums/trainer-type";
import i18next from "#app/plugins/i18n";
-import MysteryEncounter from "#app/data/mystery-encounters/mystery-encounter";
+import type MysteryEncounter from "#app/data/mystery-encounters/mystery-encounter";
import { MysteryEncounterMode } from "#enums/mystery-encounter-mode";
-import { CustomModifierSettings } from "#app/modifier/modifier-type";
+import type { CustomModifierSettings } from "#app/modifier/modifier-type";
import { ModifierTier } from "#app/modifier/modifier-tier";
-import { MysteryEncounterType } from "#enums/mystery-encounter-type";
+import type { MysteryEncounterType } from "#enums/mystery-encounter-type";
+import { BattleType } from "#enums/battle-type";
export enum ClassicFixedBossWaves {
- // TODO: other fixed wave battles should be added here
+ TOWN_YOUNGSTER = 5,
+ RIVAL_1 = 8,
+ RIVAL_2 = 25,
+ EVIL_GRUNT_1 = 35,
+ RIVAL_3 = 55,
+ EVIL_GRUNT_2 = 62,
+ EVIL_GRUNT_3 = 64,
+ EVIL_ADMIN_1 = 66,
+ RIVAL_4 = 95,
+ EVIL_GRUNT_4 = 112,
+ EVIL_ADMIN_2 = 114,
EVIL_BOSS_1 = 115,
+ RIVAL_5 = 145,
EVIL_BOSS_2 = 165,
-}
-
-export enum BattleType {
- WILD,
- TRAINER,
- CLEAR,
- MYSTERY_ENCOUNTER
+ ELITE_FOUR_1 = 182,
+ ELITE_FOUR_2 = 184,
+ ELITE_FOUR_3 = 186,
+ ELITE_FOUR_4 = 188,
+ CHAMPION = 190,
+ RIVAL_6 = 195,
}
export enum BattlerIndex {
@@ -38,25 +60,25 @@ export enum BattlerIndex {
PLAYER,
PLAYER_2,
ENEMY,
- ENEMY_2
+ ENEMY_2,
}
export interface TurnCommand {
command: Command;
cursor?: number;
- move?: QueuedMove;
+ move?: TurnMove;
targets?: BattlerIndex[];
skip?: boolean;
args?: any[];
}
export interface FaintLogEntry {
- pokemon: Pokemon,
- turn: number
+ pokemon: Pokemon;
+ turn: number;
}
interface TurnCommands {
- [key: number]: TurnCommand | null
+ [key: number]: TurnCommand | null;
}
export default class Battle {
@@ -69,23 +91,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);
+ public battleSeed: string = randomString(16, true);
private battleSeedState: string | null = null;
- public moneyScattered: number = 0;
+ public moneyScattered = 0;
+ /** Primarily for double battles, keeps track of last enemy and player pokemon that triggered its ability or used a move */
+ public lastEnemyInvolved: number;
+ public lastPlayerInvolved: number;
public lastUsedPokeball: PokeballType | null = null;
- /** The number of times a Pokemon on the player's side has fainted this battle */
- public playerFaints: number = 0;
- /** The number of times a Pokemon on the enemy's side has fainted this battle */
- public enemyFaints: number = 0;
+ /**
+ * Saves the number of times a Pokemon on the enemy's side has fainted during this battle.
+ * This is saved here since we encounter a new enemy every wave.
+ * {@linkcode globalScene.arena.playerFaints} is the corresponding faint counter for the player and needs to be save across waves (reset every arena encounter).
+ */
+ public enemyFaints = 0;
public playerFaintsHistory: FaintLogEntry[] = [];
public enemyFaintsHistory: FaintLogEntry[] = [];
@@ -93,18 +121,19 @@ export default class Battle {
/** If the current battle is a Mystery Encounter, this will always be defined */
public mysteryEncounter?: MysteryEncounter;
- private rngCounter: number = 0;
+ private rngCounter = 0;
- constructor(gameMode: GameMode, waveIndex: number, battleType: BattleType, trainer?: Trainer, double?: boolean) {
+ constructor(gameMode: GameMode, waveIndex: number, battleType: BattleType, trainer?: Trainer, double = false) {
this.gameMode = gameMode;
this.waveIndex = waveIndex;
this.battleType = battleType;
this.trainer = trainer ?? null;
this.initBattleSpec();
- this.enemyLevels = battleType !== BattleType.TRAINER
- ? new Array(double ? 2 : 1).fill(null).map(() => this.getLevelForWave())
- : trainer?.getPartyLevels(this.waveIndex);
- this.double = double ?? false;
+ this.enemyLevels =
+ battleType !== BattleType.TRAINER
+ ? new Array(double ? 2 : 1).fill(null).map(() => this.getLevelForWave())
+ : trainer?.getPartyLevels(this.waveIndex);
+ this.double = double;
}
private initBattleSpec(): void {
@@ -152,9 +181,10 @@ export default class Battle {
return this.double ? 2 : 1;
}
- incrementTurn(scene: BattleScene): void {
+ incrementTurn(): void {
this.turn++;
- this.turnCommands = Object.fromEntries(Utils.getEnumValues(BattlerIndex).map(bt => [ bt, null ]));
+ this.turnCommands = Object.fromEntries(getEnumValues(BattlerIndex).map(bt => [bt, null]));
+ this.preTurnCommands = Object.fromEntries(getEnumValues(BattlerIndex).map(bt => [bt, null]));
this.battleSeedState = null;
}
@@ -167,214 +197,252 @@ export default class Battle {
}
addPostBattleLoot(enemyPokemon: EnemyPokemon): void {
- this.postBattleLoot.push(...enemyPokemon.scene.findModifiers(m => m instanceof PokemonHeldItemModifier && m.pokemonId === enemyPokemon.id && m.isTransferable, false).map(i => {
- const ret = i as PokemonHeldItemModifier;
- //@ts-ignore - this is awful to fix/change
- ret.pokemonId = null;
- return ret;
- }));
+ this.postBattleLoot.push(
+ ...globalScene
+ .findModifiers(
+ m => m instanceof PokemonHeldItemModifier && m.pokemonId === enemyPokemon.id && m.isTransferable,
+ false,
+ )
+ .map(i => {
+ const ret = i as PokemonHeldItemModifier;
+ //@ts-ignore - this is awful to fix/change
+ ret.pokemonId = null;
+ return ret;
+ }),
+ );
}
- pickUpScatteredMoney(scene: BattleScene): void {
- const moneyAmount = new Utils.IntegerHolder(scene.currentBattle.moneyScattered);
- scene.applyModifiers(MoneyMultiplierModifier, true, moneyAmount);
+ pickUpScatteredMoney(): void {
+ const moneyAmount = new NumberHolder(globalScene.currentBattle.moneyScattered);
+ globalScene.applyModifiers(MoneyMultiplierModifier, true, moneyAmount);
- if (scene.arena.getTag(ArenaTagType.HAPPY_HOUR)) {
+ if (globalScene.arena.getTag(ArenaTagType.HAPPY_HOUR)) {
moneyAmount.value *= 2;
}
- scene.addMoney(moneyAmount.value);
+ globalScene.addMoney(moneyAmount.value);
const userLocale = navigator.language || "en-US";
const formattedMoneyAmount = moneyAmount.value.toLocaleString(userLocale);
- const message = i18next.t("battle:moneyPickedUp", { moneyAmount: formattedMoneyAmount });
- scene.queueMessage(message, undefined, true);
+ const message = i18next.t("battle:moneyPickedUp", {
+ moneyAmount: formattedMoneyAmount,
+ });
+ globalScene.queueMessage(message, undefined, true);
- scene.currentBattle.moneyScattered = 0;
+ globalScene.currentBattle.moneyScattered = 0;
}
- addBattleScore(scene: BattleScene): void {
- let partyMemberTurnMultiplier = scene.getEnemyParty().length / 2 + 0.5;
+ addBattleScore(): void {
+ let partyMemberTurnMultiplier = globalScene.getEnemyParty().length / 2 + 0.5;
if (this.double) {
partyMemberTurnMultiplier /= 1.5;
}
- for (const p of scene.getEnemyParty()) {
+ for (const p of globalScene.getEnemyParty()) {
if (p.isBoss()) {
- partyMemberTurnMultiplier *= (p.bossSegments / 1.5) / scene.getEnemyParty().length;
+ partyMemberTurnMultiplier *= p.bossSegments / 1.5 / globalScene.getEnemyParty().length;
}
}
- const turnMultiplier = Phaser.Tweens.Builders.GetEaseFunction("Sine.easeIn")(1 - Math.min(this.turn - 2, 10 * partyMemberTurnMultiplier) / (10 * partyMemberTurnMultiplier));
+ const turnMultiplier = Phaser.Tweens.Builders.GetEaseFunction("Sine.easeIn")(
+ 1 - Math.min(this.turn - 2, 10 * partyMemberTurnMultiplier) / (10 * partyMemberTurnMultiplier),
+ );
const finalBattleScore = Math.ceil(this.battleScore * turnMultiplier);
- scene.score += finalBattleScore;
- console.log(`Battle Score: ${finalBattleScore} (${this.turn - 1} Turns x${Math.floor(turnMultiplier * 100) / 100})`);
- console.log(`Total Score: ${scene.score}`);
- scene.updateScoreText();
+ globalScene.score += finalBattleScore;
+ console.log(
+ `Battle Score: ${finalBattleScore} (${this.turn - 1} Turns x${Math.floor(turnMultiplier * 100) / 100})`,
+ );
+ console.log(`Total Score: ${globalScene.score}`);
+ globalScene.updateScoreText();
}
- getBgmOverride(scene: BattleScene): string | null {
- const battlers = this.enemyParty.slice(0, this.getBattlerCount());
+ getBgmOverride(): string | null {
if (this.isBattleMysteryEncounter() && this.mysteryEncounter?.encounterMode === MysteryEncounterMode.DEFAULT) {
// Music is overridden for MEs during ME onInit()
// Should not use any BGM overrides before swapping from DEFAULT mode
return null;
- } else if (this.battleType === BattleType.TRAINER || this.mysteryEncounter?.encounterMode === MysteryEncounterMode.TRAINER_BATTLE) {
+ }
+ if (
+ this.battleType === BattleType.TRAINER ||
+ this.mysteryEncounter?.encounterMode === MysteryEncounterMode.TRAINER_BATTLE
+ ) {
if (!this.started && this.trainer?.config.encounterBgm && this.trainer?.getEncounterMessages()?.length) {
return `encounter_${this.trainer?.getEncounterBgm()}`;
}
- if (scene.musicPreference === 0) {
+ if (globalScene.musicPreference === MusicPreference.GENFIVE) {
return this.trainer?.getBattleBgm() ?? null;
- } else {
- return this.trainer?.getMixedBattleBgm() ?? null;
}
- } else if (this.gameMode.isClassic && this.waveIndex > 195 && this.battleSpec !== BattleSpec.FINAL_BOSS) {
+ return this.trainer?.getMixedBattleBgm() ?? null;
+ }
+ if (this.gameMode.isClassic && this.waveIndex > 195 && this.battleSpec !== BattleSpec.FINAL_BOSS) {
return "end_summit";
}
- for (const pokemon of battlers) {
+ const wildOpponents = globalScene.getEnemyParty();
+ for (const pokemon of wildOpponents) {
if (this.battleSpec === BattleSpec.FINAL_BOSS) {
- if (pokemon.formIndex) {
+ if (pokemon.species.getFormSpriteKey(pokemon.formIndex) === SpeciesFormKey.ETERNAMAX) {
return "battle_final";
}
return "battle_final_encounter";
}
if (pokemon.species.legendary || pokemon.species.subLegendary || pokemon.species.mythical) {
- if (scene.musicPreference === 0) {
- if (pokemon.species.speciesId === Species.REGIROCK || pokemon.species.speciesId === Species.REGICE || pokemon.species.speciesId === Species.REGISTEEL || pokemon.species.speciesId === Species.REGIGIGAS || pokemon.species.speciesId === Species.REGIELEKI || pokemon.species.speciesId === Species.REGIDRAGO) {
- return "battle_legendary_regis_g5";
+ if (globalScene.musicPreference === MusicPreference.GENFIVE) {
+ switch (pokemon.species.speciesId) {
+ case Species.REGIROCK:
+ case Species.REGICE:
+ case Species.REGISTEEL:
+ case Species.REGIGIGAS:
+ case Species.REGIDRAGO:
+ case Species.REGIELEKI:
+ return "battle_legendary_regis_g5";
+ case Species.KYUREM:
+ return "battle_legendary_kyurem";
+ default:
+ if (pokemon.species.legendary) {
+ return "battle_legendary_res_zek";
+ }
+ return "battle_legendary_unova";
}
- if (pokemon.species.speciesId === Species.COBALION || pokemon.species.speciesId === Species.TERRAKION || pokemon.species.speciesId === Species.VIRIZION || pokemon.species.speciesId === Species.TORNADUS || pokemon.species.speciesId === Species.THUNDURUS || pokemon.species.speciesId === Species.LANDORUS || pokemon.species.speciesId === Species.KELDEO || pokemon.species.speciesId === Species.MELOETTA || pokemon.species.speciesId === Species.GENESECT) {
- return "battle_legendary_unova";
- }
- if (pokemon.species.speciesId === Species.KYUREM) {
- return "battle_legendary_kyurem";
- }
- if (pokemon.species.legendary) {
- return "battle_legendary_res_zek";
- }
- return "battle_legendary_unova";
- } else {
- if (pokemon.species.speciesId === Species.ARTICUNO || pokemon.species.speciesId === Species.ZAPDOS || pokemon.species.speciesId === Species.MOLTRES || pokemon.species.speciesId === Species.MEWTWO || pokemon.species.speciesId === Species.MEW) {
- return "battle_legendary_kanto";
- }
- if (pokemon.species.speciesId === Species.RAIKOU) {
- return "battle_legendary_raikou";
- }
- if (pokemon.species.speciesId === Species.ENTEI) {
- return "battle_legendary_entei";
- }
- if (pokemon.species.speciesId === Species.SUICUNE) {
- return "battle_legendary_suicune";
- }
- if (pokemon.species.speciesId === Species.LUGIA) {
- return "battle_legendary_lugia";
- }
- if (pokemon.species.speciesId === Species.HO_OH) {
- return "battle_legendary_ho_oh";
- }
- if (pokemon.species.speciesId === Species.REGIROCK || pokemon.species.speciesId === Species.REGICE || pokemon.species.speciesId === Species.REGISTEEL || pokemon.species.speciesId === Species.REGIGIGAS || pokemon.species.speciesId === Species.REGIELEKI || pokemon.species.speciesId === Species.REGIDRAGO) {
- return "battle_legendary_regis_g6";
- }
- if (pokemon.species.speciesId === Species.GROUDON || pokemon.species.speciesId === Species.KYOGRE) {
- return "battle_legendary_gro_kyo";
- }
- if (pokemon.species.speciesId === Species.RAYQUAZA) {
- return "battle_legendary_rayquaza";
- }
- if (pokemon.species.speciesId === Species.DEOXYS) {
- return "battle_legendary_deoxys";
- }
- if (pokemon.species.speciesId === Species.UXIE || pokemon.species.speciesId === Species.MESPRIT || pokemon.species.speciesId === Species.AZELF) {
- return "battle_legendary_lake_trio";
- }
- if (pokemon.species.speciesId === Species.HEATRAN || pokemon.species.speciesId === Species.CRESSELIA || pokemon.species.speciesId === Species.DARKRAI || pokemon.species.speciesId === Species.SHAYMIN) {
- return "battle_legendary_sinnoh";
- }
- if (pokemon.species.speciesId === Species.DIALGA || pokemon.species.speciesId === Species.PALKIA) {
- if (pokemon.getFormKey() === "") {
+ }
+ if (globalScene.musicPreference === MusicPreference.ALLGENS) {
+ switch (pokemon.species.speciesId) {
+ case Species.ARTICUNO:
+ case Species.ZAPDOS:
+ case Species.MOLTRES:
+ case Species.MEWTWO:
+ case Species.MEW:
+ return "battle_legendary_kanto";
+ case Species.RAIKOU:
+ return "battle_legendary_raikou";
+ case Species.ENTEI:
+ return "battle_legendary_entei";
+ case Species.SUICUNE:
+ return "battle_legendary_suicune";
+ case Species.LUGIA:
+ return "battle_legendary_lugia";
+ case Species.HO_OH:
+ return "battle_legendary_ho_oh";
+ case Species.REGIROCK:
+ case Species.REGICE:
+ case Species.REGISTEEL:
+ case Species.REGIGIGAS:
+ case Species.REGIDRAGO:
+ case Species.REGIELEKI:
+ return "battle_legendary_regis_g6";
+ case Species.GROUDON:
+ case Species.KYOGRE:
+ return "battle_legendary_gro_kyo";
+ case Species.RAYQUAZA:
+ return "battle_legendary_rayquaza";
+ case Species.DEOXYS:
+ return "battle_legendary_deoxys";
+ case Species.UXIE:
+ case Species.MESPRIT:
+ case Species.AZELF:
+ return "battle_legendary_lake_trio";
+ case Species.HEATRAN:
+ case Species.CRESSELIA:
+ case Species.DARKRAI:
+ case Species.SHAYMIN:
+ return "battle_legendary_sinnoh";
+ case Species.DIALGA:
+ case Species.PALKIA:
+ if (pokemon.species.getFormSpriteKey(pokemon.formIndex) === SpeciesFormKey.ORIGIN) {
+ return "battle_legendary_origin_forme";
+ }
return "battle_legendary_dia_pal";
- }
- if (pokemon.getFormKey() === "origin") {
- return "battle_legendary_origin_forme";
- }
- }
- if (pokemon.species.speciesId === Species.GIRATINA) {
- return "battle_legendary_giratina";
- }
- if (pokemon.species.speciesId === Species.ARCEUS) {
- return "battle_legendary_arceus";
- }
- if (pokemon.species.speciesId === Species.COBALION || pokemon.species.speciesId === Species.TERRAKION || pokemon.species.speciesId === Species.VIRIZION || pokemon.species.speciesId === Species.TORNADUS || pokemon.species.speciesId === Species.THUNDURUS || pokemon.species.speciesId === Species.LANDORUS || pokemon.species.speciesId === Species.KELDEO || pokemon.species.speciesId === Species.MELOETTA || pokemon.species.speciesId === Species.GENESECT) {
- return "battle_legendary_unova";
- }
- if (pokemon.species.speciesId === Species.KYUREM) {
- return "battle_legendary_kyurem";
- }
- if (pokemon.species.speciesId === Species.XERNEAS || pokemon.species.speciesId === Species.YVELTAL || pokemon.species.speciesId === Species.ZYGARDE) {
- return "battle_legendary_xern_yvel";
- }
- if (pokemon.species.speciesId === Species.TAPU_KOKO || pokemon.species.speciesId === Species.TAPU_LELE || pokemon.species.speciesId === Species.TAPU_BULU || pokemon.species.speciesId === Species.TAPU_FINI) {
- return "battle_legendary_tapu";
- }
- if ([ Species.COSMOG, Species.COSMOEM, Species.SOLGALEO, Species.LUNALA ].includes(pokemon.species.speciesId)) {
- return "battle_legendary_sol_lun";
- }
- if (pokemon.species.speciesId === Species.NECROZMA) {
- if (pokemon.getFormKey() === "") {
+ case Species.GIRATINA:
+ return "battle_legendary_giratina";
+ case Species.ARCEUS:
+ return "battle_legendary_arceus";
+ case Species.COBALION:
+ case Species.TERRAKION:
+ case Species.VIRIZION:
+ case Species.KELDEO:
+ case Species.TORNADUS:
+ case Species.LANDORUS:
+ case Species.THUNDURUS:
+ case Species.MELOETTA:
+ case Species.GENESECT:
+ return "battle_legendary_unova";
+ case Species.KYUREM:
+ return "battle_legendary_kyurem";
+ case Species.XERNEAS:
+ case Species.YVELTAL:
+ case Species.ZYGARDE:
+ return "battle_legendary_xern_yvel";
+ case Species.TAPU_KOKO:
+ case Species.TAPU_LELE:
+ case Species.TAPU_BULU:
+ case Species.TAPU_FINI:
+ return "battle_legendary_tapu";
+ case Species.SOLGALEO:
+ case Species.LUNALA:
return "battle_legendary_sol_lun";
- }
- if (pokemon.getFormKey() === "dusk-mane" || pokemon.getFormKey() === "dawn-wings") {
- return "battle_legendary_dusk_dawn";
- }
- if (pokemon.getFormKey() === "ultra") {
- return "battle_legendary_ultra_nec";
- }
- }
- if ([ Species.NIHILEGO, Species.BUZZWOLE, Species.PHEROMOSA, Species.XURKITREE, Species.CELESTEELA, Species.KARTANA, Species.GUZZLORD, Species.POIPOLE, Species.NAGANADEL, Species.STAKATAKA, Species.BLACEPHALON ].includes(pokemon.species.speciesId)) {
- return "battle_legendary_ub";
- }
- if (pokemon.species.speciesId === Species.ZACIAN || pokemon.species.speciesId === Species.ZAMAZENTA) {
- return "battle_legendary_zac_zam";
- }
- if (pokemon.species.speciesId === Species.GLASTRIER || pokemon.species.speciesId === Species.SPECTRIER) {
- return "battle_legendary_glas_spec";
- }
- if (pokemon.species.speciesId === Species.CALYREX) {
- if (pokemon.getFormKey() === "") {
+ case Species.NECROZMA:
+ switch (pokemon.getFormKey()) {
+ case "dusk-mane":
+ case "dawn-wings":
+ return "battle_legendary_dusk_dawn";
+ case "ultra":
+ return "battle_legendary_ultra_nec";
+ default:
+ return "battle_legendary_sol_lun";
+ }
+ case Species.NIHILEGO:
+ case Species.PHEROMOSA:
+ case Species.BUZZWOLE:
+ case Species.XURKITREE:
+ case Species.CELESTEELA:
+ case Species.KARTANA:
+ case Species.GUZZLORD:
+ case Species.POIPOLE:
+ case Species.NAGANADEL:
+ case Species.STAKATAKA:
+ case Species.BLACEPHALON:
+ return "battle_legendary_ub";
+ case Species.ZACIAN:
+ case Species.ZAMAZENTA:
+ return "battle_legendary_zac_zam";
+ case Species.GLASTRIER:
+ case Species.SPECTRIER:
+ return "battle_legendary_glas_spec";
+ case Species.CALYREX:
+ if (pokemon.getFormKey() === "ice" || pokemon.getFormKey() === "shadow") {
+ return "battle_legendary_riders";
+ }
return "battle_legendary_calyrex";
- }
- if (pokemon.getFormKey() === "ice" || pokemon.getFormKey() === "shadow") {
- return "battle_legendary_riders";
- }
+ case Species.GALAR_ARTICUNO:
+ case Species.GALAR_ZAPDOS:
+ case Species.GALAR_MOLTRES:
+ return "battle_legendary_birds_galar";
+ case Species.WO_CHIEN:
+ case Species.CHIEN_PAO:
+ case Species.TING_LU:
+ case Species.CHI_YU:
+ return "battle_legendary_ruinous";
+ case Species.KORAIDON:
+ case Species.MIRAIDON:
+ return "battle_legendary_kor_mir";
+ case Species.OKIDOGI:
+ case Species.MUNKIDORI:
+ case Species.FEZANDIPITI:
+ return "battle_legendary_loyal_three";
+ case Species.OGERPON:
+ return "battle_legendary_ogerpon";
+ case Species.TERAPAGOS:
+ return "battle_legendary_terapagos";
+ case Species.PECHARUNT:
+ return "battle_legendary_pecharunt";
+ default:
+ if (pokemon.species.legendary) {
+ return "battle_legendary_res_zek";
+ }
+ return "battle_legendary_unova";
}
- if (pokemon.species.speciesId === Species.GALAR_ARTICUNO || pokemon.species.speciesId === Species.GALAR_ZAPDOS || pokemon.species.speciesId === Species.GALAR_MOLTRES) {
- return "battle_legendary_birds_galar";
- }
- if (pokemon.species.speciesId === Species.WO_CHIEN || pokemon.species.speciesId === Species.CHIEN_PAO || pokemon.species.speciesId === Species.TING_LU || pokemon.species.speciesId === Species.CHI_YU) {
- return "battle_legendary_ruinous";
- }
- if (pokemon.species.speciesId === Species.KORAIDON || pokemon.species.speciesId === Species.MIRAIDON) {
- return "battle_legendary_kor_mir";
- }
- if (pokemon.species.speciesId === Species.OKIDOGI || pokemon.species.speciesId === Species.MUNKIDORI || pokemon.species.speciesId === Species.FEZANDIPITI) {
- return "battle_legendary_loyal_three";
- }
- if (pokemon.species.speciesId === Species.OGERPON) {
- return "battle_legendary_ogerpon";
- }
- if (pokemon.species.speciesId === Species.TERAPAGOS) {
- return "battle_legendary_terapagos";
- }
- if (pokemon.species.speciesId === Species.PECHARUNT) {
- return "battle_legendary_pecharunt";
- }
- if (pokemon.species.legendary) {
- return "battle_legendary_res_zek";
- }
- return "battle_legendary_unova";
}
}
}
- if (scene.gameMode.isClassic && this.waveIndex <= 4) {
+ if (globalScene.gameMode.isClassic && this.waveIndex <= 4) {
return "battle_wild";
}
@@ -382,31 +450,31 @@ export default class Battle {
}
/**
- * Generates a random number using the current battle's seed. Calls {@linkcode Utils.randSeedInt}
+ * Generates a random number using the current battle's seed. Calls {@linkcode randSeedInt}
* @param range How large of a range of random numbers to choose from. If {@linkcode range} <= 1, returns {@linkcode min}
* @param min The minimum integer to pick, default `0`
* @returns A random integer between {@linkcode min} and ({@linkcode min} + {@linkcode range} - 1)
*/
- randSeedInt(scene: BattleScene, range: number, min: number = 0): number {
+ randSeedInt(range: number, min = 0): number {
if (range <= 1) {
return min;
}
- const tempRngCounter = scene.rngCounter;
- const tempSeedOverride = scene.rngSeedOverride;
+ const tempRngCounter = globalScene.rngCounter;
+ const tempSeedOverride = globalScene.rngSeedOverride;
const state = Phaser.Math.RND.state();
if (this.battleSeedState) {
Phaser.Math.RND.state(this.battleSeedState);
} else {
- Phaser.Math.RND.sow([ Utils.shiftCharCodes(this.battleSeed, this.turn << 6) ]);
+ Phaser.Math.RND.sow([shiftCharCodes(this.battleSeed, this.turn << 6)]);
console.log("Battle Seed:", this.battleSeed);
}
- scene.rngCounter = this.rngCounter++;
- scene.rngSeedOverride = this.battleSeed;
- const ret = Utils.randSeedInt(range, min);
+ globalScene.rngCounter = this.rngCounter++;
+ globalScene.rngSeedOverride = this.battleSeed;
+ const ret = randSeedInt(range, min);
this.battleSeedState = Phaser.Math.RND.state();
Phaser.Math.RND.state(state);
- scene.rngCounter = tempRngCounter;
- scene.rngSeedOverride = tempSeedOverride;
+ globalScene.rngCounter = tempRngCounter;
+ globalScene.rngSeedOverride = tempSeedOverride;
return ret;
}
@@ -419,16 +487,22 @@ export default class Battle {
}
export class FixedBattle extends Battle {
- constructor(scene: BattleScene, waveIndex: number, config: FixedBattleConfig) {
- super(scene.gameMode, waveIndex, config.battleType, config.battleType === BattleType.TRAINER ? config.getTrainer(scene) : undefined, config.double);
+ constructor(waveIndex: number, config: FixedBattleConfig) {
+ super(
+ globalScene.gameMode,
+ waveIndex,
+ config.battleType,
+ config.battleType === BattleType.TRAINER ? config.getTrainer() : undefined,
+ config.double,
+ );
if (config.getEnemyParty) {
- this.enemyParty = config.getEnemyParty(scene);
+ this.enemyParty = config.getEnemyParty();
}
}
}
-type GetTrainerFunc = (scene: BattleScene) => Trainer;
-type GetEnemyPartyFunc = (scene: BattleScene) => EnemyPokemon[];
+type GetTrainerFunc = () => Trainer;
+type GetEnemyPartyFunc = () => EnemyPokemon[];
export class FixedBattleConfig {
public battleType: BattleType;
@@ -469,7 +543,6 @@ export class FixedBattleConfig {
}
}
-
/**
* Helper function to generate a random trainer for evil team trainers and the elite 4/champion
* @param trainerPool The TrainerType or list of TrainerTypes that can possibly be generated
@@ -477,39 +550,52 @@ export class FixedBattleConfig {
* @param seedOffset the seed offset to use for the random generation of the trainer
* @returns the generated trainer
*/
-function getRandomTrainerFunc(trainerPool: (TrainerType | TrainerType[])[], randomGender: boolean = false, seedOffset: number = 0): GetTrainerFunc {
- return (scene: BattleScene) => {
- const rand = Utils.randSeedInt(trainerPool.length);
+export function getRandomTrainerFunc(
+ trainerPool: (TrainerType | TrainerType[])[],
+ randomGender = false,
+ seedOffset = 0,
+): GetTrainerFunc {
+ return () => {
+ const rand = randSeedInt(trainerPool.length);
const trainerTypes: TrainerType[] = [];
- scene.executeWithSeedOffset(() => {
+ globalScene.executeWithSeedOffset(() => {
for (const trainerPoolEntry of trainerPool) {
- const trainerType = Array.isArray(trainerPoolEntry)
- ? Utils.randSeedItem(trainerPoolEntry)
- : trainerPoolEntry;
+ const trainerType = Array.isArray(trainerPoolEntry) ? randSeedItem(trainerPoolEntry) : trainerPoolEntry;
trainerTypes.push(trainerType);
}
}, seedOffset);
let trainerGender = TrainerVariant.DEFAULT;
if (randomGender) {
- trainerGender = (Utils.randInt(2) === 0) ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT;
+ trainerGender = randInt(2) === 0 ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT;
}
/* 1/3 chance for evil team grunts to be double battles */
- const evilTeamGrunts = [ TrainerType.ROCKET_GRUNT, TrainerType.MAGMA_GRUNT, TrainerType.AQUA_GRUNT, TrainerType.GALACTIC_GRUNT, TrainerType.PLASMA_GRUNT, TrainerType.FLARE_GRUNT, TrainerType.AETHER_GRUNT, TrainerType.SKULL_GRUNT, TrainerType.MACRO_GRUNT, TrainerType.STAR_GRUNT ];
+ const evilTeamGrunts = [
+ TrainerType.ROCKET_GRUNT,
+ TrainerType.MAGMA_GRUNT,
+ TrainerType.AQUA_GRUNT,
+ TrainerType.GALACTIC_GRUNT,
+ TrainerType.PLASMA_GRUNT,
+ TrainerType.FLARE_GRUNT,
+ TrainerType.AETHER_GRUNT,
+ TrainerType.SKULL_GRUNT,
+ TrainerType.MACRO_GRUNT,
+ TrainerType.STAR_GRUNT,
+ ];
const isEvilTeamGrunt = evilTeamGrunts.includes(trainerTypes[rand]);
if (trainerConfigs[trainerTypes[rand]].hasDouble && isEvilTeamGrunt) {
- return new Trainer(scene, trainerTypes[rand], (Utils.randInt(3) === 0) ? TrainerVariant.DOUBLE : trainerGender);
+ return new Trainer(trainerTypes[rand], randInt(3) === 0 ? TrainerVariant.DOUBLE : trainerGender);
}
- return new Trainer(scene, trainerTypes[rand], trainerGender);
+ return new Trainer(trainerTypes[rand], trainerGender);
};
}
export interface FixedBattleConfigs {
- [key: number]: FixedBattleConfig
+ [key: number]: FixedBattleConfig;
}
/**
* Youngster/Lass on 5
@@ -521,51 +607,355 @@ export interface FixedBattleConfigs {
* Champion on 190
*/
export const classicFixedBattles: FixedBattleConfigs = {
- [5]: new FixedBattleConfig().setBattleType(BattleType.TRAINER)
- .setGetTrainerFunc(scene => new Trainer(scene, TrainerType.YOUNGSTER, Utils.randSeedInt(2) ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT)),
- [8]: new FixedBattleConfig().setBattleType(BattleType.TRAINER)
- .setGetTrainerFunc(scene => new Trainer(scene, TrainerType.RIVAL, scene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT)),
- [25]: new FixedBattleConfig().setBattleType(BattleType.TRAINER)
- .setGetTrainerFunc(scene => new Trainer(scene, TrainerType.RIVAL_2, scene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT))
- .setCustomModifierRewards({ guaranteedModifierTiers: [ ModifierTier.ULTRA, ModifierTier.GREAT, ModifierTier.GREAT ], allowLuckUpgrades: false }),
- [35]: new FixedBattleConfig().setBattleType(BattleType.TRAINER)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.ROCKET_GRUNT, TrainerType.MAGMA_GRUNT, TrainerType.AQUA_GRUNT, TrainerType.GALACTIC_GRUNT, TrainerType.PLASMA_GRUNT, TrainerType.FLARE_GRUNT, TrainerType.AETHER_GRUNT, TrainerType.SKULL_GRUNT, TrainerType.MACRO_GRUNT, TrainerType.STAR_GRUNT ], true)),
- [55]: new FixedBattleConfig().setBattleType(BattleType.TRAINER)
- .setGetTrainerFunc(scene => new Trainer(scene, TrainerType.RIVAL_3, scene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT))
- .setCustomModifierRewards({ guaranteedModifierTiers: [ ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.GREAT, ModifierTier.GREAT ], allowLuckUpgrades: false }),
- [62]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(35)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.ROCKET_GRUNT, TrainerType.MAGMA_GRUNT, TrainerType.AQUA_GRUNT, TrainerType.GALACTIC_GRUNT, TrainerType.PLASMA_GRUNT, TrainerType.FLARE_GRUNT, TrainerType.AETHER_GRUNT, TrainerType.SKULL_GRUNT, TrainerType.MACRO_GRUNT, TrainerType.STAR_GRUNT ], true)),
- [64]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(35)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.ROCKET_GRUNT, TrainerType.MAGMA_GRUNT, TrainerType.AQUA_GRUNT, TrainerType.GALACTIC_GRUNT, TrainerType.PLASMA_GRUNT, TrainerType.FLARE_GRUNT, TrainerType.AETHER_GRUNT, TrainerType.SKULL_GRUNT, TrainerType.MACRO_GRUNT, TrainerType.STAR_GRUNT ], true)),
- [66]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(35)
- .setGetTrainerFunc(getRandomTrainerFunc([[ TrainerType.ARCHER, TrainerType.ARIANA, TrainerType.PROTON, TrainerType.PETREL ], [ TrainerType.TABITHA, TrainerType.COURTNEY ], [ TrainerType.MATT, TrainerType.SHELLY ], [ TrainerType.JUPITER, TrainerType.MARS, TrainerType.SATURN ], [ TrainerType.ZINZOLIN, TrainerType.ROOD ], [ TrainerType.XEROSIC, TrainerType.BRYONY ], TrainerType.FABA, TrainerType.PLUMERIA, TrainerType.OLEANA, [ TrainerType.GIACOMO, TrainerType.MELA, TrainerType.ATTICUS, TrainerType.ORTEGA, TrainerType.ERI ]], true)),
- [95]: new FixedBattleConfig().setBattleType(BattleType.TRAINER)
- .setGetTrainerFunc(scene => new Trainer(scene, TrainerType.RIVAL_4, scene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT))
- .setCustomModifierRewards({ guaranteedModifierTiers: [ ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.ULTRA ], allowLuckUpgrades: false }),
- [112]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(35)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.ROCKET_GRUNT, TrainerType.MAGMA_GRUNT, TrainerType.AQUA_GRUNT, TrainerType.GALACTIC_GRUNT, TrainerType.PLASMA_GRUNT, TrainerType.FLARE_GRUNT, TrainerType.AETHER_GRUNT, TrainerType.SKULL_GRUNT, TrainerType.MACRO_GRUNT, TrainerType.STAR_GRUNT ], true)),
- [114]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(35)
- .setGetTrainerFunc(getRandomTrainerFunc([[ TrainerType.ARCHER, TrainerType.ARIANA, TrainerType.PROTON, TrainerType.PETREL ], [ TrainerType.TABITHA, TrainerType.COURTNEY ], [ TrainerType.MATT, TrainerType.SHELLY ], [ TrainerType.JUPITER, TrainerType.MARS, TrainerType.SATURN ], [ TrainerType.ZINZOLIN, TrainerType.ROOD ], [ TrainerType.XEROSIC, TrainerType.BRYONY ], TrainerType.FABA, TrainerType.PLUMERIA, TrainerType.OLEANA, [ TrainerType.GIACOMO, TrainerType.MELA, TrainerType.ATTICUS, TrainerType.ORTEGA, TrainerType.ERI ]], true, 1)),
- [ClassicFixedBossWaves.EVIL_BOSS_1]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(35)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.ROCKET_BOSS_GIOVANNI_1, TrainerType.MAXIE, TrainerType.ARCHIE, TrainerType.CYRUS, TrainerType.GHETSIS, TrainerType.LYSANDRE, TrainerType.LUSAMINE, TrainerType.GUZMA, TrainerType.ROSE, TrainerType.PENNY ]))
- .setCustomModifierRewards({ guaranteedModifierTiers: [ ModifierTier.ROGUE, ModifierTier.ROGUE, ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.ULTRA ], allowLuckUpgrades: false }),
- [145]: new FixedBattleConfig().setBattleType(BattleType.TRAINER)
- .setGetTrainerFunc(scene => new Trainer(scene, TrainerType.RIVAL_5, scene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT))
- .setCustomModifierRewards({ guaranteedModifierTiers: [ ModifierTier.ROGUE, ModifierTier.ROGUE, ModifierTier.ROGUE, ModifierTier.ULTRA, ModifierTier.ULTRA ], allowLuckUpgrades: false }),
- [ClassicFixedBossWaves.EVIL_BOSS_2]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(35)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.ROCKET_BOSS_GIOVANNI_2, TrainerType.MAXIE_2, TrainerType.ARCHIE_2, TrainerType.CYRUS_2, TrainerType.GHETSIS_2, TrainerType.LYSANDRE_2, TrainerType.LUSAMINE_2, TrainerType.GUZMA_2, TrainerType.ROSE_2, TrainerType.PENNY_2 ]))
- .setCustomModifierRewards({ guaranteedModifierTiers: [ ModifierTier.ROGUE, ModifierTier.ROGUE, ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.ULTRA ], allowLuckUpgrades: false }),
- [182]: new FixedBattleConfig().setBattleType(BattleType.TRAINER)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.LORELEI, TrainerType.WILL, TrainerType.SIDNEY, TrainerType.AARON, TrainerType.SHAUNTAL, TrainerType.MALVA, [ TrainerType.HALA, TrainerType.MOLAYNE ], TrainerType.MARNIE_ELITE, TrainerType.RIKA, TrainerType.CRISPIN ])),
- [184]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(182)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.BRUNO, TrainerType.KOGA, TrainerType.PHOEBE, TrainerType.BERTHA, TrainerType.MARSHAL, TrainerType.SIEBOLD, TrainerType.OLIVIA, TrainerType.NESSA_ELITE, TrainerType.POPPY, TrainerType.AMARYS ])),
- [186]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(182)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.AGATHA, TrainerType.BRUNO, TrainerType.GLACIA, TrainerType.FLINT, TrainerType.GRIMSLEY, TrainerType.WIKSTROM, TrainerType.ACEROLA, [ TrainerType.BEA_ELITE, TrainerType.ALLISTER_ELITE ], TrainerType.LARRY_ELITE, TrainerType.LACEY ])),
- [188]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(182)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.LANCE, TrainerType.KAREN, TrainerType.DRAKE, TrainerType.LUCIAN, TrainerType.CAITLIN, TrainerType.DRASNA, TrainerType.KAHILI, TrainerType.RAIHAN_ELITE, TrainerType.HASSEL, TrainerType.DRAYTON ])),
- [190]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(182)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.BLUE, [ TrainerType.RED, TrainerType.LANCE_CHAMPION ], [ TrainerType.STEVEN, TrainerType.WALLACE ], TrainerType.CYNTHIA, [ TrainerType.ALDER, TrainerType.IRIS ], TrainerType.DIANTHA, TrainerType.HAU, TrainerType.LEON, [ TrainerType.GEETA, TrainerType.NEMONA ], TrainerType.KIERAN ])),
- [195]: new FixedBattleConfig().setBattleType(BattleType.TRAINER)
- .setGetTrainerFunc(scene => new Trainer(scene, TrainerType.RIVAL_6, scene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT))
- .setCustomModifierRewards({ guaranteedModifierTiers: [ ModifierTier.ROGUE, ModifierTier.ROGUE, ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.GREAT, ModifierTier.GREAT ], allowLuckUpgrades: false })
+ [ClassicFixedBossWaves.TOWN_YOUNGSTER]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setGetTrainerFunc(
+ () => new Trainer(TrainerType.YOUNGSTER, randSeedInt(2) ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT),
+ ),
+ [ClassicFixedBossWaves.RIVAL_1]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setGetTrainerFunc(
+ () =>
+ new Trainer(
+ TrainerType.RIVAL,
+ globalScene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT,
+ ),
+ ),
+ [ClassicFixedBossWaves.RIVAL_2]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setGetTrainerFunc(
+ () =>
+ new Trainer(
+ TrainerType.RIVAL_2,
+ globalScene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT,
+ ),
+ )
+ .setCustomModifierRewards({
+ guaranteedModifierTiers: [ModifierTier.ULTRA, ModifierTier.GREAT, ModifierTier.GREAT],
+ allowLuckUpgrades: false,
+ }),
+ [ClassicFixedBossWaves.EVIL_GRUNT_1]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc(
+ [
+ TrainerType.ROCKET_GRUNT,
+ TrainerType.MAGMA_GRUNT,
+ TrainerType.AQUA_GRUNT,
+ TrainerType.GALACTIC_GRUNT,
+ TrainerType.PLASMA_GRUNT,
+ TrainerType.FLARE_GRUNT,
+ TrainerType.AETHER_GRUNT,
+ TrainerType.SKULL_GRUNT,
+ TrainerType.MACRO_GRUNT,
+ TrainerType.STAR_GRUNT,
+ ],
+ true,
+ ),
+ ),
+ [ClassicFixedBossWaves.RIVAL_3]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setGetTrainerFunc(
+ () =>
+ new Trainer(
+ TrainerType.RIVAL_3,
+ globalScene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT,
+ ),
+ )
+ .setCustomModifierRewards({
+ guaranteedModifierTiers: [ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.GREAT, ModifierTier.GREAT],
+ allowLuckUpgrades: false,
+ }),
+ [ClassicFixedBossWaves.EVIL_GRUNT_2]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.EVIL_GRUNT_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc(
+ [
+ TrainerType.ROCKET_GRUNT,
+ TrainerType.MAGMA_GRUNT,
+ TrainerType.AQUA_GRUNT,
+ TrainerType.GALACTIC_GRUNT,
+ TrainerType.PLASMA_GRUNT,
+ TrainerType.FLARE_GRUNT,
+ TrainerType.AETHER_GRUNT,
+ TrainerType.SKULL_GRUNT,
+ TrainerType.MACRO_GRUNT,
+ TrainerType.STAR_GRUNT,
+ ],
+ true,
+ ),
+ ),
+ [ClassicFixedBossWaves.EVIL_GRUNT_3]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.EVIL_GRUNT_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc(
+ [
+ TrainerType.ROCKET_GRUNT,
+ TrainerType.MAGMA_GRUNT,
+ TrainerType.AQUA_GRUNT,
+ TrainerType.GALACTIC_GRUNT,
+ TrainerType.PLASMA_GRUNT,
+ TrainerType.FLARE_GRUNT,
+ TrainerType.AETHER_GRUNT,
+ TrainerType.SKULL_GRUNT,
+ TrainerType.MACRO_GRUNT,
+ TrainerType.STAR_GRUNT,
+ ],
+ true,
+ ),
+ ),
+ [ClassicFixedBossWaves.EVIL_ADMIN_1]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.EVIL_GRUNT_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc(
+ [
+ [TrainerType.ARCHER, TrainerType.ARIANA, TrainerType.PROTON, TrainerType.PETREL],
+ [TrainerType.TABITHA, TrainerType.COURTNEY],
+ [TrainerType.MATT, TrainerType.SHELLY],
+ [TrainerType.JUPITER, TrainerType.MARS, TrainerType.SATURN],
+ [TrainerType.ZINZOLIN, TrainerType.COLRESS],
+ [TrainerType.XEROSIC, TrainerType.BRYONY],
+ TrainerType.FABA,
+ TrainerType.PLUMERIA,
+ TrainerType.OLEANA,
+ [TrainerType.GIACOMO, TrainerType.MELA, TrainerType.ATTICUS, TrainerType.ORTEGA, TrainerType.ERI],
+ ],
+ true,
+ ),
+ ),
+ [ClassicFixedBossWaves.RIVAL_4]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setGetTrainerFunc(
+ () =>
+ new Trainer(
+ TrainerType.RIVAL_4,
+ globalScene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT,
+ ),
+ )
+ .setCustomModifierRewards({
+ guaranteedModifierTiers: [ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.ULTRA],
+ allowLuckUpgrades: false,
+ }),
+ [ClassicFixedBossWaves.EVIL_GRUNT_4]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.EVIL_GRUNT_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc(
+ [
+ TrainerType.ROCKET_GRUNT,
+ TrainerType.MAGMA_GRUNT,
+ TrainerType.AQUA_GRUNT,
+ TrainerType.GALACTIC_GRUNT,
+ TrainerType.PLASMA_GRUNT,
+ TrainerType.FLARE_GRUNT,
+ TrainerType.AETHER_GRUNT,
+ TrainerType.SKULL_GRUNT,
+ TrainerType.MACRO_GRUNT,
+ TrainerType.STAR_GRUNT,
+ ],
+ true,
+ ),
+ ),
+ [ClassicFixedBossWaves.EVIL_ADMIN_2]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.EVIL_GRUNT_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc(
+ [
+ [TrainerType.ARCHER, TrainerType.ARIANA, TrainerType.PROTON, TrainerType.PETREL],
+ [TrainerType.TABITHA, TrainerType.COURTNEY],
+ [TrainerType.MATT, TrainerType.SHELLY],
+ [TrainerType.JUPITER, TrainerType.MARS, TrainerType.SATURN],
+ [TrainerType.ZINZOLIN, TrainerType.COLRESS],
+ [TrainerType.XEROSIC, TrainerType.BRYONY],
+ TrainerType.FABA,
+ TrainerType.PLUMERIA,
+ TrainerType.OLEANA,
+ [TrainerType.GIACOMO, TrainerType.MELA, TrainerType.ATTICUS, TrainerType.ORTEGA, TrainerType.ERI],
+ ],
+ true,
+ 1,
+ ),
+ ),
+ [ClassicFixedBossWaves.EVIL_BOSS_1]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.EVIL_GRUNT_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc([
+ TrainerType.ROCKET_BOSS_GIOVANNI_1,
+ TrainerType.MAXIE,
+ TrainerType.ARCHIE,
+ TrainerType.CYRUS,
+ TrainerType.GHETSIS,
+ TrainerType.LYSANDRE,
+ TrainerType.LUSAMINE,
+ TrainerType.GUZMA,
+ TrainerType.ROSE,
+ TrainerType.PENNY,
+ ]),
+ )
+ .setCustomModifierRewards({
+ guaranteedModifierTiers: [
+ ModifierTier.ROGUE,
+ ModifierTier.ROGUE,
+ ModifierTier.ULTRA,
+ ModifierTier.ULTRA,
+ ModifierTier.ULTRA,
+ ],
+ allowLuckUpgrades: false,
+ }),
+ [ClassicFixedBossWaves.RIVAL_5]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setGetTrainerFunc(
+ () =>
+ new Trainer(
+ TrainerType.RIVAL_5,
+ globalScene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT,
+ ),
+ )
+ .setCustomModifierRewards({
+ guaranteedModifierTiers: [
+ ModifierTier.ROGUE,
+ ModifierTier.ROGUE,
+ ModifierTier.ROGUE,
+ ModifierTier.ULTRA,
+ ModifierTier.ULTRA,
+ ],
+ allowLuckUpgrades: false,
+ }),
+ [ClassicFixedBossWaves.EVIL_BOSS_2]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.EVIL_GRUNT_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc([
+ TrainerType.ROCKET_BOSS_GIOVANNI_2,
+ TrainerType.MAXIE_2,
+ TrainerType.ARCHIE_2,
+ TrainerType.CYRUS_2,
+ TrainerType.GHETSIS_2,
+ TrainerType.LYSANDRE_2,
+ TrainerType.LUSAMINE_2,
+ TrainerType.GUZMA_2,
+ TrainerType.ROSE_2,
+ TrainerType.PENNY_2,
+ ]),
+ )
+ .setCustomModifierRewards({
+ guaranteedModifierTiers: [
+ ModifierTier.ROGUE,
+ ModifierTier.ROGUE,
+ ModifierTier.ULTRA,
+ ModifierTier.ULTRA,
+ ModifierTier.ULTRA,
+ ModifierTier.ULTRA,
+ ],
+ allowLuckUpgrades: false,
+ }),
+ [ClassicFixedBossWaves.ELITE_FOUR_1]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc([
+ TrainerType.LORELEI,
+ TrainerType.WILL,
+ TrainerType.SIDNEY,
+ TrainerType.AARON,
+ TrainerType.SHAUNTAL,
+ TrainerType.MALVA,
+ [TrainerType.HALA, TrainerType.MOLAYNE],
+ TrainerType.MARNIE_ELITE,
+ TrainerType.RIKA,
+ TrainerType.CRISPIN,
+ ]),
+ ),
+ [ClassicFixedBossWaves.ELITE_FOUR_2]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.ELITE_FOUR_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc([
+ TrainerType.BRUNO,
+ TrainerType.KOGA,
+ TrainerType.PHOEBE,
+ TrainerType.BERTHA,
+ TrainerType.MARSHAL,
+ TrainerType.SIEBOLD,
+ TrainerType.OLIVIA,
+ TrainerType.NESSA_ELITE,
+ TrainerType.POPPY,
+ TrainerType.AMARYS,
+ ]),
+ ),
+ [ClassicFixedBossWaves.ELITE_FOUR_3]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.ELITE_FOUR_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc([
+ TrainerType.AGATHA,
+ TrainerType.BRUNO,
+ TrainerType.GLACIA,
+ TrainerType.FLINT,
+ TrainerType.GRIMSLEY,
+ TrainerType.WIKSTROM,
+ TrainerType.ACEROLA,
+ [TrainerType.BEA_ELITE, TrainerType.ALLISTER_ELITE],
+ TrainerType.LARRY_ELITE,
+ TrainerType.LACEY,
+ ]),
+ ),
+ [ClassicFixedBossWaves.ELITE_FOUR_4]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.ELITE_FOUR_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc([
+ TrainerType.LANCE,
+ TrainerType.KAREN,
+ TrainerType.DRAKE,
+ TrainerType.LUCIAN,
+ TrainerType.CAITLIN,
+ TrainerType.DRASNA,
+ TrainerType.KAHILI,
+ TrainerType.RAIHAN_ELITE,
+ TrainerType.HASSEL,
+ TrainerType.DRAYTON,
+ ]),
+ ),
+ [ClassicFixedBossWaves.CHAMPION]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.ELITE_FOUR_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc([
+ TrainerType.BLUE,
+ [TrainerType.RED, TrainerType.LANCE_CHAMPION],
+ [TrainerType.STEVEN, TrainerType.WALLACE],
+ TrainerType.CYNTHIA,
+ [TrainerType.ALDER, TrainerType.IRIS],
+ TrainerType.DIANTHA,
+ [TrainerType.KUKUI, TrainerType.HAU],
+ [TrainerType.LEON, TrainerType.MUSTARD],
+ [TrainerType.GEETA, TrainerType.NEMONA],
+ TrainerType.KIERAN,
+ ]),
+ ),
+ [ClassicFixedBossWaves.RIVAL_6]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setGetTrainerFunc(
+ () =>
+ new Trainer(
+ TrainerType.RIVAL_6,
+ globalScene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT,
+ ),
+ )
+ .setCustomModifierRewards({
+ guaranteedModifierTiers: [
+ ModifierTier.ROGUE,
+ ModifierTier.ROGUE,
+ ModifierTier.ULTRA,
+ ModifierTier.ULTRA,
+ ModifierTier.GREAT,
+ ModifierTier.GREAT,
+ ],
+ allowLuckUpgrades: false,
+ }),
};
diff --git a/src/configs/inputs/cfg_keyboard_qwerty.ts b/src/configs/inputs/cfg_keyboard_qwerty.ts
index 5ddc12e8784..2ad04ab418d 100644
--- a/src/configs/inputs/cfg_keyboard_qwerty.ts
+++ b/src/configs/inputs/cfg_keyboard_qwerty.ts
@@ -77,7 +77,7 @@ const cfg_keyboard_qwerty = {
KEY_RIGHT_BRACKET: Phaser.Input.Keyboard.KeyCodes.CLOSED_BRACKET,
KEY_SEMICOLON: Phaser.Input.Keyboard.KeyCodes.SEMICOLON,
KEY_BACKSPACE: Phaser.Input.Keyboard.KeyCodes.BACKSPACE,
- KEY_ALT: Phaser.Input.Keyboard.KeyCodes.ALT
+ KEY_ALT: Phaser.Input.Keyboard.KeyCodes.ALT,
},
icons: {
KEY_A: "A.png",
@@ -131,7 +131,6 @@ const cfg_keyboard_qwerty = {
KEY_F11: "F11.png",
KEY_F12: "F12.png",
-
KEY_PAGE_DOWN: "PAGE_DOWN.png",
KEY_PAGE_UP: "PAGE_UP.png",
@@ -163,7 +162,7 @@ const cfg_keyboard_qwerty = {
KEY_SEMICOLON: "SEMICOLON.png",
KEY_BACKSPACE: "BACK.png",
- KEY_ALT: "ALT.png"
+ KEY_ALT: "ALT.png",
},
settings: {
[SettingKeyboard.Button_Up]: Button.UP,
@@ -180,9 +179,9 @@ const cfg_keyboard_qwerty = {
[SettingKeyboard.Button_Cycle_Gender]: Button.CYCLE_GENDER,
[SettingKeyboard.Button_Cycle_Ability]: Button.CYCLE_ABILITY,
[SettingKeyboard.Button_Cycle_Nature]: Button.CYCLE_NATURE,
- [SettingKeyboard.Button_Cycle_Variant]: Button.V,
[SettingKeyboard.Button_Speed_Up]: Button.SPEED_UP,
[SettingKeyboard.Button_Slow_Down]: Button.SLOW_DOWN,
+ [SettingKeyboard.Button_Cycle_Tera]: Button.CYCLE_TERA,
[SettingKeyboard.Alt_Button_Up]: Button.UP,
[SettingKeyboard.Alt_Button_Down]: Button.DOWN,
[SettingKeyboard.Alt_Button_Left]: Button.LEFT,
@@ -197,9 +196,9 @@ const cfg_keyboard_qwerty = {
[SettingKeyboard.Alt_Button_Cycle_Gender]: Button.CYCLE_GENDER,
[SettingKeyboard.Alt_Button_Cycle_Ability]: Button.CYCLE_ABILITY,
[SettingKeyboard.Alt_Button_Cycle_Nature]: Button.CYCLE_NATURE,
- [SettingKeyboard.Alt_Button_Cycle_Variant]: Button.V,
[SettingKeyboard.Alt_Button_Speed_Up]: Button.SPEED_UP,
[SettingKeyboard.Alt_Button_Slow_Down]: Button.SLOW_DOWN,
+ [SettingKeyboard.Alt_Button_Cycle_Tera]: Button.CYCLE_TERA,
},
default: {
KEY_ARROW_UP: SettingKeyboard.Button_Up,
@@ -216,7 +215,7 @@ const cfg_keyboard_qwerty = {
KEY_G: SettingKeyboard.Button_Cycle_Gender,
KEY_E: SettingKeyboard.Button_Cycle_Ability,
KEY_N: SettingKeyboard.Button_Cycle_Nature,
- KEY_V: SettingKeyboard.Button_Cycle_Variant,
+ KEY_V: SettingKeyboard.Button_Cycle_Tera,
KEY_PLUS: -1,
KEY_MINUS: -1,
KEY_A: SettingKeyboard.Alt_Button_Left,
@@ -274,7 +273,7 @@ const cfg_keyboard_qwerty = {
KEY_LEFT_BRACKET: -1,
KEY_RIGHT_BRACKET: -1,
KEY_SEMICOLON: -1,
- KEY_ALT: -1
+ KEY_ALT: -1,
},
blacklist: [
"KEY_ENTER",
@@ -287,7 +286,7 @@ const cfg_keyboard_qwerty = {
"KEY_ARROW_RIGHT",
"KEY_DEL",
"KEY_HOME",
- ]
+ ],
};
export default cfg_keyboard_qwerty;
diff --git a/src/configs/inputs/configHandler.ts b/src/configs/inputs/configHandler.ts
index 50be692cbc3..b896f303cb3 100644
--- a/src/configs/inputs/configHandler.ts
+++ b/src/configs/inputs/configHandler.ts
@@ -93,7 +93,7 @@ export function getIconWithSettingName(config, settingName) {
}
export function getIconForLatestInput(configs, source, devices, settingName) {
- let config;
+ let config: any; // TODO: refine type
if (source === "gamepad") {
config = configs[devices[Device.GAMEPAD]];
} else {
@@ -102,7 +102,7 @@ export function getIconForLatestInput(configs, source, devices, settingName) {
const icon = getIconWithSettingName(config, settingName);
if (!icon) {
const isAlt = settingName.includes("ALT_");
- let altSettingName;
+ let altSettingName: string;
if (isAlt) {
altSettingName = settingName.split("ALT_").splice(1)[0];
} else {
@@ -115,7 +115,10 @@ export function getIconForLatestInput(configs, source, devices, settingName) {
export function assign(config, settingNameTarget, keycode): boolean {
// first, we need to check if this keycode is already used on another settingName
- if (!canIAssignThisKey(config, getKeyWithKeycode(config, keycode)) || !canIOverrideThisSetting(config, settingNameTarget)) {
+ if (
+ !canIAssignThisKey(config, getKeyWithKeycode(config, keycode)) ||
+ !canIOverrideThisSetting(config, settingNameTarget)
+ ) {
return false;
}
const previousSettingName = getSettingNameWithKeycode(config, keycode);
diff --git a/src/configs/inputs/pad_dualshock.ts b/src/configs/inputs/pad_dualshock.ts
index 2fbdd0ddfaa..51af1b2defd 100644
--- a/src/configs/inputs/pad_dualshock.ts
+++ b/src/configs/inputs/pad_dualshock.ts
@@ -24,7 +24,7 @@ const pad_dualshock = {
LC_S: 13,
LC_W: 14,
LC_E: 15,
- TOUCH: 17
+ TOUCH: 17,
},
icons: {
RC_S: "CROSS.png",
@@ -43,7 +43,7 @@ const pad_dualshock = {
LC_S: "DOWN.png",
LC_W: "LEFT.png",
LC_E: "RIGHT.png",
- TOUCH: "TOUCH.png"
+ TOUCH: "TOUCH.png",
},
settings: {
[SettingGamepad.Button_Up]: Button.UP,
@@ -53,16 +53,16 @@ const pad_dualshock = {
[SettingGamepad.Button_Action]: Button.ACTION,
[SettingGamepad.Button_Cancel]: Button.CANCEL,
[SettingGamepad.Button_Cycle_Nature]: Button.CYCLE_NATURE,
- [SettingGamepad.Button_Cycle_Variant]: Button.V,
+ [SettingGamepad.Button_Cycle_Tera]: Button.CYCLE_TERA,
[SettingGamepad.Button_Menu]: Button.MENU,
[SettingGamepad.Button_Stats]: Button.STATS,
- [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
+ [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
[SettingGamepad.Button_Cycle_Shiny]: Button.CYCLE_SHINY,
[SettingGamepad.Button_Cycle_Gender]: Button.CYCLE_GENDER,
[SettingGamepad.Button_Cycle_Ability]: Button.CYCLE_ABILITY,
[SettingGamepad.Button_Speed_Up]: Button.SPEED_UP,
[SettingGamepad.Button_Slow_Down]: Button.SLOW_DOWN,
- [SettingGamepad.Button_Submit]: Button.SUBMIT
+ [SettingGamepad.Button_Submit]: Button.SUBMIT,
},
default: {
LC_N: SettingGamepad.Button_Up,
@@ -72,7 +72,7 @@ const pad_dualshock = {
RC_S: SettingGamepad.Button_Action,
RC_E: SettingGamepad.Button_Cancel,
RC_W: SettingGamepad.Button_Cycle_Nature,
- RC_N: SettingGamepad.Button_Cycle_Variant,
+ RC_N: SettingGamepad.Button_Cycle_Tera,
START: SettingGamepad.Button_Menu,
SELECT: SettingGamepad.Button_Stats,
LB: SettingGamepad.Button_Cycle_Form,
diff --git a/src/configs/inputs/pad_generic.ts b/src/configs/inputs/pad_generic.ts
index 256af8f0fe3..e47b7ce1ace 100644
--- a/src/configs/inputs/pad_generic.ts
+++ b/src/configs/inputs/pad_generic.ts
@@ -23,7 +23,7 @@ const pad_generic = {
LC_N: 12,
LC_S: 13,
LC_W: 14,
- LC_E: 15
+ LC_E: 15,
},
icons: {
RC_S: "XB_Letter_A_OL.png",
@@ -51,15 +51,15 @@ const pad_generic = {
[SettingGamepad.Button_Action]: Button.ACTION,
[SettingGamepad.Button_Cancel]: Button.CANCEL,
[SettingGamepad.Button_Cycle_Nature]: Button.CYCLE_NATURE,
- [SettingGamepad.Button_Cycle_Variant]: Button.V,
+ [SettingGamepad.Button_Cycle_Tera]: Button.CYCLE_TERA,
[SettingGamepad.Button_Menu]: Button.MENU,
[SettingGamepad.Button_Stats]: Button.STATS,
- [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
+ [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
[SettingGamepad.Button_Cycle_Shiny]: Button.CYCLE_SHINY,
[SettingGamepad.Button_Cycle_Gender]: Button.CYCLE_GENDER,
[SettingGamepad.Button_Cycle_Ability]: Button.CYCLE_ABILITY,
[SettingGamepad.Button_Speed_Up]: Button.SPEED_UP,
- [SettingGamepad.Button_Slow_Down]: Button.SLOW_DOWN
+ [SettingGamepad.Button_Slow_Down]: Button.SLOW_DOWN,
},
default: {
LC_N: SettingGamepad.Button_Up,
@@ -69,7 +69,7 @@ const pad_generic = {
RC_S: SettingGamepad.Button_Action,
RC_E: SettingGamepad.Button_Cancel,
RC_W: SettingGamepad.Button_Cycle_Nature,
- RC_N: SettingGamepad.Button_Cycle_Variant,
+ RC_N: SettingGamepad.Button_Cycle_Tera,
START: SettingGamepad.Button_Menu,
SELECT: SettingGamepad.Button_Stats,
LB: SettingGamepad.Button_Cycle_Form,
@@ -77,14 +77,9 @@ const pad_generic = {
LT: SettingGamepad.Button_Cycle_Gender,
RT: SettingGamepad.Button_Cycle_Ability,
LS: SettingGamepad.Button_Speed_Up,
- RS: SettingGamepad.Button_Slow_Down
+ RS: SettingGamepad.Button_Slow_Down,
},
- blacklist: [
- "LC_N",
- "LC_S",
- "LC_W",
- "LC_E",
- ]
+ blacklist: ["LC_N", "LC_S", "LC_W", "LC_E"],
};
export default pad_generic;
diff --git a/src/configs/inputs/pad_procon.ts b/src/configs/inputs/pad_procon.ts
index 98d17c4ef57..61558c7365e 100644
--- a/src/configs/inputs/pad_procon.ts
+++ b/src/configs/inputs/pad_procon.ts
@@ -52,15 +52,15 @@ const pad_procon = {
[SettingGamepad.Button_Action]: Button.ACTION,
[SettingGamepad.Button_Cancel]: Button.CANCEL,
[SettingGamepad.Button_Cycle_Nature]: Button.CYCLE_NATURE,
- [SettingGamepad.Button_Cycle_Variant]: Button.V,
+ [SettingGamepad.Button_Cycle_Tera]: Button.CYCLE_TERA,
[SettingGamepad.Button_Menu]: Button.MENU,
[SettingGamepad.Button_Stats]: Button.STATS,
- [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
+ [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
[SettingGamepad.Button_Cycle_Shiny]: Button.CYCLE_SHINY,
[SettingGamepad.Button_Cycle_Gender]: Button.CYCLE_GENDER,
[SettingGamepad.Button_Cycle_Ability]: Button.CYCLE_ABILITY,
[SettingGamepad.Button_Speed_Up]: Button.SPEED_UP,
- [SettingGamepad.Button_Slow_Down]: Button.SLOW_DOWN
+ [SettingGamepad.Button_Slow_Down]: Button.SLOW_DOWN,
},
default: {
LC_N: SettingGamepad.Button_Up,
@@ -70,7 +70,7 @@ const pad_procon = {
RC_S: SettingGamepad.Button_Action,
RC_E: SettingGamepad.Button_Cancel,
RC_W: SettingGamepad.Button_Cycle_Nature,
- RC_N: SettingGamepad.Button_Cycle_Variant,
+ RC_N: SettingGamepad.Button_Cycle_Tera,
START: SettingGamepad.Button_Menu,
SELECT: SettingGamepad.Button_Stats,
LB: SettingGamepad.Button_Cycle_Form,
@@ -78,7 +78,7 @@ const pad_procon = {
LT: SettingGamepad.Button_Cycle_Gender,
RT: SettingGamepad.Button_Cycle_Ability,
LS: SettingGamepad.Button_Speed_Up,
- RS: SettingGamepad.Button_Slow_Down
+ RS: SettingGamepad.Button_Slow_Down,
},
};
diff --git a/src/configs/inputs/pad_unlicensedSNES.ts b/src/configs/inputs/pad_unlicensedSNES.ts
index 77e68e6a644..d0c4f41c8f5 100644
--- a/src/configs/inputs/pad_unlicensedSNES.ts
+++ b/src/configs/inputs/pad_unlicensedSNES.ts
@@ -7,7 +7,7 @@ import { Button } from "#enums/buttons";
const pad_unlicensedSNES = {
padID: "081f-e401",
padType: "xbox",
- deviceMapping : {
+ deviceMapping: {
RC_S: 2,
RC_E: 1,
RC_W: 3,
@@ -19,7 +19,7 @@ const pad_unlicensedSNES = {
LC_N: 12,
LC_S: 13,
LC_W: 14,
- LC_E: 15
+ LC_E: 15,
},
icons: {
RC_S: "XB_Letter_A_OL.png",
@@ -43,15 +43,15 @@ const pad_unlicensedSNES = {
[SettingGamepad.Button_Action]: Button.ACTION,
[SettingGamepad.Button_Cancel]: Button.CANCEL,
[SettingGamepad.Button_Cycle_Nature]: Button.CYCLE_NATURE,
- [SettingGamepad.Button_Cycle_Variant]: Button.V,
+ [SettingGamepad.Button_Cycle_Tera]: Button.CYCLE_TERA,
[SettingGamepad.Button_Menu]: Button.MENU,
[SettingGamepad.Button_Stats]: Button.STATS,
- [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
+ [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
[SettingGamepad.Button_Cycle_Shiny]: Button.CYCLE_SHINY,
[SettingGamepad.Button_Cycle_Gender]: Button.CYCLE_GENDER,
[SettingGamepad.Button_Cycle_Ability]: Button.CYCLE_ABILITY,
[SettingGamepad.Button_Speed_Up]: Button.SPEED_UP,
- [SettingGamepad.Button_Slow_Down]: Button.SLOW_DOWN
+ [SettingGamepad.Button_Slow_Down]: Button.SLOW_DOWN,
},
default: {
LC_N: SettingGamepad.Button_Up,
@@ -61,7 +61,7 @@ const pad_unlicensedSNES = {
RC_S: SettingGamepad.Button_Action,
RC_E: SettingGamepad.Button_Cancel,
RC_W: SettingGamepad.Button_Cycle_Nature,
- RC_N: SettingGamepad.Button_Cycle_Variant,
+ RC_N: SettingGamepad.Button_Cycle_Tera,
START: SettingGamepad.Button_Menu,
SELECT: SettingGamepad.Button_Stats,
LB: SettingGamepad.Button_Cycle_Form,
@@ -69,7 +69,7 @@ const pad_unlicensedSNES = {
LT: -1,
RT: -1,
LS: -1,
- RS: -1
+ RS: -1,
},
};
diff --git a/src/configs/inputs/pad_xbox360.ts b/src/configs/inputs/pad_xbox360.ts
index 6afc452f50b..60cbd9ab181 100644
--- a/src/configs/inputs/pad_xbox360.ts
+++ b/src/configs/inputs/pad_xbox360.ts
@@ -23,7 +23,7 @@ const pad_xbox360 = {
LC_N: 12,
LC_S: 13,
LC_W: 14,
- LC_E: 15
+ LC_E: 15,
},
icons: {
RC_S: "XB_Letter_A_OL.png",
@@ -51,15 +51,15 @@ const pad_xbox360 = {
[SettingGamepad.Button_Action]: Button.ACTION,
[SettingGamepad.Button_Cancel]: Button.CANCEL,
[SettingGamepad.Button_Cycle_Nature]: Button.CYCLE_NATURE,
- [SettingGamepad.Button_Cycle_Variant]: Button.V,
+ [SettingGamepad.Button_Cycle_Tera]: Button.CYCLE_TERA,
[SettingGamepad.Button_Menu]: Button.MENU,
[SettingGamepad.Button_Stats]: Button.STATS,
- [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
+ [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
[SettingGamepad.Button_Cycle_Shiny]: Button.CYCLE_SHINY,
[SettingGamepad.Button_Cycle_Gender]: Button.CYCLE_GENDER,
[SettingGamepad.Button_Cycle_Ability]: Button.CYCLE_ABILITY,
[SettingGamepad.Button_Speed_Up]: Button.SPEED_UP,
- [SettingGamepad.Button_Slow_Down]: Button.SLOW_DOWN
+ [SettingGamepad.Button_Slow_Down]: Button.SLOW_DOWN,
},
default: {
LC_N: SettingGamepad.Button_Up,
@@ -69,7 +69,7 @@ const pad_xbox360 = {
RC_S: SettingGamepad.Button_Action,
RC_E: SettingGamepad.Button_Cancel,
RC_W: SettingGamepad.Button_Cycle_Nature,
- RC_N: SettingGamepad.Button_Cycle_Variant,
+ RC_N: SettingGamepad.Button_Cycle_Tera,
START: SettingGamepad.Button_Menu,
SELECT: SettingGamepad.Button_Stats,
LB: SettingGamepad.Button_Cycle_Form,
@@ -77,7 +77,7 @@ const pad_xbox360 = {
LT: SettingGamepad.Button_Cycle_Gender,
RT: SettingGamepad.Button_Cycle_Ability,
LS: SettingGamepad.Button_Speed_Up,
- RS: SettingGamepad.Button_Slow_Down
+ RS: SettingGamepad.Button_Slow_Down,
},
};
diff --git a/src/constants.ts b/src/constants.ts
index 0b1261ad814..927575c0a28 100644
--- a/src/constants.ts
+++ b/src/constants.ts
@@ -2,4 +2,10 @@
export const PLAYER_PARTY_MAX_SIZE: number = 6;
/** Whether to use seasonal splash messages in general */
-export const USE_SEASONAL_SPLASH_MESSAGES: boolean = false;
+export const USE_SEASONAL_SPLASH_MESSAGES: boolean = true;
+
+/** Name of the session ID cookie */
+export const SESSION_ID_COOKIE_NAME: string = "pokerogue_sessionId";
+
+/** Max value for an integer attribute in {@linkcode SystemSaveData} */
+export const MAX_INT_ATTR_VALUE = 0x80000000;
diff --git a/src/data/abilities/ab-attrs/ab-attr.ts b/src/data/abilities/ab-attrs/ab-attr.ts
new file mode 100644
index 00000000000..a653c3f372d
--- /dev/null
+++ b/src/data/abilities/ab-attrs/ab-attr.ts
@@ -0,0 +1,54 @@
+import type { AbAttrCondition } from "#app/@types/ability-types";
+import type Pokemon from "#app/field/pokemon";
+import type { BooleanHolder } from "#app/utils/common";
+
+export abstract class AbAttr {
+ public showAbility: boolean;
+ private extraCondition: AbAttrCondition;
+
+ constructor(showAbility = true) {
+ this.showAbility = showAbility;
+ }
+
+ /**
+ * 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: BooleanHolder | null,
+ _args: any[],
+ ): void {}
+
+ getTriggerMessage(_pokemon: Pokemon, _abilityName: string, ..._args: any[]): string | null {
+ return null;
+ }
+
+ getCondition(): AbAttrCondition | null {
+ return this.extraCondition || null;
+ }
+
+ addCondition(condition: AbAttrCondition): 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;
+ }
+}
diff --git a/src/data/abilities/ability-class.ts b/src/data/abilities/ability-class.ts
new file mode 100644
index 00000000000..387c5fb328b
--- /dev/null
+++ b/src/data/abilities/ability-class.ts
@@ -0,0 +1,137 @@
+import { Abilities } from "#enums/abilities";
+import type { AbAttrCondition } from "#app/@types/ability-types";
+import type { AbAttr } from "#app/data/abilities/ab-attrs/ab-attr";
+import i18next from "i18next";
+import type { Localizable } from "#app/interfaces/locales";
+import type { Constructor } from "#app/utils/common";
+
+export class Ability implements Localizable {
+ public id: Abilities;
+
+ private nameAppend: string;
+ public name: string;
+ public description: string;
+ public generation: number;
+ public isBypassFaint: boolean;
+ public isIgnorable: boolean;
+ public isSuppressable = true;
+ public isCopiable = true;
+ public isReplaceable = true;
+ public attrs: AbAttr[];
+ public conditions: AbAttrCondition[];
+
+ constructor(id: Abilities, generation: number) {
+ this.id = id;
+
+ this.nameAppend = "";
+ this.generation = generation;
+ this.attrs = [];
+ this.conditions = [];
+
+ this.isSuppressable = true;
+ this.isCopiable = true;
+ this.isReplaceable = true;
+
+ this.localize();
+ }
+
+ public get isSwappable(): boolean {
+ return this.isCopiable && this.isReplaceable;
+ }
+ localize(): void {
+ const i18nKey = Abilities[this.id]
+ .split("_")
+ .filter(f => f)
+ .map((f, i) => (i ? `${f[0]}${f.slice(1).toLowerCase()}` : f.toLowerCase()))
+ .join("") as string;
+
+ this.name = this.id ? `${i18next.t(`ability:${i18nKey}.name`) as string}${this.nameAppend}` : "";
+ this.description = this.id ? (i18next.t(`ability:${i18nKey}.description`) as string) : "";
+ }
+
+ /**
+ * Get all ability attributes that match `attrType`
+ * @param attrType any attribute that extends {@linkcode AbAttr}
+ * @returns Array of attributes that match `attrType`, Empty Array if none match.
+ */
+ getAttrs(attrType: Constructor): T[] {
+ return this.attrs.filter((a): a is T => a instanceof attrType);
+ }
+
+ /**
+ * Check if an ability has an attribute that matches `attrType`
+ * @param attrType any attribute that extends {@linkcode AbAttr}
+ * @returns true if the ability has attribute `attrType`
+ */
+ hasAttr(attrType: Constructor): boolean {
+ return this.attrs.some(attr => attr instanceof attrType);
+ }
+
+ attr>(AttrType: T, ...args: ConstructorParameters): Ability {
+ const attr = new AttrType(...args);
+ this.attrs.push(attr);
+
+ return this;
+ }
+
+ conditionalAttr>(
+ condition: AbAttrCondition,
+ AttrType: T,
+ ...args: ConstructorParameters
+ ): Ability {
+ const attr = new AttrType(...args);
+ attr.addCondition(condition);
+ this.attrs.push(attr);
+
+ return this;
+ }
+
+ bypassFaint(): Ability {
+ this.isBypassFaint = true;
+ return this;
+ }
+
+ ignorable(): Ability {
+ this.isIgnorable = true;
+ return this;
+ }
+
+ unsuppressable(): Ability {
+ this.isSuppressable = false;
+ return this;
+ }
+
+ uncopiable(): Ability {
+ this.isCopiable = false;
+ return this;
+ }
+
+ unreplaceable(): Ability {
+ this.isReplaceable = false;
+ return this;
+ }
+
+ condition(condition: AbAttrCondition): Ability {
+ this.conditions.push(condition);
+
+ return this;
+ }
+
+ partial(): this {
+ this.nameAppend += " (P)";
+ return this;
+ }
+
+ unimplemented(): this {
+ this.nameAppend += " (N)";
+ return this;
+ }
+
+ /**
+ * Internal flag used for developers to document edge cases. When using this, please be sure to document the edge case.
+ * @returns the ability
+ */
+ edgeCase(): this {
+ return this;
+ }
+}
diff --git a/src/data/abilities/ability.ts b/src/data/abilities/ability.ts
new file mode 100644
index 00000000000..27c3cb69073
--- /dev/null
+++ b/src/data/abilities/ability.ts
@@ -0,0 +1,7413 @@
+import { HitResult, MoveResult, PlayerPokemon } from "#app/field/pokemon";
+import { BooleanHolder, NumberHolder, toDmgValue, isNullOrUndefined, randSeedItem, randSeedInt, type Constructor } from "#app/utils/common";
+import { getPokemonNameWithAffix } from "#app/messages";
+import { BattlerTagLapseType, GroundedTag } from "#app/data/battler-tags";
+import { getNonVolatileStatusEffects, getStatusEffectDescriptor, getStatusEffectHealText } from "#app/data/status-effect";
+import { Gender } from "#app/data/gender";
+import {
+ AttackMove,
+ FlinchAttr,
+ OneHitKOAttr,
+ HitHealAttr,
+ allMoves,
+ StatusMove,
+ SelfStatusMove,
+ VariablePowerAttr,
+ applyMoveAttrs,
+ VariableMoveTypeAttr,
+ RandomMovesetMoveAttr,
+ RandomMoveAttr,
+ NaturePowerAttr,
+ CopyMoveAttr,
+ NeutralDamageAgainstFlyingTypeMultiplierAttr,
+ FixedDamageAttr,
+} from "#app/data/moves/move";
+import { ArenaTagSide } from "#app/data/arena-tag";
+import { BerryModifier, HitHealModifier, PokemonHeldItemModifier } from "#app/modifier/modifier";
+import { TerrainType } from "#app/data/terrain";
+import { SpeciesFormChangeAbilityTrigger, SpeciesFormChangeRevertWeatherFormTrigger, SpeciesFormChangeWeatherTrigger } from "#app/data/pokemon-forms";
+import i18next from "i18next";
+import { Command } from "#app/ui/command-ui-handler";
+import { BerryModifierType } from "#app/modifier/modifier-type";
+import { getPokeballName } from "#app/data/pokeball";
+import { BattleType } from "#enums/battle-type";
+import { MovePhase } from "#app/phases/move-phase";
+import { PokemonHealPhase } from "#app/phases/pokemon-heal-phase";
+import { StatStageChangePhase } from "#app/phases/stat-stage-change-phase";
+import { globalScene } from "#app/global-scene";
+import { SwitchPhase } from "#app/phases/switch-phase";
+import { SwitchSummonPhase } from "#app/phases/switch-summon-phase";
+import { BattleEndPhase } from "#app/phases/battle-end-phase";
+import { NewBattlePhase } from "#app/phases/new-battle-phase";
+import { MoveEndPhase } from "#app/phases/move-end-phase";
+import { PokemonTransformPhase } from "#app/phases/pokemon-transform-phase";
+import { allAbilities } from "#app/data/data-lists";
+import { AbAttr } from "#app/data/abilities/ab-attrs/ab-attr";
+import { Ability } from "#app/data/abilities/ability-class";
+import { TrainerVariant } from "#app/field/trainer";
+
+// Enum imports
+import { Stat, type BattleStat , BATTLE_STATS, EFFECTIVE_STATS, getStatKey, type EffectiveStat } from "#enums/stat";
+import { PokemonType } from "#enums/pokemon-type";
+import { PokemonAnimType } from "#enums/pokemon-anim-type";
+import { StatusEffect } from "#enums/status-effect";
+import { WeatherType } from "#enums/weather-type";
+import { Abilities } from "#enums/abilities";
+import { ArenaTagType } from "#enums/arena-tag-type";
+import { BattlerTagType } from "#enums/battler-tag-type";
+import { Moves } from "#enums/moves";
+import { Species } from "#enums/species";
+import { SwitchType } from "#enums/switch-type";
+import { MoveFlags } from "#enums/MoveFlags";
+import { MoveTarget } from "#enums/MoveTarget";
+import { MoveCategory } from "#enums/MoveCategory";
+
+
+// Type imports
+import type { EnemyPokemon, PokemonMove } from "#app/field/pokemon";
+import type Pokemon from "#app/field/pokemon";
+import type { Weather } from "#app/data/weather";
+import type { BattlerTag } from "#app/data/battler-tags";
+import type { AbAttrCondition, PokemonDefendCondition, PokemonStatStageChangeCondition, PokemonAttackCondition, AbAttrApplyFunc, AbAttrSuccessFunc } from "#app/@types/ability-types";
+import type { BattlerIndex } from "#app/battle";
+import type Move from "#app/data/moves/move";
+import type { ArenaTrapTag, SuppressAbilitiesTag } from "#app/data/arena-tag";
+
+export class BlockRecoilDamageAttr extends AbAttr {
+ constructor() {
+ super(false);
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ cancelled.value = true;
+ }
+
+ getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]) {
+ return i18next.t("abilityTriggers:blockRecoilDamage", { pokemonName: getPokemonNameWithAffix(pokemon), abilityName: abilityName });
+ }
+}
+
+/**
+ * Attribute for abilities that increase the chance of a double battle
+ * occurring.
+ * @see {@linkcode apply}
+ */
+export class DoubleBattleChanceAbAttr extends AbAttr {
+ constructor() {
+ super(false);
+ }
+
+ /**
+ * Increases the chance of a double battle occurring
+ * @param args [0] {@linkcode NumberHolder} for double battle chance
+ */
+ override apply(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, _cancelled: BooleanHolder, args: any[]): void {
+ const doubleBattleChance = args[0] as 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;
+ }
+}
+
+export class PostBattleInitAbAttr extends AbAttr {
+ canApplyPostBattleInit(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return true;
+ }
+
+ applyPostBattleInit(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {}
+}
+
+export class PostBattleInitFormChangeAbAttr extends PostBattleInitAbAttr {
+ private formFunc: (p: Pokemon) => number;
+
+ constructor(formFunc: ((p: Pokemon) => number)) {
+ super(false);
+
+ this.formFunc = formFunc;
+ }
+
+ override canApplyPostBattleInit(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ const formIndex = this.formFunc(pokemon);
+ return formIndex !== pokemon.formIndex && !simulated;
+ }
+
+ override applyPostBattleInit(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false);
+ }
+}
+
+export class PostTeraFormChangeStatChangeAbAttr extends AbAttr {
+ private stats: BattleStat[];
+ private stages: number;
+
+ constructor(stats: BattleStat[], stages: number) {
+ super();
+
+ this.stats = stats;
+ this.stages = stages;
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder | null, args: any[]): void {
+ const statStageChangePhases: StatStageChangePhase[] = [];
+
+ if (!simulated) {
+ statStageChangePhases.push(new StatStageChangePhase(pokemon.getBattlerIndex(), true, this.stats, this.stages));
+
+ for (const statStageChangePhase of statStageChangePhases) {
+ globalScene.unshiftPhase(statStageChangePhase);
+ }
+ }
+ }
+}
+
+/**
+ * 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: BooleanHolder, args: any[]): void {
+ if (!simulated) {
+ globalScene.arena.trySetWeather(WeatherType.NONE, pokemon);
+ }
+ }
+}
+
+/**
+ * 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: BooleanHolder, args: any[]): void {
+ if (!simulated) {
+ globalScene.arena.trySetTerrain(TerrainType.NONE, true, pokemon);
+ }
+ }
+}
+
+type PreDefendAbAttrCondition = (pokemon: Pokemon, attacker: Pokemon, move: Move) => boolean;
+
+export class PreDefendAbAttr extends AbAttr {
+ canApplyPreDefend(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ attacker: Pokemon,
+ move: Move | null,
+ cancelled: BooleanHolder | null,
+ args: any[]): boolean {
+ return true;
+ }
+
+ applyPreDefend(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ attacker: Pokemon,
+ move: Move | null,
+ cancelled: BooleanHolder | null,
+ args: any[],
+ ): void {}
+}
+
+export class PreDefendFullHpEndureAbAttr extends PreDefendAbAttr {
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move | null, cancelled: BooleanHolder | null, args: any[]): boolean {
+ return pokemon.isFullHp()
+ && pokemon.getMaxHp() > 1 //Checks if pokemon has wonder_guard (which forces 1hp)
+ && (args[0] as NumberHolder).value >= pokemon.hp; //Damage >= hp
+ }
+
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: BooleanHolder, args: any[]): void {
+ if (!simulated) {
+ pokemon.addTag(BattlerTagType.STURDY, 1);
+ }
+ }
+}
+
+export class BlockItemTheftAbAttr extends AbAttr {
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ cancelled.value = true;
+ }
+
+ getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]) {
+ return i18next.t("abilityTriggers:blockItemTheft", {
+ pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
+ abilityName
+ });
+ }
+}
+
+export class StabBoostAbAttr extends AbAttr {
+ constructor() {
+ super(false);
+ }
+
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return (args[0] as NumberHolder).value > 1;
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ (args[0] as NumberHolder).value += 0.5;
+ }
+}
+
+export class ReceivedMoveDamageMultiplierAbAttr extends PreDefendAbAttr {
+ protected condition: PokemonDefendCondition;
+ private damageMultiplier: number;
+
+ constructor(condition: PokemonDefendCondition, damageMultiplier: number, showAbility: boolean = false) {
+ super(showAbility);
+
+ this.condition = condition;
+ this.damageMultiplier = damageMultiplier;
+ }
+
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: BooleanHolder | null, args: any[]): boolean {
+ return this.condition(pokemon, attacker, move);
+ }
+
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: BooleanHolder, args: any[]): void {
+ (args[0] as NumberHolder).value = toDmgValue((args[0] as NumberHolder).value * this.damageMultiplier);
+ }
+}
+
+/**
+ * Reduces the damage dealt to an allied Pokemon. Used by Friend Guard.
+ * @see {@linkcode applyPreDefend}
+ */
+export class AlliedFieldDamageReductionAbAttr extends PreDefendAbAttr {
+ private damageMultiplier: number;
+
+ constructor(damageMultiplier: number) {
+ super();
+ this.damageMultiplier = damageMultiplier;
+ }
+
+ /**
+ * Handles the damage reduction
+ * @param args
+ * - `[0]` {@linkcode NumberHolder} - The damage being dealt
+ */
+ override applyPreDefend(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, _attacker: Pokemon, _move: Move, _cancelled: BooleanHolder, args: any[]): void {
+ const damage = args[0] as NumberHolder;
+ damage.value = toDmgValue(damage.value * this.damageMultiplier);
+ }
+}
+
+export class ReceivedTypeDamageMultiplierAbAttr extends ReceivedMoveDamageMultiplierAbAttr {
+ constructor(moveType: PokemonType, damageMultiplier: number) {
+ super((target, user, move) => user.getMoveType(move) === moveType, damageMultiplier, false);
+ }
+}
+
+/**
+ * Determines whether a Pokemon is immune to a move because of an ability.
+ * @extends PreDefendAbAttr
+ * @see {@linkcode applyPreDefend}
+ * @see {@linkcode getCondition}
+ */
+export class TypeImmunityAbAttr extends PreDefendAbAttr {
+ private immuneType: PokemonType | null;
+ private condition: AbAttrCondition | null;
+
+ 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: 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.
+ * @param passive - Whether the ability is passive.
+ * @param attacker {@linkcode Pokemon} The attacking Pokemon.
+ * @param move {@linkcode Move} The attacking move.
+ * @param cancelled {@linkcode BooleanHolder} - A holder for a boolean value indicating if the move was cancelled.
+ * @param args [0] {@linkcode NumberHolder} gets set to 0 if move is immuned by an ability.
+ * @param args [1] - Whether the move is simulated.
+ */
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: BooleanHolder, args: any[]): void {
+ (args[0] as NumberHolder).value = 0;
+ }
+
+ getImmuneType(): PokemonType | null {
+ return this.immuneType;
+ }
+
+ override getCondition(): AbAttrCondition | null {
+ return this.condition;
+ }
+}
+
+export class AttackTypeImmunityAbAttr extends TypeImmunityAbAttr {
+ constructor(immuneType: PokemonType, condition?: AbAttrCondition) {
+ super(immuneType, condition);
+ }
+
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: 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
+ */
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: BooleanHolder, args: any[]): void {
+ // this is a hacky way to fix the Levitate/Thousand Arrows interaction, but it works for now...
+ super.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args);
+ }
+}
+
+export class TypeImmunityHealAbAttr extends TypeImmunityAbAttr {
+ constructor(immuneType: PokemonType) {
+ super(immuneType);
+ }
+
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: BooleanHolder | null, args: any[]): boolean {
+ return super.canApplyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args);
+ }
+
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: 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(),
+ toDmgValue(pokemon.getMaxHp() / 4), i18next.t("abilityTriggers:typeImmunityHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }), true));
+ cancelled.value = true; // Suppresses "No Effect" message
+ }
+ }
+}
+
+class TypeImmunityStatStageChangeAbAttr extends TypeImmunityAbAttr {
+ private stat: BattleStat;
+ private stages: number;
+
+ constructor(immuneType: PokemonType, stat: BattleStat, stages: number, condition?: AbAttrCondition) {
+ super(immuneType, condition);
+
+ this.stat = stat;
+ this.stages = stages;
+ }
+
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: BooleanHolder | null, args: any[]): boolean {
+ return super.canApplyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args);
+ }
+
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: 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));
+ }
+ }
+}
+
+class TypeImmunityAddBattlerTagAbAttr extends TypeImmunityAbAttr {
+ private tagType: BattlerTagType;
+ private turnCount: number;
+
+ constructor(immuneType: PokemonType, tagType: BattlerTagType, turnCount: number, condition?: AbAttrCondition) {
+ super(immuneType, condition);
+
+ this.tagType = tagType;
+ this.turnCount = turnCount;
+ }
+
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: BooleanHolder | null, args: any[]): boolean {
+ return super.canApplyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args);
+ }
+
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: 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);
+ }
+ }
+}
+
+export class NonSuperEffectiveImmunityAbAttr extends TypeImmunityAbAttr {
+ constructor(condition?: AbAttrCondition) {
+ super(null, condition);
+ }
+
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: BooleanHolder | null, args: any[]): boolean {
+ const modifierValue = args.length > 0
+ ? (args[0] as NumberHolder).value
+ : pokemon.getAttackTypeEffectiveness(attacker.getMoveType(move), attacker, undefined, undefined, move);
+ return move instanceof AttackMove && modifierValue < 2;
+ }
+
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: BooleanHolder, args: any[]): void {
+ cancelled.value = true; // Suppresses "No Effect" message
+ (args[0] as NumberHolder).value = 0;
+ }
+
+ getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
+ return i18next.t("abilityTriggers:nonSuperEffectiveImmunity", {
+ pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
+ abilityName
+ });
+ }
+}
+
+/**
+ * Attribute implementing the effects of {@link https://bulbapedia.bulbagarden.net/wiki/Tera_Shell_(Ability) | Tera Shell}
+ * When the source is at full HP, incoming attacks will have a maximum 0.5x type effectiveness multiplier.
+ * @extends PreDefendAbAttr
+ */
+export class FullHpResistTypeAbAttr extends PreDefendAbAttr {
+
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move | null, cancelled: BooleanHolder | null, args: any[]): boolean {
+ const typeMultiplier = args[0];
+ return (typeMultiplier && typeMultiplier instanceof 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
+ * @param passive n/a
+ * @param simulated n/a (this doesn't change game state)
+ * @param attacker n/a
+ * @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
+ */
+ override applyPreDefend(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ attacker: Pokemon,
+ move: Move | null,
+ cancelled: BooleanHolder | null,
+ args: any[]): void {
+ const typeMultiplier = args[0];
+ typeMultiplier.value = 0.5;
+ pokemon.turnData.moveEffectiveness = 0.5;
+ }
+
+ getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
+ return i18next.t("abilityTriggers:fullHpResistType", {
+ pokemonNameWithAffix: getPokemonNameWithAffix(pokemon)
+ });
+ }
+}
+
+export class PostDefendAbAttr extends AbAttr {
+ canApplyPostDefend(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ attacker: Pokemon,
+ move: Move,
+ hitResult: HitResult | null,
+ args: any[]): boolean {
+ return true;
+ }
+
+ applyPostDefend(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ attacker: Pokemon,
+ move: Move,
+ hitResult: HitResult | null,
+ args: any[],
+ ): void {}
+}
+
+export class FieldPriorityMoveImmunityAbAttr extends PreDefendAbAttr {
+
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: BooleanHolder | null, args: any[]): boolean {
+ return !(move.moveTarget === MoveTarget.USER || move.moveTarget === MoveTarget.NEAR_ALLY) && move.getPriority(attacker) > 0 && !move.isMultiTarget();
+ }
+
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: BooleanHolder, args: any[]): void {
+ cancelled.value = true;
+ }
+}
+
+export class PostStatStageChangeAbAttr extends AbAttr {
+ canApplyPostStatStageChange(
+ pokemon: Pokemon,
+ simulated: boolean,
+ statsChanged: BattleStat[],
+ stagesChanged: number,
+ selfTarget: boolean,
+ args: any[]): boolean {
+ return true;
+ }
+
+ applyPostStatStageChange(
+ pokemon: Pokemon,
+ simulated: boolean,
+ statsChanged: BattleStat[],
+ stagesChanged: number,
+ selfTarget: boolean,
+ args: any[],
+ ): void {}
+}
+
+export class MoveImmunityAbAttr extends PreDefendAbAttr {
+ private immuneCondition: PreDefendAbAttrCondition;
+
+ constructor(immuneCondition: PreDefendAbAttrCondition) {
+ super(true);
+
+ this.immuneCondition = immuneCondition;
+ }
+
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: BooleanHolder | null, args: any[]): boolean {
+ return this.immuneCondition(pokemon, attacker, move);
+ }
+
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: BooleanHolder, args: any[]): void {
+ cancelled.value = true;
+ }
+
+ getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
+ return i18next.t("abilityTriggers:moveImmunity", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon) });
+ }
+}
+
+/**
+ * Reduces the accuracy of status moves used against the Pokémon with this ability to 50%.
+ * Used by Wonder Skin.
+ *
+ * @extends PreDefendAbAttr
+ */
+export class WonderSkinAbAttr extends PreDefendAbAttr {
+
+ constructor() {
+ super(false);
+ }
+
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: BooleanHolder | null, args: any[]): boolean {
+ const moveAccuracy = args[0] as NumberHolder;
+ return move.category === MoveCategory.STATUS && moveAccuracy.value >= 50;
+ }
+
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: BooleanHolder, args: any[]): void {
+ const moveAccuracy = args[0] as NumberHolder;
+ moveAccuracy.value = 50;
+ }
+}
+
+export class MoveImmunityStatStageChangeAbAttr extends MoveImmunityAbAttr {
+ private stat: BattleStat;
+ private stages: number;
+
+ constructor(immuneCondition: PreDefendAbAttrCondition, stat: BattleStat, stages: number) {
+ super(immuneCondition);
+ this.stat = stat;
+ this.stages = stages;
+ }
+
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: BooleanHolder | null, args: any[]): boolean {
+ return !simulated && super.canApplyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args);
+ }
+
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: BooleanHolder, args: any[]): void {
+ super.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args);
+ globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ this.stat ], this.stages));
+ }
+}
+/**
+ * Class for abilities that make drain moves deal damage to user instead of healing them.
+ * @extends PostDefendAbAttr
+ * @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.
+ * Also displays a message to show this ability was activated.
+ * @param pokemon {@linkcode Pokemon} with this ability
+ * @param _passive N/A
+ * @param attacker {@linkcode Pokemon} that is attacking this Pokemon
+ * @param move {@linkcode PokemonMove} that is being used
+ * @param _hitResult N/A
+ * @param _args N/A
+ */
+ 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) }));
+ }
+ }
+}
+
+export class PostDefendStatStageChangeAbAttr extends PostDefendAbAttr {
+ private condition: PokemonDefendCondition;
+ private stat: BattleStat;
+ private stages: number;
+ private selfTarget: boolean;
+ private allOthers: boolean;
+
+ constructor(condition: PokemonDefendCondition, stat: BattleStat, stages: number, selfTarget = true, allOthers = false) {
+ super(true);
+
+ this.condition = condition;
+ this.stat = stat;
+ this.stages = stages;
+ this.selfTarget = selfTarget;
+ this.allOthers = allOthers;
+ }
+
+ 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 (simulated) {
+ return;
+ }
+
+ if (this.allOthers) {
+ const ally = pokemon.getAlly();
+ const otherPokemon = !isNullOrUndefined(ally) ? pokemon.getOpponents().concat([ ally ]) : 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));
+ }
+ }
+}
+
+export class PostDefendHpGatedStatStageChangeAbAttr extends PostDefendAbAttr {
+ private condition: PokemonDefendCondition;
+ private hpGate: number;
+ private stats: BattleStat[];
+ private stages: number;
+ private selfTarget: boolean;
+
+ constructor(condition: PokemonDefendCondition, hpGate: number, stats: BattleStat[], stages: number, selfTarget = true) {
+ super(true);
+
+ this.condition = condition;
+ this.hpGate = hpGate;
+ this.stats = stats;
+ this.stages = stages;
+ this.selfTarget = selfTarget;
+ }
+
+ 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);
+ }
+
+ 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));
+ }
+ }
+}
+
+export class PostDefendApplyArenaTrapTagAbAttr extends PostDefendAbAttr {
+ private condition: PokemonDefendCondition;
+ private tagType: ArenaTagType;
+
+ constructor(condition: PokemonDefendCondition, tagType: ArenaTagType) {
+ super(true);
+
+ this.condition = condition;
+ this.tagType = tagType;
+ }
+
+ 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);
+ }
+ }
+}
+
+export class PostDefendApplyBattlerTagAbAttr extends PostDefendAbAttr {
+ private condition: PokemonDefendCondition;
+ private tagType: BattlerTagType;
+ constructor(condition: PokemonDefendCondition, tagType: BattlerTagType) {
+ super(true);
+
+ this.condition = condition;
+ this.tagType = tagType;
+ }
+
+ 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 }));
+ }
+ }
+}
+
+export class PostDefendTypeChangeAbAttr extends PostDefendAbAttr {
+ private type: PokemonType;
+
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): boolean {
+ this.type = attacker.getMoveType(move);
+ const pokemonTypes = pokemon.getTypes(true);
+ return hitResult < HitResult.NO_EFFECT && !move.hitsSubstitute(attacker, pokemon) && (simulated || pokemonTypes.length !== 1 || pokemonTypes[0] !== this.type);
+ }
+
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, _args: any[]): void {
+ const type = attacker.getMoveType(move);
+ pokemon.summonData.types = [ type ];
+ }
+
+ override getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]): string {
+ return i18next.t("abilityTriggers:postDefendTypeChange", {
+ pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
+ abilityName,
+ typeName: i18next.t(`pokemonInfo:Type.${PokemonType[this.type]}`)
+ });
+ }
+}
+
+export class PostDefendTerrainChangeAbAttr extends PostDefendAbAttr {
+ private terrainType: TerrainType;
+
+ constructor(terrainType: TerrainType) {
+ super();
+
+ this.terrainType = terrainType;
+ }
+
+ 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);
+ }
+
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, _args: any[]): void {
+ if (!simulated) {
+ globalScene.arena.trySetTerrain(this.terrainType, false, pokemon);
+ }
+ }
+}
+
+export class PostDefendContactApplyStatusEffectAbAttr extends PostDefendAbAttr {
+ public chance: number;
+ private effects: StatusEffect[];
+
+ constructor(chance: number, ...effects: StatusEffect[]) {
+ super(true);
+
+ this.chance = chance;
+ this.effects = effects;
+ }
+
+ 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.doesFlagEffectApply({flag: MoveFlags.MAKES_CONTACT, user: attacker, target: pokemon}) && !attacker.status
+ && (this.chance === -1 || pokemon.randSeedInt(100) < this.chance) && !move.hitsSubstitute(attacker, pokemon)
+ && attacker.canSetStatus(effect, true, false, pokemon);
+ }
+
+ 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);
+ }
+}
+
+export class EffectSporeAbAttr extends PostDefendContactApplyStatusEffectAbAttr {
+ constructor() {
+ super(10, StatusEffect.POISON, StatusEffect.PARALYSIS, StatusEffect.SLEEP);
+ }
+
+ 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: number;
+ private tagType: BattlerTagType;
+ private turnCount: number | undefined;
+
+ constructor(chance: number, tagType: BattlerTagType, turnCount?: number) {
+ super();
+
+ this.tagType = tagType;
+ this.chance = chance;
+ this.turnCount = turnCount;
+ }
+
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean {
+ return move.doesFlagEffectApply({flag: MoveFlags.MAKES_CONTACT, user: attacker, target: pokemon}) && pokemon.randSeedInt(100) < this.chance
+ && !move.hitsSubstitute(attacker, pokemon) && attacker.canAddTag(this.tagType);
+ }
+
+ 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);
+ }
+ }
+}
+
+export class PostDefendCritStatStageChangeAbAttr extends PostDefendAbAttr {
+ private stat: BattleStat;
+ private stages: number;
+
+ constructor(stat: BattleStat, stages: number) {
+ super();
+
+ this.stat = stat;
+ this.stages = stages;
+ }
+
+ 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));
+ }
+ }
+
+ override getCondition(): AbAttrCondition {
+ return (pokemon: Pokemon) => pokemon.turnData.attacksReceived.length !== 0 && pokemon.turnData.attacksReceived[pokemon.turnData.attacksReceived.length - 1].critical;
+ }
+}
+
+export class PostDefendContactDamageAbAttr extends PostDefendAbAttr {
+ private damageRatio: number;
+
+ constructor(damageRatio: number) {
+ super();
+
+ this.damageRatio = damageRatio;
+ }
+
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean {
+ return !simulated && move.doesFlagEffectApply({flag: MoveFlags.MAKES_CONTACT, user: attacker, target: pokemon})
+ && !attacker.hasAbilityWithAttr(BlockNonDirectDamageAbAttr) && !move.hitsSubstitute(attacker, pokemon);
+ }
+
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void {
+ attacker.damageAndUpdate(toDmgValue(attacker.getMaxHp() * (1 / this.damageRatio)), { result: HitResult.INDIRECT });
+ attacker.turnData.damageTaken += toDmgValue(attacker.getMaxHp() * (1 / this.damageRatio));
+ }
+
+ override getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]): string {
+ return i18next.t("abilityTriggers:postDefendContactDamage", {
+ pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
+ abilityName
+ });
+ }
+}
+/**
+ * @description: This ability applies the Perish Song tag to the attacking pokemon
+ * and the defending pokemon if the move makes physical contact and neither pokemon
+ * already has the Perish Song tag.
+ * @class PostDefendPerishSongAbAttr
+ * @extends {PostDefendAbAttr}
+ */
+export class PostDefendPerishSongAbAttr extends PostDefendAbAttr {
+ private turns: number;
+
+ constructor(turns: number) {
+ super();
+
+ this.turns = turns;
+ }
+
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean {
+ return move.doesFlagEffectApply({flag: MoveFlags.MAKES_CONTACT, user: attacker, target: 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);
+ }
+ }
+
+ override getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]): string {
+ return i18next.t("abilityTriggers:perishBody", { pokemonName: getPokemonNameWithAffix(pokemon), abilityName: abilityName });
+ }
+}
+
+export class PostDefendWeatherChangeAbAttr extends PostDefendAbAttr {
+ private weatherType: WeatherType;
+ protected condition?: PokemonDefendCondition;
+
+ constructor(weatherType: WeatherType, condition?: PokemonDefendCondition) {
+ super();
+
+ this.weatherType = weatherType;
+ this.condition = condition;
+ }
+
+ 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));
+ }
+
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void {
+ if (!simulated) {
+ globalScene.arena.trySetWeather(this.weatherType, pokemon);
+ }
+ }
+}
+
+export class PostDefendAbilitySwapAbAttr extends PostDefendAbAttr {
+ constructor() {
+ super();
+ }
+
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean {
+ return move.doesFlagEffectApply({flag: MoveFlags.MAKES_CONTACT, user: attacker, target: pokemon})
+ && attacker.getAbility().isSwappable && !move.hitsSubstitute(attacker, pokemon);
+ }
+
+ 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 {
+ return i18next.t("abilityTriggers:postDefendAbilitySwap", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon) });
+ }
+}
+
+export class PostDefendAbilityGiveAbAttr extends PostDefendAbAttr {
+ private ability: Abilities;
+
+ constructor(ability: Abilities) {
+ super();
+ this.ability = ability;
+ }
+
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean {
+ return move.doesFlagEffectApply({flag: MoveFlags.MAKES_CONTACT, user: attacker, target: pokemon}) && attacker.getAbility().isSuppressable
+ && !attacker.getAbility().hasAttr(PostDefendAbilityGiveAbAttr) && !move.hitsSubstitute(attacker, pokemon);
+ }
+
+ override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): void {
+ if (!simulated) {
+ attacker.setTempAbility(allAbilities[this.ability]);
+ }
+ }
+
+ override getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]): string {
+ return i18next.t("abilityTriggers:postDefendAbilityGive", {
+ pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
+ abilityName
+ });
+ }
+}
+
+export class PostDefendMoveDisableAbAttr extends PostDefendAbAttr {
+ private chance: number;
+ private attacker: Pokemon;
+ private move: Move;
+
+ constructor(chance: number) {
+ super();
+
+ this.chance = chance;
+ }
+
+ 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.doesFlagEffectApply({flag: MoveFlags.MAKES_CONTACT, user: attacker, target: pokemon}) && (this.chance === -1 || pokemon.randSeedInt(100) < this.chance);
+ }
+
+ 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);
+ }
+ }
+}
+
+export class PostStatStageChangeStatStageChangeAbAttr extends PostStatStageChangeAbAttr {
+ private condition: PokemonStatStageChangeCondition;
+ private statsToChange: BattleStat[];
+ private stages: number;
+
+ constructor(condition: PokemonStatStageChangeCondition, statsToChange: BattleStat[], stages: number) {
+ super(true);
+
+ this.condition = condition;
+ this.statsToChange = statsToChange;
+ this.stages = stages;
+ }
+
+ override canApplyPostStatStageChange(pokemon: Pokemon, simulated: boolean, statStagesChanged: BattleStat[], stagesChanged: integer, selfTarget: boolean, args: any[]): boolean {
+ return this.condition(pokemon, statStagesChanged, stagesChanged) && !selfTarget;
+ }
+
+ override applyPostStatStageChange(pokemon: Pokemon, simulated: boolean, statStagesChanged: BattleStat[], stagesChanged: number, selfTarget: boolean, args: any[]): void {
+ if (!simulated) {
+ globalScene.unshiftPhase(new StatStageChangePhase((pokemon).getBattlerIndex(), true, this.statsToChange, this.stages));
+ }
+ }
+}
+
+export class PreAttackAbAttr extends AbAttr {
+ canApplyPreAttack(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ defender: Pokemon | null,
+ move: Move,
+ args: any[]): boolean {
+ return true;
+ }
+
+ applyPreAttack(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ defender: Pokemon | null,
+ move: Move,
+ args: any[],
+ ): void {}
+}
+
+/**
+ * Modifies moves additional effects with multipliers, ie. Sheer Force, Serene Grace.
+ * @extends AbAttr
+ * @see {@linkcode apply}
+ */
+export class MoveEffectChanceMultiplierAbAttr extends AbAttr {
+ private chanceMultiplier: number;
+
+ constructor(chanceMultiplier: number) {
+ 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 NumberHolder).value <= 0 || exceptMoves.includes((args[1] as Move).id));
+ }
+
+ /**
+ * @param args [0]: {@linkcode NumberHolder} Move additional effect chance. Has to be higher than or equal to 0.
+ * [1]: {@linkcode Moves } Move used by the ability user.
+ */
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ (args[0] as NumberHolder).value *= this.chanceMultiplier;
+ (args[0] as NumberHolder).value = Math.min((args[0] as NumberHolder).value, 100);
+ }
+}
+
+/**
+ * Sets incoming moves additional effect chance to zero, ignoring all effects from moves. ie. Shield Dust.
+ * @extends PreDefendAbAttr
+ * @see {@linkcode applyPreDefend}
+ */
+export class IgnoreMoveEffectsAbAttr extends PreDefendAbAttr {
+ constructor(showAbility: boolean = false) {
+ super(showAbility);
+ }
+
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move | null, cancelled: BooleanHolder | null, args: any[]): boolean {
+ return (args[0] as NumberHolder).value > 0;
+ }
+
+ /**
+ * @param args [0]: {@linkcode NumberHolder} Move additional effect chance.
+ */
+ override applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: BooleanHolder, args: any[]): void {
+ (args[0] as NumberHolder).value = 0;
+ }
+}
+
+export class VariableMovePowerAbAttr extends PreAttackAbAttr {
+ override canApplyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): boolean {
+ return true;
+ }
+}
+
+export class FieldPreventExplosiveMovesAbAttr extends AbAttr {
+ override apply(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ cancelled: BooleanHolder,
+ args: any[],
+ ): void {
+ cancelled.value = true;
+ }
+}
+
+/**
+ * Multiplies a Stat if the checked Pokemon lacks this ability.
+ * If this ability cannot stack, a BooleanHolder can be used to prevent this from stacking.
+ * @see {@link applyFieldStatMultiplierAbAttrs}
+ * @see {@link applyFieldStat}
+ * @see {@link BooleanHolder}
+ */
+export class FieldMultiplyStatAbAttr extends AbAttr {
+ private stat: Stat;
+ private multiplier: number;
+ private canStack: boolean;
+
+ constructor(stat: Stat, multiplier: number, canStack = false) {
+ super(false);
+
+ this.stat = stat;
+ this.multiplier = multiplier;
+ this.canStack = canStack;
+ }
+
+ canApplyFieldStat(pokemon: Pokemon, passive: boolean, simulated: boolean, stat: Stat, statValue: NumberHolder, checkedPokemon: Pokemon, hasApplied: 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
+ * @param passive {@linkcode boolean} unused
+ * @param stat {@linkcode Stat} the type of the checked stat
+ * @param statValue {@linkcode NumberHolder} the value of the checked stat
+ * @param checkedPokemon {@linkcode Pokemon} the Pokemon this ability is targeting
+ * @param hasApplied {@linkcode BooleanHolder} whether or not another multiplier has been applied to this stat
+ * @param args {any[]} unused
+ */
+ applyFieldStat(pokemon: Pokemon, passive: boolean, simulated: boolean, stat: Stat, statValue: NumberHolder, checkedPokemon: Pokemon, hasApplied: BooleanHolder, args: any[]): void {
+ statValue.value *= this.multiplier;
+ hasApplied.value = true;
+ }
+
+}
+
+export class MoveTypeChangeAbAttr extends PreAttackAbAttr {
+ constructor(
+ private newType: PokemonType,
+ private powerMultiplier: number,
+ private condition?: PokemonAttackCondition
+ ) {
+ 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)
+ override applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): void {
+ if (args[0] && args[0] instanceof NumberHolder) {
+ args[0].value = this.newType;
+ }
+ if (args[1] && args[1] instanceof NumberHolder) {
+ args[1].value *= this.powerMultiplier;
+ }
+ }
+}
+
+/** Ability attribute for changing a pokemon's type before using a move */
+export class PokemonTypeChangeAbAttr extends PreAttackAbAttr {
+ private moveType: PokemonType;
+
+ constructor() {
+ super(true);
+ }
+
+ 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)) {
+ 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.${PokemonType[this.moveType]}`),
+ });
+ }
+}
+
+/**
+ * Class for abilities that convert single-strike moves to two-strike moves (i.e. Parental Bond).
+ * @param damageMultiplier the damage multiplier for the second strike, relative to the first.
+ */
+export class AddSecondStrikeAbAttr extends PreAttackAbAttr {
+ private damageMultiplier: number;
+
+ constructor(damageMultiplier: number) {
+ super(false);
+
+ 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])
+ * @param pokemon the {@linkcode Pokemon} using the move
+ * @param passive n/a
+ * @param defender n/a
+ * @param move the {@linkcode Move} used by the ability source
+ * @param args Additional arguments:
+ * - `[0]` the number of strikes this move currently has ({@linkcode NumberHolder})
+ * - `[1]` the damage multiplier for the current strike ({@linkcode NumberHolder})
+ */
+ override applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): void {
+ const hitCount = args[0] as NumberHolder;
+ const multiplier = args[1] as NumberHolder;
+ if (hitCount?.value) {
+ hitCount.value += 1;
+ }
+
+ if (multiplier?.value && pokemon.turnData.hitsLeft === 1) {
+ multiplier.value = this.damageMultiplier;
+ }
+ }
+}
+
+/**
+ * Class for abilities that boost the damage of moves
+ * For abilities that boost the base power of moves, see VariableMovePowerAbAttr
+ * @param damageMultiplier the amount to multiply the damage by
+ * @param condition the condition for this ability to be applied
+ */
+export class DamageBoostAbAttr extends PreAttackAbAttr {
+ private damageMultiplier: number;
+ private condition: PokemonAttackCondition;
+
+ constructor(damageMultiplier: number, condition: PokemonAttackCondition) {
+ 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
+ * @param passive N/A
+ * @param defender the target pokemon
+ * @param move the move used by the attacker pokemon
+ * @param args Utils.NumberHolder as damage
+ */
+ override applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): void {
+ const power = args[0] as NumberHolder;
+ power.value = toDmgValue(power.value * this.damageMultiplier);
+ }
+}
+
+export class MovePowerBoostAbAttr extends VariableMovePowerAbAttr {
+ private condition: PokemonAttackCondition;
+ private powerMultiplier: number;
+
+ constructor(condition: PokemonAttackCondition, powerMultiplier: number, showAbility: boolean = false) {
+ super(showAbility);
+ this.condition = condition;
+ this.powerMultiplier = powerMultiplier;
+ }
+
+ override canApplyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon | null, move: Move, args: any[]): boolean {
+ return this.condition(pokemon, defender, move);
+ }
+
+ override applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): void {
+ (args[0] as NumberHolder).value *= this.powerMultiplier;
+ }
+}
+
+export class MoveTypePowerBoostAbAttr extends MovePowerBoostAbAttr {
+ constructor(boostedType: PokemonType, powerMultiplier?: number) {
+ super((pokemon, defender, move) => pokemon?.getMoveType(move) === boostedType, powerMultiplier || 1.5, false);
+ }
+}
+
+export class LowHpMoveTypePowerBoostAbAttr extends MoveTypePowerBoostAbAttr {
+ constructor(boostedType: PokemonType) {
+ super(boostedType);
+ }
+
+ getCondition(): AbAttrCondition {
+ return (pokemon) => pokemon.getHpRatio() <= 0.33;
+ }
+}
+
+/**
+ * Abilities which cause a variable amount of power increase.
+ * @extends VariableMovePowerAbAttr
+ * @see {@link applyPreAttack}
+ */
+export class VariableMovePowerBoostAbAttr extends VariableMovePowerAbAttr {
+ private mult: (user: Pokemon, target: Pokemon, move: Move) => number;
+
+ /**
+ * @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 = true) {
+ super(showAbility);
+ this.mult = mult;
+ }
+
+ override canApplyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): boolean {
+ return this.mult(pokemon, defender, move) !== 1;
+ }
+
+ 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 NumberHolder).value *= multiplier;
+ }
+}
+
+/**
+ * Boosts the power of a Pokémon's move under certain conditions.
+ * @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;
+
+ /**
+ * @param condition - A function that determines whether the power boost condition is met.
+ * @param powerMultiplier - The multiplier to apply to the move's power when the condition is met.
+ */
+ constructor(condition: PokemonAttackCondition, powerMultiplier: number) {
+ super(false);
+ this.condition = condition;
+ this.powerMultiplier = powerMultiplier;
+ }
+
+ 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 NumberHolder).value *= this.powerMultiplier;
+ }
+ }
+}
+
+/**
+ * Boosts the power of a specific type of move.
+ * @extends FieldMovePowerBoostAbAttr
+ */
+export class PreAttackFieldMoveTypePowerBoostAbAttr extends FieldMovePowerBoostAbAttr {
+ /**
+ * @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: PokemonType, powerMultiplier?: number) {
+ super((pokemon, defender, move) => pokemon?.getMoveType(move) === boostedType, powerMultiplier || 1.5);
+ }
+}
+
+/**
+ * Boosts the power of a specific type of move for all Pokemon in the field.
+ * @extends PreAttackFieldMoveTypePowerBoostAbAttr
+ */
+export class FieldMoveTypePowerBoostAbAttr extends PreAttackFieldMoveTypePowerBoostAbAttr { }
+
+/**
+ * Boosts the power of a specific type of move for the user and its allies.
+ * @extends PreAttackFieldMoveTypePowerBoostAbAttr
+ */
+export class UserFieldMoveTypePowerBoostAbAttr extends PreAttackFieldMoveTypePowerBoostAbAttr { }
+
+/**
+ * Boosts the power of moves in specified categories.
+ * @extends FieldMovePowerBoostAbAttr
+ */
+export class AllyMoveCategoryPowerBoostAbAttr extends FieldMovePowerBoostAbAttr {
+ /**
+ * @param boostedCategories - The categories of moves that will receive the power boost.
+ * @param powerMultiplier - The multiplier to apply to the move's power.
+ */
+ constructor(boostedCategories: MoveCategory[], powerMultiplier: number) {
+ super((pokemon, defender, move) => boostedCategories.includes(move.category), powerMultiplier);
+ }
+}
+
+export class StatMultiplierAbAttr extends AbAttr {
+ private stat: BattleStat;
+ private multiplier: number;
+ private condition: PokemonAttackCondition | null;
+
+ constructor(stat: BattleStat, multiplier: number, condition?: PokemonAttackCondition) {
+ super(false);
+
+ this.stat = stat;
+ this.multiplier = multiplier;
+ this.condition = condition ?? null;
+ }
+
+ canApplyStatStage(
+ pokemon: Pokemon,
+ _passive: boolean,
+ simulated: boolean,
+ stat: BattleStat,
+ statValue: NumberHolder,
+ args: any[]): boolean {
+ const move = (args[0] as Move);
+ return stat === this.stat && (!this.condition || this.condition(pokemon, null, move));
+ }
+
+ applyStatStage(
+ pokemon: Pokemon,
+ _passive: boolean,
+ simulated: boolean,
+ stat: BattleStat,
+ statValue: NumberHolder,
+ args: any[]): void {
+ statValue.value *= this.multiplier;
+ }
+}
+
+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 = true) {
+ super(showAbility);
+
+ this.attackCondition = attackCondition;
+ }
+
+ /**
+ * By default, this method checks that the move used is a damaging attack before
+ * applying the effect of any inherited class. This can be changed by providing a different {@link attackCondition} to the constructor. See {@link ConfusionOnStatusEffectAbAttr}
+ * for an example of an effect that does not require a damaging move.
+ */
+ canApplyPostAttack(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ defender: Pokemon,
+ move: Move,
+ hitResult: HitResult | null,
+ args: any[]): boolean {
+ // When attackRequired is true, we require the move to be an attack move and to deal damage before checking secondary requirements.
+ // If attackRequired is false, we always defer to the secondary requirements.
+ return this.attackCondition(pokemon, defender, move);
+ }
+
+ applyPostAttack(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ defender: Pokemon,
+ move: Move,
+ hitResult: HitResult | null,
+ args: any[]): void {}
+}
+
+/**
+ * Multiplies a Stat from an ally pokemon's ability.
+ * @see {@link applyAllyStatMultiplierAbAttrs}
+ * @see {@link applyAllyStat}
+ */
+export class AllyStatMultiplierAbAttr extends AbAttr {
+ private stat: BattleStat;
+ private multiplier: number;
+ private ignorable: boolean;
+
+ /**
+ * @param stat - The stat being modified
+ * @param multipler - The multiplier to apply to the stat
+ * @param ignorable - Whether the multiplier can be ignored by mold breaker-like moves and abilities
+ */
+ constructor(stat: BattleStat, multiplier: number, ignorable: boolean = true) {
+ super(false);
+
+ this.stat = stat;
+ this.multiplier = multiplier;
+ this.ignorable = ignorable;
+ }
+
+ /**
+ * Multiply a Pokemon's Stat due to an Ally's ability.
+ * @param _pokemon - The ally {@linkcode Pokemon} with the ability (unused)
+ * @param passive - unused
+ * @param _simulated - Whether the ability is being simulated (unused)
+ * @param _stat - The type of the checked {@linkcode Stat} (unused)
+ * @param statValue - {@linkcode NumberHolder} containing the value of the checked stat
+ * @param _checkedPokemon - The {@linkcode Pokemon} this ability is targeting (unused)
+ * @param _ignoreAbility - Whether the ability should be ignored if possible
+ * @param _args - unused
+ * @returns `true` if this changed the checked stat, `false` otherwise.
+ */
+ applyAllyStat(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, _stat: BattleStat, statValue: NumberHolder, _checkedPokemon: Pokemon, _ignoreAbility: boolean, _args: any[]) {
+ statValue.value *= this.multiplier;
+ }
+
+ /**
+ * Check if this ability can apply to the checked stat.
+ * @param pokemon - The ally {@linkcode Pokemon} with the ability (unused)
+ * @param passive - unused
+ * @param simulated - Whether the ability is being simulated (unused)
+ * @param stat - The type of the checked {@linkcode Stat}
+ * @param statValue - {@linkcode NumberHolder} containing the value of the checked stat
+ * @param checkedPokemon - The {@linkcode Pokemon} this ability is targeting (unused)
+ * @param ignoreAbility - Whether the ability should be ignored if possible
+ * @param args - unused
+ * @returns `true` if this can apply to the checked stat, `false` otherwise.
+ */
+ canApplyAllyStat(pokemon: Pokemon, _passive: boolean, simulated: boolean, stat: BattleStat, statValue: NumberHolder, checkedPokemon: Pokemon, ignoreAbility: boolean, args: any[]): boolean {
+ return stat === this.stat && !(ignoreAbility && this.ignorable);
+ }
+}
+
+/**
+ * Ability attribute for Gorilla Tactics
+ * @extends PostAttackAbAttr
+ */
+export class GorillaTacticsAbAttr extends PostAttackAbAttr {
+ constructor() {
+ 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
+ * @param passive n/a
+ * @param simulated whether the ability is being simulated
+ * @param defender n/a
+ * @param move n/a
+ * @param hitResult n/a
+ * @param args n/a
+ */
+ 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);
+ }
+ }
+}
+
+export class PostAttackStealHeldItemAbAttr extends PostAttackAbAttr {
+ private stealCondition: PokemonAttackCondition | null;
+ private stolenItem?: PokemonHeldItemModifier;
+
+ constructor(stealCondition?: PokemonAttackCondition) {
+ super();
+
+ this.stealCondition = stealCondition ?? null;
+ }
+
+ override canApplyPostAttack(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ defender: Pokemon,
+ move: Move,
+ hitResult: HitResult,
+ args: any[]): boolean {
+ if (
+ super.canApplyPostAttack(pokemon, passive, simulated, defender, move, hitResult, args) &&
+ !simulated &&
+ hitResult < HitResult.NO_EFFECT &&
+ (!this.stealCondition || this.stealCondition(pokemon, defender, move))
+ ) {
+ const heldItems = this.getTargetHeldItems(defender).filter((i) => i.isTransferable);
+ if (heldItems.length) {
+ // Ensure that the stolen item in testing is the same as when the effect is applied
+ this.stolenItem = heldItems[pokemon.randSeedInt(heldItems.length)];
+ if (globalScene.canTransferHeldItemModifier(this.stolenItem, pokemon)) {
+ return true;
+ }
+ }
+ }
+ this.stolenItem = undefined;
+ return false;
+ }
+
+ override applyPostAttack(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ defender: Pokemon,
+ move: Move,
+ hitResult: HitResult,
+ args: any[],
+ ): void {
+ const heldItems = this.getTargetHeldItems(defender).filter((i) => i.isTransferable);
+ if (!this.stolenItem) {
+ this.stolenItem = heldItems[pokemon.randSeedInt(heldItems.length)];
+ }
+ if (globalScene.tryTransferHeldItemModifier(this.stolenItem, pokemon, false)) {
+ globalScene.queueMessage(
+ i18next.t("abilityTriggers:postAttackStealHeldItem", {
+ pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
+ defenderName: defender.name,
+ stolenItemType: this.stolenItem.type.name,
+ }),
+ );
+ }
+ this.stolenItem = undefined;
+ }
+
+ getTargetHeldItems(target: Pokemon): PokemonHeldItemModifier[] {
+ return globalScene.findModifiers(m => m instanceof PokemonHeldItemModifier
+ && m.pokemonId === target.id, target.isPlayer()) as PokemonHeldItemModifier[];
+ }
+}
+
+export class PostAttackApplyStatusEffectAbAttr extends PostAttackAbAttr {
+ private contactRequired: boolean;
+ private chance: number;
+ private effects: StatusEffect[];
+
+ constructor(contactRequired: boolean, chance: number, ...effects: StatusEffect[]) {
+ super();
+
+ this.contactRequired = contactRequired;
+ this.chance = chance;
+ this.effects = effects;
+ }
+
+ 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.doesFlagEffectApply({flag: MoveFlags.MAKES_CONTACT, user: attacker, target: 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 simulated || attacker.canSetStatus(effect, true, false, pokemon);
+ }
+
+ 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: number, ...effects: StatusEffect[]) {
+ super(true, chance, ...effects);
+ }
+}
+
+export class PostAttackApplyBattlerTagAbAttr extends PostAttackAbAttr {
+ private contactRequired: boolean;
+ private chance: (user: Pokemon, target: Pokemon, move: Move) => number;
+ private effects: BattlerTagType[];
+
+
+ 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;
+ }
+
+ 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.*/
+ return super.canApplyPostAttack(pokemon, passive, simulated, attacker, move, hitResult, args) &&
+ !attacker.hasAbilityWithAttr(IgnoreMoveEffectsAbAttr) && pokemon !== attacker &&
+ (!this.contactRequired || move.doesFlagEffectApply({flag: MoveFlags.MAKES_CONTACT, user: attacker, target: pokemon})) &&
+ pokemon.randSeedInt(100) < this.chance(attacker, pokemon, move) && !pokemon.status;
+ }
+
+ 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();
+
+ this.condition = condition;
+ }
+
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): boolean {
+ if (
+ !simulated &&
+ hitResult < HitResult.NO_EFFECT &&
+ (!this.condition || this.condition(pokemon, attacker, move)) &&
+ !move.hitsSubstitute(attacker, pokemon)
+ ) {
+ const heldItems = this.getTargetHeldItems(attacker).filter((i) => i.isTransferable);
+ if (heldItems.length) {
+ this.stolenItem = heldItems[pokemon.randSeedInt(heldItems.length)];
+ if (globalScene.canTransferHeldItemModifier(this.stolenItem, pokemon)) {
+ return true;
+ }
+ }
+ }
+ return false;
+ }
+
+ override applyPostDefend(
+ pokemon: Pokemon,
+ _passive: boolean,
+ simulated: boolean,
+ attacker: Pokemon,
+ move: Move,
+ hitResult: HitResult,
+ _args: any[],
+ ): void {
+
+ const heldItems = this.getTargetHeldItems(attacker).filter((i) => i.isTransferable);
+ if (!this.stolenItem) {
+ this.stolenItem = heldItems[pokemon.randSeedInt(heldItems.length)];
+ }
+ if (globalScene.tryTransferHeldItemModifier(this.stolenItem, pokemon, false)) {
+ globalScene.queueMessage(
+ i18next.t("abilityTriggers:postDefendStealHeldItem", {
+ pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
+ attackerName: attacker.name,
+ stolenItemType: this.stolenItem.type.name,
+ }),
+ );
+ }
+ this.stolenItem = undefined;
+ }
+
+ getTargetHeldItems(target: Pokemon): PokemonHeldItemModifier[] {
+ return globalScene.findModifiers(m => m instanceof PokemonHeldItemModifier
+ && m.pokemonId === target.id, target.isPlayer()) as PokemonHeldItemModifier[];
+ }
+}
+
+/**
+ * Base class for defining all {@linkcode Ability} Attributes after a status effect has been set.
+ * @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.
+ * @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.
+ */
+ applyPostSetStatus(
+ pokemon: Pokemon,
+ sourcePokemon: Pokemon | null = null,
+ passive: boolean,
+ effect: StatusEffect,
+ simulated: boolean,
+ args: any[],
+ ): void {}
+}
+
+/**
+ * If another Pokemon burns, paralyzes, poisons, or badly poisons this Pokemon,
+ * that Pokemon receives the same non-volatile status condition as part of this
+ * ability attribute. For Synchronize ability.
+ */
+export class SynchronizeStatusAbAttr extends PostSetStatusAbAttr {
+ 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,
+ StatusEffect.PARALYSIS,
+ StatusEffect.POISON,
+ StatusEffect.TOXIC
+ ]);
+
+ // 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));
+ }
+
+ /**
+ * 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 {
+ 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 {
+ private stat: BattleStat | ((p: Pokemon) => BattleStat);
+ private stages: number;
+
+ constructor(stat: BattleStat | ((p: Pokemon) => BattleStat), stages: number) {
+ super();
+
+ this.stat = stat;
+ this.stages = stages;
+ }
+
+ 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));
+ }
+ }
+}
+
+export class PostVictoryFormChangeAbAttr extends PostVictoryAbAttr {
+ private formFunc: (p: Pokemon) => number;
+
+ constructor(formFunc: ((p: Pokemon) => number)) {
+ super(true);
+
+ this.formFunc = formFunc;
+ }
+
+ override canApplyPostVictory(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ const formIndex = this.formFunc(pokemon);
+ return formIndex !== pokemon.formIndex;
+ }
+
+ override applyPostVictory(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false);
+ }
+ }
+}
+
+export class PostKnockOutAbAttr extends AbAttr {
+ 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 {
+ private stat: BattleStat | ((p: Pokemon) => BattleStat);
+ private stages: number;
+
+ constructor(stat: BattleStat | ((p: Pokemon) => BattleStat), stages: number) {
+ super();
+
+ this.stat = stat;
+ this.stages = stages;
+ }
+
+ 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));
+ }
+ }
+}
+
+export class CopyFaintedAllyAbilityAbAttr extends PostKnockOutAbAttr {
+ constructor() {
+ super();
+ }
+
+ override canApplyPostKnockOut(pokemon: Pokemon, passive: boolean, simulated: boolean, knockedOut: Pokemon, args: any[]): boolean {
+ return pokemon.isPlayer() === knockedOut.isPlayer() && knockedOut.getAbility().isCopiable;
+ }
+
+ override applyPostKnockOut(pokemon: Pokemon, passive: boolean, simulated: boolean, knockedOut: Pokemon, args: any[]): void {
+ if (!simulated) {
+ pokemon.setTempAbility(knockedOut.getAbility());
+ globalScene.queueMessage(i18next.t("abilityTriggers:copyFaintedAllyAbility", { pokemonNameWithAffix: getPokemonNameWithAffix(knockedOut), abilityName: allAbilities[knockedOut.getAbility().id].name }));
+ }
+ }
+}
+
+/**
+ * Ability attribute for ignoring the opponent's stat changes
+ * @param stats the stats that should be ignored
+ */
+export class IgnoreOpponentStatStagesAbAttr extends AbAttr {
+ private stats: readonly BattleStat[];
+
+ constructor(stats?: BattleStat[]) {
+ super(false);
+
+ 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
+ * @param _passive n/a
+ * @param simulated n/a
+ * @param _cancelled n/a
+ * @param args A BooleanHolder that represents whether or not to ignore a stat's stat changes
+ */
+ override apply(_pokemon: Pokemon, _passive: boolean, simulated: boolean, _cancelled: BooleanHolder, args: any[]): void {
+ (args[1] as BooleanHolder).value = true;
+ }
+}
+
+export class IntimidateImmunityAbAttr extends AbAttr {
+ constructor() {
+ super(false);
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ cancelled.value = true;
+ }
+
+ getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
+ return i18next.t("abilityTriggers:intimidateImmunity", {
+ pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
+ abilityName
+ });
+ }
+}
+
+export class PostIntimidateStatStageChangeAbAttr extends AbAttr {
+ private stats: BattleStat[];
+ private stages: number;
+ private overwrites: boolean;
+
+ constructor(stats: BattleStat[], stages: number, overwrites?: boolean) {
+ super(true);
+ this.stats = stats;
+ this.stages = stages;
+ this.overwrites = !!overwrites;
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated:boolean, cancelled: BooleanHolder, args: any[]): void {
+ if (!simulated) {
+ globalScene.pushPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), false, this.stats, this.stages));
+ }
+ cancelled.value = this.overwrites;
+ }
+}
+
+/**
+ * Base class for defining all {@linkcode Ability} Attributes post summon
+ * @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
+ */
+ applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {}
+}
+
+/**
+ * Base class for ability attributes which remove an effect on summon
+ */
+export class PostSummonRemoveEffectAbAttr extends PostSummonAbAttr {}
+
+/**
+ * Removes specified arena tags when a Pokemon is summoned.
+ */
+export class PostSummonRemoveArenaTagAbAttr extends PostSummonAbAttr {
+ private arenaTags: ArenaTagType[];
+
+ /**
+ * @param arenaTags {@linkcode ArenaTagType[]} - the arena tags to be removed
+ */
+ constructor(arenaTags: ArenaTagType[]) {
+ super(true);
+
+ this.arenaTags = arenaTags;
+ }
+
+ 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);
+ }
+ }
+ }
+}
+
+/**
+ * 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);
+ }
+ }
+}
+
+export class PostSummonMessageAbAttr extends PostSummonAbAttr {
+ private messageFunc: (pokemon: Pokemon) => string;
+
+ constructor(messageFunc: (pokemon: Pokemon) => string) {
+ super(true);
+
+ this.messageFunc = messageFunc;
+ }
+
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ globalScene.queueMessage(this.messageFunc(pokemon));
+ }
+ }
+}
+
+export class PostSummonUnnamedMessageAbAttr extends PostSummonAbAttr {
+ //Attr doesn't force pokemon name on the message
+ private message: string;
+
+ constructor(message: string) {
+ super(true);
+
+ this.message = message;
+ }
+
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ globalScene.queueMessage(this.message);
+ }
+ }
+}
+
+export class PostSummonAddBattlerTagAbAttr extends PostSummonAbAttr {
+ private tagType: BattlerTagType;
+ private turnCount: number;
+
+ constructor(tagType: BattlerTagType, turnCount: number, showAbility?: boolean) {
+ super(showAbility);
+
+ this.tagType = tagType;
+ this.turnCount = 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);
+ }
+ }
+}
+
+/**
+ * Removes Specific battler tags when a Pokemon is summoned
+ *
+ * This should realistically only ever activate on gain rather than on summon
+ */
+export class PostSummonRemoveBattlerTagAbAttr extends PostSummonRemoveEffectAbAttr {
+ private immuneTags: BattlerTagType[];
+
+ /**
+ * @param immuneTags - The {@linkcode BattlerTagType | battler tags} the Pokémon is immune to.
+ */
+ constructor(...immuneTags: BattlerTagType[]) {
+ super();
+ this.immuneTags = immuneTags;
+ }
+
+ public override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return this.immuneTags.some(tagType => !!pokemon.getTag(tagType));
+ }
+
+ public override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ this.immuneTags.forEach(tagType => pokemon.removeTag(tagType));
+ }
+}
+
+export class PostSummonStatStageChangeAbAttr extends PostSummonAbAttr {
+ private stats: BattleStat[];
+ private stages: number;
+ private selfTarget: boolean;
+ private intimidate: boolean;
+
+ constructor(stats: BattleStat[], stages: number, selfTarget?: boolean, intimidate?: boolean) {
+ super(true);
+
+ this.stats = stats;
+ this.stages = stages;
+ this.selfTarget = !!selfTarget;
+ this.intimidate = !!intimidate;
+ }
+
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (simulated) {
+ return;
+ }
+
+ 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));
+ } else {
+ for (const opponent of pokemon.getOpponents()) {
+ const cancelled = new BooleanHolder(false);
+ if (this.intimidate) {
+ applyAbAttrs(IntimidateImmunityAbAttr, opponent, cancelled, simulated);
+ applyAbAttrs(PostIntimidateStatStageChangeAbAttr, opponent, cancelled, simulated);
+
+ if (opponent.getTag(BattlerTagType.SUBSTITUTE)) {
+ cancelled.value = true;
+ }
+ }
+ if (!cancelled.value) {
+ globalScene.unshiftPhase(new StatStageChangePhase(opponent.getBattlerIndex(), false, this.stats, this.stages));
+ }
+ }
+ }
+ }
+}
+
+export class PostSummonAllyHealAbAttr extends PostSummonAbAttr {
+ private healRatio: number;
+ private showAnim: boolean;
+
+ constructor(healRatio: number, showAnim = false) {
+ super();
+
+ this.healRatio = healRatio || 4;
+ this.showAnim = showAnim;
+ }
+
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return pokemon.getAlly()?.isActive(true) ?? false;
+ }
+
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ const target = pokemon.getAlly();
+ if (!simulated && !isNullOrUndefined(target)) {
+ globalScene.unshiftPhase(new PokemonHealPhase(target.getBattlerIndex(),
+ toDmgValue(pokemon.getMaxHp() / this.healRatio), i18next.t("abilityTriggers:postSummonAllyHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(target), pokemonName: pokemon.name }), true, !this.showAnim));
+ }
+ }
+}
+
+/**
+ * Resets an ally's temporary stat boots to zero with no regard to
+ * whether this is a positive or negative change
+ * @param pokemon The {@link Pokemon} with this {@link AbAttr}
+ * @param passive N/A
+ * @param args N/A
+ * @returns if the move was successful
+ */
+export class PostSummonClearAllyStatStagesAbAttr extends PostSummonAbAttr {
+ constructor() {
+ super();
+ }
+
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return pokemon.getAlly()?.isActive(true) ?? false;
+ }
+
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ const target = pokemon.getAlly();
+ if (!simulated && !isNullOrUndefined(target)) {
+ for (const s of BATTLE_STATS) {
+ target.setStatStage(s, 0);
+ }
+
+ globalScene.queueMessage(i18next.t("abilityTriggers:postSummonClearAllyStats", { pokemonNameWithAffix: getPokemonNameWithAffix(target) }));
+ }
+ }
+}
+
+/**
+ * Download raises either the Attack stat or Special Attack stat by one stage depending on the foe's currently lowest defensive stat:
+ * it will raise Attack if the foe's current Defense is lower than its current Special Defense stat;
+ * otherwise, it will raise Special Attack.
+ * @extends PostSummonAbAttr
+ * @see {applyPostSummon}
+ */
+export class DownloadAbAttr extends PostSummonAbAttr {
+ private enemyDef: number;
+ private enemySpDef: number;
+ private enemyCountTally: number;
+ private stats: BattleStat[];
+
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ this.enemyDef = 0;
+ this.enemySpDef = 0;
+ this.enemyCountTally = 0;
+
+ for (const opponent of pokemon.getOpponents()) {
+ this.enemyCountTally++;
+ this.enemyDef += opponent.getEffectiveStat(Stat.DEF);
+ this.enemySpDef += opponent.getEffectiveStat(Stat.SPDEF);
+ }
+ 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 (!simulated) {
+ globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), false, this.stats, 1));
+ }
+ }
+}
+
+export class PostSummonWeatherChangeAbAttr extends PostSummonAbAttr {
+ private weatherType: WeatherType;
+
+ constructor(weatherType: WeatherType) {
+ super();
+
+ this.weatherType = weatherType;
+ }
+
+ 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();
+ return weatherReplaceable && globalScene.arena.canSetWeather(this.weatherType);
+ }
+
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ globalScene.arena.trySetWeather(this.weatherType, pokemon);
+ }
+ }
+}
+
+export class PostSummonTerrainChangeAbAttr extends PostSummonAbAttr {
+ private terrainType: TerrainType;
+
+ constructor(terrainType: TerrainType) {
+ super();
+
+ this.terrainType = terrainType;
+ }
+
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return globalScene.arena.canSetTerrain(this.terrainType);
+ }
+
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ globalScene.arena.trySetTerrain(this.terrainType, false, pokemon);
+ }
+ }
+}
+
+/**
+ * Heals a status effect if the Pokemon is afflicted with it upon switch in (or gain)
+ */
+export class PostSummonHealStatusAbAttr extends PostSummonRemoveEffectAbAttr {
+ private immuneEffects: StatusEffect[];
+ private statusHealed: StatusEffect;
+
+ /**
+ * @param immuneEffects - The {@linkcode StatusEffect}s the Pokémon is immune to.
+ */
+ constructor(...immuneEffects: StatusEffect[]) {
+ super();
+ this.immuneEffects = immuneEffects;
+ }
+
+ public override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ const status = pokemon.status?.effect;
+ return !isNullOrUndefined(status) && (this.immuneEffects.length < 1 || this.immuneEffects.includes(status))
+ }
+
+ public override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ const status = pokemon.status?.effect;
+ if (!isNullOrUndefined(status)) {
+ this.statusHealed = status;
+ pokemon.resetStatus(false);
+ pokemon.updateInfo();
+ }
+ }
+
+ public override getTriggerMessage(_pokemon: Pokemon, _abilityName: string, ..._args: any[]): string | null {
+ if (this.statusHealed) {
+ return getStatusEffectHealText(this.statusHealed, getPokemonNameWithAffix(_pokemon));
+ }
+ return null;
+ }
+}
+
+export class PostSummonFormChangeAbAttr extends PostSummonAbAttr {
+ private formFunc: (p: Pokemon) => number;
+
+ constructor(formFunc: ((p: Pokemon) => number)) {
+ super(true);
+
+ this.formFunc = formFunc;
+ }
+
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return this.formFunc(pokemon) !== pokemon.formIndex;
+ }
+
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false);
+ }
+ }
+}
+
+/** Attempts to copy a pokemon's ability */
+export class PostSummonCopyAbilityAbAttr extends PostSummonAbAttr {
+ private target: Pokemon;
+ private targetAbilityName: string;
+
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ const targets = pokemon.getOpponents();
+ if (!targets.length) {
+ return false;
+ }
+
+ let target: Pokemon;
+ if (targets.length > 1) {
+ globalScene.executeWithSeedOffset(() => target = randSeedItem(targets), globalScene.currentBattle.waveIndex);
+ } else {
+ target = targets[0];
+ }
+
+ if (
+ !target!.getAbility().isCopiable &&
+ // Wonder Guard is normally uncopiable so has the attribute, but Trace specifically can copy it
+ !(pokemon.hasAbility(Abilities.TRACE) && target!.getAbility().id === Abilities.WONDER_GUARD)
+ ) {
+ return false;
+ }
+
+ this.target = target!;
+ this.targetAbilityName = allAbilities[target!.getAbility().id].name;
+ return true;
+ }
+
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ pokemon.setTempAbility(this.target!.getAbility());
+ setAbilityRevealed(this.target!);
+ pokemon.updateInfo();
+ }
+ }
+
+ getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
+ return i18next.t("abilityTriggers:trace", {
+ pokemonName: getPokemonNameWithAffix(pokemon),
+ targetName: getPokemonNameWithAffix(this.target),
+ abilityName: this.targetAbilityName,
+ });
+ }
+}
+
+/**
+ * Removes supplied status effects from the user's field.
+ */
+export class PostSummonUserFieldRemoveStatusEffectAbAttr extends PostSummonAbAttr {
+ private statusEffect: StatusEffect[];
+
+ /**
+ * @param statusEffect - The status effects to be removed from the user's field.
+ */
+ constructor(...statusEffect: StatusEffect[]) {
+ super(false);
+
+ 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
+ */
+ 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 (!simulated) {
+ for (const pokemon of allowedParty) {
+ if (pokemon.status && this.statusEffect.includes(pokemon.status.effect)) {
+ globalScene.queueMessage(getStatusEffectHealText(pokemon.status.effect, getPokemonNameWithAffix(pokemon)));
+ pokemon.resetStatus(false);
+ pokemon.updateInfo();
+ }
+ }
+ }
+ }
+}
+
+
+/** Attempt to copy the stat changes on an ally pokemon */
+export class PostSummonCopyAllyStatsAbAttr extends PostSummonAbAttr {
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ if (!globalScene.currentBattle.double) {
+ return false;
+ }
+
+ const ally = pokemon.getAlly();
+ if (isNullOrUndefined(ally) || ally.getStatStages().every(s => s === 0)) {
+ return false;
+ }
+
+ return true;
+ }
+
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ const ally = pokemon.getAlly();
+ if (!simulated && !isNullOrUndefined(ally)) {
+ for (const s of BATTLE_STATS) {
+ pokemon.setStatStage(s, ally.getStatStage(s));
+ }
+ pokemon.updateInfo();
+ }
+ }
+
+ getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
+ return i18next.t("abilityTriggers:costar", {
+ pokemonName: getPokemonNameWithAffix(pokemon),
+ allyName: getPokemonNameWithAffix(pokemon.getAlly()),
+ });
+ }
+}
+
+/**
+ * Used by Imposter
+ */
+export class PostSummonTransformAbAttr extends PostSummonAbAttr {
+ constructor() {
+ super(true, false);
+ }
+
+ private getTarget(targets: Pokemon[]): Pokemon {
+ let target: Pokemon = targets[0];
+ if (targets.length > 1) {
+ globalScene.executeWithSeedOffset(() => {
+ // in a double battle, if one of the opposing pokemon is fused the other one will be chosen
+ // if both are fused, then Imposter will fail below
+ if (targets[0].fusionSpecies) {
+ target = targets[1];
+ return;
+ } else if (targets[1].fusionSpecies) {
+ target = targets[0];
+ return;
+ }
+ target = randSeedItem(targets);
+ }, globalScene.currentBattle.waveIndex);
+ } else {
+ target = targets[0];
+ }
+
+ target = target!;
+
+ return target;
+ }
+
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ const targets = pokemon.getOpponents();
+ const target = this.getTarget(targets);
+
+ if (!!target.summonData?.illusion) {
+ return false;
+ }
+
+ if (simulated || !targets.length) {
+ return simulated;
+ }
+
+ // transforming from or into fusion pokemon causes various problems (including crashes and save corruption)
+ if (this.getTarget(targets).fusionSpecies || pokemon.fusionSpecies) {
+ return false;
+ }
+
+ return true;
+ }
+
+ override applyPostSummon(pokemon: Pokemon, _passive: boolean, simulated: boolean, _args: any[]): void {
+ const target = this.getTarget(pokemon.getOpponents());
+
+ globalScene.unshiftPhase(new PokemonTransformPhase(pokemon.getBattlerIndex(), target.getBattlerIndex(), true));
+
+ }
+}
+
+/**
+ * Reverts weather-based forms to their normal forms when the user is summoned.
+ * Used by Cloud Nine and Air Lock.
+ * @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
+ */
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ globalScene.arena.triggerWeatherBasedFormChangesToNormal();
+ }
+ }
+}
+
+/**
+ * Triggers weather-based form change when summoned into an active weather.
+ * Used by Forecast and Flower Gift.
+ * @extends PostSummonAbAttr
+ */
+export class PostSummonFormChangeByWeatherAbAttr extends PostSummonAbAttr {
+ private ability: Abilities;
+
+ constructor(ability: Abilities) {
+ super(true);
+
+ this.ability = ability;
+ }
+
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ const isCastformWithForecast = (pokemon.species.speciesId === Species.CASTFORM && this.ability === Abilities.FORECAST);
+ const isCherrimWithFlowerGift = (pokemon.species.speciesId === Species.CHERRIM && this.ability === Abilities.FLOWER_GIFT);
+ return isCastformWithForecast || isCherrimWithFlowerGift;
+ }
+
+ /**
+ * Calls the {@linkcode BattleScene.triggerPokemonFormChange | triggerPokemonFormChange} for both
+ * {@linkcode SpeciesFormChange.SpeciesFormChangeWeatherTrigger | SpeciesFormChangeWeatherTrigger} and
+ * {@linkcode SpeciesFormChange.SpeciesFormChangeWeatherTrigger | SpeciesFormChangeRevertWeatherFormTrigger} if it
+ * is the specific Pokemon and ability
+ * @param {Pokemon} pokemon the Pokemon with this ability
+ * @param passive n/a
+ * @param args n/a
+ */
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeWeatherTrigger);
+ globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeRevertWeatherFormTrigger);
+ }
+ }
+}
+
+/**
+ * Attribute implementing the effects of {@link https://bulbapedia.bulbagarden.net/wiki/Commander_(Ability) | Commander}.
+ * When the source of an ability with this attribute detects a Dondozo as their active ally, the source "jumps
+ * into the Dondozo's mouth," sharply boosting the Dondozo's stats, cancelling the source's moves, and
+ * causing attacks that target the source to always miss.
+ */
+export class CommanderAbAttr extends AbAttr {
+ constructor() {
+ super(true);
+ }
+
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ // If the ally Dondozo is fainted or was previously "commanded" by
+ // another Pokemon, this effect cannot apply.
+
+ // TODO: Should this work with X + Dondozo fusions?
+ const ally = pokemon.getAlly();
+ return globalScene.currentBattle?.double && !isNullOrUndefined(ally) && ally.species.speciesId === Species.DONDOZO
+ && !(ally.isFainted() || ally.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);
+ }
+ }
+}
+
+export class PreSwitchOutAbAttr extends AbAttr {
+ constructor(showAbility: boolean = true) {
+ super(showAbility);
+ }
+
+ canApplyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return true;
+ }
+
+ applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {}
+}
+
+export class PreSwitchOutResetStatusAbAttr extends PreSwitchOutAbAttr {
+ constructor() {
+ super(false);
+ }
+
+ override canApplyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return !isNullOrUndefined(pokemon.status);
+ }
+
+ override applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ pokemon.resetStatus();
+ pokemon.updateInfo();
+ }
+ }
+}
+
+/**
+ * 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.
+ */
+ 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
+ ) {
+ 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
+ ) {
+ 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
+ ) {
+ turnOffWeather = true;
+ }
+ break;
+ }
+
+ if (simulated) {
+ return turnOffWeather;
+ }
+
+ if (turnOffWeather) {
+ globalScene.arena.trySetWeather(WeatherType.NONE);
+ return true;
+ }
+
+ return false;
+ }
+}
+
+export class PreSwitchOutHealAbAttr extends PreSwitchOutAbAttr {
+ override canApplyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return !pokemon.isFullHp();
+ }
+
+ override applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ const healAmount = toDmgValue(pokemon.getMaxHp() * 0.33);
+ pokemon.heal(healAmount);
+ pokemon.updateInfo();
+ }
+ }
+}
+
+/**
+ * Attribute for form changes that occur on switching out
+ * @extends PreSwitchOutAbAttr
+ * @see {@linkcode applyPreSwitchOut}
+ */
+export class PreSwitchOutFormChangeAbAttr extends PreSwitchOutAbAttr {
+ private formFunc: (p: Pokemon) => number;
+
+ 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
+ */
+ override applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false);
+ }
+ }
+
+}
+
+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);
+ }
+ }
+}
+
+/**
+ * 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: BooleanHolder,
+ args: any[]): boolean {
+ return true;
+ }
+
+ applyPreStatStageChange(
+ pokemon: Pokemon | null,
+ passive: boolean,
+ simulated: boolean,
+ stat: BattleStat,
+ cancelled: 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 BooleanHolder} that will be set to true due to reflection
+ * @param args
+ */
+ override applyPreStatStageChange(_pokemon: Pokemon, _passive: boolean, simulated: boolean, stat: BattleStat, cancelled: 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")
+ });
+ }
+}
+
+/**
+ * Protect one or all {@linkcode BattleStat} from reductions caused by other Pokémon's moves and Abilities
+ */
+export class ProtectStatAbAttr extends PreStatStageChangeAbAttr {
+ /** {@linkcode BattleStat} to protect or `undefined` if **all** {@linkcode BattleStat} are protected */
+ private protectedStat?: BattleStat;
+
+ constructor(protectedStat?: BattleStat) {
+ super();
+
+ this.protectedStat = protectedStat;
+ }
+
+ override canApplyPreStatStageChange(pokemon: Pokemon | null, passive: boolean, simulated: boolean, stat: BattleStat, cancelled: BooleanHolder, args: any[]): boolean {
+ return isNullOrUndefined(this.protectedStat) || stat === this.protectedStat;
+ }
+
+ /**
+ * Apply the {@linkcode ProtectedStatAbAttr} to an interaction
+ * @param _pokemon
+ * @param _passive
+ * @param simulated
+ * @param stat the {@linkcode BattleStat} being affected
+ * @param cancelled The {@linkcode BooleanHolder} that will be set to true if the stat is protected
+ * @param _args
+ */
+ override applyPreStatStageChange(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, stat: BattleStat, cancelled: BooleanHolder, _args: any[]): void {
+ cancelled.value = true;
+ }
+
+ getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]): string {
+ return i18next.t("abilityTriggers:protectStat", {
+ pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
+ abilityName,
+ statName: this.protectedStat ? i18next.t(getStatKey(this.protectedStat)) : i18next.t("battle:stats")
+ });
+ }
+}
+
+/**
+ * This attribute applies confusion to the target whenever the user
+ * directly poisons them with a move, e.g. Poison Puppeteer.
+ * Called in {@linkcode StatusEffectAttr}.
+ * @extends PostAttackAbAttr
+ * @see {@linkcode applyPostAttack}
+ */
+export class ConfusionOnStatusEffectAbAttr extends PostAttackAbAttr {
+ /** List of effects to apply confusion after */
+ private effects: StatusEffect[];
+
+ constructor(...effects: StatusEffect[]) {
+ /** This effect does not require a damaging move */
+ 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
+ * @param passive N/A
+ * @param defender {@link Pokemon} defending
+ * @param move {@link Move} used to apply status effect and confusion
+ * @param hitResult N/A
+ * @param args [0] {@linkcode StatusEffect} applied by move
+ */
+ 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);
+ }
+ }
+}
+
+export class PreSetStatusAbAttr extends AbAttr {
+ /** Return whether the ability attribute can be applied */
+ canApplyPreSetStatus(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ effect: StatusEffect | undefined,
+ cancelled: BooleanHolder,
+ args: any[]): boolean {
+ return true;
+ }
+
+ applyPreSetStatus(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ effect: StatusEffect | undefined,
+ cancelled: BooleanHolder,
+ args: any[],
+ ): void {}
+}
+
+/**
+ * Provides immunity to status effects to specified targets.
+ */
+export class PreSetStatusEffectImmunityAbAttr extends PreSetStatusAbAttr {
+ protected immuneEffects: StatusEffect[];
+
+ /**
+ * @param immuneEffects - The status effects to which the Pokémon is immune.
+ */
+ constructor(...immuneEffects: StatusEffect[]) {
+ super();
+
+ this.immuneEffects = immuneEffects;
+ }
+
+ override canApplyPreSetStatus(pokemon: Pokemon, passive: boolean, simulated: boolean, effect: StatusEffect, cancelled: BooleanHolder, args: any[]): boolean {
+ return effect !== StatusEffect.FAINT && this.immuneEffects.length < 1 || this.immuneEffects.includes(effect);
+ }
+
+ /**
+ * Applies immunity to supplied status effects.
+ *
+ * @param pokemon - The Pokémon to which the status is being applied.
+ * @param passive - n/a
+ * @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
+ */
+ override applyPreSetStatus(pokemon: Pokemon, passive: boolean, simulated: boolean, effect: StatusEffect, cancelled: BooleanHolder, args: any[]): void {
+ cancelled.value = true;
+ }
+
+ getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
+ return this.immuneEffects.length ?
+ i18next.t("abilityTriggers:statusEffectImmunityWithName", {
+ pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
+ abilityName,
+ statusEffectName: getStatusEffectDescriptor(args[0] as StatusEffect)
+ }) :
+ i18next.t("abilityTriggers:statusEffectImmunity", {
+ pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
+ abilityName
+ });
+ }
+}
+
+/**
+ * Provides immunity to status effects to the user.
+ * @extends PreSetStatusEffectImmunityAbAttr
+ */
+export class StatusEffectImmunityAbAttr extends PreSetStatusEffectImmunityAbAttr { }
+
+/**
+ * Provides immunity to status effects to the user's field.
+ * @extends PreSetStatusEffectImmunityAbAttr
+ */
+export class UserFieldStatusEffectImmunityAbAttr extends PreSetStatusEffectImmunityAbAttr { }
+
+/**
+ * Conditionally provides immunity to status effects to the user's field.
+ *
+ * Used by {@linkcode Abilities.FLOWER_VEIL | Flower Veil}.
+ * @extends UserFieldStatusEffectImmunityAbAttr
+ *
+ */
+export class ConditionalUserFieldStatusEffectImmunityAbAttr extends UserFieldStatusEffectImmunityAbAttr {
+ /**
+ * The condition for the field immunity to be applied.
+ * @param target The target of the status effect
+ * @param source The source of the status effect
+ */
+ protected condition: (target: Pokemon, source: Pokemon | null) => boolean;
+
+ /**
+ * Evaluate the condition to determine if the {@linkcode ConditionalUserFieldStatusEffectImmunityAbAttr} can be applied.
+ * @param pokemon The pokemon with the ability
+ * @param passive unused
+ * @param simulated Whether the ability is being simulated
+ * @param effect The status effect being applied
+ * @param cancelled Holds whether the status effect was cancelled by a prior effect
+ * @param args `Args[0]` is the target of the status effect, `Args[1]` is the source.
+ * @returns Whether the ability can be applied to cancel the status effect.
+ */
+ override canApplyPreSetStatus(pokemon: Pokemon, passive: boolean, simulated: boolean, effect: StatusEffect, cancelled: BooleanHolder, args: [Pokemon, Pokemon | null, ...any]): boolean {
+ return (!cancelled.value && effect !== StatusEffect.FAINT && this.immuneEffects.length < 1 || this.immuneEffects.includes(effect)) && this.condition(args[0], args[1]);
+ }
+
+ constructor(condition: (target: Pokemon, source: Pokemon | null) => boolean, ...immuneEffects: StatusEffect[]) {
+ super(...immuneEffects);
+
+ this.condition = condition;
+ }
+}
+
+/**
+ * Conditionally provides immunity to stat drop effects to the user's field.
+ *
+ * Used by {@linkcode Abilities.FLOWER_VEIL | Flower Veil}.
+ */
+export class ConditionalUserFieldProtectStatAbAttr extends PreStatStageChangeAbAttr {
+ /** {@linkcode BattleStat} to protect or `undefined` if **all** {@linkcode BattleStat} are protected */
+ protected protectedStat?: BattleStat;
+
+ /** If the method evaluates to true, the stat will be protected. */
+ protected condition: (target: Pokemon) => boolean;
+
+ constructor(condition: (target: Pokemon) => boolean, protectedStat?: BattleStat) {
+ super();
+ this.condition = condition;
+ }
+
+ /**
+ * Determine whether the {@linkcode ConditionalUserFieldProtectStatAbAttr} can be applied.
+ * @param pokemon The pokemon with the ability
+ * @param passive unused
+ * @param simulated Unused
+ * @param stat The stat being affected
+ * @param cancelled Holds whether the stat change was already prevented.
+ * @param args Args[0] is the target pokemon of the stat change.
+ * @returns
+ */
+ override canApplyPreStatStageChange(pokemon: Pokemon, passive: boolean, simulated: boolean, stat: BattleStat, cancelled: BooleanHolder, args: [Pokemon, ...any]): boolean {
+ const target = args[0];
+ if (!target) {
+ return false;
+ }
+ return !cancelled.value && (isNullOrUndefined(this.protectedStat) || stat === this.protectedStat) && this.condition(target);
+ }
+
+ /**
+ * Apply the {@linkcode ConditionalUserFieldStatusEffectImmunityAbAttr} to an interaction
+ * @param _pokemon The pokemon the stat change is affecting (unused)
+ * @param _passive unused
+ * @param _simulated unused
+ * @param stat The stat being affected
+ * @param cancelled Will be set to true if the stat change is prevented
+ * @param _args unused
+ */
+ override applyPreStatStageChange(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, _stat: BattleStat, cancelled: BooleanHolder, _args: any[]): void {
+ cancelled.value = true;
+ }
+}
+
+
+export class PreApplyBattlerTagAbAttr extends AbAttr {
+ canApplyPreApplyBattlerTag(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ tag: BattlerTag,
+ cancelled: BooleanHolder,
+ args: any[],
+ ): boolean {
+ return true;
+ }
+
+ applyPreApplyBattlerTag(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ tag: BattlerTag,
+ cancelled: BooleanHolder,
+ args: any[],
+ ): void {}
+}
+
+/**
+ * Provides immunity to BattlerTags {@linkcode BattlerTag} to specified targets.
+ */
+export class PreApplyBattlerTagImmunityAbAttr extends PreApplyBattlerTagAbAttr {
+ protected immuneTagTypes: BattlerTagType[];
+ protected battlerTag: BattlerTag;
+
+ constructor(immuneTagTypes: BattlerTagType | BattlerTagType[]) {
+ super(true);
+
+ this.immuneTagTypes = Array.isArray(immuneTagTypes) ? immuneTagTypes : [ immuneTagTypes ];
+ }
+
+ override canApplyPreApplyBattlerTag(pokemon: Pokemon, passive: boolean, simulated: boolean, tag: BattlerTag, cancelled: BooleanHolder, args: any[]): boolean {
+ this.battlerTag = tag;
+
+ return !cancelled.value && this.immuneTagTypes.includes(tag.tagType);
+ }
+
+ override applyPreApplyBattlerTag(pokemon: Pokemon, passive: boolean, simulated: boolean, tag: BattlerTag, cancelled: BooleanHolder, args: any[]): void {
+ cancelled.value = true;
+ }
+
+ getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
+ return i18next.t("abilityTriggers:battlerTagImmunity", {
+ pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
+ abilityName,
+ battlerTagName: this.battlerTag.getDescriptor()
+ });
+ }
+}
+
+/**
+ * Provides immunity to BattlerTags {@linkcode BattlerTag} to the user.
+ * @extends PreApplyBattlerTagImmunityAbAttr
+ */
+export class BattlerTagImmunityAbAttr extends PreApplyBattlerTagImmunityAbAttr { }
+
+/**
+ * Provides immunity to BattlerTags {@linkcode BattlerTag} to the user's field.
+ * @extends PreApplyBattlerTagImmunityAbAttr
+ */
+export class UserFieldBattlerTagImmunityAbAttr extends PreApplyBattlerTagImmunityAbAttr { }
+
+export class ConditionalUserFieldBattlerTagImmunityAbAttr extends UserFieldBattlerTagImmunityAbAttr {
+ private condition: (target: Pokemon) => boolean;
+
+ /**
+ * Determine whether the {@linkcode ConditionalUserFieldBattlerTagImmunityAbAttr} can be applied by passing the target pokemon to the condition.
+ * @param pokemon The pokemon owning the ability
+ * @param passive unused
+ * @param simulated whether the ability is being simulated (unused)
+ * @param tag The {@linkcode BattlerTag} being applied
+ * @param cancelled Holds whether the tag was previously cancelled (unused)
+ * @param args Args[0] is the target that the tag is attempting to be applied to
+ * @returns Whether the ability can be used to cancel the battler tag
+ */
+ override canApplyPreApplyBattlerTag(pokemon: Pokemon, passive: boolean, simulated: boolean, tag: BattlerTag, cancelled: BooleanHolder, args: [Pokemon, ...any]): boolean {
+ return super.canApplyPreApplyBattlerTag(pokemon, passive, simulated, tag, cancelled, args) && this.condition(args[0]);
+ }
+
+ constructor(condition: (target: Pokemon) => boolean, immuneTagTypes: BattlerTagType | BattlerTagType[]) {
+ super(immuneTagTypes);
+
+ this.condition = condition;
+ }
+}
+
+export class BlockCritAbAttr extends AbAttr {
+ constructor() {
+ super(false);
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ (args[0] as BooleanHolder).value = true;
+ }
+}
+
+export class BonusCritAbAttr extends AbAttr {
+ constructor() {
+ super(false);
+ }
+
+ /**
+ * Apply the bonus crit ability by increasing the value in the provided number holder by 1
+ *
+ * @param pokemon The pokemon with the BonusCrit ability (unused)
+ * @param passive Unused
+ * @param simulated Unused
+ * @param cancelled Unused
+ * @param args Args[0] is a number holder containing the crit stage.
+ */
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: [NumberHolder, ...any]): void {
+ (args[0] as NumberHolder).value += 1;
+ }
+}
+
+export class MultCritAbAttr extends AbAttr {
+ public multAmount: number;
+
+ constructor(multAmount: number) {
+ super(false);
+
+ this.multAmount = multAmount;
+ }
+
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ const critMult = args[0] as NumberHolder;
+ return critMult.value > 1;
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ const critMult = args[0] as NumberHolder;
+ critMult.value *= this.multAmount;
+ }
+}
+
+/**
+ * Guarantees a critical hit according to the given condition, except if target prevents critical hits. ie. Merciless
+ * @extends AbAttr
+ * @see {@linkcode apply}
+ */
+export class ConditionalCritAbAttr extends AbAttr {
+ private condition: PokemonAttackCondition;
+
+ 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 BooleanHolder} If true critical hit is guaranteed.
+ * [1] {@linkcode Pokemon} Target.
+ * [2] {@linkcode Move} used by ability user.
+ */
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ (args[0] as BooleanHolder).value = true;
+ }
+}
+
+export class BlockNonDirectDamageAbAttr extends AbAttr {
+ constructor() {
+ super(false);
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ cancelled.value = true;
+ }
+}
+
+/**
+ * This attribute will block any status damage that you put in the parameter.
+ */
+export class BlockStatusDamageAbAttr extends AbAttr {
+ private effects: StatusEffect[];
+
+ /**
+ * @param {StatusEffect[]} effects The status effect(s) that will be blocked from damaging the ability pokemon
+ */
+ constructor(...effects: StatusEffect[]) {
+ super(false);
+
+ 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 {BooleanHolder} cancelled Whether to cancel the status damage
+ * @param {any[]} args N/A
+ */
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ cancelled.value = true;
+ }
+}
+
+export class BlockOneHitKOAbAttr extends AbAttr {
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ cancelled.value = true;
+ }
+}
+
+/**
+ * This governs abilities that alter the priority of moves
+ * Abilities: Prankster, Gale Wings, Triage, Mycelium Might, Stall
+ * Note - Quick Claw has a separate and distinct implementation outside of priority
+ */
+export class ChangeMovePriorityAbAttr extends AbAttr {
+ private moveFunc: (pokemon: Pokemon, move: Move) => boolean;
+ private changeAmount: number;
+
+ /**
+ * @param {(pokemon, move) => boolean} moveFunc applies priority-change to moves within a provided category
+ * @param {number} changeAmount the amount of priority added or subtracted
+ */
+ constructor(moveFunc: (pokemon: Pokemon, move: Move) => boolean, changeAmount: number) {
+ super(false);
+
+ this.moveFunc = moveFunc;
+ this.changeAmount = changeAmount;
+ }
+
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return this.moveFunc(pokemon, args[0] as Move);
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ (args[1] as NumberHolder).value += this.changeAmount;
+ }
+}
+
+export class IgnoreContactAbAttr extends AbAttr { }
+
+export class PreWeatherEffectAbAttr extends AbAttr {
+ canApplyPreWeatherEffect(
+ pokemon: Pokemon,
+ passive: Boolean,
+ simulated: boolean,
+ weather: Weather | null,
+ cancelled: BooleanHolder,
+ args: any[]): boolean {
+ return true;
+ }
+
+ applyPreWeatherEffect(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ weather: Weather | null,
+ cancelled: BooleanHolder,
+ args: any[],
+ ): void {}
+}
+
+export class PreWeatherDamageAbAttr extends PreWeatherEffectAbAttr { }
+
+export class BlockWeatherDamageAttr extends PreWeatherDamageAbAttr {
+ private weatherTypes: WeatherType[];
+
+ constructor(...weatherTypes: WeatherType[]) {
+ super(false);
+
+ this.weatherTypes = weatherTypes;
+ }
+
+ override canApplyPreWeatherEffect(pokemon: Pokemon, passive: Boolean, simulated: boolean, weather: Weather, cancelled: BooleanHolder, args: any[]): boolean {
+ return !this.weatherTypes.length || this.weatherTypes.indexOf(weather?.weatherType) > -1;
+ }
+
+ override applyPreWeatherEffect(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather, cancelled: BooleanHolder, args: any[]): void {
+ cancelled.value = true;
+ }
+}
+
+export class SuppressWeatherEffectAbAttr extends PreWeatherEffectAbAttr {
+ public affectsImmutable: boolean;
+
+ constructor(affectsImmutable?: boolean) {
+ super(true);
+
+ this.affectsImmutable = !!affectsImmutable;
+ }
+
+ override canApplyPreWeatherEffect(pokemon: Pokemon, passive: Boolean, simulated: boolean, weather: Weather, cancelled: BooleanHolder, args: any[]): boolean {
+ return this.affectsImmutable || weather.isImmutable();
+ }
+
+ override applyPreWeatherEffect(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather, cancelled: BooleanHolder, args: any[]): void {
+ cancelled.value = true;
+ }
+}
+
+/**
+ * Condition function to applied to abilities related to Sheer Force.
+ * Checks if last move used against target was affected by a Sheer Force user and:
+ * Disables: Color Change, Pickpocket, Berserk, Anger Shell
+ * @returns {AbAttrCondition} If false disables the ability which the condition is applied to.
+ */
+function getSheerForceHitDisableAbCondition(): AbAttrCondition {
+ return (pokemon: Pokemon) => {
+ if (!pokemon.turnData) {
+ return true;
+ }
+
+ const lastReceivedAttack = pokemon.turnData.attacksReceived[0];
+ if (!lastReceivedAttack) {
+ return true;
+ }
+
+ const lastAttacker = pokemon.getOpponents().find(p => p.id === lastReceivedAttack.sourceId);
+ if (!lastAttacker) {
+ return true;
+ }
+
+ /**if the last move chance is greater than or equal to cero, and the last attacker's ability is sheer force*/
+ const SheerForceAffected = allMoves[lastReceivedAttack.move].chance >= 0 && lastAttacker.hasAbility(Abilities.SHEER_FORCE);
+
+ return !SheerForceAffected;
+ };
+}
+
+function getWeatherCondition(...weatherTypes: WeatherType[]): AbAttrCondition {
+ return () => {
+ if (!globalScene?.arena) {
+ return false;
+ }
+ if (globalScene.arena.weather?.isEffectSuppressed()) {
+ return false;
+ }
+ const weatherType = globalScene.arena.weather?.weatherType;
+ return !!weatherType && weatherTypes.indexOf(weatherType) > -1;
+ };
+}
+
+function getAnticipationCondition(): AbAttrCondition {
+ return (pokemon: Pokemon) => {
+ for (const opponent of pokemon.getOpponents()) {
+ for (const move of opponent.moveset) {
+ // ignore null/undefined moves
+ if (!move) {
+ continue;
+ }
+ // the move's base type (not accounting for variable type changes) is super effective
+ if (move.getMove() instanceof AttackMove && pokemon.getAttackTypeEffectiveness(move.getMove().type, opponent, true, undefined, move.getMove()) >= 2) {
+ return true;
+ }
+ // move is a OHKO
+ if (move.getMove().hasAttr(OneHitKOAttr)) {
+ return true;
+ }
+ // edge case for hidden power, type is computed
+ if (move.getMove().id === Moves.HIDDEN_POWER) {
+ const iv_val = Math.floor(((opponent.ivs[Stat.HP] & 1)
+ + (opponent.ivs[Stat.ATK] & 1) * 2
+ + (opponent.ivs[Stat.DEF] & 1) * 4
+ + (opponent.ivs[Stat.SPD] & 1) * 8
+ + (opponent.ivs[Stat.SPATK] & 1) * 16
+ + (opponent.ivs[Stat.SPDEF] & 1) * 32) * 15 / 63);
+
+ const type = [
+ 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;
+ }
+ }
+ }
+ }
+ return false;
+ };
+}
+
+/**
+ * Creates an ability condition that causes the ability to fail if that ability
+ * has already been used by that pokemon that battle. It requires an ability to
+ * be specified due to current limitations in how conditions on abilities work.
+ * @param {Abilities} ability The ability to check if it's already been applied
+ * @returns {AbAttrCondition} The condition
+ */
+function getOncePerBattleCondition(ability: Abilities): AbAttrCondition {
+ return (pokemon: Pokemon) => {
+ return !pokemon.battleData?.abilitiesApplied.includes(ability);
+ };
+}
+
+export class ForewarnAbAttr extends PostSummonAbAttr {
+ constructor() {
+ super(true);
+ }
+
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ let maxPowerSeen = 0;
+ let maxMove = "";
+ let movePower = 0;
+ for (const opponent of pokemon.getOpponents()) {
+ for (const move of opponent.moveset) {
+ if (move?.getMove() instanceof StatusMove) {
+ movePower = 1;
+ } else if (move?.getMove().hasAttr(OneHitKOAttr)) {
+ movePower = 150;
+ } else if (move?.getMove().id === Moves.COUNTER || move?.getMove().id === Moves.MIRROR_COAT || move?.getMove().id === Moves.METAL_BURST) {
+ movePower = 120;
+ } else if (move?.getMove().power === -1) {
+ movePower = 80;
+ } else {
+ movePower = move?.getMove().power ?? 0;
+ }
+
+ if (movePower > maxPowerSeen) {
+ maxPowerSeen = movePower;
+ maxMove = move?.getName() ?? "";
+ }
+ }
+ }
+ if (!simulated) {
+ globalScene.queueMessage(i18next.t("abilityTriggers:forewarn", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), moveName: maxMove }));
+ }
+ }
+}
+
+export class FriskAbAttr extends PostSummonAbAttr {
+ constructor() {
+ super(true);
+ }
+
+ 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);
+ }
+ }
+ }
+}
+
+export class PostWeatherChangeAbAttr extends AbAttr {
+ 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 {}
+}
+
+/**
+ * Triggers weather-based form change when weather changes.
+ * Used by Forecast and Flower Gift.
+ * @extends PostWeatherChangeAbAttr
+ */
+export class PostWeatherChangeFormChangeAbAttr extends PostWeatherChangeAbAttr {
+ private ability: Abilities;
+ private formRevertingWeathers: WeatherType[];
+
+ constructor(ability: Abilities, formRevertingWeathers: WeatherType[]) {
+ super(false);
+
+ this.ability = ability;
+ 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}
+ * @param {Pokemon} pokemon the Pokemon with this ability
+ * @param passive n/a
+ * @param weather n/a
+ * @param args n/a
+ */
+ 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();
+ }
+ }
+}
+
+export class PostWeatherChangeAddBattlerTagAttr extends PostWeatherChangeAbAttr {
+ private tagType: BattlerTagType;
+ private turnCount: number;
+ private weatherTypes: WeatherType[];
+
+ constructor(tagType: BattlerTagType, turnCount: number, ...weatherTypes: WeatherType[]) {
+ super();
+
+ this.tagType = tagType;
+ this.turnCount = turnCount;
+ this.weatherTypes = weatherTypes;
+ }
+
+ override canApplyPostWeatherChange(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: WeatherType, args: any[]): boolean {
+ return !!this.weatherTypes.find(w => weather === w) && pokemon.canAddTag(this.tagType);
+ }
+
+ override applyPostWeatherChange(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: WeatherType, args: any[]): void {
+ if (!simulated) {
+ pokemon.addTag(this.tagType, this.turnCount);
+ }
+ }
+}
+
+export class PostWeatherLapseAbAttr extends AbAttr {
+ protected weatherTypes: WeatherType[];
+
+ constructor(...weatherTypes: WeatherType[]) {
+ super();
+
+ this.weatherTypes = weatherTypes;
+ }
+
+ canApplyPostWeatherLapse(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ weather: Weather | null,
+ args: any[]): boolean {
+ return true;
+ }
+
+ applyPostWeatherLapse(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ weather: Weather | null,
+ args: any[],
+ ): void {}
+
+ getCondition(): AbAttrCondition {
+ return getWeatherCondition(...this.weatherTypes);
+ }
+}
+
+export class PostWeatherLapseHealAbAttr extends PostWeatherLapseAbAttr {
+ private healFactor: number;
+
+ constructor(healFactor: number, ...weatherTypes: WeatherType[]) {
+ super(...weatherTypes);
+
+ this.healFactor = healFactor;
+ }
+
+ override canApplyPostWeatherLapse(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather | null, args: any[]): boolean {
+ return !pokemon.isFullHp();
+ }
+
+ 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(),
+ toDmgValue(pokemon.getMaxHp() / (16 / this.healFactor)), i18next.t("abilityTriggers:postWeatherLapseHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }), true));
+ }
+ }
+}
+
+export class PostWeatherLapseDamageAbAttr extends PostWeatherLapseAbAttr {
+ private damageFactor: number;
+
+ constructor(damageFactor: number, ...weatherTypes: WeatherType[]) {
+ super(...weatherTypes);
+
+ this.damageFactor = damageFactor;
+ }
+
+ 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(toDmgValue(pokemon.getMaxHp() / (16 / this.damageFactor)), { result: HitResult.INDIRECT });
+ }
+ }
+}
+
+export class PostTerrainChangeAbAttr extends AbAttr {
+ 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: number;
+ private terrainTypes: TerrainType[];
+
+ constructor(tagType: BattlerTagType, turnCount: number, ...terrainTypes: TerrainType[]) {
+ super();
+
+ this.tagType = tagType;
+ this.turnCount = turnCount;
+ this.terrainTypes = terrainTypes;
+ }
+
+ override canApplyPostTerrainChange(pokemon: Pokemon, passive: boolean, simulated: boolean, terrain: TerrainType, args: any[]): boolean {
+ return !!this.terrainTypes.find(t => t === terrain) && pokemon.canAddTag(this.tagType);
+ }
+
+ override applyPostTerrainChange(pokemon: Pokemon, passive: boolean, simulated: boolean, terrain: TerrainType, args: any[]): void {
+ if (!simulated) {
+ pokemon.addTag(this.tagType, this.turnCount);
+ }
+ }
+}
+
+function getTerrainCondition(...terrainTypes: TerrainType[]): AbAttrCondition {
+ return (pokemon: Pokemon) => {
+ const terrainType = globalScene.arena.terrain?.terrainType;
+ return !!terrainType && terrainTypes.indexOf(terrainType) > -1;
+ };
+}
+
+export class PostTurnAbAttr extends AbAttr {
+ canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return true;
+ }
+
+ applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {}
+}
+
+/**
+ * This attribute will heal 1/8th HP if the ability pokemon has the correct status.
+ */
+export class PostTurnStatusHealAbAttr extends PostTurnAbAttr {
+ private effects: StatusEffect[];
+
+ /**
+ * @param {StatusEffect[]} effects The status effect(s) that will qualify healing the ability pokemon
+ */
+ constructor(...effects: StatusEffect[]) {
+ super(false);
+
+ this.effects = effects;
+ }
+
+ override canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return !isNullOrUndefined(pokemon.status) && this.effects.includes(pokemon.status.effect) && !pokemon.isFullHp();
+ }
+
+ /**
+ * @param {Pokemon} pokemon The pokemon with the ability that will receive the healing
+ * @param {Boolean} passive N/A
+ * @param {any[]} args N/A
+ */
+ 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(),
+ toDmgValue(pokemon.getMaxHp() / 8), i18next.t("abilityTriggers:poisonHeal", { pokemonName: getPokemonNameWithAffix(pokemon), abilityName }), true));
+ }
+ }
+}
+
+/**
+ * After the turn ends, resets the status of either the ability holder or their ally
+ * @param {boolean} allyTarget Whether to target ally, defaults to false (self-target)
+ */
+export class PostTurnResetStatusAbAttr extends PostTurnAbAttr {
+ private allyTarget: boolean;
+ private target: Pokemon | undefined;
+
+ constructor(allyTarget = false) {
+ super(true);
+ this.allyTarget = allyTarget;
+ }
+
+ override canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ if (this.allyTarget) {
+ this.target = pokemon.getAlly();
+ } else {
+ this.target = pokemon;
+ }
+
+ const effect = this.target?.status?.effect;
+ return !!effect && effect !== StatusEffect.FAINT;
+ }
+
+ 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();
+ }
+ }
+}
+
+/**
+ * After the turn ends, try to create an extra item
+ */
+export class PostTurnLootAbAttr extends PostTurnAbAttr {
+ /**
+ * @param itemType - The type of item to create
+ * @param procChance - Chance to create an item
+ * @see {@linkcode applyPostTurn()}
+ */
+ constructor(
+ /** Extend itemType to add more options */
+ private itemType: "EATEN_BERRIES" | "HELD_BERRIES",
+ private procChance: (pokemon: Pokemon) => number
+ ) {
+ super();
+ }
+
+ override canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ // Clamp procChance to [0, 1]. Skip if didn't proc (less than pass)
+ 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;
+ }
+
+ override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ this.createEatenBerry(pokemon, simulated);
+ }
+
+ /**
+ * Create a new berry chosen randomly from the berries the pokemon ate this battle
+ * @param pokemon The pokemon with this ability
+ * @param simulated whether the associated ability call is simulated
+ * @returns whether a new berry was created
+ */
+ createEatenBerry(pokemon: Pokemon, simulated: boolean): boolean {
+ const berriesEaten = pokemon.battleData.berriesEaten;
+
+ if (!berriesEaten.length) {
+ return false;
+ }
+
+ if (simulated) {
+ return true;
+ }
+
+ const randomIdx = randSeedInt(berriesEaten.length);
+ const chosenBerryType = berriesEaten[randomIdx];
+ const chosenBerry = new BerryModifierType(chosenBerryType);
+ berriesEaten.splice(randomIdx); // Remove berry from memory
+
+ const berryModifier = globalScene.findModifier(
+ (m) => m instanceof BerryModifier && m.berryType === chosenBerryType,
+ pokemon.isPlayer()
+ ) as BerryModifier | undefined;
+
+ if (!berryModifier) {
+ const newBerry = new BerryModifier(chosenBerry, pokemon.id, chosenBerryType, 1);
+ if (pokemon.isPlayer()) {
+ globalScene.addModifier(newBerry);
+ } else {
+ globalScene.addEnemyModifier(newBerry);
+ }
+ } else if (berryModifier.stackCount < berryModifier.getMaxHeldItemCount(pokemon)) {
+ berryModifier.stackCount++;
+ }
+
+ globalScene.queueMessage(i18next.t("abilityTriggers:postTurnLootCreateEatenBerry", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), berryName: chosenBerry.name }));
+ globalScene.updateModifiers(pokemon.isPlayer());
+
+ return true;
+ }
+}
+
+/**
+ * Attribute used for {@linkcode Abilities.MOODY}
+ */
+export class MoodyAbAttr extends PostTurnAbAttr {
+ constructor() {
+ super(true);
+ }
+ /**
+ * Randomly increases one stat stage by 2 and decreases a different stat stage by 1
+ * @param {Pokemon} pokemon Pokemon that has this ability
+ * @param passive N/A
+ * @param simulated true if applying in a simulated call.
+ * @param args N/A
+ *
+ * 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
+ */
+ 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);
+
+ if (!simulated) {
+ if (canRaise.length > 0) {
+ const raisedStat = canRaise[pokemon.randSeedInt(canRaise.length)];
+ canLower = canRaise.filter(s => s !== raisedStat);
+ globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ raisedStat ], 2));
+ }
+ if (canLower.length > 0) {
+ const loweredStat = canLower[pokemon.randSeedInt(canLower.length)];
+ globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ loweredStat ], -1));
+ }
+ }
+ }
+}
+
+export class SpeedBoostAbAttr extends PostTurnAbAttr {
+
+ constructor() {
+ super(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 {
+ override canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return !pokemon.isFullHp();
+ }
+
+ 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(),
+ toDmgValue(pokemon.getMaxHp() / 16), i18next.t("abilityTriggers:postTurnHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }), true));
+ }
+ }
+}
+
+export class PostTurnFormChangeAbAttr extends PostTurnAbAttr {
+ private formFunc: (p: Pokemon) => number;
+
+ constructor(formFunc: ((p: Pokemon) => number)) {
+ super(true);
+
+ this.formFunc = formFunc;
+ }
+
+ override canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return this.formFunc(pokemon) !== pokemon.formIndex;
+ }
+
+ override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false);
+ }
+ }
+}
+
+
+/**
+ * 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
+ */
+ 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(toDmgValue(opp.getMaxHp() / 8), { result: HitResult.INDIRECT });
+ globalScene.queueMessage(i18next.t("abilityTriggers:badDreams", { pokemonName: getPokemonNameWithAffix(opp) }));
+ }
+ }
+ }
+ }
+}
+
+
+/**
+ * Grabs the last failed Pokeball used
+ * @extends PostTurnAbAttr
+ * @see {@linkcode applyPostTurn} */
+export class FetchBallAbAttr extends PostTurnAbAttr {
+ constructor() {
+ super();
+ }
+
+ override canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return !simulated && !isNullOrUndefined(globalScene.currentBattle.lastUsedPokeball) && !!pokemon.isPlayer;
+ }
+
+ /**
+ * Adds the last used Pokeball back into the player's inventory
+ * @param pokemon {@linkcode Pokemon} with this ability
+ * @param passive N/A
+ * @param args N/A
+ */
+ override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ const lastUsed = globalScene.currentBattle.lastUsedPokeball;
+ globalScene.pokeballCounts[lastUsed!]++;
+ globalScene.currentBattle.lastUsedPokeball = null;
+ globalScene.queueMessage(i18next.t("abilityTriggers:fetchBall", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), pokeballName: getPokeballName(lastUsed!) }));
+ }
+}
+
+export class PostBiomeChangeAbAttr extends AbAttr { }
+
+export class PostBiomeChangeWeatherChangeAbAttr extends PostBiomeChangeAbAttr {
+ private weatherType: WeatherType;
+
+ constructor(weatherType: WeatherType) {
+ super();
+
+ this.weatherType = weatherType;
+ }
+
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return ((globalScene.arena.weather?.isImmutable() ?? false) && globalScene.arena.canSetWeather(this.weatherType));
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ if (!simulated) {
+ globalScene.arena.trySetWeather(this.weatherType, pokemon);
+ }
+ }
+}
+
+export class PostBiomeChangeTerrainChangeAbAttr extends PostBiomeChangeAbAttr {
+ private terrainType: TerrainType;
+
+ constructor(terrainType: TerrainType) {
+ super();
+
+ this.terrainType = terrainType;
+ }
+
+ 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: BooleanHolder, args: any[]): void {
+ if (!simulated) {
+ globalScene.arena.trySetTerrain(this.terrainType, false, pokemon);
+ }
+ }
+}
+
+/**
+ * Triggers just after a move is used either by the opponent or the player
+ * @extends AbAttr
+ */
+export class PostMoveUsedAbAttr extends AbAttr {
+ canApplyPostMoveUsed(
+ pokemon: Pokemon,
+ move: PokemonMove,
+ source: Pokemon,
+ targets: BattlerIndex[],
+ simulated: boolean,
+ args: any[]): boolean {
+ return true;
+ }
+
+ applyPostMoveUsed(
+ pokemon: Pokemon,
+ move: PokemonMove,
+ source: Pokemon,
+ targets: BattlerIndex[],
+ simulated: boolean,
+ args: any[],
+ ): void {}
+}
+
+/**
+ * Triggers after a dance move is used either by the opponent or the player
+ * @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
+ * @param dancer {@linkcode Pokemon} with Dancer ability
+ * @param move {@linkcode PokemonMove} Dancing move used by the source
+ * @param source {@linkcode Pokemon} that used the dancing move
+ * @param targets {@linkcode BattlerIndex}Targets of the dancing move
+ * @param args N/A
+ */
+ 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));
+ }
+ }
+ }
+
+ /**
+ * Get the correct targets of Dancer ability
+ *
+ * @param dancer {@linkcode Pokemon} Pokemon with Dancer ability
+ * @param source {@linkcode Pokemon} Source of the dancing move
+ * @param targets {@linkcode BattlerIndex} Targets of the dancing move
+ */
+ getTarget(dancer: Pokemon, source: Pokemon, targets: BattlerIndex[]) : BattlerIndex[] {
+ if (dancer.isPlayer()) {
+ return source.isPlayer() ? targets : [ source.getBattlerIndex() ];
+ }
+ return source.isPlayer() ? [ source.getBattlerIndex() ] : targets;
+ }
+}
+
+/**
+ * Triggers after the Pokemon loses or consumes an item
+ * @extends AbAttr
+ */
+export class PostItemLostAbAttr extends AbAttr {
+ canApplyPostItemLost(pokemon: Pokemon, simulated: boolean, args: any[]): boolean {
+ return true;
+ }
+
+ applyPostItemLost(pokemon: Pokemon, simulated: boolean, args: any[]): void {}
+}
+
+/**
+ * Applies a Battler Tag to the Pokemon after it loses or consumes item
+ * @extends PostItemLostAbAttr
+ */
+export class PostItemLostApplyBattlerTagAbAttr extends PostItemLostAbAttr {
+ private tagType: BattlerTagType;
+ constructor(tagType: BattlerTagType) {
+ super(false);
+ this.tagType = tagType;
+ }
+
+ override canApplyPostItemLost(pokemon: Pokemon, simulated: boolean, args: any[]): boolean {
+ return !pokemon.getTag(this.tagType) && !simulated;
+ }
+
+ /**
+ * Adds the last used Pokeball back into the player's inventory
+ * @param pokemon {@linkcode Pokemon} with this ability
+ * @param args N/A
+ */
+ override applyPostItemLost(pokemon: Pokemon, simulated: boolean, args: any[]): void {
+ pokemon.addTag(this.tagType);
+ }
+}
+
+export class StatStageChangeMultiplierAbAttr extends AbAttr {
+ private multiplier: number;
+
+ constructor(multiplier: number) {
+ super(false);
+
+ this.multiplier = multiplier;
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ (args[0] as NumberHolder).value *= this.multiplier;
+ }
+}
+
+export class StatStageChangeCopyAbAttr extends AbAttr {
+ override apply(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ cancelled: BooleanHolder,
+ args: any[],
+ ): void {
+ if (!simulated) {
+ globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, (args[0] as BattleStat[]), (args[1] as number), true, false, false));
+ }
+ }
+}
+
+export class BypassBurnDamageReductionAbAttr extends AbAttr {
+ constructor() {
+ super(false);
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ cancelled.value = true;
+ }
+}
+
+/**
+ * Causes Pokemon to take reduced damage from the {@linkcode StatusEffect.BURN | Burn} status
+ * @param multiplier Multiplied with the damage taken
+*/
+export class ReduceBurnDamageAbAttr extends AbAttr {
+ constructor(protected multiplier: number) {
+ super(false);
+ }
+
+ /**
+ * Applies the damage reduction
+ * @param pokemon N/A
+ * @param passive N/A
+ * @param cancelled N/A
+ * @param args `[0]` {@linkcode NumberHolder} The damage value being modified
+ */
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ (args[0] as NumberHolder).value = toDmgValue((args[0] as NumberHolder).value * this.multiplier);
+ }
+}
+
+export class DoubleBerryEffectAbAttr extends AbAttr {
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ (args[0] as NumberHolder).value *= 2;
+ }
+}
+
+export class PreventBerryUseAbAttr extends AbAttr {
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ cancelled.value = true;
+ }
+}
+
+/**
+ * A Pokemon with this ability heals by a percentage of their maximum hp after eating a berry
+ * @param healPercent - Percent of Max HP to heal
+ * @see {@linkcode apply()} for implementation
+ */
+export class HealFromBerryUseAbAttr extends AbAttr {
+ /** Percent of Max HP to heal */
+ private healPercent: number;
+
+ constructor(healPercent: number) {
+ super();
+
+ // Clamp healPercent so its between [0,1].
+ this.healPercent = Math.max(Math.min(healPercent, 1), 0);
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, ...args: [BooleanHolder, any[]]): void {
+ const { name: abilityName } = passive ? pokemon.getPassiveAbility() : pokemon.getAbility();
+ if (!simulated) {
+ globalScene.unshiftPhase(
+ new PokemonHealPhase(
+ pokemon.getBattlerIndex(),
+ toDmgValue(pokemon.getMaxHp() * this.healPercent),
+ i18next.t("abilityTriggers:healFromBerryUse", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }),
+ true
+ )
+ );
+ }
+ }
+}
+
+export class RunSuccessAbAttr extends AbAttr {
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ (args[0] as NumberHolder).value = 256;
+ }
+}
+
+type ArenaTrapCondition = (user: Pokemon, target: Pokemon) => boolean;
+
+/**
+ * Base class for checking if a Pokemon is trapped by arena trap
+ * @extends AbAttr
+ * @field {@linkcode arenaTrapCondition} Conditional for trapping abilities.
+ * For example, Magnet Pull will only activate if opponent is Steel type.
+ * @see {@linkcode applyCheckTrapped}
+ */
+export class CheckTrappedAbAttr extends AbAttr {
+ protected arenaTrapCondition: ArenaTrapCondition;
+ constructor(condition: ArenaTrapCondition) {
+ super(false);
+ this.arenaTrapCondition = condition;
+ }
+
+ canApplyCheckTrapped(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ trapped: BooleanHolder,
+ otherPokemon: Pokemon,
+ args: any[]): boolean {
+ return true;
+ }
+
+ applyCheckTrapped(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ trapped: BooleanHolder,
+ otherPokemon: Pokemon,
+ args: any[],
+ ): void {}
+}
+
+/**
+ * Determines whether a Pokemon is blocked from switching/running away
+ * because of a trapping ability or move.
+ * @extends CheckTrappedAbAttr
+ * @see {@linkcode applyCheckTrapped}
+ */
+export class ArenaTrapAbAttr extends CheckTrappedAbAttr {
+ override canApplyCheckTrapped(pokemon: Pokemon, passive: boolean, simulated: boolean, trapped: 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
+ * If the enemy has the ability Run Away, it is not trapped.
+ * If the user has Magnet Pull and the enemy is not a Steel type, it is not trapped.
+ * If the user has Arena Trap and the enemy is not grounded, it is not trapped.
+ * @param pokemon The {@link Pokemon} with this {@link AbAttr}
+ * @param passive N/A
+ * @param trapped {@link 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
+ */
+ override applyCheckTrapped(pokemon: Pokemon, passive: boolean, simulated: boolean, trapped: BooleanHolder, otherPokemon: Pokemon, args: any[]): void {
+ trapped.value = true;
+ }
+
+ getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
+ return i18next.t("abilityTriggers:arenaTrap", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName });
+ }
+}
+
+export class MaxMultiHitAbAttr extends AbAttr {
+ constructor() {
+ super(false);
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ (args[0] as NumberHolder).value = 0;
+ }
+}
+
+export class PostBattleAbAttr extends AbAttr {
+ constructor(showAbility: boolean = true) {
+ super(showAbility);
+ }
+
+ 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 {
+ private randItem?: PokemonHeldItemModifier;
+
+ override canApplyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ const postBattleLoot = globalScene.currentBattle.postBattleLoot;
+ if (!simulated && postBattleLoot.length && args[0]) {
+ this.randItem = 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 = randSeedItem(postBattleLoot);
+ }
+
+ 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 {
+ 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 {}
+}
+
+/**
+ * Used for weather suppressing abilities to trigger weather-based form changes upon being fainted.
+ * Used by Cloud Nine and Air Lock.
+ * @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
+ * @param {Pokemon} pokemon the fainted Pokemon
+ * @param passive n/a
+ * @param attacker n/a
+ * @param move n/a
+ * @param hitResult n/a
+ * @param args n/a
+ */
+ override applyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): void {
+ if (!simulated) {
+ globalScene.arena.triggerWeatherBasedFormChanges();
+ }
+ }
+}
+
+export class PostFaintContactDamageAbAttr extends PostFaintAbAttr {
+ private damageRatio: number;
+
+ constructor(damageRatio: number) {
+ super(true);
+
+ this.damageRatio = damageRatio;
+ }
+
+ override canApplyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): boolean {
+ const diedToDirectDamage = move !== undefined && attacker !== undefined && move.doesFlagEffectApply({flag: MoveFlags.MAKES_CONTACT, user: attacker, target: pokemon});
+ const cancelled = new BooleanHolder(false);
+ globalScene.getField(true).map(p => applyAbAttrs(FieldPreventExplosiveMovesAbAttr, p, cancelled, simulated));
+ if (!diedToDirectDamage || cancelled.value || attacker!.hasAbilityWithAttr(BlockNonDirectDamageAbAttr)) {
+ 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(toDmgValue(attacker!.getMaxHp() * (1 / this.damageRatio)), { result: HitResult.INDIRECT });
+ attacker!.turnData.damageTaken += toDmgValue(attacker!.getMaxHp() * (1 / this.damageRatio));
+ }
+ }
+
+ getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
+ return i18next.t("abilityTriggers:postFaintContactDamage", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName });
+ }
+}
+
+/**
+ * Attribute used for abilities (Innards Out) that damage the opponent based on how much HP the last attack used to knock out the owner of the ability.
+ */
+export class PostFaintHPDamageAbAttr extends PostFaintAbAttr {
+ constructor() {
+ super ();
+ }
+
+ 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), { result: HitResult.INDIRECT });
+ attacker.turnData.damageTaken += damage;
+ }
+ }
+
+ getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
+ return i18next.t("abilityTriggers:postFaintHpDamage", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName });
+ }
+}
+
+/**
+ * Redirects a move to the pokemon with this ability if it meets the conditions
+ */
+export class RedirectMoveAbAttr extends AbAttr {
+ /**
+ * @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
+ */
+
+ 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 NumberHolder;
+ const newTarget = pokemon.getBattlerIndex();
+ return target.value !== newTarget;
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ const target = args[1] as 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: PokemonType;
+
+ constructor(type: PokemonType) {
+ super();
+ this.type = type;
+ }
+
+ canRedirect(moveId: Moves, user: Pokemon): boolean {
+ return super.canRedirect(moveId, user) && user.getMoveType(allMoves[moveId]) === this.type;
+ }
+}
+
+export class BlockRedirectAbAttr extends AbAttr { }
+
+/**
+ * Used by Early Bird, makes the pokemon wake up faster
+ * @param statusEffect - The {@linkcode StatusEffect} to check for
+ * @see {@linkcode apply}
+ */
+export class ReduceStatusEffectDurationAbAttr extends AbAttr {
+ private statusEffect: StatusEffect;
+
+ constructor(statusEffect: StatusEffect) {
+ super(false);
+
+ this.statusEffect = statusEffect;
+ }
+
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return args[1] instanceof 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
+ */
+ override apply(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, _cancelled: BooleanHolder, args: any[]): void {
+ args[1].value -= 1;
+ }
+}
+
+export class FlinchEffectAbAttr extends AbAttr {
+ constructor() {
+ super(true);
+ }
+}
+
+export class FlinchStatStageChangeAbAttr extends FlinchEffectAbAttr {
+ private stats: BattleStat[];
+ private stages: number;
+
+ constructor(stats: BattleStat[], stages: number) {
+ super();
+
+ this.stats = Array.isArray(stats)
+ ? stats
+ : [ stats ];
+ this.stages = stages;
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ if (!simulated) {
+ globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, this.stats, this.stages));
+ }
+ }
+}
+
+export class IncreasePpAbAttr extends AbAttr { }
+
+export class ForceSwitchOutImmunityAbAttr extends AbAttr {
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ cancelled.value = true;
+ }
+}
+
+export class ReduceBerryUseThresholdAbAttr extends AbAttr {
+ constructor() {
+ super(false);
+ }
+
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ const hpRatio = pokemon.getHpRatio();
+ return args[0].value < hpRatio;
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ args[0].value *= 2;
+ }
+}
+
+/**
+ * Ability attribute used for abilites that change the ability owner's weight
+ * Used for Heavy Metal (doubling weight) and Light Metal (halving weight)
+ */
+export class WeightMultiplierAbAttr extends AbAttr {
+ private multiplier: number;
+
+ constructor(multiplier: number) {
+ super(false);
+
+ this.multiplier = multiplier;
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ (args[0] as NumberHolder).value *= this.multiplier;
+ }
+}
+
+export class SyncEncounterNatureAbAttr extends AbAttr {
+ constructor() {
+ super(false);
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ (args[0] as Pokemon).setNature(pokemon.getNature());
+ }
+}
+
+export class MoveAbilityBypassAbAttr extends AbAttr {
+ private moveIgnoreFunc: (pokemon: Pokemon, move: Move) => boolean;
+
+ constructor(moveIgnoreFunc?: (pokemon: Pokemon, move: Move) => boolean) {
+ super(false);
+
+ this.moveIgnoreFunc = moveIgnoreFunc || ((pokemon, move) => true);
+ }
+
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return this.moveIgnoreFunc(pokemon, (args[0] as Move));
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ cancelled.value = true;
+ }
+}
+
+export class AlwaysHitAbAttr extends AbAttr { }
+
+/** Attribute for abilities that allow moves that make contact to ignore protection (i.e. Unseen Fist) */
+export class IgnoreProtectOnContactAbAttr extends AbAttr { }
+
+/**
+ * Attribute implementing the effects of {@link https://bulbapedia.bulbagarden.net/wiki/Infiltrator_(Ability) | Infiltrator}.
+ * 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 BooleanHolder;
+ }
+
+ /**
+ * Sets a flag to bypass screens, Substitute, Safeguard, and Mist
+ * @param pokemon n/a
+ * @param passive n/a
+ * @param simulated n/a
+ * @param cancelled n/a
+ * @param args `[0]` a {@linkcode BooleanHolder | BooleanHolder} containing the flag
+ */
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: null, args: any[]): void {
+ const bypassed = args[0];
+ 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 NoTransformAbilityAbAttr extends AbAttr {
+ constructor() {
+ super(false);
+ }
+}
+
+export class NoFusionAbilityAbAttr extends AbAttr {
+ constructor() {
+ super(false);
+ }
+}
+
+export class IgnoreTypeImmunityAbAttr extends AbAttr {
+ private defenderType: PokemonType;
+ private allowedMoveTypes: PokemonType[];
+
+ constructor(defenderType: PokemonType, allowedMoveTypes: PokemonType[]) {
+ super(false);
+ this.defenderType = defenderType;
+ this.allowedMoveTypes = allowedMoveTypes;
+ }
+
+ 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: BooleanHolder, args: any[]): void {
+ cancelled.value = true;
+ }
+}
+
+/**
+ * Ignores the type immunity to Status Effects of the defender if the defender is of a certain type
+ */
+export class IgnoreTypeStatusEffectImmunityAbAttr extends AbAttr {
+ private statusEffect: StatusEffect[];
+ private defenderType: PokemonType[];
+
+ constructor(statusEffect: StatusEffect[], defenderType: PokemonType[]) {
+ super(false);
+
+ this.statusEffect = statusEffect;
+ this.defenderType = defenderType;
+ }
+
+ 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);
+ }
+
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ cancelled.value = true;
+ }
+}
+
+/**
+ * Gives money to the user after the battle.
+ *
+ * @extends PostBattleAbAttr
+ * @see {@linkcode applyPostBattle}
+ */
+export class MoneyAbAttr extends PostBattleAbAttr {
+ constructor() {
+ 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
+ */
+ override applyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ globalScene.currentBattle.moneyScattered += globalScene.getWaveMoneyAmount(0.2);
+ }
+}
+
+/**
+ * Applies a stat change after a Pokémon is summoned,
+ * conditioned on the presence of a specific arena tag.
+ *
+ * @extends PostSummonStatStageChangeAbAttr
+ */
+export class PostSummonStatStageChangeOnArenaAbAttr extends PostSummonStatStageChangeAbAttr {
+ /**
+ * The type of arena tag that conditions the stat change.
+ * @private
+ */
+ private tagType: ArenaTagType;
+
+ /**
+ * Creates an instance of PostSummonStatStageChangeOnArenaAbAttr.
+ * Initializes the stat change to increase Attack by 1 stage if the specified arena tag is present.
+ *
+ * @param {ArenaTagType} tagType - The type of arena tag to check for.
+ */
+ constructor(tagType: ArenaTagType) {
+ super([ Stat.ATK ], 1, true, false);
+ 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.
+ *
+ * @param {Pokemon} pokemon - The Pokémon being summoned.
+ * @param {boolean} passive - Whether the effect is passive.
+ * @param {any[]} args - Additional arguments.
+ */
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ super.applyPostSummon(pokemon, passive, simulated, args);
+ }
+}
+
+/**
+ * Takes no damage from the first hit of a damaging move.
+ * This is used in the Disguise and Ice Face abilities.
+ * @extends ReceivedMoveDamageMultiplierAbAttr
+ */
+export class FormBlockDamageAbAttr extends ReceivedMoveDamageMultiplierAbAttr {
+ private multiplier: number;
+ private tagType: BattlerTagType;
+ private recoilDamageFunc?: ((pokemon: Pokemon) => number);
+ private triggerMessageFunc: (pokemon: Pokemon, abilityName: string) => string;
+
+ constructor(condition: PokemonDefendCondition, multiplier: number, tagType: BattlerTagType, triggerMessageFunc: (pokemon: Pokemon, abilityName: string) => string, recoilDamageFunc?: (pokemon: Pokemon) => number) {
+ super(condition, multiplier);
+
+ this.multiplier = multiplier;
+ this.tagType = tagType;
+ this.recoilDamageFunc = recoilDamageFunc;
+ this.triggerMessageFunc = triggerMessageFunc;
+ }
+
+ override canApplyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: 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.
+ *
+ * @param pokemon The Pokémon with the ability.
+ * @param _passive n/a
+ * @param attacker The attacking Pokémon.
+ * @param move The move being used.
+ * @param _cancelled n/a
+ * @param args Additional arguments.
+ */
+ override applyPreDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _cancelled: BooleanHolder, args: any[]): void {
+ if (!simulated) {
+ (args[0] as NumberHolder).value = this.multiplier;
+ pokemon.removeTag(this.tagType);
+ if (this.recoilDamageFunc) {
+ pokemon.damageAndUpdate(this.recoilDamageFunc(pokemon), { result: HitResult.INDIRECT, ignoreSegments: true, ignoreFaintPhase: true });
+ }
+ }
+ }
+
+ /**
+ * Gets the message triggered when the Pokémon avoids damage using the form-changing ability.
+ * @param pokemon The Pokémon with the ability.
+ * @param abilityName The name of the ability.
+ * @param _args n/a
+ * @returns The trigger message.
+ */
+ getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]): string {
+ return this.triggerMessageFunc(pokemon, abilityName);
+ }
+}
+
+/**
+ * Base class for defining {@linkcode Ability} attributes before summon
+ * (should use {@linkcode PostSummonAbAttr} for most ability)
+ * @see {@linkcode applyPreSummon()}
+ */
+export class PreSummonAbAttr extends AbAttr {
+ applyPreSummon(pokemon: Pokemon, passive: boolean, args: any[]): void {}
+
+ canApplyPreSummon(pokemon: Pokemon, passive: boolean, args: any[]): boolean {
+ return true;
+ }
+}
+
+export class IllusionPreSummonAbAttr extends PreSummonAbAttr {
+ /**
+ * Apply a new illusion when summoning Zoroark if the illusion is available
+ *
+ * @param pokemon - The Pokémon with the Illusion ability.
+ * @param passive - N/A
+ * @param args - N/A
+ * @returns Whether the illusion was applied.
+ */
+ override applyPreSummon(pokemon: Pokemon, passive: boolean, args: any[]): void {
+ const party: Pokemon[] = (pokemon.isPlayer() ? globalScene.getPlayerParty() : globalScene.getEnemyParty()).filter(p => p.isAllowedInBattle());
+ const lastPokemon: Pokemon = party.filter(p => p !==pokemon).at(-1) || pokemon;
+ pokemon.setIllusion(lastPokemon);
+ }
+
+ override canApplyPreSummon(pokemon: Pokemon, passive: boolean, args: any[]): boolean {
+ pokemon.initSummondata()
+ if(pokemon.hasTrainer()){
+ const party: Pokemon[] = (pokemon.isPlayer() ? globalScene.getPlayerParty() : globalScene.getEnemyParty()).filter(p => p.isAllowedInBattle());
+ const lastPokemon: Pokemon = party.filter(p => p !==pokemon).at(-1) || pokemon;
+ const speciesId = lastPokemon.species.speciesId;
+
+ // If the last conscious Pokémon in the party is a Terastallized Ogerpon or Terapagos, Illusion will not activate.
+ // Illusion will also not activate if the Pokémon with Illusion is Terastallized and the last Pokémon in the party is Ogerpon or Terapagos.
+ if (
+ lastPokemon === pokemon ||
+ ((speciesId === Species.OGERPON || speciesId === Species.TERAPAGOS) && (lastPokemon.isTerastallized || pokemon.isTerastallized))
+ ) {
+ return false;
+ }
+ }
+ return !pokemon.summonData.illusionBroken;
+ }
+}
+
+export class IllusionBreakAbAttr extends AbAttr {
+ override apply(pokemon: Pokemon, _passive: boolean, _simulated: boolean, _cancelled: BooleanHolder | null, _args: any[]): void {
+ pokemon.breakIllusion();
+ pokemon.summonData.illusionBroken = true;
+ }
+}
+
+export class PostDefendIllusionBreakAbAttr extends PostDefendAbAttr {
+ /**
+ * Destroy the illusion upon taking damage
+ *
+ * @param pokemon - The Pokémon with the Illusion ability.
+ * @param passive - unused
+ * @param attacker - The attacking Pokémon.
+ * @param move - The move being used.
+ * @param hitResult - The type of hitResult the pokemon got
+ * @param args - unused
+ * @returns - Whether the illusion was destroyed.
+ */
+ override applyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): void {
+ pokemon.breakIllusion();
+ pokemon.summonData.illusionBroken = true;
+ }
+
+ override canApplyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): boolean {
+ const breakIllusion: HitResult[] = [ HitResult.EFFECTIVE, HitResult.SUPER_EFFECTIVE, HitResult.NOT_VERY_EFFECTIVE, HitResult.ONE_HIT_KO ];
+ return breakIllusion.includes(hitResult) && !!pokemon.summonData?.illusion
+ }
+}
+
+export class IllusionPostBattleAbAttr extends PostBattleAbAttr {
+ /**
+ * Break the illusion once the battle ends
+ *
+ * @param pokemon - The Pokémon with the Illusion ability.
+ * @param passive - Unused
+ * @param args - Unused
+ * @returns - Whether the illusion was applied.
+ */
+ override applyPostBattle(pokemon: Pokemon, passive: boolean, simulated:boolean, args: any[]): void {
+ pokemon.breakIllusion()
+ }
+}
+
+
+/**
+ * If a Pokémon with this Ability selects a damaging move, it has a 30% chance of going first in its priority bracket. If the Ability activates, this is announced at the start of the turn (after move selection).
+ *
+ * @extends AbAttr
+ */
+export class BypassSpeedChanceAbAttr extends AbAttr {
+ public chance: number;
+
+ /**
+ * @param {number} chance probability of ability being active.
+ */
+ constructor(chance: number) {
+ super(true);
+ this.chance = chance;
+ }
+
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ const bypassSpeed = args[0] as 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 {BooleanHolder} cancelled N/A
+ * @param {any[]} args [0] {@linkcode BooleanHolder} set to true when the ability activated
+ */
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ const bypassSpeed = args[0] as BooleanHolder;
+ bypassSpeed.value = true;
+ }
+
+ getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
+ return i18next.t("abilityTriggers:quickDraw", { pokemonName: getPokemonNameWithAffix(pokemon) });
+ }
+}
+
+/**
+ * This attribute checks if a Pokemon's move meets a provided condition to determine if the Pokemon can use Quick Claw
+ * It was created because Pokemon with the ability Mycelium Might cannot access Quick Claw's benefits when using status moves.
+*/
+export class PreventBypassSpeedChanceAbAttr extends AbAttr {
+ private condition: ((pokemon: Pokemon, move: Move) => boolean);
+
+ /**
+ * @param {function} condition - checks if a move meets certain conditions
+ */
+ constructor(condition: (pokemon: Pokemon, move: Move) => boolean) {
+ super(true);
+ 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
+ */
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: BooleanHolder, args: any[]): void {
+ const bypassSpeed = args[0] as BooleanHolder;
+ const canCheckHeldItems = args[1] as BooleanHolder;
+ bypassSpeed.value = false;
+ canCheckHeldItems.value = false;
+ }
+}
+
+/**
+ * This applies a terrain-based type change to the Pokemon.
+ * Used by Mimicry.
+ */
+export class TerrainEventTypeChangeAbAttr extends PostSummonAbAttr {
+ constructor() {
+ super(true);
+ }
+
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return !pokemon.isTerastallized;
+ }
+
+ override apply(pokemon: Pokemon, _passive: boolean, _simulated: boolean, _cancelled: BooleanHolder, _args: any[]): void {
+ const currentTerrain = globalScene.arena.getTerrainType();
+ const typeChange: PokemonType[] = this.determineTypeChange(pokemon, currentTerrain);
+ if (typeChange.length !== 0) {
+ if (pokemon.summonData.addedType && typeChange.includes(pokemon.summonData.addedType)) {
+ pokemon.summonData.addedType = null;
+ }
+ pokemon.summonData.types = typeChange;
+ pokemon.updateInfo();
+ }
+ }
+
+ /**
+ * Retrieves the type(s) the Pokemon should change to in response to a terrain
+ * @param pokemon
+ * @param currentTerrain {@linkcode TerrainType}
+ * @returns a list of type(s)
+ */
+ private determineTypeChange(pokemon: Pokemon, currentTerrain: TerrainType): PokemonType[] {
+ const typeChange: PokemonType[] = [];
+ switch (currentTerrain) {
+ case TerrainType.ELECTRIC:
+ typeChange.push(PokemonType.ELECTRIC);
+ break;
+ case TerrainType.MISTY:
+ typeChange.push(PokemonType.FAIRY);
+ break;
+ case TerrainType.GRASSY:
+ typeChange.push(PokemonType.GRASS);
+ break;
+ case TerrainType.PSYCHIC:
+ typeChange.push(PokemonType.PSYCHIC);
+ break;
+ default:
+ pokemon.getTypes(false, false, true).forEach(t => {
+ typeChange.push(t);
+ });
+ break;
+ }
+ return typeChange;
+ }
+
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return globalScene.arena.getTerrainType() !== TerrainType.NONE &&
+ this.canApply(pokemon, passive, simulated, args);
+ }
+
+ /**
+ * Checks if the Pokemon should change types if summoned into an active terrain
+ */
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ this.apply(pokemon, passive, simulated, new BooleanHolder(false), []);
+ }
+
+ override getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]) {
+ const currentTerrain = globalScene.arena.getTerrainType();
+ const pokemonNameWithAffix = getPokemonNameWithAffix(pokemon);
+ if (currentTerrain === TerrainType.NONE) {
+ return i18next.t("abilityTriggers:pokemonTypeChangeRevert", { pokemonNameWithAffix });
+ } else {
+ const moveType = i18next.t(`pokemonInfo:Type.${PokemonType[this.determineTypeChange(pokemon, currentTerrain)[0]]}`);
+ return i18next.t("abilityTriggers:pokemonTypeChange", { pokemonNameWithAffix, moveType });
+ }
+ }
+}
+
+function applySingleAbAttrs(
+ pokemon: Pokemon,
+ passive: boolean,
+ attrType: Constructor,
+ applyFunc: AbAttrApplyFunc,
+ successFunc: AbAttrSuccessFunc,
+ args: any[],
+ gainedMidTurn: boolean = false,
+ simulated: boolean = false,
+ messages: string[] = []
+) {
+ 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;
+ }
+
+ globalScene.setPhaseQueueSplice();
+
+ 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();
+ }
+}
+
+class ForceSwitchOutHelper {
+ constructor(private switchType: SwitchType) {}
+
+ /**
+ * Handles the logic for switching out a Pokémon based on battle conditions, HP, and the switch type.
+ *
+ * @param pokemon The {@linkcode Pokemon} attempting to switch out.
+ * @returns `true` if the switch is successful
+ */
+ public switchOutLogic(pokemon: Pokemon): boolean {
+ const switchOutTarget = pokemon;
+ /**
+ * If the switch-out target is a player-controlled Pokémon, the function checks:
+ * - Whether there are available party members to switch in.
+ * - If the Pokémon is still alive (hp > 0), and if so, it leaves the field and a new SwitchPhase is initiated.
+ */
+ if (switchOutTarget instanceof PlayerPokemon) {
+ if (globalScene.getPlayerParty().filter((p) => p.isAllowedInBattle() && !p.isOnField()).length < 1) {
+ return false;
+ }
+
+ if (switchOutTarget.hp > 0) {
+ switchOutTarget.leaveField(this.switchType === SwitchType.SWITCH);
+ globalScene.prependToPhase(new SwitchPhase(this.switchType, switchOutTarget.getFieldIndex(), true, true), MoveEndPhase);
+ return true;
+ }
+ /**
+ * For non-wild battles, it checks if the opposing party has any available Pokémon to switch in.
+ * If yes, the Pokémon leaves the field and a new SwitchSummonPhase is initiated.
+ */
+ } else if (globalScene.currentBattle.battleType !== BattleType.WILD) {
+ if (globalScene.getEnemyParty().filter((p) => p.isAllowedInBattle() && !p.isOnField()).length < 1) {
+ return false;
+ }
+ if (switchOutTarget.hp > 0) {
+ switchOutTarget.leaveField(this.switchType === SwitchType.SWITCH);
+ const summonIndex = (globalScene.currentBattle.trainer ? globalScene.currentBattle.trainer.getNextSummonIndex((switchOutTarget as EnemyPokemon).trainerSlot) : 0);
+ globalScene.prependToPhase(new SwitchSummonPhase(this.switchType, switchOutTarget.getFieldIndex(), summonIndex, false, false), MoveEndPhase);
+ return true;
+ }
+ /**
+ * For wild Pokémon battles, the Pokémon will flee if the conditions are met (waveIndex and double battles).
+ * It will not flee if it is a Mystery Encounter with fleeing disabled (checked in `getSwitchOutCondition()`) or if it is a wave 10x wild boss
+ */
+ } else {
+ const allyPokemon = switchOutTarget.getAlly();
+
+ if (!globalScene.currentBattle.waveIndex || globalScene.currentBattle.waveIndex % 10 === 0) {
+ return false;
+ }
+
+ if (switchOutTarget.hp > 0) {
+ switchOutTarget.leaveField(false);
+ globalScene.queueMessage(i18next.t("moveTriggers:fled", { pokemonName: getPokemonNameWithAffix(switchOutTarget) }), null, true, 500);
+ if (globalScene.currentBattle.double && !isNullOrUndefined(allyPokemon)) {
+ globalScene.redirectPokemonMoves(switchOutTarget, allyPokemon);
+ }
+ }
+
+ if (!allyPokemon?.isActive(true)) {
+ globalScene.clearEnemyHeldItemModifiers();
+
+ if (switchOutTarget.hp) {
+ globalScene.pushPhase(new BattleEndPhase(false));
+ globalScene.pushPhase(new NewBattlePhase());
+ }
+ }
+ }
+ return false;
+ }
+
+ /**
+ * Determines if a Pokémon can switch out based on its status, the opponent's status, and battle conditions.
+ *
+ * @param pokemon The Pokémon attempting to switch out.
+ * @param opponent The opponent Pokémon.
+ * @returns `true` if the switch-out condition is met
+ */
+ public getSwitchOutCondition(pokemon: Pokemon, opponent: Pokemon): boolean {
+ const switchOutTarget = pokemon;
+ const player = switchOutTarget instanceof PlayerPokemon;
+
+ if (player) {
+ const blockedByAbility = new BooleanHolder(false);
+ applyAbAttrs(ForceSwitchOutImmunityAbAttr, opponent, blockedByAbility);
+ return !blockedByAbility.value;
+ }
+
+ if (!player && globalScene.currentBattle.battleType === BattleType.WILD) {
+ if (!globalScene.currentBattle.waveIndex && globalScene.currentBattle.waveIndex % 10 === 0) {
+ return false;
+ }
+ }
+
+ if (!player && globalScene.currentBattle.isBattleMysteryEncounter() && !globalScene.currentBattle.mysteryEncounter?.fleeAllowed) {
+ return false;
+ }
+
+ const party = player ? globalScene.getPlayerParty() : globalScene.getEnemyParty();
+ return (!player && globalScene.currentBattle.battleType === BattleType.WILD)
+ || party.filter(p => p.isAllowedInBattle() && !p.isOnField()
+ && (player || (p as EnemyPokemon).trainerSlot === (switchOutTarget as EnemyPokemon).trainerSlot)).length > 0;
+ }
+
+ /**
+ * Returns a message if the switch-out attempt fails due to ability effects.
+ *
+ * @param target The target Pokémon.
+ * @returns The failure message, or `null` if no failure.
+ */
+ public getFailedText(target: Pokemon): string | null {
+ const blockedByAbility = new BooleanHolder(false);
+ applyAbAttrs(ForceSwitchOutImmunityAbAttr, target, blockedByAbility);
+ return blockedByAbility.value ? i18next.t("moveTriggers:cannotBeSwitchedOut", { pokemonName: getPokemonNameWithAffix(target) }) : null;
+ }
+}
+
+/**
+ * Calculates the amount of recovery from the Shell Bell item.
+ *
+ * If the Pokémon is holding a Shell Bell, this function computes the amount of health
+ * recovered based on the damage dealt in the current turn. The recovery is multiplied by the
+ * Shell Bell's modifier (if any).
+ *
+ * @param pokemon - The Pokémon whose Shell Bell recovery is being calculated.
+ * @returns The amount of health recovered by Shell Bell.
+ */
+function calculateShellBellRecovery(pokemon: Pokemon): number {
+ const shellBellModifier = pokemon.getHeldItems().find(m => m instanceof HitHealModifier);
+ if (shellBellModifier) {
+ return toDmgValue(pokemon.turnData.totalDamageDealt / 8) * shellBellModifier.stackCount;
+ }
+ return 0;
+}
+
+/**
+ * Triggers after the Pokemon takes any damage
+ * @extends AbAttr
+ */
+export class PostDamageAbAttr extends AbAttr {
+ public canApplyPostDamage(
+ pokemon: Pokemon,
+ damage: number,
+ passive: boolean,
+ simulated: boolean,
+ args: any[],
+ source?: Pokemon): boolean {
+ return true;
+ }
+
+ public applyPostDamage(
+ pokemon: Pokemon,
+ damage: number,
+ passive: boolean,
+ simulated: boolean,
+ args: any[],
+ source?: Pokemon,
+ ): void {}
+}
+
+/**
+ * Ability attribute for forcing a Pokémon to switch out after its health drops below half.
+ * This attribute checks various conditions related to the damage received, the moves used by the Pokémon
+ * and its opponents, and determines whether a forced switch-out should occur.
+ *
+ * Used by Wimp Out and Emergency Exit
+ *
+ * @extends PostDamageAbAttr
+ * @see {@linkcode applyPostDamage}
+ */
+export class PostDamageForceSwitchAbAttr extends PostDamageAbAttr {
+ private helper: ForceSwitchOutHelper = new ForceSwitchOutHelper(SwitchType.SWITCH);
+ private hpRatio: number;
+
+ constructor(hpRatio = 0.5) {
+ super();
+ this.hpRatio = hpRatio;
+ }
+
+ public override canApplyPostDamage(
+ pokemon: Pokemon,
+ damage: number,
+ passive: boolean,
+ simulated: boolean,
+ args: any[],
+ source?: Pokemon): boolean {
+ const moveHistory = pokemon.getMoveHistory();
+ // Will not activate when the Pokémon's HP is lowered by cutting its own HP
+ const fordbiddenAttackingMoves = [ Moves.BELLY_DRUM, Moves.SUBSTITUTE, Moves.CURSE, Moves.PAIN_SPLIT ];
+ if (moveHistory.length > 0) {
+ const lastMoveUsed = moveHistory[moveHistory.length - 1];
+ if (fordbiddenAttackingMoves.includes(lastMoveUsed.move)) {
+ return false;
+ }
+ }
+
+ // Dragon Tail and Circle Throw switch out Pokémon before the Ability activates.
+ const fordbiddenDefendingMoves = [ Moves.DRAGON_TAIL, Moves.CIRCLE_THROW ];
+ if (source) {
+ const enemyMoveHistory = source.getMoveHistory();
+ if (enemyMoveHistory.length > 0) {
+ const enemyLastMoveUsed = enemyMoveHistory[enemyMoveHistory.length - 1];
+ // Will not activate if the Pokémon's HP falls below half while it is in the air during Sky Drop.
+ if (fordbiddenDefendingMoves.includes(enemyLastMoveUsed.move) || enemyLastMoveUsed.move === Moves.SKY_DROP && enemyLastMoveUsed.result === MoveResult.OTHER) {
+ return false;
+ // Will not activate if the Pokémon's HP falls below half by a move affected by Sheer Force.
+ } else if (allMoves[enemyLastMoveUsed.move].chance >= 0 && source.hasAbility(Abilities.SHEER_FORCE)) {
+ return false;
+ // Activate only after the last hit of multistrike moves
+ } else if (source.turnData.hitsLeft > 1) {
+ return false;
+ }
+ if (source.turnData.hitCount > 1) {
+ damage = pokemon.turnData.damageTaken;
+ }
+ }
+ }
+
+ if (pokemon.hp + damage >= pokemon.getMaxHp() * this.hpRatio) {
+ const shellBellHeal = calculateShellBellRecovery(pokemon);
+ if (pokemon.hp - shellBellHeal < pokemon.getMaxHp() * this.hpRatio) {
+ for (const opponent of pokemon.getOpponents()) {
+ if (!this.helper.getSwitchOutCondition(pokemon, opponent)) {
+ return false;
+ }
+ }
+ return true;
+ }
+ }
+
+ return false;
+ }
+
+ /**
+ * Applies the switch-out logic after the Pokémon takes damage.
+ * Checks various conditions based on the moves used by the Pokémon, the opponents' moves, and
+ * the Pokémon's health after damage to determine whether the switch-out should occur.
+ *
+ * @param pokemon The Pokémon that took damage.
+ * @param damage N/A
+ * @param passive N/A
+ * @param simulated Whether the ability is being simulated.
+ * @param args N/A
+ * @param source N/A
+ */
+ public override applyPostDamage(pokemon: Pokemon, damage: number, passive: boolean, simulated: boolean, args: any[], source?: Pokemon): void {
+ this.helper.switchOutLogic(pokemon);
+ }
+}
+function applyAbAttrsInternal(
+ attrType: Constructor,
+ pokemon: Pokemon | null,
+ applyFunc: AbAttrApplyFunc,
+ successFunc: AbAttrSuccessFunc,
+ args: any[],
+ simulated: boolean = false,
+ messages: string[] = [],
+ gainedMidTurn = false
+) {
+ for (const passive of [ false, true ]) {
+ if (pokemon) {
+ applySingleAbAttrs(pokemon, passive, attrType, applyFunc, successFunc, args, gainedMidTurn, simulated, messages);
+ globalScene.clearPhaseQueueSplice();
+ }
+ }
+}
+
+export function applyAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ cancelled: 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 = 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: BooleanHolder | null,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args),
+ (attr, passive) => attr.canApplyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args),
+ args,
+ simulated,
+ );
+}
+
+export function applyPostDefendAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ attacker: Pokemon,
+ move: Move,
+ hitResult: HitResult | null,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPostDefend(pokemon, passive, simulated, attacker, move, hitResult, args),
+ (attr, passive) => attr.canApplyPostDefend(pokemon, passive, simulated, attacker, move, hitResult, args), args,
+ simulated,
+ );
+}
+
+export function applyPostMoveUsedAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ move: PokemonMove,
+ source: Pokemon,
+ targets: BattlerIndex[],
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPostMoveUsed(pokemon, move, source, targets, simulated, args),
+ (attr, passive) => attr.canApplyPostMoveUsed(pokemon, move, source, targets, simulated, args),
+ args,
+ simulated,
+ );
+}
+
+export function applyStatMultiplierAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ stat: BattleStat,
+ statValue: 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,
+ );
+}
+
+/**
+ * Applies an ally's Stat multiplier attribute
+ * @param attrType - {@linkcode AllyStatMultiplierAbAttr} should always be AllyStatMultiplierAbAttr for the time being
+ * @param pokemon - The {@linkcode Pokemon} with the ability
+ * @param stat - The type of the checked {@linkcode Stat}
+ * @param statValue - {@linkcode NumberHolder} containing the value of the checked stat
+ * @param checkedPokemon - The {@linkcode Pokemon} with the checked stat
+ * @param ignoreAbility - Whether or not the ability should be ignored by the pokemon or its move.
+ * @param args - unused
+ */
+export function applyAllyStatMultiplierAbAttrs(attrType: Constructor,
+ pokemon: Pokemon, stat: BattleStat, statValue: NumberHolder, simulated: boolean = false, checkedPokemon: Pokemon, ignoreAbility: boolean, ...args: any[]
+): void {
+ return applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyAllyStat(pokemon, passive, simulated, stat, statValue, checkedPokemon, ignoreAbility, args),
+ (attr, passive) => attr.canApplyAllyStat(pokemon, passive, simulated, stat, statValue, checkedPokemon, ignoreAbility, args),
+ args,
+ simulated,
+ );
+}
+
+export function applyPostSetStatusAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ effect: StatusEffect,
+ sourcePokemon?: Pokemon | null,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPostSetStatus(pokemon, sourcePokemon, passive, effect, simulated, args),
+ (attr, passive) => attr.canApplyPostSetStatus(pokemon, sourcePokemon, passive, effect, simulated, args),
+ args,
+ simulated,
+ );
+}
+
+export function applyPostDamageAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ damage: number,
+ passive: boolean,
+ simulated = false,
+ args: any[],
+ source?: Pokemon,
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPostDamage(pokemon, damage, passive, simulated, args, source),
+ (attr, passive) => attr.canApplyPostDamage(pokemon, damage, passive, simulated, args, source),
+ args,
+ );
+}
+
+/**
+ * Applies a field Stat multiplier attribute
+ * @param attrType {@linkcode FieldMultiplyStatAbAttr} should always be FieldMultiplyBattleStatAbAttr for the time being
+ * @param pokemon {@linkcode Pokemon} the Pokemon applying this ability
+ * @param stat {@linkcode Stat} the type of the checked stat
+ * @param statValue {@linkcode NumberHolder} the value of the checked stat
+ * @param checkedPokemon {@linkcode Pokemon} the Pokemon with the checked stat
+ * @param hasApplied {@linkcode BooleanHolder} whether or not a FieldMultiplyBattleStatAbAttr has already affected this stat
+ * @param args unused
+ */
+export function applyFieldStatMultiplierAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ stat: Stat,
+ statValue: NumberHolder,
+ checkedPokemon: Pokemon,
+ hasApplied: 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 = 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 = 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 = 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 = 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 = 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 applyPreSummonAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPreSummon(pokemon, passive, args),
+ (attr, passive) => attr.canApplyPreSummon(pokemon, passive, args),
+ args
+ );
+}
+
+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 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 applyPreStatStageChangeAbAttrs (
+ attrType: Constructor,
+ pokemon: Pokemon | null,
+ stat: BattleStat,
+ cancelled: 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 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 applyPreSetStatusAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ effect: StatusEffect | undefined,
+ cancelled: 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 applyPreApplyBattlerTagAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ tag: BattlerTag,
+ cancelled: 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 applyPreWeatherEffectAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ weather: Weather | null,
+ cancelled: 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 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 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 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 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 applyCheckTrappedAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ trapped: BooleanHolder,
+ otherPokemon: Pokemon,
+ messages: string[],
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyCheckTrapped(pokemon, passive, simulated, trapped, otherPokemon, args),
+ (attr, passive) => attr.canApplyCheckTrapped(pokemon, passive, simulated, trapped, otherPokemon, args), args,
+ simulated,
+ messages,
+ );
+}
+
+export function applyPostBattleAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPostBattle(pokemon, passive, simulated, args),
+ (attr, passive) => attr.canApplyPostBattle(pokemon, passive, simulated, args),
+ args,
+ simulated,
+ );
+}
+
+export function applyPostFaintAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ attacker?: Pokemon,
+ move?: Move,
+ hitResult?: HitResult,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPostFaint(pokemon, passive, simulated, attacker, move, hitResult, args),
+ (attr, passive) => attr.canApplyPostFaint(pokemon, passive, simulated, attacker, move, hitResult, args),
+ args,
+ simulated,
+ );
+}
+
+export function applyPostItemLostAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPostItemLost(pokemon, simulated, args),
+ (attr, passive) => attr.canApplyPostItemLost(pokemon, simulated, args),
+ args,
+ );
+}
+
+/**
+ * Applies abilities when they become active mid-turn (ability switch)
+ *
+ * Ignores passives as they don't change and shouldn't be reapplied when main abilities change
+ */
+export function applyOnGainAbAttrs(
+ pokemon: Pokemon,
+ passive: boolean = false,
+ simulated: boolean = false,
+ ...args: any[]): void {
+ applySingleAbAttrs(
+ pokemon,
+ passive,
+ PostSummonAbAttr,
+ (attr, passive) => attr.applyPostSummon(pokemon, passive, simulated, args),
+ (attr, passive) => attr.canApplyPostSummon(pokemon, passive, simulated, args),
+ args,
+ true,
+ simulated,
+ );
+}
+
+/**
+ * Applies ability attributes which activate when the ability is lost or suppressed (i.e. primal weather)
+ */
+export function applyOnLoseAbAttrs(pokemon: Pokemon, passive = false, simulated = false, ...args: any[]): void {
+ applySingleAbAttrs(
+ pokemon,
+ passive,
+ PreLeaveFieldAbAttr,
+ (attr, passive) => attr.applyPreLeaveField(pokemon, passive, simulated, [ ...args, true ]),
+ (attr, passive) => attr.canApplyPreLeaveField(pokemon, passive, simulated, [ ...args, true ]),
+ args,
+ true,
+ simulated);
+
+ applySingleAbAttrs(
+ pokemon,
+ passive,
+ IllusionBreakAbAttr,
+ (attr, passive) => attr.apply(pokemon, passive, simulated, null, args),
+ (attr, passive) => attr.canApply(pokemon, passive, simulated, args),
+ args,
+ true,
+ simulated
+ )
+}
+
+/**
+ * Sets the ability of a Pokémon as revealed.
+ *
+ * @param pokemon - The Pokémon whose ability is being revealed.
+ */
+function setAbilityRevealed(pokemon: Pokemon): void {
+ if (pokemon.battleData) {
+ pokemon.battleData.abilityRevealed = true;
+ }
+}
+
+/**
+ * Returns the Pokemon with weather-based forms
+ */
+function getPokemonWithWeatherBasedForms() {
+ return globalScene.getField(true).filter(p =>
+ (p.hasAbility(Abilities.FORECAST) && p.species.speciesId === Species.CASTFORM)
+ || (p.hasAbility(Abilities.FLOWER_GIFT) && p.species.speciesId === Species.CHERRIM)
+ );
+}
+
+export function initAbilities() {
+ allAbilities.push(
+ new Ability(Abilities.NONE, 3),
+ new Ability(Abilities.STENCH, 3)
+ .attr(PostAttackApplyBattlerTagAbAttr, false, (user, target, move) => !move.hasAttr(FlinchAttr) && !move.hitsSubstitute(user, target) ? 10 : 0, BattlerTagType.FLINCHED),
+ new Ability(Abilities.DRIZZLE, 3)
+ .attr(PostSummonWeatherChangeAbAttr, WeatherType.RAIN)
+ .attr(PostBiomeChangeWeatherChangeAbAttr, WeatherType.RAIN),
+ new Ability(Abilities.SPEED_BOOST, 3)
+ .attr(SpeedBoostAbAttr),
+ new Ability(Abilities.BATTLE_ARMOR, 3)
+ .attr(BlockCritAbAttr)
+ .ignorable(),
+ new Ability(Abilities.STURDY, 3)
+ .attr(PreDefendFullHpEndureAbAttr)
+ .attr(BlockOneHitKOAbAttr)
+ .ignorable(),
+ new Ability(Abilities.DAMP, 3)
+ .attr(FieldPreventExplosiveMovesAbAttr)
+ .ignorable(),
+ new Ability(Abilities.LIMBER, 3)
+ .attr(StatusEffectImmunityAbAttr, StatusEffect.PARALYSIS)
+ .attr(PostSummonHealStatusAbAttr, StatusEffect.PARALYSIS)
+ .ignorable(),
+ new Ability(Abilities.SAND_VEIL, 3)
+ .attr(StatMultiplierAbAttr, Stat.EVA, 1.2)
+ .attr(BlockWeatherDamageAttr, WeatherType.SANDSTORM)
+ .condition(getWeatherCondition(WeatherType.SANDSTORM))
+ .ignorable(),
+ new Ability(Abilities.STATIC, 3)
+ .attr(PostDefendContactApplyStatusEffectAbAttr, 30, StatusEffect.PARALYSIS)
+ .bypassFaint(),
+ new Ability(Abilities.VOLT_ABSORB, 3)
+ .attr(TypeImmunityHealAbAttr, PokemonType.ELECTRIC)
+ .ignorable(),
+ new Ability(Abilities.WATER_ABSORB, 3)
+ .attr(TypeImmunityHealAbAttr, PokemonType.WATER)
+ .ignorable(),
+ new Ability(Abilities.OBLIVIOUS, 3)
+ .attr(BattlerTagImmunityAbAttr, [ BattlerTagType.INFATUATED, BattlerTagType.TAUNT ])
+ .attr(PostSummonRemoveBattlerTagAbAttr, BattlerTagType.INFATUATED, BattlerTagType.TAUNT)
+ .attr(IntimidateImmunityAbAttr)
+ .ignorable(),
+ new Ability(Abilities.CLOUD_NINE, 3)
+ .attr(SuppressWeatherEffectAbAttr, true)
+ .attr(PostSummonUnnamedMessageAbAttr, i18next.t("abilityTriggers:weatherEffectDisappeared"))
+ .attr(PostSummonWeatherSuppressedFormChangeAbAttr)
+ .attr(PostFaintUnsuppressedWeatherFormChangeAbAttr)
+ .bypassFaint(),
+ new Ability(Abilities.COMPOUND_EYES, 3)
+ .attr(StatMultiplierAbAttr, Stat.ACC, 1.3),
+ new Ability(Abilities.INSOMNIA, 3)
+ .attr(StatusEffectImmunityAbAttr, StatusEffect.SLEEP)
+ .attr(PostSummonHealStatusAbAttr, StatusEffect.SLEEP)
+ .attr(BattlerTagImmunityAbAttr, BattlerTagType.DROWSY)
+ .ignorable(),
+ new Ability(Abilities.COLOR_CHANGE, 3)
+ .attr(PostDefendTypeChangeAbAttr)
+ .condition(getSheerForceHitDisableAbCondition()),
+ new Ability(Abilities.IMMUNITY, 3)
+ .attr(StatusEffectImmunityAbAttr, StatusEffect.POISON, StatusEffect.TOXIC)
+ .attr(PostSummonHealStatusAbAttr, StatusEffect.POISON, StatusEffect.TOXIC)
+ .ignorable(),
+ new Ability(Abilities.FLASH_FIRE, 3)
+ .attr(TypeImmunityAddBattlerTagAbAttr, PokemonType.FIRE, BattlerTagType.FIRE_BOOST, 1)
+ .ignorable(),
+ new Ability(Abilities.SHIELD_DUST, 3)
+ .attr(IgnoreMoveEffectsAbAttr)
+ .ignorable(),
+ new Ability(Abilities.OWN_TEMPO, 3)
+ .attr(BattlerTagImmunityAbAttr, BattlerTagType.CONFUSED)
+ .attr(PostSummonRemoveBattlerTagAbAttr, BattlerTagType.CONFUSED)
+ .attr(IntimidateImmunityAbAttr)
+ .ignorable(),
+ new Ability(Abilities.SUCTION_CUPS, 3)
+ .attr(ForceSwitchOutImmunityAbAttr)
+ .ignorable(),
+ new Ability(Abilities.INTIMIDATE, 3)
+ .attr(PostSummonStatStageChangeAbAttr, [ Stat.ATK ], -1, false, true),
+ new Ability(Abilities.SHADOW_TAG, 3)
+ .attr(ArenaTrapAbAttr, (user, target) => {
+ if (target.hasAbility(Abilities.SHADOW_TAG)) {
+ return false;
+ }
+ return true;
+ }),
+ new Ability(Abilities.ROUGH_SKIN, 3)
+ .attr(PostDefendContactDamageAbAttr, 8)
+ .bypassFaint(),
+ new Ability(Abilities.WONDER_GUARD, 3)
+ .attr(NonSuperEffectiveImmunityAbAttr)
+ .uncopiable()
+ .ignorable(),
+ new Ability(Abilities.LEVITATE, 3)
+ .attr(AttackTypeImmunityAbAttr, PokemonType.GROUND, (pokemon: Pokemon) => !pokemon.getTag(GroundedTag) && !globalScene.arena.getTag(ArenaTagType.GRAVITY))
+ .ignorable(),
+ new Ability(Abilities.EFFECT_SPORE, 3)
+ .attr(EffectSporeAbAttr),
+ new Ability(Abilities.SYNCHRONIZE, 3)
+ .attr(SyncEncounterNatureAbAttr)
+ .attr(SynchronizeStatusAbAttr),
+ new Ability(Abilities.CLEAR_BODY, 3)
+ .attr(ProtectStatAbAttr)
+ .ignorable(),
+ new Ability(Abilities.NATURAL_CURE, 3)
+ .attr(PreSwitchOutResetStatusAbAttr),
+ new Ability(Abilities.LIGHTNING_ROD, 3)
+ .attr(RedirectTypeMoveAbAttr, PokemonType.ELECTRIC)
+ .attr(TypeImmunityStatStageChangeAbAttr, PokemonType.ELECTRIC, Stat.SPATK, 1)
+ .ignorable(),
+ new Ability(Abilities.SERENE_GRACE, 3)
+ .attr(MoveEffectChanceMultiplierAbAttr, 2),
+ new Ability(Abilities.SWIFT_SWIM, 3)
+ .attr(StatMultiplierAbAttr, Stat.SPD, 2)
+ .condition(getWeatherCondition(WeatherType.RAIN, WeatherType.HEAVY_RAIN)),
+ new Ability(Abilities.CHLOROPHYLL, 3)
+ .attr(StatMultiplierAbAttr, Stat.SPD, 2)
+ .condition(getWeatherCondition(WeatherType.SUNNY, WeatherType.HARSH_SUN)),
+ new Ability(Abilities.ILLUMINATE, 3)
+ .attr(ProtectStatAbAttr, Stat.ACC)
+ .attr(DoubleBattleChanceAbAttr)
+ .attr(IgnoreOpponentStatStagesAbAttr, [ Stat.EVA ])
+ .ignorable(),
+ new Ability(Abilities.TRACE, 3)
+ .attr(PostSummonCopyAbilityAbAttr)
+ .uncopiable(),
+ new Ability(Abilities.HUGE_POWER, 3)
+ .attr(StatMultiplierAbAttr, Stat.ATK, 2),
+ new Ability(Abilities.POISON_POINT, 3)
+ .attr(PostDefendContactApplyStatusEffectAbAttr, 30, StatusEffect.POISON)
+ .bypassFaint(),
+ new Ability(Abilities.INNER_FOCUS, 3)
+ .attr(BattlerTagImmunityAbAttr, BattlerTagType.FLINCHED)
+ .attr(IntimidateImmunityAbAttr)
+ .ignorable(),
+ new Ability(Abilities.MAGMA_ARMOR, 3)
+ .attr(StatusEffectImmunityAbAttr, StatusEffect.FREEZE)
+ .attr(PostSummonHealStatusAbAttr, StatusEffect.FREEZE)
+ .ignorable(),
+ new Ability(Abilities.WATER_VEIL, 3)
+ .attr(StatusEffectImmunityAbAttr, StatusEffect.BURN)
+ .attr(PostSummonHealStatusAbAttr, StatusEffect.BURN)
+ .ignorable(),
+ new Ability(Abilities.MAGNET_PULL, 3)
+ .attr(ArenaTrapAbAttr, (user, target) => {
+ if (target.getTypes(true).includes(PokemonType.STEEL) || (target.getTypes(true).includes(PokemonType.STELLAR) && target.getTypes().includes(PokemonType.STEEL))) {
+ return true;
+ }
+ return false;
+ }),
+ new Ability(Abilities.SOUNDPROOF, 3)
+ .attr(MoveImmunityAbAttr, (pokemon, attacker, move) => pokemon !== attacker && move.hasFlag(MoveFlags.SOUND_BASED))
+ .ignorable(),
+ new Ability(Abilities.RAIN_DISH, 3)
+ .attr(PostWeatherLapseHealAbAttr, 1, WeatherType.RAIN, WeatherType.HEAVY_RAIN),
+ new Ability(Abilities.SAND_STREAM, 3)
+ .attr(PostSummonWeatherChangeAbAttr, WeatherType.SANDSTORM)
+ .attr(PostBiomeChangeWeatherChangeAbAttr, WeatherType.SANDSTORM),
+ new Ability(Abilities.PRESSURE, 3)
+ .attr(IncreasePpAbAttr)
+ .attr(PostSummonMessageAbAttr, (pokemon: Pokemon) => i18next.t("abilityTriggers:postSummonPressure", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon) })),
+ new Ability(Abilities.THICK_FAT, 3)
+ .attr(ReceivedTypeDamageMultiplierAbAttr, PokemonType.FIRE, 0.5)
+ .attr(ReceivedTypeDamageMultiplierAbAttr, PokemonType.ICE, 0.5)
+ .ignorable(),
+ new Ability(Abilities.EARLY_BIRD, 3)
+ .attr(ReduceStatusEffectDurationAbAttr, StatusEffect.SLEEP),
+ new Ability(Abilities.FLAME_BODY, 3)
+ .attr(PostDefendContactApplyStatusEffectAbAttr, 30, StatusEffect.BURN)
+ .bypassFaint(),
+ new Ability(Abilities.RUN_AWAY, 3)
+ .attr(RunSuccessAbAttr),
+ new Ability(Abilities.KEEN_EYE, 3)
+ .attr(ProtectStatAbAttr, Stat.ACC)
+ .ignorable(),
+ new Ability(Abilities.HYPER_CUTTER, 3)
+ .attr(ProtectStatAbAttr, Stat.ATK)
+ .ignorable(),
+ new Ability(Abilities.PICKUP, 3)
+ .attr(PostBattleLootAbAttr)
+ .unsuppressable(),
+ new Ability(Abilities.TRUANT, 3)
+ .attr(PostSummonAddBattlerTagAbAttr, BattlerTagType.TRUANT, 1, false),
+ new Ability(Abilities.HUSTLE, 3)
+ .attr(StatMultiplierAbAttr, Stat.ATK, 1.5)
+ .attr(StatMultiplierAbAttr, Stat.ACC, 0.8, (_user, _target, move) => move.category === MoveCategory.PHYSICAL),
+ new Ability(Abilities.CUTE_CHARM, 3)
+ .attr(PostDefendContactApplyTagChanceAbAttr, 30, BattlerTagType.INFATUATED),
+ new Ability(Abilities.PLUS, 3)
+ .conditionalAttr(p => globalScene.currentBattle.double && [ Abilities.PLUS, Abilities.MINUS ].some(a => (p.getAlly()?.hasAbility(a) ?? false)), StatMultiplierAbAttr, Stat.SPATK, 1.5),
+ new Ability(Abilities.MINUS, 3)
+ .conditionalAttr(p => globalScene.currentBattle.double && [ Abilities.PLUS, Abilities.MINUS ].some(a => (p.getAlly()?.hasAbility(a) ?? false)), StatMultiplierAbAttr, Stat.SPATK, 1.5),
+ new Ability(Abilities.FORECAST, 3)
+ .uncopiable()
+ .unreplaceable()
+ .attr(NoFusionAbilityAbAttr)
+ .attr(PostSummonFormChangeByWeatherAbAttr, Abilities.FORECAST)
+ .attr(PostWeatherChangeFormChangeAbAttr, Abilities.FORECAST, [ WeatherType.NONE, WeatherType.SANDSTORM, WeatherType.STRONG_WINDS, WeatherType.FOG ]),
+ new Ability(Abilities.STICKY_HOLD, 3)
+ .attr(BlockItemTheftAbAttr)
+ .bypassFaint()
+ .ignorable(),
+ new Ability(Abilities.SHED_SKIN, 3)
+ .conditionalAttr(pokemon => !randSeedInt(3), PostTurnResetStatusAbAttr),
+ new Ability(Abilities.GUTS, 3)
+ .attr(BypassBurnDamageReductionAbAttr)
+ .conditionalAttr(pokemon => !!pokemon.status || pokemon.hasAbility(Abilities.COMATOSE), StatMultiplierAbAttr, Stat.ATK, 1.5),
+ new Ability(Abilities.MARVEL_SCALE, 3)
+ .conditionalAttr(pokemon => !!pokemon.status || pokemon.hasAbility(Abilities.COMATOSE), StatMultiplierAbAttr, Stat.DEF, 1.5)
+ .ignorable(),
+ new Ability(Abilities.LIQUID_OOZE, 3)
+ .attr(ReverseDrainAbAttr),
+ new Ability(Abilities.OVERGROW, 3)
+ .attr(LowHpMoveTypePowerBoostAbAttr, PokemonType.GRASS),
+ new Ability(Abilities.BLAZE, 3)
+ .attr(LowHpMoveTypePowerBoostAbAttr, PokemonType.FIRE),
+ new Ability(Abilities.TORRENT, 3)
+ .attr(LowHpMoveTypePowerBoostAbAttr, PokemonType.WATER),
+ new Ability(Abilities.SWARM, 3)
+ .attr(LowHpMoveTypePowerBoostAbAttr, PokemonType.BUG),
+ new Ability(Abilities.ROCK_HEAD, 3)
+ .attr(BlockRecoilDamageAttr),
+ new Ability(Abilities.DROUGHT, 3)
+ .attr(PostSummonWeatherChangeAbAttr, WeatherType.SUNNY)
+ .attr(PostBiomeChangeWeatherChangeAbAttr, WeatherType.SUNNY),
+ new Ability(Abilities.ARENA_TRAP, 3)
+ .attr(ArenaTrapAbAttr, (user, target) => {
+ if (target.isGrounded()) {
+ return true;
+ }
+ return false;
+ })
+ .attr(DoubleBattleChanceAbAttr),
+ new Ability(Abilities.VITAL_SPIRIT, 3)
+ .attr(StatusEffectImmunityAbAttr, StatusEffect.SLEEP)
+ .attr(PostSummonHealStatusAbAttr, StatusEffect.SLEEP)
+ .attr(BattlerTagImmunityAbAttr, BattlerTagType.DROWSY)
+ .ignorable(),
+ new Ability(Abilities.WHITE_SMOKE, 3)
+ .attr(ProtectStatAbAttr)
+ .ignorable(),
+ new Ability(Abilities.PURE_POWER, 3)
+ .attr(StatMultiplierAbAttr, Stat.ATK, 2),
+ new Ability(Abilities.SHELL_ARMOR, 3)
+ .attr(BlockCritAbAttr)
+ .ignorable(),
+ new Ability(Abilities.AIR_LOCK, 3)
+ .attr(SuppressWeatherEffectAbAttr, true)
+ .attr(PostSummonUnnamedMessageAbAttr, i18next.t("abilityTriggers:weatherEffectDisappeared"))
+ .attr(PostSummonWeatherSuppressedFormChangeAbAttr)
+ .attr(PostFaintUnsuppressedWeatherFormChangeAbAttr)
+ .bypassFaint(),
+ new Ability(Abilities.TANGLED_FEET, 4)
+ .conditionalAttr(pokemon => !!pokemon.getTag(BattlerTagType.CONFUSED), StatMultiplierAbAttr, Stat.EVA, 2)
+ .ignorable(),
+ new Ability(Abilities.MOTOR_DRIVE, 4)
+ .attr(TypeImmunityStatStageChangeAbAttr, PokemonType.ELECTRIC, Stat.SPD, 1)
+ .ignorable(),
+ new Ability(Abilities.RIVALRY, 4)
+ .attr(MovePowerBoostAbAttr, (user, target, move) => user?.gender !== Gender.GENDERLESS && target?.gender !== Gender.GENDERLESS && user?.gender === target?.gender, 1.25, true)
+ .attr(MovePowerBoostAbAttr, (user, target, move) => user?.gender !== Gender.GENDERLESS && target?.gender !== Gender.GENDERLESS && user?.gender !== target?.gender, 0.75),
+ new Ability(Abilities.STEADFAST, 4)
+ .attr(FlinchStatStageChangeAbAttr, [ Stat.SPD ], 1),
+ new Ability(Abilities.SNOW_CLOAK, 4)
+ .attr(StatMultiplierAbAttr, Stat.EVA, 1.2)
+ .attr(BlockWeatherDamageAttr, WeatherType.HAIL)
+ .condition(getWeatherCondition(WeatherType.HAIL, WeatherType.SNOW))
+ .ignorable(),
+ new Ability(Abilities.GLUTTONY, 4)
+ .attr(ReduceBerryUseThresholdAbAttr),
+ new Ability(Abilities.ANGER_POINT, 4)
+ .attr(PostDefendCritStatStageChangeAbAttr, Stat.ATK, 6),
+ new Ability(Abilities.UNBURDEN, 4)
+ .attr(PostItemLostApplyBattlerTagAbAttr, BattlerTagType.UNBURDEN)
+ .bypassFaint() // Allows reviver seed to activate Unburden
+ .edgeCase(), // Should not restore Unburden boost if Pokemon loses then regains Unburden ability
+ new Ability(Abilities.HEATPROOF, 4)
+ .attr(ReceivedTypeDamageMultiplierAbAttr, PokemonType.FIRE, 0.5)
+ .attr(ReduceBurnDamageAbAttr, 0.5)
+ .ignorable(),
+ new Ability(Abilities.SIMPLE, 4)
+ .attr(StatStageChangeMultiplierAbAttr, 2)
+ .ignorable(),
+ new Ability(Abilities.DRY_SKIN, 4)
+ .attr(PostWeatherLapseDamageAbAttr, 2, WeatherType.SUNNY, WeatherType.HARSH_SUN)
+ .attr(PostWeatherLapseHealAbAttr, 2, WeatherType.RAIN, WeatherType.HEAVY_RAIN)
+ .attr(ReceivedTypeDamageMultiplierAbAttr, PokemonType.FIRE, 1.25)
+ .attr(TypeImmunityHealAbAttr, PokemonType.WATER)
+ .ignorable(),
+ new Ability(Abilities.DOWNLOAD, 4)
+ .attr(DownloadAbAttr),
+ new Ability(Abilities.IRON_FIST, 4)
+ .attr(MovePowerBoostAbAttr, (user, target, move) => move.hasFlag(MoveFlags.PUNCHING_MOVE), 1.2),
+ new Ability(Abilities.POISON_HEAL, 4)
+ .attr(PostTurnStatusHealAbAttr, StatusEffect.TOXIC, StatusEffect.POISON)
+ .attr(BlockStatusDamageAbAttr, StatusEffect.TOXIC, StatusEffect.POISON),
+ new Ability(Abilities.ADAPTABILITY, 4)
+ .attr(StabBoostAbAttr),
+ new Ability(Abilities.SKILL_LINK, 4)
+ .attr(MaxMultiHitAbAttr),
+ new Ability(Abilities.HYDRATION, 4)
+ .attr(PostTurnResetStatusAbAttr)
+ .condition(getWeatherCondition(WeatherType.RAIN, WeatherType.HEAVY_RAIN)),
+ new Ability(Abilities.SOLAR_POWER, 4)
+ .attr(PostWeatherLapseDamageAbAttr, 2, WeatherType.SUNNY, WeatherType.HARSH_SUN)
+ .attr(StatMultiplierAbAttr, Stat.SPATK, 1.5)
+ .condition(getWeatherCondition(WeatherType.SUNNY, WeatherType.HARSH_SUN)),
+ new Ability(Abilities.QUICK_FEET, 4)
+ .conditionalAttr(pokemon => pokemon.status ? pokemon.status.effect === StatusEffect.PARALYSIS : false, StatMultiplierAbAttr, Stat.SPD, 2)
+ .conditionalAttr(pokemon => !!pokemon.status || pokemon.hasAbility(Abilities.COMATOSE), StatMultiplierAbAttr, Stat.SPD, 1.5),
+ new Ability(Abilities.NORMALIZE, 4)
+ .attr(MoveTypeChangeAbAttr, PokemonType.NORMAL, 1.2, (user, target, move) => {
+ return ![ Moves.MULTI_ATTACK, Moves.REVELATION_DANCE, Moves.TERRAIN_PULSE, Moves.HIDDEN_POWER, Moves.WEATHER_BALL, Moves.NATURAL_GIFT, Moves.JUDGMENT, Moves.TECHNO_BLAST ].includes(move.id);
+ }),
+ new Ability(Abilities.SNIPER, 4)
+ .attr(MultCritAbAttr, 1.5),
+ new Ability(Abilities.MAGIC_GUARD, 4)
+ .attr(BlockNonDirectDamageAbAttr),
+ new Ability(Abilities.NO_GUARD, 4)
+ .attr(AlwaysHitAbAttr)
+ .attr(DoubleBattleChanceAbAttr),
+ new Ability(Abilities.STALL, 4)
+ .attr(ChangeMovePriorityAbAttr, (pokemon, move: Move) => true, -0.2),
+ new Ability(Abilities.TECHNICIAN, 4)
+ .attr(MovePowerBoostAbAttr, (user, target, move) => {
+ const power = new NumberHolder(move.power);
+ applyMoveAttrs(VariablePowerAttr, user, target, move, power);
+ return power.value <= 60;
+ }, 1.5),
+ new Ability(Abilities.LEAF_GUARD, 4)
+ .attr(StatusEffectImmunityAbAttr)
+ .condition(getWeatherCondition(WeatherType.SUNNY, WeatherType.HARSH_SUN))
+ .ignorable(),
+ new Ability(Abilities.KLUTZ, 4)
+ .unimplemented(),
+ new Ability(Abilities.MOLD_BREAKER, 4)
+ .attr(PostSummonMessageAbAttr, (pokemon: Pokemon) => i18next.t("abilityTriggers:postSummonMoldBreaker", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon) }))
+ .attr(MoveAbilityBypassAbAttr),
+ new Ability(Abilities.SUPER_LUCK, 4)
+ .attr(BonusCritAbAttr),
+ new Ability(Abilities.AFTERMATH, 4)
+ .attr(PostFaintContactDamageAbAttr, 4)
+ .bypassFaint(),
+ new Ability(Abilities.ANTICIPATION, 4)
+ .conditionalAttr(getAnticipationCondition(), PostSummonMessageAbAttr, (pokemon: Pokemon) => i18next.t("abilityTriggers:postSummonAnticipation", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon) })),
+ new Ability(Abilities.FOREWARN, 4)
+ .attr(ForewarnAbAttr),
+ new Ability(Abilities.UNAWARE, 4)
+ .attr(IgnoreOpponentStatStagesAbAttr, [ Stat.ATK, Stat.DEF, Stat.SPATK, Stat.SPDEF, Stat.ACC, Stat.EVA ])
+ .ignorable(),
+ new Ability(Abilities.TINTED_LENS, 4)
+ .attr(DamageBoostAbAttr, 2, (user, target, move) => (target?.getMoveEffectiveness(user!, move) ?? 1) <= 0.5),
+ new Ability(Abilities.FILTER, 4)
+ .attr(ReceivedMoveDamageMultiplierAbAttr, (target, user, move) => target.getMoveEffectiveness(user, move) >= 2, 0.75)
+ .ignorable(),
+ new Ability(Abilities.SLOW_START, 4)
+ .attr(PostSummonAddBattlerTagAbAttr, BattlerTagType.SLOW_START, 5),
+ new Ability(Abilities.SCRAPPY, 4)
+ .attr(IgnoreTypeImmunityAbAttr, PokemonType.GHOST, [ PokemonType.NORMAL, PokemonType.FIGHTING ])
+ .attr(IntimidateImmunityAbAttr),
+ new Ability(Abilities.STORM_DRAIN, 4)
+ .attr(RedirectTypeMoveAbAttr, PokemonType.WATER)
+ .attr(TypeImmunityStatStageChangeAbAttr, PokemonType.WATER, Stat.SPATK, 1)
+ .ignorable(),
+ new Ability(Abilities.ICE_BODY, 4)
+ .attr(BlockWeatherDamageAttr, WeatherType.HAIL)
+ .attr(PostWeatherLapseHealAbAttr, 1, WeatherType.HAIL, WeatherType.SNOW),
+ new Ability(Abilities.SOLID_ROCK, 4)
+ .attr(ReceivedMoveDamageMultiplierAbAttr, (target, user, move) => target.getMoveEffectiveness(user, move) >= 2, 0.75)
+ .ignorable(),
+ new Ability(Abilities.SNOW_WARNING, 4)
+ .attr(PostSummonWeatherChangeAbAttr, WeatherType.SNOW)
+ .attr(PostBiomeChangeWeatherChangeAbAttr, WeatherType.SNOW),
+ new Ability(Abilities.HONEY_GATHER, 4)
+ .attr(MoneyAbAttr)
+ .unsuppressable(),
+ new Ability(Abilities.FRISK, 4)
+ .attr(FriskAbAttr),
+ new Ability(Abilities.RECKLESS, 4)
+ .attr(MovePowerBoostAbAttr, (user, target, move) => move.hasFlag(MoveFlags.RECKLESS_MOVE), 1.2),
+ new Ability(Abilities.MULTITYPE, 4)
+ .attr(NoFusionAbilityAbAttr)
+ .uncopiable()
+ .unsuppressable()
+ .unreplaceable(),
+ new Ability(Abilities.FLOWER_GIFT, 4)
+ .conditionalAttr(getWeatherCondition(WeatherType.SUNNY || WeatherType.HARSH_SUN), StatMultiplierAbAttr, Stat.ATK, 1.5)
+ .conditionalAttr(getWeatherCondition(WeatherType.SUNNY || WeatherType.HARSH_SUN), StatMultiplierAbAttr, Stat.SPDEF, 1.5)
+ .conditionalAttr(getWeatherCondition(WeatherType.SUNNY || WeatherType.HARSH_SUN), AllyStatMultiplierAbAttr, Stat.ATK, 1.5)
+ .conditionalAttr(getWeatherCondition(WeatherType.SUNNY || WeatherType.HARSH_SUN), AllyStatMultiplierAbAttr, Stat.SPDEF, 1.5)
+ .attr(NoFusionAbilityAbAttr)
+ .attr(PostSummonFormChangeByWeatherAbAttr, Abilities.FLOWER_GIFT)
+ .attr(PostWeatherChangeFormChangeAbAttr, Abilities.FLOWER_GIFT, [ WeatherType.NONE, WeatherType.SANDSTORM, WeatherType.STRONG_WINDS, WeatherType.FOG, WeatherType.HAIL, WeatherType.HEAVY_RAIN, WeatherType.SNOW, WeatherType.RAIN ])
+ .uncopiable()
+ .unreplaceable()
+ .ignorable(),
+ new Ability(Abilities.BAD_DREAMS, 4)
+ .attr(PostTurnHurtIfSleepingAbAttr),
+ new Ability(Abilities.PICKPOCKET, 5)
+ .attr(PostDefendStealHeldItemAbAttr, (target, user, move) => move.doesFlagEffectApply({flag: MoveFlags.MAKES_CONTACT, user, target}))
+ .condition(getSheerForceHitDisableAbCondition()),
+ new Ability(Abilities.SHEER_FORCE, 5)
+ .attr(MovePowerBoostAbAttr, (user, target, move) => move.chance >= 1, 1.3)
+ .attr(MoveEffectChanceMultiplierAbAttr, 0), // This attribute does not seem to function - Should disable life orb, eject button, red card, kee/maranga berry if they get implemented
+ new Ability(Abilities.CONTRARY, 5)
+ .attr(StatStageChangeMultiplierAbAttr, -1)
+ .ignorable(),
+ new Ability(Abilities.UNNERVE, 5)
+ .attr(PreventBerryUseAbAttr),
+ new Ability(Abilities.DEFIANT, 5)
+ .attr(PostStatStageChangeStatStageChangeAbAttr, (target, statsChanged, stages) => stages < 0, [ Stat.ATK ], 2),
+ new Ability(Abilities.DEFEATIST, 5)
+ .attr(StatMultiplierAbAttr, Stat.ATK, 0.5)
+ .attr(StatMultiplierAbAttr, Stat.SPATK, 0.5)
+ .condition((pokemon) => pokemon.getHpRatio() <= 0.5),
+ new Ability(Abilities.CURSED_BODY, 5)
+ .attr(PostDefendMoveDisableAbAttr, 30)
+ .bypassFaint(),
+ new Ability(Abilities.HEALER, 5)
+ .conditionalAttr(pokemon => !isNullOrUndefined(pokemon.getAlly()) && randSeedInt(10) < 3, PostTurnResetStatusAbAttr, true),
+ new Ability(Abilities.FRIEND_GUARD, 5)
+ .attr(AlliedFieldDamageReductionAbAttr, 0.75)
+ .ignorable(),
+ new Ability(Abilities.WEAK_ARMOR, 5)
+ .attr(PostDefendStatStageChangeAbAttr, (target, user, move) => move.category === MoveCategory.PHYSICAL, Stat.DEF, -1)
+ .attr(PostDefendStatStageChangeAbAttr, (target, user, move) => move.category === MoveCategory.PHYSICAL, Stat.SPD, 2),
+ new Ability(Abilities.HEAVY_METAL, 5)
+ .attr(WeightMultiplierAbAttr, 2)
+ .ignorable(),
+ new Ability(Abilities.LIGHT_METAL, 5)
+ .attr(WeightMultiplierAbAttr, 0.5)
+ .ignorable(),
+ new Ability(Abilities.MULTISCALE, 5)
+ .attr(ReceivedMoveDamageMultiplierAbAttr, (target, user, move) => target.isFullHp(), 0.5)
+ .ignorable(),
+ new Ability(Abilities.TOXIC_BOOST, 5)
+ .attr(MovePowerBoostAbAttr, (user, target, move) => move.category === MoveCategory.PHYSICAL && (user?.status?.effect === StatusEffect.POISON || user?.status?.effect === StatusEffect.TOXIC), 1.5),
+ new Ability(Abilities.FLARE_BOOST, 5)
+ .attr(MovePowerBoostAbAttr, (user, target, move) => move.category === MoveCategory.SPECIAL && user?.status?.effect === StatusEffect.BURN, 1.5),
+ new Ability(Abilities.HARVEST, 5)
+ .attr(
+ PostTurnLootAbAttr,
+ "EATEN_BERRIES",
+ /** Rate is doubled when under sun {@link https://dex.pokemonshowdown.com/abilities/harvest} */
+ (pokemon) => 0.5 * (getWeatherCondition(WeatherType.SUNNY, WeatherType.HARSH_SUN)(pokemon) ? 2 : 1)
+ )
+ .edgeCase(), // Cannot recover berries used up by fling or natural gift (unimplemented)
+ new Ability(Abilities.TELEPATHY, 5)
+ .attr(MoveImmunityAbAttr, (pokemon, attacker, move) => pokemon.getAlly() === attacker && move instanceof AttackMove)
+ .ignorable(),
+ new Ability(Abilities.MOODY, 5)
+ .attr(MoodyAbAttr),
+ new Ability(Abilities.OVERCOAT, 5)
+ .attr(BlockWeatherDamageAttr)
+ .attr(MoveImmunityAbAttr, (pokemon, attacker, move) => pokemon !== attacker && move.hasFlag(MoveFlags.POWDER_MOVE))
+ .ignorable(),
+ new Ability(Abilities.POISON_TOUCH, 5)
+ .attr(PostAttackContactApplyStatusEffectAbAttr, 30, StatusEffect.POISON),
+ new Ability(Abilities.REGENERATOR, 5)
+ .attr(PreSwitchOutHealAbAttr),
+ new Ability(Abilities.BIG_PECKS, 5)
+ .attr(ProtectStatAbAttr, Stat.DEF)
+ .ignorable(),
+ new Ability(Abilities.SAND_RUSH, 5)
+ .attr(StatMultiplierAbAttr, Stat.SPD, 2)
+ .attr(BlockWeatherDamageAttr, WeatherType.SANDSTORM)
+ .condition(getWeatherCondition(WeatherType.SANDSTORM)),
+ new Ability(Abilities.WONDER_SKIN, 5)
+ .attr(WonderSkinAbAttr)
+ .ignorable(),
+ new Ability(Abilities.ANALYTIC, 5)
+ .attr(MovePowerBoostAbAttr, (user, target, move) => {
+ const movePhase = globalScene.findPhase((phase) => phase instanceof MovePhase && phase.pokemon.id !== user?.id);
+ return isNullOrUndefined(movePhase);
+ }, 1.3),
+ new Ability(Abilities.ILLUSION, 5)
+ // The Pokemon generate an illusion if it's available
+ .attr(IllusionPreSummonAbAttr, false)
+ .attr(IllusionBreakAbAttr)
+ // The Pokemon loses its illusion when damaged by a move
+ .attr(PostDefendIllusionBreakAbAttr, true)
+ // Illusion is available again after a battle
+ .conditionalAttr((pokemon) => pokemon.isAllowedInBattle(), IllusionPostBattleAbAttr, false)
+ .uncopiable()
+ .bypassFaint(),
+ new Ability(Abilities.IMPOSTER, 5)
+ .attr(PostSummonTransformAbAttr)
+ .uncopiable(),
+ new Ability(Abilities.INFILTRATOR, 5)
+ .attr(InfiltratorAbAttr)
+ .partial(), // does not bypass Mist
+ new Ability(Abilities.MUMMY, 5)
+ .attr(PostDefendAbilityGiveAbAttr, Abilities.MUMMY)
+ .bypassFaint(),
+ new Ability(Abilities.MOXIE, 5)
+ .attr(PostVictoryStatStageChangeAbAttr, Stat.ATK, 1),
+ new Ability(Abilities.JUSTIFIED, 5)
+ .attr(PostDefendStatStageChangeAbAttr, (target, user, move) => user.getMoveType(move) === PokemonType.DARK && move.category !== MoveCategory.STATUS, Stat.ATK, 1),
+ new Ability(Abilities.RATTLED, 5)
+ .attr(PostDefendStatStageChangeAbAttr, (target, user, move) => {
+ const moveType = user.getMoveType(move);
+ return move.category !== MoveCategory.STATUS
+ && (moveType === PokemonType.DARK || moveType === PokemonType.BUG || moveType === PokemonType.GHOST);
+ }, Stat.SPD, 1)
+ .attr(PostIntimidateStatStageChangeAbAttr, [ Stat.SPD ], 1),
+ new Ability(Abilities.MAGIC_BOUNCE, 5)
+ .attr(ReflectStatusMoveAbAttr)
+ .ignorable()
+ // Interactions with stomping tantrum, instruct, encore, and probably other moves that
+ // rely on move history
+ .edgeCase(),
+ new Ability(Abilities.SAP_SIPPER, 5)
+ .attr(TypeImmunityStatStageChangeAbAttr, PokemonType.GRASS, Stat.ATK, 1)
+ .ignorable(),
+ new Ability(Abilities.PRANKSTER, 5)
+ .attr(ChangeMovePriorityAbAttr, (pokemon, move: Move) => move.category === MoveCategory.STATUS, 1),
+ new Ability(Abilities.SAND_FORCE, 5)
+ .attr(MoveTypePowerBoostAbAttr, PokemonType.ROCK, 1.3)
+ .attr(MoveTypePowerBoostAbAttr, PokemonType.GROUND, 1.3)
+ .attr(MoveTypePowerBoostAbAttr, PokemonType.STEEL, 1.3)
+ .attr(BlockWeatherDamageAttr, WeatherType.SANDSTORM)
+ .condition(getWeatherCondition(WeatherType.SANDSTORM)),
+ new Ability(Abilities.IRON_BARBS, 5)
+ .attr(PostDefendContactDamageAbAttr, 8)
+ .bypassFaint(),
+ new Ability(Abilities.ZEN_MODE, 5)
+ .attr(PostBattleInitFormChangeAbAttr, () => 0)
+ .attr(PostSummonFormChangeAbAttr, p => p.getHpRatio() <= 0.5 ? 1 : 0)
+ .attr(PostTurnFormChangeAbAttr, p => p.getHpRatio() <= 0.5 ? 1 : 0)
+ .attr(NoFusionAbilityAbAttr)
+ .uncopiable()
+ .unreplaceable()
+ .unsuppressable()
+ .bypassFaint(),
+ new Ability(Abilities.VICTORY_STAR, 5)
+ .attr(StatMultiplierAbAttr, Stat.ACC, 1.1)
+ .attr(AllyStatMultiplierAbAttr, Stat.ACC, 1.1, false),
+ new Ability(Abilities.TURBOBLAZE, 5)
+ .attr(PostSummonMessageAbAttr, (pokemon: Pokemon) => i18next.t("abilityTriggers:postSummonTurboblaze", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon) }))
+ .attr(MoveAbilityBypassAbAttr),
+ new Ability(Abilities.TERAVOLT, 5)
+ .attr(PostSummonMessageAbAttr, (pokemon: Pokemon) => i18next.t("abilityTriggers:postSummonTeravolt", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon) }))
+ .attr(MoveAbilityBypassAbAttr),
+ new Ability(Abilities.AROMA_VEIL, 6)
+ .attr(UserFieldBattlerTagImmunityAbAttr, [ BattlerTagType.INFATUATED, BattlerTagType.TAUNT, BattlerTagType.DISABLED, BattlerTagType.TORMENT, BattlerTagType.HEAL_BLOCK ])
+ .ignorable(),
+ new Ability(Abilities.FLOWER_VEIL, 6)
+ .attr(ConditionalUserFieldStatusEffectImmunityAbAttr, (target: Pokemon, source: Pokemon | null) => {
+ return source ? target.getTypes().includes(PokemonType.GRASS) && target.id !== source.id : false;
+ })
+ .attr(ConditionalUserFieldBattlerTagImmunityAbAttr,
+ (target: Pokemon) => {
+ return target.getTypes().includes(PokemonType.GRASS);
+ },
+ [ BattlerTagType.DROWSY ],
+ )
+ .attr(ConditionalUserFieldProtectStatAbAttr, (target: Pokemon) => {
+ return target.getTypes().includes(PokemonType.GRASS);
+ })
+ .ignorable(),
+ new Ability(Abilities.CHEEK_POUCH, 6)
+ .attr(HealFromBerryUseAbAttr, 1 / 3),
+ new Ability(Abilities.PROTEAN, 6)
+ .attr(PokemonTypeChangeAbAttr),
+ //.condition((p) => !p.summonData?.abilitiesApplied.includes(Abilities.PROTEAN)), //Gen 9 Implementation
+ new Ability(Abilities.FUR_COAT, 6)
+ .attr(ReceivedMoveDamageMultiplierAbAttr, (target, user, move) => move.category === MoveCategory.PHYSICAL, 0.5)
+ .ignorable(),
+ new Ability(Abilities.MAGICIAN, 6)
+ .attr(PostAttackStealHeldItemAbAttr),
+ new Ability(Abilities.BULLETPROOF, 6)
+ .attr(MoveImmunityAbAttr, (pokemon, attacker, move) => pokemon !== attacker && move.hasFlag(MoveFlags.BALLBOMB_MOVE))
+ .ignorable(),
+ new Ability(Abilities.COMPETITIVE, 6)
+ .attr(PostStatStageChangeStatStageChangeAbAttr, (target, statsChanged, stages) => stages < 0, [ Stat.SPATK ], 2),
+ new Ability(Abilities.STRONG_JAW, 6)
+ .attr(MovePowerBoostAbAttr, (user, target, move) => move.hasFlag(MoveFlags.BITING_MOVE), 1.5),
+ new Ability(Abilities.REFRIGERATE, 6)
+ .attr(MoveTypeChangeAbAttr, PokemonType.ICE, 1.2, (user, target, move) => move.type === PokemonType.NORMAL && !move.hasAttr(VariableMoveTypeAttr)),
+ new Ability(Abilities.SWEET_VEIL, 6)
+ .attr(UserFieldStatusEffectImmunityAbAttr, StatusEffect.SLEEP)
+ .attr(PostSummonUserFieldRemoveStatusEffectAbAttr, StatusEffect.SLEEP)
+ .attr(UserFieldBattlerTagImmunityAbAttr, BattlerTagType.DROWSY)
+ .ignorable()
+ .partial(), // Mold Breaker ally should not be affected by Sweet Veil
+ new Ability(Abilities.STANCE_CHANGE, 6)
+ .attr(NoFusionAbilityAbAttr)
+ .uncopiable()
+ .unreplaceable()
+ .unsuppressable(),
+ new Ability(Abilities.GALE_WINGS, 6)
+ .attr(ChangeMovePriorityAbAttr, (pokemon, move) => pokemon.isFullHp() && pokemon.getMoveType(move) === PokemonType.FLYING, 1),
+ new Ability(Abilities.MEGA_LAUNCHER, 6)
+ .attr(MovePowerBoostAbAttr, (user, target, move) => move.hasFlag(MoveFlags.PULSE_MOVE), 1.5),
+ new Ability(Abilities.GRASS_PELT, 6)
+ .conditionalAttr(getTerrainCondition(TerrainType.GRASSY), StatMultiplierAbAttr, Stat.DEF, 1.5)
+ .ignorable(),
+ new Ability(Abilities.SYMBIOSIS, 6)
+ .unimplemented(),
+ new Ability(Abilities.TOUGH_CLAWS, 6)
+ .attr(MovePowerBoostAbAttr, (user, target, move) => move.hasFlag(MoveFlags.MAKES_CONTACT), 1.3),
+ new Ability(Abilities.PIXILATE, 6)
+ .attr(MoveTypeChangeAbAttr, PokemonType.FAIRY, 1.2, (user, target, move) => move.type === PokemonType.NORMAL && !move.hasAttr(VariableMoveTypeAttr)),
+ new Ability(Abilities.GOOEY, 6)
+ .attr(PostDefendStatStageChangeAbAttr, (target, user, move) => move.hasFlag(MoveFlags.MAKES_CONTACT), Stat.SPD, -1, false),
+ new Ability(Abilities.AERILATE, 6)
+ .attr(MoveTypeChangeAbAttr, PokemonType.FLYING, 1.2, (user, target, move) => move.type === PokemonType.NORMAL && !move.hasAttr(VariableMoveTypeAttr)),
+ new Ability(Abilities.PARENTAL_BOND, 6)
+ .attr(AddSecondStrikeAbAttr, 0.25),
+ new Ability(Abilities.DARK_AURA, 6)
+ .attr(PostSummonMessageAbAttr, (pokemon: Pokemon) => i18next.t("abilityTriggers:postSummonDarkAura", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon) }))
+ .attr(FieldMoveTypePowerBoostAbAttr, PokemonType.DARK, 4 / 3),
+ new Ability(Abilities.FAIRY_AURA, 6)
+ .attr(PostSummonMessageAbAttr, (pokemon: Pokemon) => i18next.t("abilityTriggers:postSummonFairyAura", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon) }))
+ .attr(FieldMoveTypePowerBoostAbAttr, PokemonType.FAIRY, 4 / 3),
+ new Ability(Abilities.AURA_BREAK, 6)
+ .ignorable()
+ .conditionalAttr(pokemon => globalScene.getField(true).some(p => p.hasAbility(Abilities.DARK_AURA)), FieldMoveTypePowerBoostAbAttr, PokemonType.DARK, 9 / 16)
+ .conditionalAttr(pokemon => globalScene.getField(true).some(p => p.hasAbility(Abilities.FAIRY_AURA)), FieldMoveTypePowerBoostAbAttr, PokemonType.FAIRY, 9 / 16)
+ .conditionalAttr(pokemon => globalScene.getField(true).some(p => p.hasAbility(Abilities.DARK_AURA) || p.hasAbility(Abilities.FAIRY_AURA)),
+ PostSummonMessageAbAttr, (pokemon: Pokemon) => i18next.t("abilityTriggers:postSummonAuraBreak", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon) })),
+ new Ability(Abilities.PRIMORDIAL_SEA, 6)
+ .attr(PostSummonWeatherChangeAbAttr, WeatherType.HEAVY_RAIN)
+ .attr(PostBiomeChangeWeatherChangeAbAttr, WeatherType.HEAVY_RAIN)
+ .attr(PreLeaveFieldClearWeatherAbAttr)
+ .bypassFaint(),
+ new Ability(Abilities.DESOLATE_LAND, 6)
+ .attr(PostSummonWeatherChangeAbAttr, WeatherType.HARSH_SUN)
+ .attr(PostBiomeChangeWeatherChangeAbAttr, WeatherType.HARSH_SUN)
+ .attr(PreLeaveFieldClearWeatherAbAttr)
+ .bypassFaint(),
+ new Ability(Abilities.DELTA_STREAM, 6)
+ .attr(PostSummonWeatherChangeAbAttr, WeatherType.STRONG_WINDS)
+ .attr(PostBiomeChangeWeatherChangeAbAttr, WeatherType.STRONG_WINDS)
+ .attr(PreLeaveFieldClearWeatherAbAttr)
+ .bypassFaint(),
+ new Ability(Abilities.STAMINA, 7)
+ .attr(PostDefendStatStageChangeAbAttr, (target, user, move) => move.category !== MoveCategory.STATUS, Stat.DEF, 1),
+ new Ability(Abilities.WIMP_OUT, 7)
+ .attr(PostDamageForceSwitchAbAttr)
+ .edgeCase(), // Should not trigger when hurting itself in confusion, causes Fake Out to fail turn 1 and succeed turn 2 if pokemon is switched out before battle start via playing in Switch Mode
+ new Ability(Abilities.EMERGENCY_EXIT, 7)
+ .attr(PostDamageForceSwitchAbAttr)
+ .edgeCase(), // Should not trigger when hurting itself in confusion, causes Fake Out to fail turn 1 and succeed turn 2 if pokemon is switched out before battle start via playing in Switch Mode
+ new Ability(Abilities.WATER_COMPACTION, 7)
+ .attr(PostDefendStatStageChangeAbAttr, (target, user, move) => user.getMoveType(move) === PokemonType.WATER && move.category !== MoveCategory.STATUS, Stat.DEF, 2),
+ new Ability(Abilities.MERCILESS, 7)
+ .attr(ConditionalCritAbAttr, (user, target, move) => target?.status?.effect === StatusEffect.TOXIC || target?.status?.effect === StatusEffect.POISON),
+ new Ability(Abilities.SHIELDS_DOWN, 7)
+ .attr(PostBattleInitFormChangeAbAttr, () => 0)
+ .attr(PostSummonFormChangeAbAttr, p => p.formIndex % 7 + (p.getHpRatio() <= 0.5 ? 7 : 0))
+ .attr(PostTurnFormChangeAbAttr, p => p.formIndex % 7 + (p.getHpRatio() <= 0.5 ? 7 : 0))
+ .conditionalAttr(p => p.formIndex !== 7, StatusEffectImmunityAbAttr)
+ .conditionalAttr(p => p.formIndex !== 7, BattlerTagImmunityAbAttr, BattlerTagType.DROWSY)
+ .attr(NoFusionAbilityAbAttr)
+ .attr(NoTransformAbilityAbAttr)
+ .uncopiable()
+ .unreplaceable()
+ .unsuppressable()
+ .bypassFaint(),
+ new Ability(Abilities.STAKEOUT, 7)
+ .attr(MovePowerBoostAbAttr, (user, target, move) => !!target?.turnData.switchedInThisTurn, 2),
+ new Ability(Abilities.WATER_BUBBLE, 7)
+ .attr(ReceivedTypeDamageMultiplierAbAttr, PokemonType.FIRE, 0.5)
+ .attr(MoveTypePowerBoostAbAttr, PokemonType.WATER, 2)
+ .attr(StatusEffectImmunityAbAttr, StatusEffect.BURN)
+ .attr(PostSummonHealStatusAbAttr, StatusEffect.BURN)
+ .ignorable(),
+ new Ability(Abilities.STEELWORKER, 7)
+ .attr(MoveTypePowerBoostAbAttr, PokemonType.STEEL),
+ new Ability(Abilities.BERSERK, 7)
+ .attr(PostDefendHpGatedStatStageChangeAbAttr, (target, user, move) => move.category !== MoveCategory.STATUS, 0.5, [ Stat.SPATK ], 1)
+ .condition(getSheerForceHitDisableAbCondition()),
+ new Ability(Abilities.SLUSH_RUSH, 7)
+ .attr(StatMultiplierAbAttr, Stat.SPD, 2)
+ .condition(getWeatherCondition(WeatherType.HAIL, WeatherType.SNOW)),
+ new Ability(Abilities.LONG_REACH, 7)
+ .attr(IgnoreContactAbAttr),
+ new Ability(Abilities.LIQUID_VOICE, 7)
+ .attr(MoveTypeChangeAbAttr, PokemonType.WATER, 1, (user, target, move) => move.hasFlag(MoveFlags.SOUND_BASED)),
+ new Ability(Abilities.TRIAGE, 7)
+ .attr(ChangeMovePriorityAbAttr, (pokemon, move) => move.hasFlag(MoveFlags.TRIAGE_MOVE), 3),
+ new Ability(Abilities.GALVANIZE, 7)
+ .attr(MoveTypeChangeAbAttr, PokemonType.ELECTRIC, 1.2, (user, target, move) => move.type === PokemonType.NORMAL && !move.hasAttr(VariableMoveTypeAttr)),
+ new Ability(Abilities.SURGE_SURFER, 7)
+ .conditionalAttr(getTerrainCondition(TerrainType.ELECTRIC), StatMultiplierAbAttr, Stat.SPD, 2),
+ new Ability(Abilities.SCHOOLING, 7)
+ .attr(PostBattleInitFormChangeAbAttr, () => 0)
+ .attr(PostSummonFormChangeAbAttr, p => p.level < 20 || p.getHpRatio() <= 0.25 ? 0 : 1)
+ .attr(PostTurnFormChangeAbAttr, p => p.level < 20 || p.getHpRatio() <= 0.25 ? 0 : 1)
+ .attr(NoFusionAbilityAbAttr)
+ .uncopiable()
+ .unreplaceable()
+ .unsuppressable()
+ .bypassFaint(),
+ new Ability(Abilities.DISGUISE, 7)
+ .attr(NoTransformAbilityAbAttr)
+ .attr(NoFusionAbilityAbAttr)
+ // Add BattlerTagType.DISGUISE if the pokemon is in its disguised form
+ .conditionalAttr(pokemon => pokemon.formIndex === 0, PostSummonAddBattlerTagAbAttr, BattlerTagType.DISGUISE, 0, false)
+ .attr(FormBlockDamageAbAttr,
+ (target, user, move) => !!target.getTag(BattlerTagType.DISGUISE) && target.getMoveEffectiveness(user, move) > 0, 0, BattlerTagType.DISGUISE,
+ (pokemon, abilityName) => i18next.t("abilityTriggers:disguiseAvoidedDamage", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName: abilityName }),
+ (pokemon) => toDmgValue(pokemon.getMaxHp() / 8))
+ .attr(PostBattleInitFormChangeAbAttr, () => 0)
+ .uncopiable()
+ .unreplaceable()
+ .unsuppressable()
+ .bypassFaint()
+ .ignorable(),
+ new Ability(Abilities.BATTLE_BOND, 7)
+ .attr(PostVictoryFormChangeAbAttr, () => 2)
+ .attr(PostBattleInitFormChangeAbAttr, () => 1)
+ .attr(NoFusionAbilityAbAttr)
+ .uncopiable()
+ .unreplaceable()
+ .unsuppressable()
+ .bypassFaint(),
+ new Ability(Abilities.POWER_CONSTRUCT, 7)
+ .conditionalAttr(pokemon => pokemon.formIndex === 2 || pokemon.formIndex === 4, PostBattleInitFormChangeAbAttr, () => 2)
+ .conditionalAttr(pokemon => pokemon.formIndex === 3 || pokemon.formIndex === 5, PostBattleInitFormChangeAbAttr, () => 3)
+ .conditionalAttr(pokemon => pokemon.formIndex === 2 || pokemon.formIndex === 4, PostSummonFormChangeAbAttr, p => p.getHpRatio() <= 0.5 || p.getFormKey() === "complete" ? 4 : 2)
+ .conditionalAttr(pokemon => pokemon.formIndex === 2 || pokemon.formIndex === 4, PostTurnFormChangeAbAttr, p => p.getHpRatio() <= 0.5 || p.getFormKey() === "complete" ? 4 : 2)
+ .conditionalAttr(pokemon => pokemon.formIndex === 3 || pokemon.formIndex === 5, PostSummonFormChangeAbAttr, p => p.getHpRatio() <= 0.5 || p.getFormKey() === "10-complete" ? 5 : 3)
+ .conditionalAttr(pokemon => pokemon.formIndex === 3 || pokemon.formIndex === 5, PostTurnFormChangeAbAttr, p => p.getHpRatio() <= 0.5 || p.getFormKey() === "10-complete" ? 5 : 3)
+ .attr(NoFusionAbilityAbAttr)
+ .uncopiable()
+ .unreplaceable()
+ .unsuppressable()
+ .bypassFaint(),
+ new Ability(Abilities.CORROSION, 7)
+ .attr(IgnoreTypeStatusEffectImmunityAbAttr, [ StatusEffect.POISON, StatusEffect.TOXIC ], [ PokemonType.STEEL, PokemonType.POISON ])
+ .edgeCase(), // Should poison itself with toxic orb.
+ new Ability(Abilities.COMATOSE, 7)
+ .attr(StatusEffectImmunityAbAttr, ...getNonVolatileStatusEffects())
+ .attr(BattlerTagImmunityAbAttr, BattlerTagType.DROWSY)
+ .uncopiable()
+ .unreplaceable()
+ .unsuppressable(),
+ new Ability(Abilities.QUEENLY_MAJESTY, 7)
+ .attr(FieldPriorityMoveImmunityAbAttr)
+ .ignorable(),
+ new Ability(Abilities.INNARDS_OUT, 7)
+ .attr(PostFaintHPDamageAbAttr)
+ .bypassFaint(),
+ new Ability(Abilities.DANCER, 7)
+ .attr(PostDancingMoveAbAttr),
+ new Ability(Abilities.BATTERY, 7)
+ .attr(AllyMoveCategoryPowerBoostAbAttr, [ MoveCategory.SPECIAL ], 1.3),
+ new Ability(Abilities.FLUFFY, 7)
+ .attr(ReceivedMoveDamageMultiplierAbAttr, (target, user, move) => move.doesFlagEffectApply({flag: MoveFlags.MAKES_CONTACT, user, target}), 0.5)
+ .attr(ReceivedMoveDamageMultiplierAbAttr, (target, user, move) => user.getMoveType(move) === PokemonType.FIRE, 2)
+ .ignorable(),
+ new Ability(Abilities.DAZZLING, 7)
+ .attr(FieldPriorityMoveImmunityAbAttr)
+ .ignorable(),
+ new Ability(Abilities.SOUL_HEART, 7)
+ .attr(PostKnockOutStatStageChangeAbAttr, Stat.SPATK, 1),
+ new Ability(Abilities.TANGLING_HAIR, 7)
+ .attr(PostDefendStatStageChangeAbAttr, (target, user, move) => move.doesFlagEffectApply({flag: MoveFlags.MAKES_CONTACT, user, target}), Stat.SPD, -1, false),
+ new Ability(Abilities.RECEIVER, 7)
+ .attr(CopyFaintedAllyAbilityAbAttr)
+ .uncopiable(),
+ new Ability(Abilities.POWER_OF_ALCHEMY, 7)
+ .attr(CopyFaintedAllyAbilityAbAttr)
+ .uncopiable(),
+ new Ability(Abilities.BEAST_BOOST, 7)
+ .attr(PostVictoryStatStageChangeAbAttr, p => {
+ let highestStat: EffectiveStat;
+ let highestValue = 0;
+ for (const s of EFFECTIVE_STATS) {
+ const value = p.getStat(s, false);
+ if (value > highestValue) {
+ highestStat = s;
+ highestValue = value;
+ }
+ }
+ return highestStat!;
+ }, 1),
+ new Ability(Abilities.RKS_SYSTEM, 7)
+ .attr(NoFusionAbilityAbAttr)
+ .uncopiable()
+ .unreplaceable()
+ .unsuppressable(),
+ new Ability(Abilities.ELECTRIC_SURGE, 7)
+ .attr(PostSummonTerrainChangeAbAttr, TerrainType.ELECTRIC)
+ .attr(PostBiomeChangeTerrainChangeAbAttr, TerrainType.ELECTRIC),
+ new Ability(Abilities.PSYCHIC_SURGE, 7)
+ .attr(PostSummonTerrainChangeAbAttr, TerrainType.PSYCHIC)
+ .attr(PostBiomeChangeTerrainChangeAbAttr, TerrainType.PSYCHIC),
+ new Ability(Abilities.MISTY_SURGE, 7)
+ .attr(PostSummonTerrainChangeAbAttr, TerrainType.MISTY)
+ .attr(PostBiomeChangeTerrainChangeAbAttr, TerrainType.MISTY),
+ new Ability(Abilities.GRASSY_SURGE, 7)
+ .attr(PostSummonTerrainChangeAbAttr, TerrainType.GRASSY)
+ .attr(PostBiomeChangeTerrainChangeAbAttr, TerrainType.GRASSY),
+ new Ability(Abilities.FULL_METAL_BODY, 7)
+ .attr(ProtectStatAbAttr),
+ new Ability(Abilities.SHADOW_SHIELD, 7)
+ .attr(ReceivedMoveDamageMultiplierAbAttr, (target, user, move) => target.isFullHp(), 0.5),
+ new Ability(Abilities.PRISM_ARMOR, 7)
+ .attr(ReceivedMoveDamageMultiplierAbAttr, (target, user, move) => target.getMoveEffectiveness(user, move) >= 2, 0.75),
+ new Ability(Abilities.NEUROFORCE, 7)
+ .attr(MovePowerBoostAbAttr, (user, target, move) => (target?.getMoveEffectiveness(user!, move) ?? 1) >= 2, 1.25),
+ new Ability(Abilities.INTREPID_SWORD, 8)
+ .attr(PostSummonStatStageChangeAbAttr, [ Stat.ATK ], 1, true),
+ new Ability(Abilities.DAUNTLESS_SHIELD, 8)
+ .attr(PostSummonStatStageChangeAbAttr, [ Stat.DEF ], 1, true),
+ new Ability(Abilities.LIBERO, 8)
+ .attr(PokemonTypeChangeAbAttr),
+ //.condition((p) => !p.summonData?.abilitiesApplied.includes(Abilities.LIBERO)), //Gen 9 Implementation
+ new Ability(Abilities.BALL_FETCH, 8)
+ .attr(FetchBallAbAttr)
+ .condition(getOncePerBattleCondition(Abilities.BALL_FETCH)),
+ new Ability(Abilities.COTTON_DOWN, 8)
+ .attr(PostDefendStatStageChangeAbAttr, (target, user, move) => move.category !== MoveCategory.STATUS, Stat.SPD, -1, false, true)
+ .bypassFaint(),
+ new Ability(Abilities.PROPELLER_TAIL, 8)
+ .attr(BlockRedirectAbAttr),
+ new Ability(Abilities.MIRROR_ARMOR, 8)
+ .attr(ReflectStatStageChangeAbAttr)
+ .ignorable(),
+ /**
+ * Right now, the logic is attached to Surf and Dive moves. Ideally, the post-defend/hit should be an
+ * ability attribute but the current implementation of move effects for BattlerTag does not support this- in the case
+ * where Cramorant is fainted.
+ * @see {@linkcode GulpMissileTagAttr} and {@linkcode GulpMissileTag} for Gulp Missile implementation
+ */
+ new Ability(Abilities.GULP_MISSILE, 8)
+ .attr(NoTransformAbilityAbAttr)
+ .attr(NoFusionAbilityAbAttr)
+ .unsuppressable()
+ .uncopiable()
+ .unreplaceable()
+ .bypassFaint(),
+ new Ability(Abilities.STALWART, 8)
+ .attr(BlockRedirectAbAttr),
+ new Ability(Abilities.STEAM_ENGINE, 8)
+ .attr(PostDefendStatStageChangeAbAttr, (target, user, move) => {
+ const moveType = user.getMoveType(move);
+ return move.category !== MoveCategory.STATUS
+ && (moveType === PokemonType.FIRE || moveType === PokemonType.WATER);
+ }, Stat.SPD, 6),
+ new Ability(Abilities.PUNK_ROCK, 8)
+ .attr(MovePowerBoostAbAttr, (user, target, move) => move.hasFlag(MoveFlags.SOUND_BASED), 1.3)
+ .attr(ReceivedMoveDamageMultiplierAbAttr, (target, user, move) => move.hasFlag(MoveFlags.SOUND_BASED), 0.5)
+ .ignorable(),
+ new Ability(Abilities.SAND_SPIT, 8)
+ .attr(PostDefendWeatherChangeAbAttr, WeatherType.SANDSTORM, (target, user, move) => move.category !== MoveCategory.STATUS)
+ .bypassFaint(),
+ new Ability(Abilities.ICE_SCALES, 8)
+ .attr(ReceivedMoveDamageMultiplierAbAttr, (target, user, move) => move.category === MoveCategory.SPECIAL, 0.5)
+ .ignorable(),
+ new Ability(Abilities.RIPEN, 8)
+ .attr(DoubleBerryEffectAbAttr),
+ new Ability(Abilities.ICE_FACE, 8)
+ .attr(NoTransformAbilityAbAttr)
+ .attr(NoFusionAbilityAbAttr)
+ // Add BattlerTagType.ICE_FACE if the pokemon is in ice face form
+ .conditionalAttr(pokemon => pokemon.formIndex === 0, PostSummonAddBattlerTagAbAttr, BattlerTagType.ICE_FACE, 0, false)
+ // When summoned with active HAIL or SNOW, add BattlerTagType.ICE_FACE
+ .conditionalAttr(getWeatherCondition(WeatherType.HAIL, WeatherType.SNOW), PostSummonAddBattlerTagAbAttr, BattlerTagType.ICE_FACE, 0)
+ // When weather changes to HAIL or SNOW while pokemon is fielded, add BattlerTagType.ICE_FACE
+ .attr(PostWeatherChangeAddBattlerTagAttr, BattlerTagType.ICE_FACE, 0, WeatherType.HAIL, WeatherType.SNOW)
+ .attr(FormBlockDamageAbAttr,
+ (target, user, move) => move.category === MoveCategory.PHYSICAL && !!target.getTag(BattlerTagType.ICE_FACE), 0, BattlerTagType.ICE_FACE,
+ (pokemon, abilityName) => i18next.t("abilityTriggers:iceFaceAvoidedDamage", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName: abilityName }))
+ .attr(PostBattleInitFormChangeAbAttr, () => 0)
+ .uncopiable()
+ .unreplaceable()
+ .unsuppressable()
+ .bypassFaint()
+ .ignorable(),
+ new Ability(Abilities.POWER_SPOT, 8)
+ .attr(AllyMoveCategoryPowerBoostAbAttr, [ MoveCategory.SPECIAL, MoveCategory.PHYSICAL ], 1.3),
+ new Ability(Abilities.MIMICRY, 8)
+ .attr(TerrainEventTypeChangeAbAttr),
+ new Ability(Abilities.SCREEN_CLEANER, 8)
+ .attr(PostSummonRemoveArenaTagAbAttr, [ ArenaTagType.AURORA_VEIL, ArenaTagType.LIGHT_SCREEN, ArenaTagType.REFLECT ]),
+ new Ability(Abilities.STEELY_SPIRIT, 8)
+ .attr(UserFieldMoveTypePowerBoostAbAttr, PokemonType.STEEL),
+ new Ability(Abilities.PERISH_BODY, 8)
+ .attr(PostDefendPerishSongAbAttr, 4)
+ .bypassFaint(),
+ new Ability(Abilities.WANDERING_SPIRIT, 8)
+ .attr(PostDefendAbilitySwapAbAttr)
+ .bypassFaint()
+ .edgeCase(), // interacts incorrectly with rock head. It's meant to switch abilities before recoil would apply so that a pokemon with rock head would lose rock head first and still take the recoil
+ new Ability(Abilities.GORILLA_TACTICS, 8)
+ .attr(GorillaTacticsAbAttr),
+ new Ability(Abilities.NEUTRALIZING_GAS, 8)
+ .attr(PostSummonAddArenaTagAbAttr, true, ArenaTagType.NEUTRALIZING_GAS, 0)
+ .attr(PreLeaveFieldRemoveSuppressAbilitiesSourceAbAttr)
+ .uncopiable()
+ .attr(NoTransformAbilityAbAttr)
+ .bypassFaint(),
+ new Ability(Abilities.PASTEL_VEIL, 8)
+ .attr(PostSummonUserFieldRemoveStatusEffectAbAttr, StatusEffect.POISON, StatusEffect.TOXIC)
+ .attr(UserFieldStatusEffectImmunityAbAttr, StatusEffect.POISON, StatusEffect.TOXIC)
+ .ignorable(),
+ new Ability(Abilities.HUNGER_SWITCH, 8)
+ .attr(PostTurnFormChangeAbAttr, p => p.getFormKey() ? 0 : 1)
+ .attr(PostTurnFormChangeAbAttr, p => p.getFormKey() ? 1 : 0)
+ .attr(NoTransformAbilityAbAttr)
+ .attr(NoFusionAbilityAbAttr)
+ .condition((pokemon) => !pokemon.isTerastallized)
+ .uncopiable()
+ .unreplaceable(),
+ new Ability(Abilities.QUICK_DRAW, 8)
+ .attr(BypassSpeedChanceAbAttr, 30),
+ new Ability(Abilities.UNSEEN_FIST, 8)
+ .attr(IgnoreProtectOnContactAbAttr),
+ new Ability(Abilities.CURIOUS_MEDICINE, 8)
+ .attr(PostSummonClearAllyStatStagesAbAttr),
+ new Ability(Abilities.TRANSISTOR, 8)
+ .attr(MoveTypePowerBoostAbAttr, PokemonType.ELECTRIC),
+ new Ability(Abilities.DRAGONS_MAW, 8)
+ .attr(MoveTypePowerBoostAbAttr, PokemonType.DRAGON),
+ new Ability(Abilities.CHILLING_NEIGH, 8)
+ .attr(PostVictoryStatStageChangeAbAttr, Stat.ATK, 1),
+ new Ability(Abilities.GRIM_NEIGH, 8)
+ .attr(PostVictoryStatStageChangeAbAttr, Stat.SPATK, 1),
+ new Ability(Abilities.AS_ONE_GLASTRIER, 8)
+ .attr(PostSummonMessageAbAttr, (pokemon: Pokemon) => i18next.t("abilityTriggers:postSummonAsOneGlastrier", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon) }))
+ .attr(PreventBerryUseAbAttr)
+ .attr(PostVictoryStatStageChangeAbAttr, Stat.ATK, 1)
+ .uncopiable()
+ .unreplaceable()
+ .unsuppressable(),
+ new Ability(Abilities.AS_ONE_SPECTRIER, 8)
+ .attr(PostSummonMessageAbAttr, (pokemon: Pokemon) => i18next.t("abilityTriggers:postSummonAsOneSpectrier", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon) }))
+ .attr(PreventBerryUseAbAttr)
+ .attr(PostVictoryStatStageChangeAbAttr, Stat.SPATK, 1)
+ .uncopiable()
+ .unreplaceable()
+ .unsuppressable(),
+ new Ability(Abilities.LINGERING_AROMA, 9)
+ .attr(PostDefendAbilityGiveAbAttr, Abilities.LINGERING_AROMA)
+ .bypassFaint(),
+ new Ability(Abilities.SEED_SOWER, 9)
+ .attr(PostDefendTerrainChangeAbAttr, TerrainType.GRASSY)
+ .bypassFaint(),
+ new Ability(Abilities.THERMAL_EXCHANGE, 9)
+ .attr(PostDefendStatStageChangeAbAttr, (target, user, move) => user.getMoveType(move) === PokemonType.FIRE && move.category !== MoveCategory.STATUS, Stat.ATK, 1)
+ .attr(StatusEffectImmunityAbAttr, StatusEffect.BURN)
+ .attr(PostSummonHealStatusAbAttr, StatusEffect.BURN)
+ .ignorable(),
+ new Ability(Abilities.ANGER_SHELL, 9)
+ .attr(PostDefendHpGatedStatStageChangeAbAttr, (target, user, move) => move.category !== MoveCategory.STATUS, 0.5, [ Stat.ATK, Stat.SPATK, Stat.SPD ], 1)
+ .attr(PostDefendHpGatedStatStageChangeAbAttr, (target, user, move) => move.category !== MoveCategory.STATUS, 0.5, [ Stat.DEF, Stat.SPDEF ], -1)
+ .condition(getSheerForceHitDisableAbCondition()),
+ new Ability(Abilities.PURIFYING_SALT, 9)
+ .attr(StatusEffectImmunityAbAttr)
+ .attr(ReceivedTypeDamageMultiplierAbAttr, PokemonType.GHOST, 0.5)
+ .ignorable(),
+ new Ability(Abilities.WELL_BAKED_BODY, 9)
+ .attr(TypeImmunityStatStageChangeAbAttr, PokemonType.FIRE, Stat.DEF, 2)
+ .ignorable(),
+ new Ability(Abilities.WIND_RIDER, 9)
+ .attr(MoveImmunityStatStageChangeAbAttr, (pokemon, attacker, move) => pokemon !== attacker && move.hasFlag(MoveFlags.WIND_MOVE) && move.category !== MoveCategory.STATUS, Stat.ATK, 1)
+ .attr(PostSummonStatStageChangeOnArenaAbAttr, ArenaTagType.TAILWIND)
+ .ignorable(),
+ new Ability(Abilities.GUARD_DOG, 9)
+ .attr(PostIntimidateStatStageChangeAbAttr, [ Stat.ATK ], 1, true)
+ .attr(ForceSwitchOutImmunityAbAttr)
+ .ignorable(),
+ new Ability(Abilities.ROCKY_PAYLOAD, 9)
+ .attr(MoveTypePowerBoostAbAttr, PokemonType.ROCK),
+ new Ability(Abilities.WIND_POWER, 9)
+ .attr(PostDefendApplyBattlerTagAbAttr, (target, user, move) => move.hasFlag(MoveFlags.WIND_MOVE), BattlerTagType.CHARGED),
+ new Ability(Abilities.ZERO_TO_HERO, 9)
+ .uncopiable()
+ .unreplaceable()
+ .unsuppressable()
+ .attr(NoTransformAbilityAbAttr)
+ .attr(NoFusionAbilityAbAttr)
+ .attr(PostBattleInitFormChangeAbAttr, () => 0)
+ .attr(PreSwitchOutFormChangeAbAttr, (pokemon) => !pokemon.isFainted() ? 1 : pokemon.formIndex)
+ .bypassFaint(),
+ new Ability(Abilities.COMMANDER, 9)
+ .attr(CommanderAbAttr)
+ .attr(DoubleBattleChanceAbAttr)
+ .uncopiable()
+ .unreplaceable()
+ .edgeCase(), // Encore, Frenzy, and other non-`TURN_END` tags don't lapse correctly on the commanding Pokemon.
+ new Ability(Abilities.ELECTROMORPHOSIS, 9)
+ .attr(PostDefendApplyBattlerTagAbAttr, (target, user, move) => move.category !== MoveCategory.STATUS, BattlerTagType.CHARGED),
+ new Ability(Abilities.PROTOSYNTHESIS, 9)
+ .conditionalAttr(getWeatherCondition(WeatherType.SUNNY, WeatherType.HARSH_SUN), PostSummonAddBattlerTagAbAttr, BattlerTagType.PROTOSYNTHESIS, 0, true)
+ .attr(PostWeatherChangeAddBattlerTagAttr, BattlerTagType.PROTOSYNTHESIS, 0, WeatherType.SUNNY, WeatherType.HARSH_SUN)
+ .uncopiable()
+ .attr(NoTransformAbilityAbAttr),
+ new Ability(Abilities.QUARK_DRIVE, 9)
+ .conditionalAttr(getTerrainCondition(TerrainType.ELECTRIC), PostSummonAddBattlerTagAbAttr, BattlerTagType.QUARK_DRIVE, 0, true)
+ .attr(PostTerrainChangeAddBattlerTagAttr, BattlerTagType.QUARK_DRIVE, 0, TerrainType.ELECTRIC)
+ .uncopiable()
+ .attr(NoTransformAbilityAbAttr),
+ new Ability(Abilities.GOOD_AS_GOLD, 9)
+ .attr(MoveImmunityAbAttr, (pokemon, attacker, move) => pokemon !== attacker && move.category === MoveCategory.STATUS && ![ MoveTarget.ENEMY_SIDE, MoveTarget.BOTH_SIDES, MoveTarget.USER_SIDE ].includes(move.moveTarget))
+ .ignorable(),
+ new Ability(Abilities.VESSEL_OF_RUIN, 9)
+ .attr(FieldMultiplyStatAbAttr, Stat.SPATK, 0.75)
+ .attr(PostSummonMessageAbAttr, (user) => i18next.t("abilityTriggers:postSummonVesselOfRuin", { pokemonNameWithAffix: getPokemonNameWithAffix(user), statName: i18next.t(getStatKey(Stat.SPATK)) }))
+ .ignorable(),
+ new Ability(Abilities.SWORD_OF_RUIN, 9)
+ .attr(FieldMultiplyStatAbAttr, Stat.DEF, 0.75)
+ .attr(PostSummonMessageAbAttr, (user) => i18next.t("abilityTriggers:postSummonSwordOfRuin", { pokemonNameWithAffix: getPokemonNameWithAffix(user), statName: i18next.t(getStatKey(Stat.DEF)) })),
+ new Ability(Abilities.TABLETS_OF_RUIN, 9)
+ .attr(FieldMultiplyStatAbAttr, Stat.ATK, 0.75)
+ .attr(PostSummonMessageAbAttr, (user) => i18next.t("abilityTriggers:postSummonTabletsOfRuin", { pokemonNameWithAffix: getPokemonNameWithAffix(user), statName: i18next.t(getStatKey(Stat.ATK)) }))
+ .ignorable(),
+ new Ability(Abilities.BEADS_OF_RUIN, 9)
+ .attr(FieldMultiplyStatAbAttr, Stat.SPDEF, 0.75)
+ .attr(PostSummonMessageAbAttr, (user) => i18next.t("abilityTriggers:postSummonBeadsOfRuin", { pokemonNameWithAffix: getPokemonNameWithAffix(user), statName: i18next.t(getStatKey(Stat.SPDEF)) })),
+ new Ability(Abilities.ORICHALCUM_PULSE, 9)
+ .attr(PostSummonWeatherChangeAbAttr, WeatherType.SUNNY)
+ .attr(PostBiomeChangeWeatherChangeAbAttr, WeatherType.SUNNY)
+ .conditionalAttr(getWeatherCondition(WeatherType.SUNNY, WeatherType.HARSH_SUN), StatMultiplierAbAttr, Stat.ATK, 4 / 3),
+ new Ability(Abilities.HADRON_ENGINE, 9)
+ .attr(PostSummonTerrainChangeAbAttr, TerrainType.ELECTRIC)
+ .attr(PostBiomeChangeTerrainChangeAbAttr, TerrainType.ELECTRIC)
+ .conditionalAttr(getTerrainCondition(TerrainType.ELECTRIC), StatMultiplierAbAttr, Stat.SPATK, 4 / 3),
+ new Ability(Abilities.OPPORTUNIST, 9)
+ .attr(StatStageChangeCopyAbAttr),
+ new Ability(Abilities.CUD_CHEW, 9)
+ .unimplemented(),
+ new Ability(Abilities.SHARPNESS, 9)
+ .attr(MovePowerBoostAbAttr, (user, target, move) => move.hasFlag(MoveFlags.SLICING_MOVE), 1.5),
+ new Ability(Abilities.SUPREME_OVERLORD, 9)
+ .attr(VariableMovePowerBoostAbAttr, (user, target, move) => 1 + 0.1 * Math.min(user.isPlayer() ? globalScene.arena.playerFaints : globalScene.currentBattle.enemyFaints, 5))
+ .partial(), // Should only boost once, on summon
+ new Ability(Abilities.COSTAR, 9)
+ .attr(PostSummonCopyAllyStatsAbAttr),
+ new Ability(Abilities.TOXIC_DEBRIS, 9)
+ .attr(PostDefendApplyArenaTrapTagAbAttr, (target, user, move) => move.category === MoveCategory.PHYSICAL, ArenaTagType.TOXIC_SPIKES)
+ .bypassFaint(),
+ new Ability(Abilities.ARMOR_TAIL, 9)
+ .attr(FieldPriorityMoveImmunityAbAttr)
+ .ignorable(),
+ new Ability(Abilities.EARTH_EATER, 9)
+ .attr(TypeImmunityHealAbAttr, PokemonType.GROUND)
+ .ignorable(),
+ new Ability(Abilities.MYCELIUM_MIGHT, 9)
+ .attr(ChangeMovePriorityAbAttr, (pokemon, move) => move.category === MoveCategory.STATUS, -0.2)
+ .attr(PreventBypassSpeedChanceAbAttr, (pokemon, move) => move.category === MoveCategory.STATUS)
+ .attr(MoveAbilityBypassAbAttr, (pokemon, move: Move) => move.category === MoveCategory.STATUS),
+ new Ability(Abilities.MINDS_EYE, 9)
+ .attr(IgnoreTypeImmunityAbAttr, PokemonType.GHOST, [ PokemonType.NORMAL, PokemonType.FIGHTING ])
+ .attr(ProtectStatAbAttr, Stat.ACC)
+ .attr(IgnoreOpponentStatStagesAbAttr, [ Stat.EVA ])
+ .ignorable(),
+ new Ability(Abilities.SUPERSWEET_SYRUP, 9)
+ .attr(PostSummonStatStageChangeAbAttr, [ Stat.EVA ], -1),
+ new Ability(Abilities.HOSPITALITY, 9)
+ .attr(PostSummonAllyHealAbAttr, 4, true),
+ new Ability(Abilities.TOXIC_CHAIN, 9)
+ .attr(PostAttackApplyStatusEffectAbAttr, false, 30, StatusEffect.TOXIC),
+ new Ability(Abilities.EMBODY_ASPECT_TEAL, 9)
+ .attr(PostTeraFormChangeStatChangeAbAttr, [ Stat.SPD ], 1)
+ .uncopiable()
+ .unreplaceable() // TODO is this true?
+ .attr(NoTransformAbilityAbAttr),
+ new Ability(Abilities.EMBODY_ASPECT_WELLSPRING, 9)
+ .attr(PostTeraFormChangeStatChangeAbAttr, [ Stat.SPDEF ], 1)
+ .uncopiable()
+ .unreplaceable()
+ .attr(NoTransformAbilityAbAttr),
+ new Ability(Abilities.EMBODY_ASPECT_HEARTHFLAME, 9)
+ .attr(PostTeraFormChangeStatChangeAbAttr, [ Stat.ATK ], 1)
+ .uncopiable()
+ .unreplaceable()
+ .attr(NoTransformAbilityAbAttr),
+ new Ability(Abilities.EMBODY_ASPECT_CORNERSTONE, 9)
+ .attr(PostTeraFormChangeStatChangeAbAttr, [ Stat.DEF ], 1)
+ .uncopiable()
+ .unreplaceable()
+ .attr(NoTransformAbilityAbAttr),
+ new Ability(Abilities.TERA_SHIFT, 9)
+ .attr(PostSummonFormChangeAbAttr, p => p.getFormKey() ? 0 : 1)
+ .uncopiable()
+ .unreplaceable()
+ .unsuppressable()
+ .attr(NoTransformAbilityAbAttr)
+ .attr(NoFusionAbilityAbAttr),
+ new Ability(Abilities.TERA_SHELL, 9)
+ .attr(FullHpResistTypeAbAttr)
+ .uncopiable()
+ .unreplaceable()
+ .ignorable(),
+ new Ability(Abilities.TERAFORM_ZERO, 9)
+ .attr(ClearWeatherAbAttr, [ WeatherType.SUNNY, WeatherType.RAIN, WeatherType.SANDSTORM, WeatherType.HAIL, WeatherType.SNOW, WeatherType.FOG, WeatherType.HEAVY_RAIN, WeatherType.HARSH_SUN, WeatherType.STRONG_WINDS ])
+ .attr(ClearTerrainAbAttr, [ TerrainType.MISTY, TerrainType.ELECTRIC, TerrainType.GRASSY, TerrainType.PSYCHIC ])
+ .uncopiable()
+ .unreplaceable()
+ .condition(getOncePerBattleCondition(Abilities.TERAFORM_ZERO)),
+ new Ability(Abilities.POISON_PUPPETEER, 9)
+ .uncopiable()
+ .unreplaceable() // TODO is this true?
+ .attr(ConfusionOnStatusEffectAbAttr, StatusEffect.POISON, StatusEffect.TOXIC)
+ );
+}
diff --git a/src/data/ability.ts b/src/data/ability.ts
deleted file mode 100644
index 3c73bb47c47..00000000000
--- a/src/data/ability.ts
+++ /dev/null
@@ -1,6075 +0,0 @@
-import Pokemon, { HitResult, PlayerPokemon, PokemonMove } from "../field/pokemon";
-import { Type } from "./type";
-import { Constructor } from "#app/utils";
-import * as Utils from "../utils";
-import { getPokemonNameWithAffix } from "../messages";
-import { Weather, WeatherType } from "./weather";
-import { BattlerTag, GroundedTag } from "./battler-tags";
-import { StatusEffect, getNonVolatileStatusEffects, getStatusEffectDescriptor, getStatusEffectHealText } from "./status-effect";
-import { Gender } from "./gender";
-import Move, { AttackMove, MoveCategory, MoveFlags, MoveTarget, FlinchAttr, OneHitKOAttr, HitHealAttr, allMoves, StatusMove, SelfStatusMove, VariablePowerAttr, applyMoveAttrs, IncrementMovePriorityAttr, VariableMoveTypeAttr, RandomMovesetMoveAttr, RandomMoveAttr, NaturePowerAttr, CopyMoveAttr, MoveAttr, MultiHitAttr, SacrificialAttr, SacrificialAttrOnHit, NeutralDamageAgainstFlyingTypeMultiplierAttr, FixedDamageAttr } from "./move";
-import { ArenaTagSide, ArenaTrapTag } from "./arena-tag";
-import { BerryModifier, PokemonHeldItemModifier } from "../modifier/modifier";
-import { TerrainType } from "./terrain";
-import { SpeciesFormChangeManualTrigger, SpeciesFormChangeRevertWeatherFormTrigger, SpeciesFormChangeWeatherTrigger } from "./pokemon-forms";
-import i18next from "i18next";
-import { Localizable } from "#app/interfaces/locales";
-import { Command } from "../ui/command-ui-handler";
-import { BerryModifierType } from "#app/modifier/modifier-type";
-import { getPokeballName } from "./pokeball";
-import { BattlerIndex } from "#app/battle";
-import { Abilities } from "#enums/abilities";
-import { ArenaTagType } from "#enums/arena-tag-type";
-import { BattlerTagType } from "#enums/battler-tag-type";
-import { Moves } from "#enums/moves";
-import { Species } from "#enums/species";
-import { Stat, type BattleStat, type EffectiveStat, BATTLE_STATS, EFFECTIVE_STATS, getStatKey } from "#app/enums/stat";
-import { MovePhase } from "#app/phases/move-phase";
-import { PokemonHealPhase } from "#app/phases/pokemon-heal-phase";
-import { ShowAbilityPhase } from "#app/phases/show-ability-phase";
-import { StatStageChangePhase } from "#app/phases/stat-stage-change-phase";
-import BattleScene from "#app/battle-scene";
-
-export class Ability implements Localizable {
- public id: Abilities;
-
- private nameAppend: string;
- public name: string;
- public description: string;
- public generation: integer;
- public isBypassFaint: boolean;
- public isIgnorable: boolean;
- public attrs: AbAttr[];
- public conditions: AbAttrCondition[];
-
- constructor(id: Abilities, generation: integer) {
- this.id = id;
-
- this.nameAppend = "";
- this.generation = generation;
- this.attrs = [];
- this.conditions = [];
-
- this.localize();
- }
-
- localize(): void {
- const i18nKey = Abilities[this.id].split("_").filter(f => f).map((f, i) => i ? `${f[0]}${f.slice(1).toLowerCase()}` : f.toLowerCase()).join("") as string;
-
- this.name = this.id ? `${i18next.t(`ability:${i18nKey}.name`) as string}${this.nameAppend}` : "";
- this.description = this.id ? i18next.t(`ability:${i18nKey}.description`) as string : "";
- }
-
- /**
- * Get all ability attributes that match `attrType`
- * @param attrType any attribute that extends {@linkcode AbAttr}
- * @returns Array of attributes that match `attrType`, Empty Array if none match.
- */
- getAttrs(attrType: Constructor ): T[] {
- return this.attrs.filter((a): a is T => a instanceof attrType);
- }
-
- /**
- * Check if an ability has an attribute that matches `attrType`
- * @param attrType any attribute that extends {@linkcode AbAttr}
- * @returns true if the ability has attribute `attrType`
- */
- hasAttr(attrType: Constructor): boolean {
- return this.attrs.some((attr) => attr instanceof attrType);
- }
-
- attr>(AttrType: T, ...args: ConstructorParameters): Ability {
- const attr = new AttrType(...args);
- this.attrs.push(attr);
-
- return this;
- }
-
- conditionalAttr>(condition: AbAttrCondition, AttrType: T, ...args: ConstructorParameters): Ability {
- const attr = new AttrType(...args);
- attr.addCondition(condition);
- this.attrs.push(attr);
-
- return this;
- }
-
- bypassFaint(): Ability {
- this.isBypassFaint = true;
- return this;
- }
-
- ignorable(): Ability {
- this.isIgnorable = true;
- return this;
- }
-
- condition(condition: AbAttrCondition): Ability {
- this.conditions.push(condition);
-
- return this;
- }
-
- partial(): this {
- this.nameAppend += " (P)";
- return this;
- }
-
- unimplemented(): this {
- this.nameAppend += " (N)";
- return this;
- }
-
- /**
- * Internal flag used for developers to document edge cases. When using this, please be sure to document the edge case.
- * @returns the ability
- */
- edgeCase(): this {
- return this;
- }
-}
-
-type AbAttrApplyFunc = (attr: TAttr, passive: boolean) => boolean | Promise;
-type AbAttrCondition = (pokemon: Pokemon) => boolean;
-
-// TODO: Can this be improved?
-type PokemonAttackCondition = (user: Pokemon | null, target: Pokemon | null, move: Move) => boolean;
-type PokemonDefendCondition = (target: Pokemon, user: Pokemon, move: Move) => boolean;
-type PokemonStatStageChangeCondition = (target: Pokemon, statsChanged: BattleStat[], stages: number) => boolean;
-
-export abstract class AbAttr {
- public showAbility: boolean;
- private extraCondition: AbAttrCondition;
-
- constructor(showAbility: boolean = true) {
- this.showAbility = showAbility;
- }
-
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder | null, args: any[]): boolean | Promise {
- return false;
- }
-
- getTriggerMessage(_pokemon: Pokemon, _abilityName: string, ..._args: any[]): string | null {
- return null;
- }
-
- getCondition(): AbAttrCondition | null {
- return this.extraCondition || null;
- }
-
- addCondition(condition: AbAttrCondition): AbAttr {
- this.extraCondition = condition;
- return this;
- }
-}
-
-export class BlockRecoilDamageAttr extends AbAttr {
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- cancelled.value = true;
-
- return true;
- }
-
- getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]) {
- return i18next.t("abilityTriggers:blockRecoilDamage", { pokemonName: getPokemonNameWithAffix(pokemon), abilityName: abilityName });
- }
-}
-
-/**
- * Attribute for abilities that increase the chance of a double battle
- * occurring.
- * @see apply
- */
-export class DoubleBattleChanceAbAttr extends AbAttr {
- constructor() {
- super(false);
- }
-
- /**
- * 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 {
- 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;
- }
-}
-
-export class PostBattleInitFormChangeAbAttr extends PostBattleInitAbAttr {
- private formFunc: (p: Pokemon) => integer;
-
- constructor(formFunc: ((p: Pokemon) => integer)) {
- super(true);
-
- this.formFunc = formFunc;
- }
-
- applyPostBattleInit(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- const formIndex = this.formFunc(pokemon);
- if (formIndex !== pokemon.formIndex && !simulated) {
- return pokemon.scene.triggerPokemonFormChange(pokemon, SpeciesFormChangeManualTrigger, false);
- }
-
- return false;
- }
-}
-
-export class PostBattleInitStatStageChangeAbAttr extends PostBattleInitAbAttr {
- private stats: BattleStat[];
- private stages: number;
- private selfTarget: boolean;
-
- constructor(stats: BattleStat[], stages: number, selfTarget?: boolean) {
- super();
-
- this.stats = stats;
- this.stages = stages;
- this.selfTarget = !!selfTarget;
- }
-
- applyPostBattleInit(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- const statStageChangePhases: StatStageChangePhase[] = [];
-
- if (!simulated) {
- if (this.selfTarget) {
- statStageChangePhases.push(new StatStageChangePhase(pokemon.scene, pokemon.getBattlerIndex(), true, this.stats, this.stages));
- } else {
- for (const opponent of pokemon.getOpponents()) {
- statStageChangePhases.push(new StatStageChangePhase(pokemon.scene, opponent.getBattlerIndex(), false, this.stats, this.stages));
- }
- }
-
- for (const statStageChangePhase of statStageChangePhases) {
- if (!this.selfTarget && !statStageChangePhase.getPokemon()?.summonData) {
- pokemon.scene.pushPhase(statStageChangePhase);
- } else { // TODO: This causes the ability bar to be shown at the wrong time
- pokemon.scene.unshiftPhase(statStageChangePhase);
- }
- }
- }
-
- return 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;
- }
-}
-
-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);
- }
-
- return false;
- }
-}
-
-export class BlockItemTheftAbAttr extends AbAttr {
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- cancelled.value = true;
-
- return true;
- }
-
- getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]) {
- return i18next.t("abilityTriggers:blockItemTheft", {
- pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
- abilityName
- });
- }
-}
-
-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;
- }
-
- return false;
- }
-}
-
-export class ReceivedMoveDamageMultiplierAbAttr extends PreDefendAbAttr {
- protected condition: PokemonDefendCondition;
- private damageMultiplier: number;
-
- constructor(condition: PokemonDefendCondition, damageMultiplier: number) {
- super();
-
- 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);
-
- return true;
- }
-
- return false;
- }
-}
-
-/**
- * Reduces the damage dealt to an allied Pokemon. Used by Friend Guard.
- * @see {@linkcode applyPreDefend}
- */
-export class AlliedFieldDamageReductionAbAttr extends PreDefendAbAttr {
- private damageMultiplier: number;
-
- constructor(damageMultiplier: number) {
- super();
- this.damageMultiplier = damageMultiplier;
- }
-
- /**
- * Handles the damage reduction
- * @param args
- * - `[0]` {@linkcode Utils.NumberHolder} - The damage being dealt
- */
- override applyPreDefend(_pokemon: Pokemon, _passive: boolean, _simulated: boolean, _attacker: Pokemon, _move: Move, _cancelled: Utils.BooleanHolder, args: any[]): boolean {
- 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);
- }
-}
-
-/**
- * Determines whether a Pokemon is immune to a move because of an ability.
- * @extends PreDefendAbAttr
- * @see {@linkcode applyPreDefend}
- * @see {@linkcode getCondition}
- */
-export class TypeImmunityAbAttr extends PreDefendAbAttr {
- private immuneType: Type | null;
- private condition: AbAttrCondition | null;
-
- constructor(immuneType: Type | null, condition?: AbAttrCondition) {
- super();
-
- this.immuneType = immuneType;
- this.condition = condition ?? null;
- }
-
- /**
- * Applies immunity if this ability grants immunity to the type of the given move.
- * @param pokemon {@linkcode Pokemon} The defending Pokemon.
- * @param passive - Whether the ability is passive.
- * @param attacker {@linkcode Pokemon} The attacking Pokemon.
- * @param move {@linkcode Move} The attacking move.
- * @param cancelled {@linkcode Utils.BooleanHolder} - A holder for a boolean value indicating if the move was cancelled.
- * @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;
- }
-
- getImmuneType(): Type | null {
- return this.immuneType;
- }
-
- override getCondition(): AbAttrCondition | null {
- return this.condition;
- }
-}
-
-export class AttackTypeImmunityAbAttr extends TypeImmunityAbAttr {
- constructor(immuneType: Type, condition?: AbAttrCondition) {
- super(immuneType, condition);
- }
-
- /**
- * 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 {
- // 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;
- }
-}
-
-export class TypeImmunityHealAbAttr extends TypeImmunityAbAttr {
- constructor(immuneType: Type) {
- 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);
-
- if (ret) {
- if (!pokemon.isFullHp() && !simulated) {
- const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name;
- pokemon.scene.unshiftPhase(new PokemonHealPhase(pokemon.scene, pokemon.getBattlerIndex(),
- Utils.toDmgValue(pokemon.getMaxHp() / 4), i18next.t("abilityTriggers:typeImmunityHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }), true));
- cancelled.value = true; // Suppresses "No Effect" message
- }
- return true;
- }
-
- return false;
- }
-}
-
-class TypeImmunityStatStageChangeAbAttr extends TypeImmunityAbAttr {
- private stat: BattleStat;
- private stages: number;
-
- constructor(immuneType: Type, 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);
-
- if (ret) {
- cancelled.value = true; // Suppresses "No Effect" message
- if (!simulated) {
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, pokemon.getBattlerIndex(), true, [ this.stat ], this.stages));
- }
- }
-
- return ret;
- }
-}
-
-class TypeImmunityAddBattlerTagAbAttr extends TypeImmunityAbAttr {
- private tagType: BattlerTagType;
- private turnCount: integer;
-
- constructor(immuneType: Type, tagType: BattlerTagType, turnCount: integer, 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);
-
- if (ret) {
- cancelled.value = true; // Suppresses "No Effect" message
- if (!simulated) {
- pokemon.addTag(this.tagType, this.turnCount, undefined, pokemon.id);
- }
- }
-
- return ret;
- }
-}
-
-export class NonSuperEffectiveImmunityAbAttr extends TypeImmunityAbAttr {
- constructor(condition?: AbAttrCondition) {
- super(null, condition);
- }
-
- applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- if (move instanceof AttackMove && pokemon.getAttackTypeEffectiveness(attacker.getMoveType(move), attacker) < 2) {
- cancelled.value = true; // Suppresses "No Effect" message
- (args[0] as Utils.NumberHolder).value = 0;
- return true;
- }
-
- return false;
- }
-
- getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
- return i18next.t("abilityTriggers:nonSuperEffectiveImmunity", {
- pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
- abilityName
- });
- }
-}
-
-/**
- * Attribute implementing the effects of {@link https://bulbapedia.bulbagarden.net/wiki/Tera_Shell_(Ability) | Tera Shell}
- * When the source is at full HP, incoming attacks will have a maximum 0.5x type effectiveness multiplier.
- * @extends PreDefendAbAttr
- */
-export class FullHpResistTypeAbAttr extends PreDefendAbAttr {
- /**
- * Reduces a type multiplier to 0.5 if the source is at full HP.
- * @param pokemon {@linkcode Pokemon} the Pokemon with this ability
- * @param passive n/a
- * @param simulated n/a (this doesn't change game state)
- * @param attacker n/a
- * @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 {
- 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;
- }
-
- getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
- return i18next.t("abilityTriggers:fullHpResistType", {
- pokemonNameWithAffix: getPokemonNameWithAffix(pokemon)
- });
- }
-}
-
-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;
- }
-}
-
-export class FieldPriorityMoveImmunityAbAttr extends PreDefendAbAttr {
- applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- const attackPriority = new Utils.IntegerHolder(move.priority);
- applyMoveAttrs(IncrementMovePriorityAttr, attacker, null, move, attackPriority);
- applyAbAttrs(ChangeMovePriorityAbAttr, attacker, null, simulated, move, attackPriority);
-
- if (move.moveTarget === MoveTarget.USER || move.moveTarget === MoveTarget.NEAR_ALLY) {
- return false;
- }
-
- if (attackPriority.value > 0 && !move.isMultiTarget()) {
- cancelled.value = true;
- return true;
- }
-
- return false;
- }
-}
-
-export class PostStatStageChangeAbAttr extends AbAttr {
- applyPostStatStageChange(pokemon: Pokemon, simulated: boolean, statsChanged: BattleStat[], stagesChanged: integer, selfTarget: boolean, args: any[]): boolean | Promise {
- return false;
- }
-}
-
-export class MoveImmunityAbAttr extends PreDefendAbAttr {
- private immuneCondition: PreDefendAbAttrCondition;
-
- constructor(immuneCondition: PreDefendAbAttrCondition) {
- super(true);
-
- 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;
- }
-
- return false;
- }
-
- getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
- return i18next.t("abilityTriggers:moveImmunity", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon) });
- }
-}
-
-/**
- * Reduces the accuracy of status moves used against the Pokémon with this ability to 50%.
- * Used by Wonder Skin.
- *
- * @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;
- }
-}
-
-export class MoveImmunityStatStageChangeAbAttr extends MoveImmunityAbAttr {
- private stat: BattleStat;
- private stages: number;
-
- constructor(immuneCondition: PreDefendAbAttrCondition, stat: BattleStat, stages: number) {
- super(immuneCondition);
- 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);
- if (ret && !simulated) {
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, pokemon.getBattlerIndex(), true, [ this.stat ], this.stages));
- }
-
- return ret;
- }
-}
-/**
- * Class for abilities that make drain moves deal damage to user instead of healing them.
- * @extends PostDefendAbAttr
- * @see {@linkcode applyPostDefend}
- */
-export class ReverseDrainAbAttr extends PostDefendAbAttr {
- /**
- * 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.
- * Also displays a message to show this ability was activated.
- * @param pokemon {@linkcode Pokemon} with this ability
- * @param _passive N/A
- * @param attacker {@linkcode Pokemon} that is attacking this Pokemon
- * @param move {@linkcode PokemonMove} that is being used
- * @param _hitResult N/A
- * @param _args N/A
- * @returns true if healing should be reversed on a healing move, false otherwise.
- */
- override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean {
- if (move.hasAttr(HitHealAttr) && !move.hitsSubstitute(attacker, pokemon)) {
- if (!simulated) {
- pokemon.scene.queueMessage(i18next.t("abilityTriggers:reverseDrain", { pokemonNameWithAffix: getPokemonNameWithAffix(attacker) }));
- }
- return true;
- }
- return false;
- }
-}
-
-export class PostDefendStatStageChangeAbAttr extends PostDefendAbAttr {
- private condition: PokemonDefendCondition;
- private stat: BattleStat;
- private stages: number;
- private selfTarget: boolean;
- private allOthers: boolean;
-
- constructor(condition: PokemonDefendCondition, stat: BattleStat, stages: number, selfTarget: boolean = true, allOthers: boolean = false) {
- super(true);
-
- this.condition = condition;
- this.stat = stat;
- this.stages = stages;
- this.selfTarget = selfTarget;
- 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;
- }
-
- if (this.allOthers) {
- const otherPokemon = pokemon.getAlly() ? pokemon.getOpponents().concat([ pokemon.getAlly() ]) : pokemon.getOpponents();
- for (const other of otherPokemon) {
- other.scene.unshiftPhase(new StatStageChangePhase(other.scene, (other).getBattlerIndex(), false, [ this.stat ], this.stages));
- }
- return true;
- }
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, (this.selfTarget ? pokemon : attacker).getBattlerIndex(), this.selfTarget, [ this.stat ], this.stages));
- return true;
- }
-
- return false;
- }
-}
-
-export class PostDefendHpGatedStatStageChangeAbAttr extends PostDefendAbAttr {
- private condition: PokemonDefendCondition;
- private hpGate: number;
- private stats: BattleStat[];
- private stages: number;
- private selfTarget: boolean;
-
- constructor(condition: PokemonDefendCondition, hpGate: number, stats: BattleStat[], stages: number, selfTarget: boolean = true) {
- super(true);
-
- this.condition = condition;
- this.hpGate = hpGate;
- this.stats = stats;
- this.stages = stages;
- this.selfTarget = selfTarget;
- }
-
- override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _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;
-
- if (this.condition(pokemon, attacker, move) && (pokemon.hp <= hpGateFlat && (pokemon.hp + damageReceived) > hpGateFlat) && !move.hitsSubstitute(attacker, pokemon)) {
- if (!simulated) {
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, (this.selfTarget ? pokemon : attacker).getBattlerIndex(), true, this.stats, this.stages));
- }
- return true;
- }
-
- return false;
- }
-}
-
-export class PostDefendApplyArenaTrapTagAbAttr extends PostDefendAbAttr {
- private condition: PokemonDefendCondition;
- private tagType: ArenaTagType;
-
- constructor(condition: PokemonDefendCondition, tagType: ArenaTagType) {
- super(true);
-
- this.condition = condition;
- this.tagType = tagType;
- }
-
- override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean {
- if (this.condition(pokemon, attacker, move) && !move.hitsSubstitute(attacker, pokemon)) {
- const tag = pokemon.scene.arena.getTag(this.tagType) as ArenaTrapTag;
- if (!pokemon.scene.arena.getTag(this.tagType) || tag.layers < tag.maxLayers) {
- if (!simulated) {
- pokemon.scene.arena.addTag(this.tagType, 0, undefined, pokemon.id, pokemon.isPlayer() ? ArenaTagSide.ENEMY : ArenaTagSide.PLAYER);
- }
- return true;
- }
- }
- return false;
- }
-}
-
-export class PostDefendApplyBattlerTagAbAttr extends PostDefendAbAttr {
- private condition: PokemonDefendCondition;
- private tagType: BattlerTagType;
- constructor(condition: PokemonDefendCondition, tagType: BattlerTagType) {
- super(true);
-
- this.condition = condition;
- this.tagType = tagType;
- }
-
- override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean {
- if (this.condition(pokemon, attacker, move) && !move.hitsSubstitute(attacker, pokemon)) {
- if (!pokemon.getTag(this.tagType) && !simulated) {
- pokemon.addTag(this.tagType, undefined, undefined, pokemon.id);
- pokemon.scene.queueMessage(i18next.t("abilityTriggers:windPowerCharged", { pokemonName: getPokemonNameWithAffix(pokemon), moveName: move.name }));
- }
- return true;
- }
- 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;
- }
- }
-
- return false;
- }
-
- 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]]}`)
- });
- }
-}
-
-export class PostDefendTerrainChangeAbAttr extends PostDefendAbAttr {
- private terrainType: TerrainType;
-
- constructor(terrainType: TerrainType) {
- super();
-
- this.terrainType = terrainType;
- }
-
- override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, _args: any[]): boolean {
- if (hitResult < HitResult.NO_EFFECT && !move.hitsSubstitute(attacker, pokemon)) {
- if (simulated) {
- return pokemon.scene.arena.terrain?.terrainType !== (this.terrainType || undefined);
- } else {
- return pokemon.scene.arena.trySetTerrain(this.terrainType, true);
- }
- }
-
- return false;
- }
-}
-
-export class PostDefendContactApplyStatusEffectAbAttr extends PostDefendAbAttr {
- public chance: integer;
- private effects: StatusEffect[];
-
- constructor(chance: integer, ...effects: StatusEffect[]) {
- super();
-
- 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);
- }
- }
-
- return false;
- }
-}
-
-export class EffectSporeAbAttr extends PostDefendContactApplyStatusEffectAbAttr {
- constructor() {
- 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);
- }
-}
-
-export class PostDefendContactApplyTagChanceAbAttr extends PostDefendAbAttr {
- private chance: integer;
- private tagType: BattlerTagType;
- private turnCount: integer | undefined;
-
- constructor(chance: integer, tagType: BattlerTagType, turnCount?: integer) {
- super();
-
- this.tagType = tagType;
- this.chance = chance;
- 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);
- }
- }
-
- return false;
- }
-}
-
-export class PostDefendCritStatStageChangeAbAttr extends PostDefendAbAttr {
- private stat: BattleStat;
- private stages: number;
-
- constructor(stat: BattleStat, stages: number) {
- super();
-
- this.stat = stat;
- 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;
- }
-
- if (!simulated) {
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, pokemon.getBattlerIndex(), true, [ this.stat ], this.stages));
- }
-
- return true;
- }
-
- override getCondition(): AbAttrCondition {
- return (pokemon: Pokemon) => pokemon.turnData.attacksReceived.length !== 0 && pokemon.turnData.attacksReceived[pokemon.turnData.attacksReceived.length - 1].critical;
- }
-}
-
-export class PostDefendContactDamageAbAttr extends PostDefendAbAttr {
- private damageRatio: integer;
-
- constructor(damageRatio: integer) {
- 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;
- }
-
- return false;
- }
-
- override getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]): string {
- return i18next.t("abilityTriggers:postDefendContactDamage", {
- pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
- abilityName
- });
- }
-}
-/**
- * @description: This ability applies the Perish Song tag to the attacking pokemon
- * and the defending pokemon if the move makes physical contact and neither pokemon
- * already has the Perish Song tag.
- * @class PostDefendPerishSongAbAttr
- * @extends {PostDefendAbAttr}
- */
-export class PostDefendPerishSongAbAttr extends PostDefendAbAttr {
- private turns: integer;
-
- constructor(turns: integer) {
- 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;
- }
- }
- return false;
- }
-
- override getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]): string {
- return i18next.t("abilityTriggers:perishBody", { pokemonName: getPokemonNameWithAffix(pokemon), abilityName: abilityName });
- }
-}
-
-export class PostDefendWeatherChangeAbAttr extends PostDefendAbAttr {
- private weatherType: WeatherType;
- protected condition?: PokemonDefendCondition;
-
- constructor(weatherType: WeatherType, condition?: PokemonDefendCondition) {
- super();
-
- this.weatherType = weatherType;
- this.condition = condition;
- }
-
- override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, _hitResult: HitResult, _args: any[]): boolean {
- if (this.condition && !this.condition(pokemon, attacker, move) || move.hitsSubstitute(attacker, pokemon)) {
- return false;
- }
- if (!pokemon.scene.arena.weather?.isImmutable()) {
- if (simulated) {
- return pokemon.scene.arena.weather?.weatherType !== this.weatherType;
- }
- return pokemon.scene.arena.trySetWeather(this.weatherType, true);
- }
-
- return false;
- }
-}
-
-export class PostDefendAbilitySwapAbAttr extends PostDefendAbAttr {
- constructor() {
- 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;
- }
-
- return false;
- }
-
- override getTriggerMessage(pokemon: Pokemon, _abilityName: string, ..._args: any[]): string {
- return i18next.t("abilityTriggers:postDefendAbilitySwap", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon) });
- }
-}
-
-export class PostDefendAbilityGiveAbAttr extends PostDefendAbAttr {
- private ability: Abilities;
-
- constructor(ability: Abilities) {
- super();
- 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;
- }
-
- return true;
- }
-
- return false;
- }
-
- override getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]): string {
- return i18next.t("abilityTriggers:postDefendAbilityGive", {
- pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
- abilityName
- });
- }
-}
-
-export class PostDefendMoveDisableAbAttr extends PostDefendAbAttr {
- private chance: integer;
- private attacker: Pokemon;
- private move: Move;
-
- constructor(chance: integer) {
- 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;
- }
-
- this.attacker = attacker;
- this.move = move;
- this.attacker.addTag(BattlerTagType.DISABLED, 4, 0, pokemon.id);
- return true;
- }
- }
- return false;
- }
-}
-
-export class PostStatStageChangeStatStageChangeAbAttr extends PostStatStageChangeAbAttr {
- private condition: PokemonStatStageChangeCondition;
- private statsToChange: BattleStat[];
- private stages: number;
-
- constructor(condition: PokemonStatStageChangeCondition, statsToChange: BattleStat[], stages: number) {
- super(true);
-
- this.condition = condition;
- this.statsToChange = statsToChange;
- this.stages = stages;
- }
-
- applyPostStatStageChange(pokemon: Pokemon, simulated: boolean, statStagesChanged: BattleStat[], stagesChanged: number, selfTarget: boolean, args: any[]): boolean {
- if (this.condition(pokemon, statStagesChanged, stagesChanged) && !selfTarget) {
- if (!simulated) {
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, (pokemon).getBattlerIndex(), true, this.statsToChange, this.stages));
- }
- return true;
- }
-
- return false;
- }
-}
-
-export class PreAttackAbAttr extends AbAttr {
- applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon | null, move: Move, args: any[]): boolean | Promise {
- return false;
- }
-}
-
-/**
- * Modifies moves additional effects with multipliers, ie. Sheer Force, Serene Grace.
- * @extends AbAttr
- * @see {@linkcode apply}
- */
-export class MoveEffectChanceMultiplierAbAttr extends AbAttr {
- private chanceMultiplier: number;
-
- constructor(chanceMultiplier: number) {
- super(true);
- this.chanceMultiplier = chanceMultiplier;
- }
- /**
- * @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;
- }
-
- (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;
-
- }
-}
-
-/**
- * Sets incoming moves additional effect chance to zero, ignoring all effects from moves. ie. Shield Dust.
- * @extends PreDefendAbAttr
- * @see {@linkcode applyPreDefend}
- */
-export class IgnoreMoveEffectsAbAttr extends PreDefendAbAttr {
- /**
- * @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;
- }
-
- (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;
- }
-}
-
-export class FieldPreventExplosiveMovesAbAttr extends AbAttr {
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean | Promise {
- cancelled.value = true;
- return true;
- }
-}
-
-/**
- * Multiplies a Stat if the checked Pokemon lacks this ability.
- * If this ability cannot stack, a BooleanHolder can be used to prevent this from stacking.
- * @see {@link applyFieldStatMultiplierAbAttrs}
- * @see {@link applyFieldStat}
- * @see {@link Utils.BooleanHolder}
- */
-export class FieldMultiplyStatAbAttr extends AbAttr {
- private stat: Stat;
- private multiplier: number;
- private canStack: boolean;
-
- constructor(stat: Stat, multiplier: number, canStack: boolean = false) {
- super(false);
-
- this.stat = stat;
- this.multiplier = multiplier;
- this.canStack = canStack;
- }
-
- /**
- * applyFieldStat: Tries to multiply a Pokemon's Stat
- * @param pokemon {@linkcode Pokemon} the Pokemon using this ability
- * @param passive {@linkcode boolean} unused
- * @param stat {@linkcode Stat} the type of the checked stat
- * @param statValue {@linkcode Utils.NumberHolder} the value of the checked stat
- * @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;
- }
-
-}
-
-export class MoveTypeChangeAbAttr extends PreAttackAbAttr {
- constructor(
- private newType: Type,
- private powerMultiplier: number,
- private condition?: PokemonAttackCondition
- ) {
- super(true);
- }
-
- // 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;
- }
-
- return false;
- }
-}
-
-/** Ability attribute for changing a pokemon's type before using a move */
-export class PokemonTypeChangeAbAttr extends PreAttackAbAttr {
- private moveType: Type;
-
- 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
- )
- ) {
- const moveType = pokemon.getMoveType(move);
-
- if (pokemon.getTypes().some((t) => t !== moveType)) {
- if (!simulated) {
- this.moveType = moveType;
- pokemon.summonData.types = [ moveType ];
- pokemon.updateInfo();
- }
-
- return true;
- }
- }
-
- return false;
- }
-
- getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
- return i18next.t("abilityTriggers:pokemonTypeChange", {
- pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
- moveType: i18next.t(`pokemonInfo:Type.${Type[this.moveType]}`),
- });
- }
-}
-
-/**
- * Class for abilities that convert single-strike moves to two-strike moves (i.e. Parental Bond).
- * @param damageMultiplier the damage multiplier for the second strike, relative to the first.
- */
-export class AddSecondStrikeAbAttr extends PreAttackAbAttr {
- private damageMultiplier: number;
-
- constructor(damageMultiplier: number) {
- super(false);
-
- this.damageMultiplier = damageMultiplier;
- }
-
- /**
- * Determines whether this attribute can apply to a given move.
- * @param {Move} move the move to which this attribute may apply
- * @param numTargets the number of {@linkcode Pokemon} targeted by this move
- * @returns true if the attribute can apply to the move, false otherwise
- */
- canApplyPreAttack(move: Move, numTargets: integer): boolean {
- /**
- * Parental Bond cannot apply to multi-hit moves, charging moves, or
- * moves that cause the user to faint.
- */
- const exceptAttrs: Constructor[] = [
- MultiHitAttr,
- SacrificialAttr,
- SacrificialAttrOnHit
- ];
-
- /** Parental Bond cannot apply to these specific moves */
- const exceptMoves: Moves[] = [
- Moves.FLING,
- Moves.UPROAR,
- Moves.ROLLOUT,
- Moves.ICE_BALL,
- Moves.ENDEAVOR
- ];
-
- /** Also check if this move is an Attack move and if it's only targeting one Pokemon */
- return numTargets === 1
- && !move.isChargingMove()
- && !exceptAttrs.some(attr => move.hasAttr(attr))
- && !exceptMoves.some(id => move.id === id)
- && move.category !== MoveCategory.STATUS;
- }
-
- /**
- * If conditions are met, this doubles the move's hit count (via args[1])
- * or multiplies the damage of secondary strikes (via args[2])
- * @param {Pokemon} pokemon the Pokemon using the move
- * @param passive n/a
- * @param defender n/a
- * @param {Move} move the move used by the ability source
- * @param args\[0\] the number of Pokemon this move is targeting
- * @param {Utils.IntegerHolder} args\[1\] the number of strikes with this move
- * @param {Utils.NumberHolder} args\[2\] the damage multiplier for the current strike
- * @returns
- */
- applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): boolean {
- const numTargets = args[0] as integer;
- const hitCount = args[1] as Utils.IntegerHolder;
- const multiplier = args[2] as Utils.NumberHolder;
-
- if (this.canApplyPreAttack(move, numTargets)) {
- this.showAbility = !!hitCount?.value;
- if (!!hitCount?.value) {
- hitCount.value *= 2;
- }
-
- if (!!multiplier?.value && pokemon.turnData.hitsLeft % 2 === 1 && pokemon.turnData.hitsLeft !== pokemon.turnData.hitCount) {
- multiplier.value *= this.damageMultiplier;
- }
- return true;
- }
- return false;
- }
-}
-
-/**
- * Class for abilities that boost the damage of moves
- * For abilities that boost the base power of moves, see VariableMovePowerAbAttr
- * @param damageMultiplier the amount to multiply the damage by
- * @param condition the condition for this ability to be applied
- */
-export class DamageBoostAbAttr extends PreAttackAbAttr {
- private damageMultiplier: number;
- private condition: PokemonAttackCondition;
-
- constructor(damageMultiplier: number, condition: PokemonAttackCondition) {
- super(true);
- this.damageMultiplier = damageMultiplier;
- this.condition = condition;
- }
-
- /**
- *
- * @param pokemon the attacker pokemon
- * @param passive N/A
- * @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;
- }
-}
-
-export class MovePowerBoostAbAttr extends VariableMovePowerAbAttr {
- private condition: PokemonAttackCondition;
- private powerMultiplier: number;
-
- constructor(condition: PokemonAttackCondition, powerMultiplier: number, showAbility: boolean = true) {
- 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;
-
- return true;
- }
-
- return false;
- }
-}
-
-export class MoveTypePowerBoostAbAttr extends MovePowerBoostAbAttr {
- constructor(boostedType: Type, powerMultiplier?: number) {
- super((pokemon, defender, move) => pokemon?.getMoveType(move) === boostedType, powerMultiplier || 1.5);
- }
-}
-
-export class LowHpMoveTypePowerBoostAbAttr extends MoveTypePowerBoostAbAttr {
- constructor(boostedType: Type) {
- super(boostedType);
- }
-
- getCondition(): AbAttrCondition {
- return (pokemon) => pokemon.getHpRatio() <= 0.33;
- }
-}
-
-/**
- * Abilities which cause a variable amount of power increase.
- * @extends VariableMovePowerAbAttr
- * @see {@link applyPreAttack}
- */
-export class VariableMovePowerBoostAbAttr extends VariableMovePowerAbAttr {
- private mult: (user: Pokemon, target: Pokemon, move: Move) => number;
-
- /**
- * @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) {
- 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;
- }
-
- return false;
- }
-}
-
-/**
- * Boosts the power of a Pokémon's move under certain conditions.
- * @extends AbAttr
- */
-export class FieldMovePowerBoostAbAttr extends AbAttr {
- private condition: PokemonAttackCondition;
- private powerMultiplier: number;
-
- /**
- * @param condition - A function that determines whether the power boost condition is met.
- * @param powerMultiplier - The multiplier to apply to the move's power when the condition is met.
- */
- constructor(condition: PokemonAttackCondition, powerMultiplier: number) {
- super(false);
- this.condition = condition;
- this.powerMultiplier = powerMultiplier;
- }
-
- applyPreAttack(pokemon: Pokemon | null, passive: boolean | null, simulated: boolean, defender: Pokemon | null, move: Move, args: any[]): boolean {
- if (this.condition(pokemon, defender, move)) {
- (args[0] as Utils.NumberHolder).value *= this.powerMultiplier;
-
- return true;
- }
-
- return false;
- }
-}
-
-/**
- * Boosts the power of a specific type of move.
- * @extends FieldMovePowerBoostAbAttr
- */
-export class PreAttackFieldMoveTypePowerBoostAbAttr extends FieldMovePowerBoostAbAttr {
- /**
- * @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) {
- super((pokemon, defender, move) => pokemon?.getMoveType(move) === boostedType, powerMultiplier || 1.5);
- }
-}
-
-/**
- * Boosts the power of a specific type of move for all Pokemon in the field.
- * @extends PreAttackFieldMoveTypePowerBoostAbAttr
- */
-export class FieldMoveTypePowerBoostAbAttr extends PreAttackFieldMoveTypePowerBoostAbAttr { }
-
-/**
- * Boosts the power of a specific type of move for the user and its allies.
- * @extends PreAttackFieldMoveTypePowerBoostAbAttr
- */
-export class UserFieldMoveTypePowerBoostAbAttr extends PreAttackFieldMoveTypePowerBoostAbAttr { }
-
-/**
- * Boosts the power of moves in specified categories.
- * @extends FieldMovePowerBoostAbAttr
- */
-export class AllyMoveCategoryPowerBoostAbAttr extends FieldMovePowerBoostAbAttr {
- /**
- * @param boostedCategories - The categories of moves that will receive the power boost.
- * @param powerMultiplier - The multiplier to apply to the move's power.
- */
- constructor(boostedCategories: MoveCategory[], powerMultiplier: number) {
- super((pokemon, defender, move) => boostedCategories.includes(move.category), powerMultiplier);
- }
-}
-
-export class StatMultiplierAbAttr extends AbAttr {
- private stat: BattleStat;
- private multiplier: number;
- private condition: PokemonAttackCondition | null;
-
- constructor(stat: BattleStat, multiplier: number, condition?: PokemonAttackCondition) {
- super(false);
-
- this.stat = stat;
- this.multiplier = multiplier;
- this.condition = condition ?? null;
- }
-
- applyStatStage(pokemon: Pokemon, _passive: boolean, simulated: boolean, stat: BattleStat, statValue: Utils.NumberHolder, args: any[]): boolean | Promise {
- const move = (args[0] as Move);
- if (stat === this.stat && (!this.condition || this.condition(pokemon, null, move))) {
- statValue.value *= this.multiplier;
- return true;
- }
-
- return false;
- }
-}
-
-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) {
- 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
- * 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 {
- // 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;
- }
- }
-
- /**
- * 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;
- }
-}
-
-/**
- * Ability attribute for Gorilla Tactics
- * @extends PostAttackAbAttr
- */
-export class GorillaTacticsAbAttr extends PostAttackAbAttr {
- constructor() {
- super((user, target, move) => true, false);
- }
-
- /**
- *
- * @param {Pokemon} pokemon the {@linkcode Pokemon} with this ability
- * @param passive n/a
- * @param simulated whether the ability is being simulated
- * @param defender n/a
- * @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;
- }
-
- if (pokemon.getTag(BattlerTagType.GORILLA_TACTICS)) {
- return false;
- }
-
- pokemon.addTag(BattlerTagType.GORILLA_TACTICS);
- return true;
- }
-}
-
-export class PostAttackStealHeldItemAbAttr extends PostAttackAbAttr {
- private stealCondition: PokemonAttackCondition | null;
-
- constructor(stealCondition?: PokemonAttackCondition) {
- super();
-
- this.stealCondition = stealCondition ?? null;
- }
-
- applyPostAttackAfterMoveTypeCheck(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, hitResult: HitResult, args: any[]): Promise {
- return new Promise(resolve => {
- if (!simulated && hitResult < HitResult.NO_EFFECT && (!this.stealCondition || this.stealCondition(pokemon, defender, move))) {
- const heldItems = this.getTargetHeldItems(defender).filter(i => i.isTransferable);
- if (heldItems.length) {
- const stolenItem = heldItems[pokemon.randSeedInt(heldItems.length)];
- pokemon.scene.tryTransferHeldItemModifier(stolenItem, pokemon, false).then(success => {
- if (success) {
- pokemon.scene.queueMessage(i18next.t("abilityTriggers:postAttackStealHeldItem", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), defenderName: defender.name, stolenItemType: stolenItem.type.name }));
- }
- resolve(success);
- });
- return;
- }
- }
- resolve(simulated);
- });
- }
-
- getTargetHeldItems(target: Pokemon): PokemonHeldItemModifier[] {
- return target.scene.findModifiers(m => m instanceof PokemonHeldItemModifier
- && m.pokemonId === target.id, target.isPlayer()) as PokemonHeldItemModifier[];
- }
-}
-
-export class PostAttackApplyStatusEffectAbAttr extends PostAttackAbAttr {
- private contactRequired: boolean;
- private chance: integer;
- private effects: StatusEffect[];
-
- constructor(contactRequired: boolean, chance: integer, ...effects: StatusEffect[]) {
- super();
-
- 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 {
- 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) {
- const effect = this.effects.length === 1 ? this.effects[0] : this.effects[pokemon.randSeedInt(this.effects.length)];
- return attacker.trySetStatus(effect, true, pokemon);
- }
-
- return simulated;
- }
-}
-
-export class PostAttackContactApplyStatusEffectAbAttr extends PostAttackApplyStatusEffectAbAttr {
- constructor(chance: integer, ...effects: StatusEffect[]) {
- super(true, chance, ...effects);
- }
-}
-
-export class PostAttackApplyBattlerTagAbAttr extends PostAttackAbAttr {
- private contactRequired: boolean;
- private chance: (user: Pokemon, target: Pokemon, move: Move) => integer;
- private effects: BattlerTagType[];
-
-
- constructor(contactRequired: boolean, chance: (user: Pokemon, target: Pokemon, move: Move) => integer, ...effects: BattlerTagType[]) {
- super();
-
- 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 {
- /**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 false;
- }
-}
-
-export class PostDefendStealHeldItemAbAttr extends PostDefendAbAttr {
- private condition?: PokemonDefendCondition;
-
- constructor(condition?: PokemonDefendCondition) {
- super();
-
- this.condition = condition;
- }
-
- override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, _args: any[]): Promise {
- return new Promise(resolve => {
- if (!simulated && hitResult < HitResult.NO_EFFECT && (!this.condition || this.condition(pokemon, attacker, move)) && !move.hitsSubstitute(attacker, pokemon)) {
- const heldItems = this.getTargetHeldItems(attacker).filter(i => i.isTransferable);
- if (heldItems.length) {
- const stolenItem = heldItems[pokemon.randSeedInt(heldItems.length)];
- pokemon.scene.tryTransferHeldItemModifier(stolenItem, pokemon, false).then(success => {
- if (success) {
- pokemon.scene.queueMessage(i18next.t("abilityTriggers:postDefendStealHeldItem", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), attackerName: attacker.name, stolenItemType: stolenItem.type.name }));
- }
- resolve(success);
- });
- return;
- }
- }
- resolve(simulated);
- });
- }
-
- getTargetHeldItems(target: Pokemon): PokemonHeldItemModifier[] {
- return target.scene.findModifiers(m => m instanceof PokemonHeldItemModifier
- && m.pokemonId === target.id, target.isPlayer()) as PokemonHeldItemModifier[];
- }
-}
-
-/**
- * Base class for defining all {@linkcode Ability} Attributes after a status effect has been set.
- * @see {@linkcode applyPostSetStatus()}.
- */
-export class PostSetStatusAbAttr extends AbAttr {
- /**
- * Does nothing after a status condition is set.
- * @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.
- */
- applyPostSetStatus(pokemon: Pokemon, sourcePokemon: Pokemon | null = null, passive: boolean, effect: StatusEffect, simulated: boolean, args: any[]) : boolean | Promise {
- return false;
- }
-}
-
-/**
- * If another Pokemon burns, paralyzes, poisons, or badly poisons this Pokemon,
- * that Pokemon receives the same non-volatile status condition as part of this
- * 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 {
- /** Synchronizable statuses */
- const syncStatuses = new Set([
- StatusEffect.BURN,
- StatusEffect.PARALYSIS,
- StatusEffect.POISON,
- StatusEffect.TOXIC
- ]);
-
- if (sourcePokemon && syncStatuses.has(effect)) {
- if (!simulated) {
- sourcePokemon.trySetStatus(effect, true, pokemon);
- }
- return true;
- }
-
- return false;
- }
-}
-
-export class PostVictoryAbAttr extends AbAttr {
- applyPostVictory(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- return false;
- }
-}
-
-class PostVictoryStatStageChangeAbAttr extends PostVictoryAbAttr {
- private stat: BattleStat | ((p: Pokemon) => BattleStat);
- private stages: number;
-
- constructor(stat: BattleStat | ((p: Pokemon) => BattleStat), stages: number) {
- super();
-
- this.stat = stat;
- 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;
- if (!simulated) {
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, pokemon.getBattlerIndex(), true, [ stat ], this.stages));
- }
- return true;
- }
-}
-
-export class PostVictoryFormChangeAbAttr extends PostVictoryAbAttr {
- private formFunc: (p: Pokemon) => integer;
-
- constructor(formFunc: ((p: Pokemon) => integer)) {
- super(true);
-
- this.formFunc = formFunc;
- }
-
- applyPostVictory(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- const formIndex = this.formFunc(pokemon);
- if (formIndex !== pokemon.formIndex) {
- if (!simulated) {
- pokemon.scene.triggerPokemonFormChange(pokemon, SpeciesFormChangeManualTrigger, false);
- }
- return true;
- }
-
- return false;
- }
-}
-
-export class PostKnockOutAbAttr extends AbAttr {
- applyPostKnockOut(pokemon: Pokemon, passive: boolean, simulated: boolean, knockedOut: Pokemon, args: any[]): boolean | Promise {
- return false;
- }
-}
-
-export class PostKnockOutStatStageChangeAbAttr extends PostKnockOutAbAttr {
- private stat: BattleStat | ((p: Pokemon) => BattleStat);
- private stages: number;
-
- constructor(stat: BattleStat | ((p: Pokemon) => BattleStat), stages: number) {
- super();
-
- this.stat = stat;
- 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;
- if (!simulated) {
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, pokemon.getBattlerIndex(), true, [ stat ], this.stages));
- }
- return true;
- }
-}
-
-export class CopyFaintedAllyAbilityAbAttr extends PostKnockOutAbAttr {
- constructor() {
- super();
- }
-
- applyPostKnockOut(pokemon: Pokemon, passive: boolean, simulated: boolean, knockedOut: Pokemon, args: any[]): boolean | Promise {
- if (pokemon.isPlayer() === knockedOut.isPlayer() && !knockedOut.getAbility().hasAttr(UncopiableAbilityAbAttr)) {
- if (!simulated) {
- pokemon.summonData.ability = knockedOut.getAbility().id;
- pokemon.scene.queueMessage(i18next.t("abilityTriggers:copyFaintedAllyAbility", { pokemonNameWithAffix: getPokemonNameWithAffix(knockedOut), abilityName: allAbilities[knockedOut.getAbility().id].name }));
- }
- return true;
- }
-
- return false;
- }
-}
-
-export class IgnoreOpponentStatStagesAbAttr extends AbAttr {
- private stats: readonly BattleStat[];
-
- constructor(stats?: BattleStat[]) {
- super(false);
-
- this.stats = stats ?? BATTLE_STATS;
- }
-
- apply(_pokemon: Pokemon, _passive: boolean, simulated: boolean, _cancelled: Utils.BooleanHolder, args: any[]) {
- if (this.stats.includes(args[0])) {
- (args[1] as Utils.BooleanHolder).value = true;
- return true;
- }
- return false;
- }
-}
-
-export class IntimidateImmunityAbAttr extends AbAttr {
- constructor() {
- super(false);
- }
-
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- cancelled.value = true;
- return true;
- }
-
- getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
- return i18next.t("abilityTriggers:intimidateImmunity", {
- pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
- abilityName
- });
- }
-}
-
-export class PostIntimidateStatStageChangeAbAttr extends AbAttr {
- private stats: BattleStat[];
- private stages: number;
- private overwrites: boolean;
-
- constructor(stats: BattleStat[], stages: number, overwrites?: boolean) {
- super(true);
- this.stats = stats;
- this.stages = stages;
- this.overwrites = !!overwrites;
- }
-
- apply(pokemon: Pokemon, passive: boolean, simulated:boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- if (!simulated) {
- pokemon.scene.pushPhase(new StatStageChangePhase(pokemon.scene, pokemon.getBattlerIndex(), false, this.stats, this.stages));
- }
- cancelled.value = this.overwrites;
- return true;
- }
-}
-
-/**
- * Base class for defining all {@linkcode Ability} Attributes post summon
- * @see {@linkcode applyPostSummon()}
- */
-export class PostSummonAbAttr extends AbAttr {
- /**
- * 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;
- }
-}
-
-/**
- * Removes specified arena tags when a Pokemon is summoned.
- */
-export class PostSummonRemoveArenaTagAbAttr extends PostSummonAbAttr {
- private arenaTags: ArenaTagType[];
-
- /**
- * @param arenaTags {@linkcode ArenaTagType[]} - the arena tags to be removed
- */
- constructor(arenaTags: ArenaTagType[]) {
- super(true);
-
- this.arenaTags = arenaTags;
- }
-
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- if (!simulated) {
- for (const arenaTag of this.arenaTags) {
- pokemon.scene.arena.removeTag(arenaTag);
- }
- }
- return true;
- }
-}
-
-export class PostSummonMessageAbAttr extends PostSummonAbAttr {
- private messageFunc: (pokemon: Pokemon) => string;
-
- constructor(messageFunc: (pokemon: Pokemon) => string) {
- super(true);
-
- this.messageFunc = messageFunc;
- }
-
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- if (!simulated) {
- pokemon.scene.queueMessage(this.messageFunc(pokemon));
- }
-
- return true;
- }
-}
-
-export class PostSummonUnnamedMessageAbAttr extends PostSummonAbAttr {
- //Attr doesn't force pokemon name on the message
- private message: string;
-
- constructor(message: string) {
- super(true);
-
- this.message = message;
- }
-
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- if (!simulated) {
- pokemon.scene.queueMessage(this.message);
- }
-
- return true;
- }
-}
-
-export class PostSummonAddBattlerTagAbAttr extends PostSummonAbAttr {
- private tagType: BattlerTagType;
- private turnCount: integer;
-
- constructor(tagType: BattlerTagType, turnCount: integer, 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);
- }
- }
-}
-
-export class PostSummonStatStageChangeAbAttr extends PostSummonAbAttr {
- private stats: BattleStat[];
- private stages: number;
- private selfTarget: boolean;
- private intimidate: boolean;
-
- constructor(stats: BattleStat[], stages: number, selfTarget?: boolean, intimidate?: boolean) {
- super(false);
-
- this.stats = stats;
- this.stages = stages;
- this.selfTarget = !!selfTarget;
- this.intimidate = !!intimidate;
- }
-
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- if (simulated) {
- return true;
- }
-
- queueShowAbility(pokemon, passive); // TODO: Better solution than manually showing the ability here
- if (this.selfTarget) {
- // we unshift the StatStageChangePhase to put it right after the showAbility and not at the end of the
- // phase list (which could be after CommandPhase for example)
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, pokemon.getBattlerIndex(), true, this.stats, this.stages));
- return true;
- }
- for (const opponent of pokemon.getOpponents()) {
- const cancelled = new Utils.BooleanHolder(false);
- if (this.intimidate) {
- applyAbAttrs(IntimidateImmunityAbAttr, opponent, cancelled, simulated);
- applyAbAttrs(PostIntimidateStatStageChangeAbAttr, opponent, cancelled, simulated);
-
- if (opponent.getTag(BattlerTagType.SUBSTITUTE)) {
- cancelled.value = true;
- }
- }
- if (!cancelled.value) {
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, opponent.getBattlerIndex(), false, this.stats, this.stages));
- }
- }
- return true;
- }
-}
-
-export class PostSummonAllyHealAbAttr extends PostSummonAbAttr {
- private healRatio: number;
- private showAnim: boolean;
-
- constructor(healRatio: number, showAnim: boolean = false) {
- super();
-
- this.healRatio = healRatio || 4;
- this.showAnim = showAnim;
- }
-
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- const target = pokemon.getAlly();
- if (target?.isActive(true)) {
- if (!simulated) {
- target.scene.unshiftPhase(new PokemonHealPhase(target.scene, target.getBattlerIndex(),
- Utils.toDmgValue(pokemon.getMaxHp() / this.healRatio), i18next.t("abilityTriggers:postSummonAllyHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(target), pokemonName: pokemon.name }), true, !this.showAnim));
- }
-
- return true;
- }
-
- return false;
- }
-}
-
-/**
- * Resets an ally's temporary stat boots to zero with no regard to
- * whether this is a positive or negative change
- * @param pokemon The {@link Pokemon} with this {@link AbAttr}
- * @param passive N/A
- * @param args N/A
- * @returns if the move was successful
- */
-export class PostSummonClearAllyStatStagesAbAttr extends PostSummonAbAttr {
- constructor() {
- 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);
- }
-
- target.scene.queueMessage(i18next.t("abilityTriggers:postSummonClearAllyStats", { pokemonNameWithAffix: getPokemonNameWithAffix(target) }));
- }
-
- return true;
- }
-
- return false;
- }
-}
-
-/**
- * Download raises either the Attack stat or Special Attack stat by one stage depending on the foe's currently lowest defensive stat:
- * it will raise Attack if the foe's current Defense is lower than its current Special Defense stat;
- * otherwise, it will raise Special Attack.
- * @extends PostSummonAbAttr
- * @see {applyPostSummon}
- */
-export class DownloadAbAttr extends PostSummonAbAttr {
- private enemyDef: integer;
- private enemySpDef: integer;
- private enemyCountTally: integer;
- 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 {
- this.enemyDef = 0;
- this.enemySpDef = 0;
- this.enemyCountTally = 0;
-
- for (const opponent of pokemon.getOpponents()) {
- this.enemyCountTally++;
- this.enemyDef += opponent.getEffectiveStat(Stat.DEF);
- this.enemySpDef += opponent.getEffectiveStat(Stat.SPDEF);
- }
- this.enemyDef = Math.round(this.enemyDef / this.enemyCountTally);
- this.enemySpDef = Math.round(this.enemySpDef / this.enemyCountTally);
-
- if (this.enemyDef < this.enemySpDef) {
- this.stats = [ Stat.ATK ];
- } else {
- this.stats = [ Stat.SPATK ];
- }
-
- if (this.enemyDef > 0 && this.enemySpDef > 0) { // only activate if there's actually an enemy to download from
- if (!simulated) {
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, pokemon.getBattlerIndex(), false, this.stats, 1));
- }
- return true;
- }
-
- return false;
- }
-}
-
-export class PostSummonWeatherChangeAbAttr extends PostSummonAbAttr {
- private weatherType: WeatherType;
-
- constructor(weatherType: WeatherType) {
- super();
-
- this.weatherType = weatherType;
- }
-
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- if ((this.weatherType === WeatherType.HEAVY_RAIN ||
- this.weatherType === WeatherType.HARSH_SUN ||
- this.weatherType === WeatherType.STRONG_WINDS) || !pokemon.scene.arena.weather?.isImmutable()) {
- if (simulated) {
- return pokemon.scene.arena.weather?.weatherType !== this.weatherType;
- } else {
- return pokemon.scene.arena.trySetWeather(this.weatherType, true);
- }
- }
-
- return false;
- }
-}
-
-export class PostSummonTerrainChangeAbAttr extends PostSummonAbAttr {
- private terrainType: TerrainType;
-
- constructor(terrainType: TerrainType) {
- super();
-
- this.terrainType = terrainType;
- }
-
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- if (simulated) {
- return pokemon.scene.arena.terrain?.terrainType !== this.terrainType;
- } else {
- return pokemon.scene.arena.trySetTerrain(this.terrainType, true);
- }
- }
-}
-
-export class PostSummonFormChangeAbAttr extends PostSummonAbAttr {
- private formFunc: (p: Pokemon) => integer;
-
- constructor(formFunc: ((p: Pokemon) => integer)) {
- super(true);
-
- this.formFunc = formFunc;
- }
-
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- const formIndex = this.formFunc(pokemon);
- if (formIndex !== pokemon.formIndex) {
- return simulated || pokemon.scene.triggerPokemonFormChange(pokemon, SpeciesFormChangeManualTrigger, false);
- }
-
- return false;
- }
-}
-
-/** Attempts to copy a pokemon's ability */
-export class PostSummonCopyAbilityAbAttr extends PostSummonAbAttr {
- private target: Pokemon;
- private targetAbilityName: string;
-
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- const targets = pokemon.getOpponents();
- if (!targets.length) {
- return false;
- }
-
- let target: Pokemon;
- if (targets.length > 1) {
- pokemon.scene.executeWithSeedOffset(() => target = Utils.randSeedItem(targets), pokemon.scene.currentBattle.waveIndex);
- } else {
- target = targets[0];
- }
-
- if (
- target!.getAbility().hasAttr(UncopiableAbilityAbAttr) &&
- // Wonder Guard is normally uncopiable so has the attribute, but Trace specifically can copy it
- !(pokemon.hasAbility(Abilities.TRACE) && target!.getAbility().id === Abilities.WONDER_GUARD)
- ) {
- return false;
- }
-
- if (!simulated) {
- this.target = target!;
- this.targetAbilityName = allAbilities[target!.getAbility().id].name;
- pokemon.summonData.ability = target!.getAbility().id;
- setAbilityRevealed(target!);
- pokemon.updateInfo();
- }
-
- return true;
- }
-
- getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
- return i18next.t("abilityTriggers:trace", {
- pokemonName: getPokemonNameWithAffix(pokemon),
- targetName: getPokemonNameWithAffix(this.target),
- abilityName: this.targetAbilityName,
- });
- }
-}
-
-/**
- * Removes supplied status effects from the user's field.
- */
-export class PostSummonUserFieldRemoveStatusEffectAbAttr extends PostSummonAbAttr {
- private statusEffect: StatusEffect[];
-
- /**
- * @param statusEffect - The status effects to be removed from the user's field.
- */
- constructor(...statusEffect: StatusEffect[]) {
- super(false);
-
- this.statusEffect = statusEffect;
- }
-
- /**
- * Removes supplied status effect from the user's field when user of the ability is summoned.
- *
- * @param pokemon - The Pokémon that triggered the ability.
- * @param passive - n/a
- * @param args - n/a
- * @returns A boolean or a promise that resolves to a boolean indicating the result of the ability application.
- */
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- const party = pokemon instanceof PlayerPokemon ? pokemon.scene.getPlayerField() : pokemon.scene.getEnemyField();
- const allowedParty = party.filter(p => p.isAllowedInBattle());
-
- if (allowedParty.length < 1) {
- return false;
- }
-
- if (!simulated) {
- for (const pokemon of allowedParty) {
- if (pokemon.status && this.statusEffect.includes(pokemon.status.effect)) {
- pokemon.scene.queueMessage(getStatusEffectHealText(pokemon.status.effect, getPokemonNameWithAffix(pokemon)));
- pokemon.resetStatus(false);
- pokemon.updateInfo();
- }
- }
- }
- return true;
- }
-}
-
-
-/** Attempt to copy the stat changes on an ally pokemon */
-export class PostSummonCopyAllyStatsAbAttr extends PostSummonAbAttr {
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- if (!pokemon.scene.currentBattle.double) {
- return false;
- }
-
- const ally = pokemon.getAlly();
- if (!ally || ally.getStatStages().every(s => s === 0)) {
- return false;
- }
-
- 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 {
- return i18next.t("abilityTriggers:costar", {
- pokemonName: getPokemonNameWithAffix(pokemon),
- allyName: getPokemonNameWithAffix(pokemon.getAlly()),
- });
- }
-}
-
-export class PostSummonTransformAbAttr extends PostSummonAbAttr {
- constructor() {
- super(true);
- }
-
- async applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): Promise {
- const targets = pokemon.getOpponents();
- if (simulated || !targets.length) {
- return simulated;
- }
- const promises: Promise[] = [];
-
- let target: Pokemon;
- if (targets.length > 1) {
- pokemon.scene.executeWithSeedOffset(() => target = Utils.randSeedItem(targets), pokemon.scene.currentBattle.waveIndex);
- } else {
- target = targets[0];
- }
-
- target = target!;
- pokemon.summonData.speciesForm = target.getSpeciesForm();
- pokemon.summonData.fusionSpeciesForm = target.getFusionSpeciesForm();
- pokemon.summonData.ability = target.getAbility().id;
- pokemon.summonData.gender = target.getGender();
- pokemon.summonData.fusionGender = target.getFusionGender();
-
- // Copy all stats (except HP)
- for (const s of EFFECTIVE_STATS) {
- pokemon.setStat(s, target.getStat(s, false), false);
- }
-
- // Copy all stat stages
- for (const s of BATTLE_STATS) {
- pokemon.setStatStage(s, target.getStatStage(s));
- }
-
- pokemon.summonData.moveset = target.getMoveset().map((m) => {
- 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());
-
- pokemon.scene.queueMessage(i18next.t("abilityTriggers:postSummonTransform", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), targetName: target.name, }));
- pokemon.scene.playSound("battle_anims/PRSFX- Transform");
- promises.push(pokemon.loadAssets(false).then(() => {
- pokemon.playAnim();
- pokemon.updateInfo();
- }));
-
- await Promise.all(promises);
-
- return true;
- }
-}
-
-/**
- * Reverts weather-based forms to their normal forms when the user is summoned.
- * Used by Cloud Nine and Air Lock.
- * @extends PostSummonAbAttr
- */
-export class PostSummonWeatherSuppressedFormChangeAbAttr extends PostSummonAbAttr {
- /**
- * Triggers {@linkcode Arena.triggerWeatherBasedFormChangesToNormal | triggerWeatherBasedFormChangesToNormal}
- * @param {Pokemon} pokemon the Pokemon with this ability
- * @param passive n/a
- * @param args n/a
- * @returns whether a Pokemon was reverted to its normal form
- */
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]) {
- const pokemonToTransform = getPokemonWithWeatherBasedForms(pokemon.scene);
-
- if (pokemonToTransform.length < 1) {
- return false;
- }
-
- if (!simulated) {
- pokemon.scene.arena.triggerWeatherBasedFormChangesToNormal();
- }
-
- return true;
- }
-}
-
-/**
- * Triggers weather-based form change when summoned into an active weather.
- * Used by Forecast and Flower Gift.
- * @extends PostSummonAbAttr
- */
-export class PostSummonFormChangeByWeatherAbAttr extends PostSummonAbAttr {
- private ability: Abilities;
-
- constructor(ability: Abilities) {
- super(false);
-
- this.ability = ability;
- }
-
- /**
- * Calls the {@linkcode BattleScene.triggerPokemonFormChange | triggerPokemonFormChange} for both
- * {@linkcode SpeciesFormChange.SpeciesFormChangeWeatherTrigger | SpeciesFormChangeWeatherTrigger} and
- * {@linkcode SpeciesFormChange.SpeciesFormChangeWeatherTrigger | SpeciesFormChangeRevertWeatherFormTrigger} if it
- * is the specific Pokemon and ability
- * @param {Pokemon} pokemon the Pokemon with this ability
- * @param passive n/a
- * @param args n/a
- * @returns whether the form change was triggered
- */
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- const isCastformWithForecast = (pokemon.species.speciesId === Species.CASTFORM && this.ability === Abilities.FORECAST);
- const isCherrimWithFlowerGift = (pokemon.species.speciesId === Species.CHERRIM && this.ability === Abilities.FLOWER_GIFT);
-
- if (isCastformWithForecast || isCherrimWithFlowerGift) {
- if (simulated) {
- return simulated;
- }
-
- pokemon.scene.triggerPokemonFormChange(pokemon, SpeciesFormChangeWeatherTrigger);
- pokemon.scene.triggerPokemonFormChange(pokemon, SpeciesFormChangeRevertWeatherFormTrigger);
- queueShowAbility(pokemon, passive);
- return true;
- }
- return false;
- }
-}
-
-export class PreSwitchOutAbAttr extends AbAttr {
- constructor() {
- super(true);
- }
-
- applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- return false;
- }
-}
-
-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();
- }
-
- return true;
- }
-
- return false;
- }
-}
-
-/**
- * Clears Desolate Land/Primordial Sea/Delta Stream upon the Pokemon switching out.
- */
-export class PreSwitchOutClearWeatherAbAttr extends PreSwitchOutAbAttr {
-
- /**
- * @param pokemon The {@linkcode Pokemon} with the ability
- * @param passive N/A
- * @param args N/A
- * @returns {boolean} Returns true if the weather clears, otherwise false.
- */
- applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- const weatherType = pokemon.scene.arena.weather?.weatherType;
- let turnOffWeather = false;
-
- // Clear weather only if user's ability matches the weather and no other pokemon has the ability.
- switch (weatherType) {
- case (WeatherType.HARSH_SUN):
- if (pokemon.hasAbility(Abilities.DESOLATE_LAND)
- && pokemon.scene.getField(true).filter(p => p !== pokemon).filter(p => p.hasAbility(Abilities.DESOLATE_LAND)).length === 0) {
- turnOffWeather = true;
- }
- break;
- case (WeatherType.HEAVY_RAIN):
- if (pokemon.hasAbility(Abilities.PRIMORDIAL_SEA)
- && pokemon.scene.getField(true).filter(p => p !== pokemon).filter(p => p.hasAbility(Abilities.PRIMORDIAL_SEA)).length === 0) {
- turnOffWeather = true;
- }
- break;
- case (WeatherType.STRONG_WINDS):
- if (pokemon.hasAbility(Abilities.DELTA_STREAM)
- && pokemon.scene.getField(true).filter(p => p !== pokemon).filter(p => p.hasAbility(Abilities.DELTA_STREAM)).length === 0) {
- turnOffWeather = true;
- }
- break;
- }
-
- if (simulated) {
- return turnOffWeather;
- }
-
- if (turnOffWeather) {
- pokemon.scene.arena.trySetWeather(WeatherType.NONE, false);
- return true;
- }
-
- return false;
- }
-}
-
-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();
- }
-
- return true;
- }
-
- return false;
- }
-}
-
-/**
- * Attribute for form changes that occur on switching out
- * @extends PreSwitchOutAbAttr
- * @see {@linkcode applyPreSwitchOut}
- */
-export class PreSwitchOutFormChangeAbAttr extends PreSwitchOutAbAttr {
- private formFunc: (p: Pokemon) => integer;
-
- constructor(formFunc: ((p: Pokemon) => integer)) {
- super();
-
- this.formFunc = formFunc;
- }
-
- /**
- * On switch out, trigger the form change to the one defined in the ability
- * @param pokemon The pokemon switching out and changing form {@linkcode Pokemon}
- * @param passive N/A
- * @param args N/A
- * @returns true if the form change was successful
- */
- applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- const formIndex = this.formFunc(pokemon);
- if (formIndex !== pokemon.formIndex) {
- if (!simulated) {
- pokemon.scene.triggerPokemonFormChange(pokemon, SpeciesFormChangeManualTrigger, false);
- }
- return true;
- }
-
- return false;
- }
-
-}
-
-export class PreStatStageChangeAbAttr extends AbAttr {
- applyPreStatStageChange(pokemon: Pokemon | null, passive: boolean, simulated: boolean, stat: BattleStat, cancelled: Utils.BooleanHolder, args: any[]): boolean | Promise {
- return false;
- }
-}
-
-/**
- * Protect one or all {@linkcode BattleStat} from reductions caused by other Pokémon's moves and Abilities
- */
-export class ProtectStatAbAttr extends PreStatStageChangeAbAttr {
- /** {@linkcode BattleStat} to protect or `undefined` if **all** {@linkcode BattleStat} are protected */
- private protectedStat?: BattleStat;
-
- constructor(protectedStat?: BattleStat) {
- super();
-
- this.protectedStat = protectedStat;
- }
-
- /**
- * Apply the {@linkcode ProtectedStatAbAttr} to an interaction
- * @param _pokemon
- * @param _passive
- * @param simulated
- * @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;
- }
-
- getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]): string {
- return i18next.t("abilityTriggers:protectStat", {
- pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
- abilityName,
- statName: this.protectedStat ? i18next.t(getStatKey(this.protectedStat)) : i18next.t("battle:stats")
- });
- }
-}
-
-/**
- * This attribute applies confusion to the target whenever the user
- * directly poisons them with a move, e.g. Poison Puppeteer.
- * Called in {@linkcode StatusEffectAttr}.
- * @extends PostAttackAbAttr
- * @see {@linkcode applyPostAttack}
- */
-export class ConfusionOnStatusEffectAbAttr extends PostAttackAbAttr {
- /** List of effects to apply confusion after */
- private effects: StatusEffect[];
-
- constructor(...effects: StatusEffect[]) {
- /** This effect does not require a damaging move */
- super((user, target, move) => true);
- this.effects = effects;
- }
- /**
- * Applies confusion to the target pokemon.
- * @param pokemon {@link Pokemon} attacking
- * @param passive N/A
- * @param defender {@link Pokemon} defending
- * @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);
- }
- }
- 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;
- }
-}
-
-/**
- * Provides immunity to status effects to specified targets.
- */
-export class PreSetStatusEffectImmunityAbAttr extends PreSetStatusAbAttr {
- private immuneEffects: StatusEffect[];
-
- /**
- * @param immuneEffects - The status effects to which the Pokémon is immune.
- */
- constructor(...immuneEffects: StatusEffect[]) {
- super();
-
- this.immuneEffects = immuneEffects;
- }
-
- /**
- * Applies immunity to supplied status effects.
- *
- * @param pokemon - The Pokémon to which the status is being applied.
- * @param passive - n/a
- * @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;
- }
-
- getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
- return this.immuneEffects.length ?
- i18next.t("abilityTriggers:statusEffectImmunityWithName", {
- pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
- abilityName,
- statusEffectName: getStatusEffectDescriptor(args[0] as StatusEffect)
- }) :
- i18next.t("abilityTriggers:statusEffectImmunity", {
- pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
- abilityName
- });
- }
-}
-
-/**
- * Provides immunity to status effects to the user.
- * @extends PreSetStatusEffectImmunityAbAttr
- */
-export class StatusEffectImmunityAbAttr extends PreSetStatusEffectImmunityAbAttr { }
-
-/**
- * Provides immunity to status effects to the user's field.
- * @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;
- }
-}
-
-/**
- * Provides immunity to BattlerTags {@linkcode BattlerTag} to specified targets.
- */
-export class PreApplyBattlerTagImmunityAbAttr extends PreApplyBattlerTagAbAttr {
- private immuneTagTypes: BattlerTagType[];
- private battlerTag: BattlerTag;
-
- constructor(immuneTagTypes: BattlerTagType | BattlerTagType[]) {
- super();
-
- 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;
- }
-
- return false;
- }
-
- getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
- return i18next.t("abilityTriggers:battlerTagImmunity", {
- pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
- abilityName,
- battlerTagName: this.battlerTag.getDescriptor()
- });
- }
-}
-
-/**
- * Provides immunity to BattlerTags {@linkcode BattlerTag} to the user.
- * @extends PreApplyBattlerTagImmunityAbAttr
- */
-export class BattlerTagImmunityAbAttr extends PreApplyBattlerTagImmunityAbAttr { }
-
-/**
- * Provides immunity to BattlerTags {@linkcode BattlerTag} to the user's field.
- * @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 {
- (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 {
- (args[0] as Utils.BooleanHolder).value = true;
- return true;
- }
-}
-
-export class MultCritAbAttr extends AbAttr {
- public multAmount: number;
-
- constructor(multAmount: number) {
- super(true);
-
- this.multAmount = multAmount;
- }
-
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- const critMult = args[0] as Utils.NumberHolder;
- if (critMult.value > 1) {
- critMult.value *= this.multAmount;
- return true;
- }
-
- return false;
- }
-}
-
-/**
- * Guarantees a critical hit according to the given condition, except if target prevents critical hits. ie. Merciless
- * @extends AbAttr
- * @see {@linkcode apply}
- */
-export class ConditionalCritAbAttr extends AbAttr {
- private condition: PokemonAttackCondition;
-
- constructor(condition: PokemonAttackCondition, checkUser?: Boolean) {
- super();
-
- this.condition = condition;
- }
-
- /**
- * @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;
- }
-
- (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 {
- cancelled.value = true;
- return true;
- }
-}
-
-/**
- * This attribute will block any status damage that you put in the parameter.
- */
-export class BlockStatusDamageAbAttr extends AbAttr {
- private effects: StatusEffect[];
-
- /**
- * @param {StatusEffect[]} effects The status effect(s) that will be blocked from damaging the ability pokemon
- */
- constructor(...effects: StatusEffect[]) {
- super(false);
-
- this.effects = effects;
- }
-
- /**
- * @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;
- }
-}
-
-export class BlockOneHitKOAbAttr extends AbAttr {
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- cancelled.value = true;
- return true;
- }
-}
-
-/**
- * This governs abilities that alter the priority of moves
- * Abilities: Prankster, Gale Wings, Triage, Mycelium Might, Stall
- * Note - Quick Claw has a separate and distinct implementation outside of priority
- */
-export class ChangeMovePriorityAbAttr extends AbAttr {
- private moveFunc: (pokemon: Pokemon, move: Move) => boolean;
- private changeAmount: number;
-
- /**
- * @param {(pokemon, move) => boolean} moveFunc applies priority-change to moves within a provided category
- * @param {number} changeAmount the amount of priority added or subtracted
- */
- constructor(moveFunc: (pokemon: Pokemon, move: Move) => boolean, changeAmount: number) {
- super(true);
-
- 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;
- }
-
- (args[1] as Utils.IntegerHolder).value += this.changeAmount;
- return true;
- }
-}
-
-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;
- }
-}
-
-export class PreWeatherDamageAbAttr extends PreWeatherEffectAbAttr { }
-
-export class BlockWeatherDamageAttr extends PreWeatherDamageAbAttr {
- private weatherTypes: WeatherType[];
-
- constructor(...weatherTypes: WeatherType[]) {
- super();
-
- 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;
- }
-
- return true;
- }
-}
-
-export class SuppressWeatherEffectAbAttr extends PreWeatherEffectAbAttr {
- public affectsImmutable: boolean;
-
- constructor(affectsImmutable?: boolean) {
- super();
-
- 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;
- }
-
- return false;
- }
-}
-
-/**
- * Condition function to applied to abilities related to Sheer Force.
- * Checks if last move used against target was affected by a Sheer Force user and:
- * Disables: Color Change, Pickpocket, Wimp Out, Emergency Exit, Berserk, Anger Shell
- * @returns {AbAttrCondition} If false disables the ability which the condition is applied to.
- */
-function getSheerForceHitDisableAbCondition(): AbAttrCondition {
- return (pokemon: Pokemon) => {
- if (!pokemon.turnData) {
- return true;
- }
-
- const lastReceivedAttack = pokemon.turnData.attacksReceived[0];
- if (!lastReceivedAttack) {
- return true;
- }
-
- const lastAttacker = pokemon.getOpponents().find(p => p.id === lastReceivedAttack.sourceId);
- if (!lastAttacker) {
- return true;
- }
-
- /**if the last move chance is greater than or equal to cero, and the last attacker's ability is sheer force*/
- const SheerForceAffected = allMoves[lastReceivedAttack.move].chance >= 0 && lastAttacker.hasAbility(Abilities.SHEER_FORCE);
-
- return !SheerForceAffected;
- };
-}
-
-function getWeatherCondition(...weatherTypes: WeatherType[]): AbAttrCondition {
- return (pokemon: Pokemon) => {
- if (!pokemon.scene?.arena) {
- return false;
- }
- if (pokemon.scene.arena.weather?.isEffectSuppressed(pokemon.scene)) {
- return false;
- }
- const weatherType = pokemon.scene.arena.weather?.weatherType;
- return !!weatherType && weatherTypes.indexOf(weatherType) > -1;
- };
-}
-
-function getAnticipationCondition(): AbAttrCondition {
- return (pokemon: Pokemon) => {
- for (const opponent of pokemon.getOpponents()) {
- for (const move of opponent.moveset) {
- // ignore null/undefined moves
- if (!move) {
- continue;
- }
- // the move's base type (not accounting for variable type changes) is super effective
- if (move.getMove() instanceof AttackMove && pokemon.getAttackTypeEffectiveness(move.getMove().type, opponent, true) >= 2) {
- return true;
- }
- // move is a OHKO
- if (move.getMove().hasAttr(OneHitKOAttr)) {
- return true;
- }
- // edge case for hidden power, type is computed
- if (move.getMove().id === Moves.HIDDEN_POWER) {
- const iv_val = Math.floor(((opponent.ivs[Stat.HP] & 1)
- + (opponent.ivs[Stat.ATK] & 1) * 2
- + (opponent.ivs[Stat.DEF] & 1) * 4
- + (opponent.ivs[Stat.SPD] & 1) * 8
- + (opponent.ivs[Stat.SPATK] & 1) * 16
- + (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];
-
- if (pokemon.getAttackTypeEffectiveness(type, opponent) >= 2) {
- return true;
- }
- }
- }
- }
- return false;
- };
-}
-
-/**
- * Creates an ability condition that causes the ability to fail if that ability
- * has already been used by that pokemon that battle. It requires an ability to
- * be specified due to current limitations in how conditions on abilities work.
- * @param {Abilities} ability The ability to check if it's already been applied
- * @returns {AbAttrCondition} The condition
- */
-function getOncePerBattleCondition(ability: Abilities): AbAttrCondition {
- return (pokemon: Pokemon) => {
- return !pokemon.battleData?.abilitiesApplied.includes(ability);
- };
-}
-
-export class ForewarnAbAttr extends PostSummonAbAttr {
- constructor() {
- super(true);
- }
-
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- let maxPowerSeen = 0;
- let maxMove = "";
- let movePower = 0;
- for (const opponent of pokemon.getOpponents()) {
- for (const move of opponent.moveset) {
- if (move?.getMove() instanceof StatusMove) {
- movePower = 1;
- } else if (move?.getMove().hasAttr(OneHitKOAttr)) {
- movePower = 150;
- } else if (move?.getMove().id === Moves.COUNTER || move?.getMove().id === Moves.MIRROR_COAT || move?.getMove().id === Moves.METAL_BURST) {
- movePower = 120;
- } else if (move?.getMove().power === -1) {
- movePower = 80;
- } else {
- movePower = move?.getMove().power ?? 0;
- }
-
- if (movePower > maxPowerSeen) {
- maxPowerSeen = movePower;
- maxMove = move?.getName() ?? "";
- }
- }
- }
- if (!simulated) {
- pokemon.scene.queueMessage(i18next.t("abilityTriggers:forewarn", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), moveName: maxMove }));
- }
- return true;
- }
-}
-
-export class FriskAbAttr extends PostSummonAbAttr {
- constructor() {
- super(true);
- }
-
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- if (!simulated) {
- for (const opponent of pokemon.getOpponents()) {
- pokemon.scene.queueMessage(i18next.t("abilityTriggers:frisk", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), opponentName: opponent.name, opponentAbilityName: opponent.getAbility().name }));
- setAbilityRevealed(opponent);
- }
- }
- return true;
- }
-}
-
-export class PostWeatherChangeAbAttr extends AbAttr {
- applyPostWeatherChange(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: WeatherType, args: any[]): boolean {
- return false;
- }
-}
-
-/**
- * Triggers weather-based form change when weather changes.
- * Used by Forecast and Flower Gift.
- * @extends PostWeatherChangeAbAttr
- */
-export class PostWeatherChangeFormChangeAbAttr extends PostWeatherChangeAbAttr {
- private ability: Abilities;
- private formRevertingWeathers: WeatherType[];
-
- constructor(ability: Abilities, formRevertingWeathers: WeatherType[]) {
- super(false);
-
- this.ability = ability;
- this.formRevertingWeathers = formRevertingWeathers;
- }
-
- /**
- * Calls {@linkcode Arena.triggerWeatherBasedFormChangesToNormal | triggerWeatherBasedFormChangesToNormal} when the
- * weather changed to form-reverting weather, otherwise calls {@linkcode Arena.triggerWeatherBasedFormChanges | triggerWeatherBasedFormChanges}
- * @param {Pokemon} pokemon the Pokemon with this ability
- * @param passive n/a
- * @param weather n/a
- * @param args n/a
- * @returns whether the form change was triggered
- */
- applyPostWeatherChange(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: WeatherType, args: any[]): boolean {
- const isCastformWithForecast = (pokemon.species.speciesId === Species.CASTFORM && this.ability === Abilities.FORECAST);
- const isCherrimWithFlowerGift = (pokemon.species.speciesId === Species.CHERRIM && this.ability === Abilities.FLOWER_GIFT);
-
- if (isCastformWithForecast || isCherrimWithFlowerGift) {
- if (simulated) {
- return simulated;
- }
-
- const weatherType = pokemon.scene.arena.weather?.weatherType;
-
- if (weatherType && this.formRevertingWeathers.includes(weatherType)) {
- pokemon.scene.arena.triggerWeatherBasedFormChangesToNormal();
- } else {
- pokemon.scene.arena.triggerWeatherBasedFormChanges();
- }
- return true;
- }
- return false;
- }
-}
-
-export class PostWeatherChangeAddBattlerTagAttr extends PostWeatherChangeAbAttr {
- private tagType: BattlerTagType;
- private turnCount: integer;
- private weatherTypes: WeatherType[];
-
- constructor(tagType: BattlerTagType, turnCount: integer, ...weatherTypes: WeatherType[]) {
- super();
-
- this.tagType = tagType;
- this.turnCount = turnCount;
- 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;
- }
-
- if (simulated) {
- return pokemon.canAddTag(this.tagType);
- } else {
- return pokemon.addTag(this.tagType, this.turnCount);
- }
- }
-}
-
-export class PostWeatherLapseAbAttr extends AbAttr {
- protected weatherTypes: WeatherType[];
-
- constructor(...weatherTypes: WeatherType[]) {
- super();
-
- this.weatherTypes = weatherTypes;
- }
-
- applyPostWeatherLapse(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather | null, args: any[]): boolean | Promise {
- return false;
- }
-
- getCondition(): AbAttrCondition {
- return getWeatherCondition(...this.weatherTypes);
- }
-}
-
-export class PostWeatherLapseHealAbAttr extends PostWeatherLapseAbAttr {
- private healFactor: integer;
-
- constructor(healFactor: integer, ...weatherTypes: WeatherType[]) {
- super(...weatherTypes);
-
- this.healFactor = healFactor;
- }
-
- applyPostWeatherLapse(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather, args: any[]): boolean {
- if (!pokemon.isFullHp()) {
- const scene = pokemon.scene;
- const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name;
- if (!simulated) {
- scene.unshiftPhase(new PokemonHealPhase(scene, pokemon.getBattlerIndex(),
- Utils.toDmgValue(pokemon.getMaxHp() / (16 / this.healFactor)), i18next.t("abilityTriggers:postWeatherLapseHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }), true));
- }
- return true;
- }
-
- return false;
- }
-}
-
-export class PostWeatherLapseDamageAbAttr extends PostWeatherLapseAbAttr {
- private damageFactor: integer;
-
- constructor(damageFactor: integer, ...weatherTypes: WeatherType[]) {
- super(...weatherTypes);
-
- this.damageFactor = damageFactor;
- }
-
- applyPostWeatherLapse(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather, args: any[]): boolean {
- const scene = pokemon.scene;
- if (pokemon.hasAbilityWithAttr(BlockNonDirectDamageAbAttr)) {
- return false;
- }
-
- if (!simulated) {
- const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name;
- scene.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;
- }
-}
-
-export class PostTerrainChangeAddBattlerTagAttr extends PostTerrainChangeAbAttr {
- private tagType: BattlerTagType;
- private turnCount: integer;
- private terrainTypes: TerrainType[];
-
- constructor(tagType: BattlerTagType, turnCount: integer, ...terrainTypes: TerrainType[]) {
- super();
-
- this.tagType = tagType;
- this.turnCount = turnCount;
- this.terrainTypes = terrainTypes;
- }
-
- applyPostTerrainChange(pokemon: Pokemon, passive: boolean, simulated: boolean, terrain: TerrainType, args: any[]): boolean {
- if (!this.terrainTypes.find(t => t === terrain)) {
- return false;
- }
-
- if (simulated) {
- return pokemon.canAddTag(this.tagType);
- } else {
- return pokemon.addTag(this.tagType, this.turnCount);
- }
- }
-}
-
-function getTerrainCondition(...terrainTypes: TerrainType[]): AbAttrCondition {
- return (pokemon: Pokemon) => {
- const terrainType = pokemon.scene.arena.terrain?.terrainType;
- return !!terrainType && terrainTypes.indexOf(terrainType) > -1;
- };
-}
-
-export class PostTurnAbAttr extends AbAttr {
- applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- return false;
- }
-}
-
-/**
- * This attribute will heal 1/8th HP if the ability pokemon has the correct status.
- */
-export class PostTurnStatusHealAbAttr extends PostTurnAbAttr {
- private effects: StatusEffect[];
-
- /**
- * @param {StatusEffect[]} effects The status effect(s) that will qualify healing the ability pokemon
- */
- constructor(...effects: StatusEffect[]) {
- super(false);
-
- this.effects = effects;
- }
-
- /**
- * @param {Pokemon} pokemon The pokemon with the ability that will receive the healing
- * @param {Boolean} passive N/A
- * @param {any[]} args N/A
- * @returns Returns true if healed from status, false if not
- */
- applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- if (pokemon.status && this.effects.includes(pokemon.status.effect)) {
- if (!pokemon.isFullHp()) {
- if (!simulated) {
- const scene = pokemon.scene;
- const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name;
- scene.unshiftPhase(new PokemonHealPhase(scene, pokemon.getBattlerIndex(),
- Utils.toDmgValue(pokemon.getMaxHp() / 8), i18next.t("abilityTriggers:poisonHeal", { pokemonName: getPokemonNameWithAffix(pokemon), abilityName }), true));
- }
- return true;
- }
- }
- return false;
- }
-}
-
-/**
- * After the turn ends, resets the status of either the ability holder or their ally
- * @param {boolean} allyTarget Whether to target ally, defaults to false (self-target)
- */
-export class PostTurnResetStatusAbAttr extends PostTurnAbAttr {
- private allyTarget: boolean;
- private target: Pokemon;
-
- constructor(allyTarget: boolean = false) {
- super(true);
- this.allyTarget = allyTarget;
- }
-
- applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- if (this.allyTarget) {
- this.target = pokemon.getAlly();
- } else {
- this.target = pokemon;
- }
- if (this.target?.status) {
- if (!simulated) {
- this.target.scene.queueMessage(getStatusEffectHealText(this.target.status?.effect, getPokemonNameWithAffix(this.target)));
- this.target.resetStatus(false);
- this.target.updateInfo();
- }
-
- return true;
- }
-
- return false;
- }
-}
-
-/**
- * After the turn ends, try to create an extra item
- */
-export class PostTurnLootAbAttr extends PostTurnAbAttr {
- /**
- * @param itemType - The type of item to create
- * @param procChance - Chance to create an item
- * @see {@linkcode applyPostTurn()}
- */
- constructor(
- /** Extend itemType to add more options */
- private itemType: "EATEN_BERRIES" | "HELD_BERRIES",
- private procChance: (pokemon: Pokemon) => number
- ) {
- super();
- }
-
- applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- const pass = Phaser.Math.RND.realInRange(0, 1);
- // 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;
- }
-
- if (this.itemType === "EATEN_BERRIES") {
- return this.createEatenBerry(pokemon, simulated);
- } else {
- return false;
- }
- }
-
- /**
- * Create a new berry chosen randomly from the berries the pokemon ate this battle
- * @param pokemon The pokemon with this ability
- * @param simulated whether the associated ability call is simulated
- * @returns whether a new berry was created
- */
- createEatenBerry(pokemon: Pokemon, simulated: boolean): boolean {
- const berriesEaten = pokemon.battleData.berriesEaten;
-
- if (!berriesEaten.length) {
- return false;
- }
-
- if (simulated) {
- return true;
- }
-
- const randomIdx = Utils.randSeedInt(berriesEaten.length);
- const chosenBerryType = berriesEaten[randomIdx];
- const chosenBerry = new BerryModifierType(chosenBerryType);
- berriesEaten.splice(randomIdx); // Remove berry from memory
-
- const berryModifier = pokemon.scene.findModifier(
- (m) => m instanceof BerryModifier && m.berryType === chosenBerryType,
- pokemon.isPlayer()
- ) as BerryModifier | undefined;
-
- if (!berryModifier) {
- const newBerry = new BerryModifier(chosenBerry, pokemon.id, chosenBerryType, 1);
- if (pokemon.isPlayer()) {
- pokemon.scene.addModifier(newBerry);
- } else {
- pokemon.scene.addEnemyModifier(newBerry);
- }
- } else if (berryModifier.stackCount < berryModifier.getMaxHeldItemCount(pokemon)) {
- berryModifier.stackCount++;
- }
-
- pokemon.scene.queueMessage(i18next.t("abilityTriggers:postTurnLootCreateEatenBerry", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), berryName: chosenBerry.name }));
- pokemon.scene.updateModifiers(pokemon.isPlayer());
-
- return true;
- }
-}
-
-/**
- * Attribute used for {@linkcode Abilities.MOODY}
- */
-export class MoodyAbAttr extends PostTurnAbAttr {
- constructor() {
- super(true);
- }
- /**
- * Randomly increases one stat stage by 2 and decreases a different stat stage by 1
- * @param {Pokemon} 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
- *
- * 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 {
- const canRaise = EFFECTIVE_STATS.filter(s => pokemon.getStatStage(s) < 6);
- let canLower = EFFECTIVE_STATS.filter(s => pokemon.getStatStage(s) > -6);
-
- if (!simulated) {
- if (canRaise.length > 0) {
- const raisedStat = canRaise[pokemon.randSeedInt(canRaise.length)];
- canLower = canRaise.filter(s => s !== raisedStat);
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, pokemon.getBattlerIndex(), true, [ raisedStat ], 2));
- }
- if (canLower.length > 0) {
- const loweredStat = canLower[pokemon.randSeedInt(canLower.length)];
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, pokemon.getBattlerIndex(), true, [ loweredStat ], -1));
- }
- }
-
- return true;
- }
-}
-
-export class SpeedBoostAbAttr extends PostTurnAbAttr {
-
- constructor() {
- super(true);
- }
-
- applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- if (!simulated) {
- if (!pokemon.turnData.switchedInThisTurn && !pokemon.turnData.failedRunAway) {
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, pokemon.getBattlerIndex(), true, [ Stat.SPD ], 1));
- } else {
- return false;
- }
- }
- return true;
- }
-}
-
-export class PostTurnHealAbAttr extends PostTurnAbAttr {
- applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- if (!pokemon.isFullHp()) {
- if (!simulated) {
- const scene = pokemon.scene;
- const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name;
- scene.unshiftPhase(new PokemonHealPhase(scene, pokemon.getBattlerIndex(),
- Utils.toDmgValue(pokemon.getMaxHp() / 16), i18next.t("abilityTriggers:postTurnHeal", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }), true));
- }
-
- return true;
- }
-
- return false;
- }
-}
-
-export class PostTurnFormChangeAbAttr extends PostTurnAbAttr {
- private formFunc: (p: Pokemon) => integer;
-
- constructor(formFunc: ((p: Pokemon) => integer)) {
- super(true);
-
- this.formFunc = formFunc;
- }
-
- applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- const formIndex = this.formFunc(pokemon);
- if (formIndex !== pokemon.formIndex) {
- if (!simulated) {
- pokemon.scene.triggerPokemonFormChange(pokemon, SpeciesFormChangeManualTrigger, false);
- }
-
- return true;
- }
-
- return false;
- }
-}
-
-
-/**
- * Attribute used for abilities (Bad Dreams) that damages the opponents for being asleep
- */
-export class PostTurnHurtIfSleepingAbAttr extends PostTurnAbAttr {
-
- /**
- * Deals damage to all sleeping opponents equal to 1/8 of their max hp (min 1)
- * @param {Pokemon} pokemon Pokemon that has this ability
- * @param {boolean} passive N/A
- * @param {boolean} simulated true if applying in a simulated call.
- * @param {any[]} args N/A
- * @returns {boolean} true if any opponents are sleeping
- */
- applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- let hadEffect: boolean = false;
- for (const opp of pokemon.getOpponents()) {
- if ((opp.status?.effect === StatusEffect.SLEEP || opp.hasAbility(Abilities.COMATOSE)) && !opp.hasAbilityWithAttr(BlockNonDirectDamageAbAttr)) {
- if (!simulated) {
- opp.damageAndUpdate(Utils.toDmgValue(opp.getMaxHp() / 8), HitResult.OTHER);
- pokemon.scene.queueMessage(i18next.t("abilityTriggers:badDreams", { pokemonName: getPokemonNameWithAffix(opp) }));
- }
- hadEffect = true;
- }
-
- }
- return hadEffect;
- }
-}
-
-
-/**
- * Grabs the last failed Pokeball used
- * @extends PostTurnAbAttr
- * @see {@linkcode applyPostTurn} */
-export class FetchBallAbAttr extends PostTurnAbAttr {
- constructor() {
- super();
- }
- /**
- * Adds the last used Pokeball back into the player's inventory
- * @param pokemon {@linkcode Pokemon} with this ability
- * @param passive N/A
- * @param args N/A
- * @returns true if player has used a pokeball and this pokemon is owned by the player
- */
- applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- if (simulated) {
- return false;
- }
- const lastUsed = pokemon.scene.currentBattle.lastUsedPokeball;
- if (lastUsed !== null && !!pokemon.isPlayer) {
- pokemon.scene.pokeballCounts[lastUsed]++;
- pokemon.scene.currentBattle.lastUsedPokeball = null;
- pokemon.scene.queueMessage(i18next.t("abilityTriggers:fetchBall", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), pokeballName: getPokeballName(lastUsed) }));
- return true;
- }
- return false;
- }
-}
-
-export class PostBiomeChangeAbAttr extends AbAttr { }
-
-export class PostBiomeChangeWeatherChangeAbAttr extends PostBiomeChangeAbAttr {
- private weatherType: WeatherType;
-
- constructor(weatherType: WeatherType) {
- super();
-
- this.weatherType = weatherType;
- }
-
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- if (!pokemon.scene.arena.weather?.isImmutable()) {
- if (simulated) {
- return pokemon.scene.arena.weather?.weatherType !== this.weatherType;
- } else {
- return pokemon.scene.arena.trySetWeather(this.weatherType, true);
- }
- }
-
- return false;
- }
-}
-
-export class PostBiomeChangeTerrainChangeAbAttr extends PostBiomeChangeAbAttr {
- private terrainType: TerrainType;
-
- constructor(terrainType: TerrainType) {
- super();
-
- this.terrainType = terrainType;
- }
-
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- if (simulated) {
- return pokemon.scene.arena.terrain?.terrainType !== this.terrainType;
- } else {
- return pokemon.scene.arena.trySetTerrain(this.terrainType, true);
- }
- }
-}
-
-/**
- * Triggers just after a move is used either by the opponent or the player
- * @extends AbAttr
- */
-export class PostMoveUsedAbAttr extends AbAttr {
- applyPostMoveUsed(pokemon: Pokemon, move: PokemonMove, source: Pokemon, targets: BattlerIndex[], simulated: boolean, args: any[]): boolean | Promise {
- return false;
- }
-}
-
-/**
- * Triggers after a dance move is used either by the opponent or the player
- * @extends PostMoveUsedAbAttr
- */
-export class PostDancingMoveAbAttr extends PostMoveUsedAbAttr {
- /**
- * 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
- * @param dancer {@linkcode Pokemon} with Dancer ability
- * @param move {@linkcode PokemonMove} Dancing move used by the source
- * @param source {@linkcode Pokemon} that used the dancing move
- * @param targets {@linkcode BattlerIndex}Targets of the dancing move
- * @param args N/A
- *
- * @return true if the Dancer ability was resolved
- */
- applyPostMoveUsed(dancer: Pokemon, move: PokemonMove, source: Pokemon, targets: BattlerIndex[], simulated: boolean, args: any[]): boolean | Promise {
- // List of tags that prevent the Dancer from replicating the move
- const forbiddenTags = [ BattlerTagType.FLYING, BattlerTagType.UNDERWATER,
- BattlerTagType.UNDERGROUND, BattlerTagType.HIDDEN ];
- // The move to replicate cannot come from the Dancer
- if (source.getBattlerIndex() !== dancer.getBattlerIndex()
- && !dancer.summonData.tags.some(tag => forbiddenTags.includes(tag.tagType))) {
- if (!simulated) {
- // If the move is an AttackMove or a StatusMove the Dancer must replicate the move on the source of the Dance
- if (move.getMove() instanceof AttackMove || move.getMove() instanceof StatusMove) {
- const target = this.getTarget(dancer, source, targets);
- dancer.scene.unshiftPhase(new MovePhase(dancer.scene, dancer, target, move, true, true));
- } else if (move.getMove() instanceof SelfStatusMove) {
- // If the move is a SelfStatusMove (ie. Swords Dance) the Dancer should replicate it on itself
- dancer.scene.unshiftPhase(new MovePhase(dancer.scene, dancer, [ dancer.getBattlerIndex() ], move, true, true));
- }
- }
- return true;
- }
- return false;
- }
-
- /**
- * Get the correct targets of Dancer ability
- *
- * @param dancer {@linkcode Pokemon} Pokemon with Dancer ability
- * @param source {@linkcode Pokemon} Source of the dancing move
- * @param targets {@linkcode BattlerIndex} Targets of the dancing move
- */
- getTarget(dancer: Pokemon, source: Pokemon, targets: BattlerIndex[]) : BattlerIndex[] {
- if (dancer.isPlayer()) {
- return source.isPlayer() ? targets : [ source.getBattlerIndex() ];
- }
- return source.isPlayer() ? [ source.getBattlerIndex() ] : targets;
- }
-}
-
-export class StatStageChangeMultiplierAbAttr extends AbAttr {
- private multiplier: integer;
-
- constructor(multiplier: integer) {
- super(true);
-
- 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;
- }
-}
-
-export class StatStageChangeCopyAbAttr extends AbAttr {
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean | Promise {
- if (!simulated) {
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, pokemon.getBattlerIndex(), true, (args[0] as BattleStat[]), (args[1] as number), true, false, false));
- }
- return true;
- }
-}
-
-export class BypassBurnDamageReductionAbAttr extends AbAttr {
- constructor() {
- super(false);
- }
-
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- cancelled.value = true;
-
- return true;
- }
-}
-
-/**
- * Causes Pokemon to take reduced damage from the {@linkcode StatusEffect.BURN | Burn} status
- * @param multiplier Multiplied with the damage taken
-*/
-export class ReduceBurnDamageAbAttr extends AbAttr {
- constructor(protected multiplier: number) {
- super(false);
- }
-
- /**
- * Applies the damage reduction
- * @param pokemon N/A
- * @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 {
- (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 {
- (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 {
- cancelled.value = true;
-
- return true;
- }
-}
-
-/**
- * A Pokemon with this ability heals by a percentage of their maximum hp after eating a berry
- * @param healPercent - Percent of Max HP to heal
- * @see {@linkcode apply()} for implementation
- */
-export class HealFromBerryUseAbAttr extends AbAttr {
- /** Percent of Max HP to heal */
- private healPercent: number;
-
- constructor(healPercent: number) {
- super();
-
- // Clamp healPercent so its between [0,1].
- this.healPercent = Math.max(Math.min(healPercent, 1), 0);
- }
-
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, ...args: [Utils.BooleanHolder, any[]]): boolean {
- const { name: abilityName } = passive ? pokemon.getPassiveAbility() : pokemon.getAbility();
- if (!simulated) {
- pokemon.scene.unshiftPhase(
- new PokemonHealPhase(
- pokemon.scene,
- pokemon.getBattlerIndex(),
- Utils.toDmgValue(pokemon.getMaxHp() * this.healPercent),
- i18next.t("abilityTriggers:healFromBerryUse", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }),
- true
- )
- );
- }
- 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;
- }
-}
-
-type ArenaTrapCondition = (user: Pokemon, target: Pokemon) => boolean;
-
-/**
- * Base class for checking if a Pokemon is trapped by arena trap
- * @extends AbAttr
- * @field {@linkcode arenaTrapCondition} Conditional for trapping abilities.
- * For example, Magnet Pull will only activate if opponent is Steel type.
- * @see {@linkcode applyCheckTrapped}
- */
-export class CheckTrappedAbAttr extends AbAttr {
- protected arenaTrapCondition: ArenaTrapCondition;
- constructor(condition: ArenaTrapCondition) {
- super(false);
- this.arenaTrapCondition = condition;
- }
-
- applyCheckTrapped(pokemon: Pokemon, passive: boolean, simulated: boolean, trapped: Utils.BooleanHolder, otherPokemon: Pokemon, args: any[]): boolean | Promise {
- return false;
- }
-}
-
-/**
- * Determines whether a Pokemon is blocked from switching/running away
- * because of a trapping ability or move.
- * @extends CheckTrappedAbAttr
- * @see {@linkcode applyCheckTrapped}
- */
-export class ArenaTrapAbAttr extends CheckTrappedAbAttr {
- /**
- * Checks if enemy Pokemon is trapped by an Arena Trap-esque ability
- * If the enemy is a Ghost type, it is not trapped
- * If the enemy has the ability Run Away, it is not trapped.
- * If the user has Magnet Pull and the enemy is not a Steel type, it is not trapped.
- * If the user has Arena Trap and the enemy is not grounded, it is not trapped.
- * @param pokemon The {@link Pokemon} with this {@link AbAttr}
- * @param passive N/A
- * @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;
- }
-
- getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
- return i18next.t("abilityTriggers:arenaTrap", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName });
- }
-}
-
-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;
-
- return true;
- }
-}
-
-export class PostBattleAbAttr extends AbAttr {
- constructor() {
- super(true);
- }
-
- applyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- return false;
- }
-}
-
-export class PostBattleLootAbAttr extends PostBattleAbAttr {
- applyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- const postBattleLoot = pokemon.scene.currentBattle.postBattleLoot;
- if (!simulated && postBattleLoot.length) {
- const randItem = Utils.randSeedItem(postBattleLoot);
- //@ts-ignore - TODO see below
- if (pokemon.scene.tryTransferHeldItemModifier(randItem, pokemon, true, 1, true)) { // TODO: fix. This is a promise!?
- postBattleLoot.splice(postBattleLoot.indexOf(randItem), 1);
- pokemon.scene.queueMessage(i18next.t("abilityTriggers:postBattleLoot", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), itemName: randItem.type.name }));
- return true;
- }
- }
-
- return false;
- }
-}
-
-export class PostFaintAbAttr extends AbAttr {
- applyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): boolean {
- return false;
- }
-}
-
-/**
- * Used for weather suppressing abilities to trigger weather-based form changes upon being fainted.
- * Used by Cloud Nine and Air Lock.
- * @extends PostFaintAbAttr
- */
-export class PostFaintUnsuppressedWeatherFormChangeAbAttr extends PostFaintAbAttr {
- /**
- * Triggers {@linkcode Arena.triggerWeatherBasedFormChanges | triggerWeatherBasedFormChanges}
- * when the user of the ability faints
- * @param {Pokemon} pokemon the fainted Pokemon
- * @param passive n/a
- * @param attacker n/a
- * @param move n/a
- * @param hitResult n/a
- * @param args n/a
- * @returns whether the form change was triggered
- */
- applyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): boolean {
- const pokemonToTransform = getPokemonWithWeatherBasedForms(pokemon.scene);
-
- if (pokemonToTransform.length < 1) {
- return false;
- }
-
- if (!simulated) {
- pokemon.scene.arena.triggerWeatherBasedFormChanges();
- }
-
- return true;
- }
-}
-
-/**
- * Clears Desolate Land/Primordial Sea/Delta Stream upon the Pokemon fainting
- */
-export class PostFaintClearWeatherAbAttr extends PostFaintAbAttr {
-
- /**
- * @param pokemon The {@linkcode Pokemon} with the ability
- * @param passive N/A
- * @param attacker N/A
- * @param move N/A
- * @param hitResult N/A
- * @param args N/A
- * @returns {boolean} Returns true if the weather clears, otherwise false.
- */
- applyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): boolean {
- const weatherType = pokemon.scene.arena.weather?.weatherType;
- let turnOffWeather = false;
-
- // Clear weather only if user's ability matches the weather and no other pokemon has the ability.
- switch (weatherType) {
- case (WeatherType.HARSH_SUN):
- if (pokemon.hasAbility(Abilities.DESOLATE_LAND)
- && pokemon.scene.getField(true).filter(p => p.hasAbility(Abilities.DESOLATE_LAND)).length === 0) {
- turnOffWeather = true;
- }
- break;
- case (WeatherType.HEAVY_RAIN):
- if (pokemon.hasAbility(Abilities.PRIMORDIAL_SEA)
- && pokemon.scene.getField(true).filter(p => p.hasAbility(Abilities.PRIMORDIAL_SEA)).length === 0) {
- turnOffWeather = true;
- }
- break;
- case (WeatherType.STRONG_WINDS):
- if (pokemon.hasAbility(Abilities.DELTA_STREAM)
- && pokemon.scene.getField(true).filter(p => p.hasAbility(Abilities.DELTA_STREAM)).length === 0) {
- turnOffWeather = true;
- }
- break;
- }
-
- if (simulated) {
- return turnOffWeather;
- }
-
- if (turnOffWeather) {
- pokemon.scene.arena.trySetWeather(WeatherType.NONE, false);
- return true;
- }
-
- return false;
- }
-}
-
-export class PostFaintContactDamageAbAttr extends PostFaintAbAttr {
- private damageRatio: integer;
-
- constructor(damageRatio: integer) {
- super();
-
- this.damageRatio = damageRatio;
- }
-
- applyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): boolean {
- if (move !== undefined && attacker !== undefined && move.checkFlag(MoveFlags.MAKES_CONTACT, attacker, pokemon)) { //If the mon didn't die to indirect damage
- const cancelled = new Utils.BooleanHolder(false);
- pokemon.scene.getField(true).map(p => applyAbAttrs(FieldPreventExplosiveMovesAbAttr, p, cancelled, simulated));
- if (cancelled.value || attacker.hasAbilityWithAttr(BlockNonDirectDamageAbAttr)) {
- return false;
- }
- if (!simulated) {
- attacker.damageAndUpdate(Utils.toDmgValue(attacker.getMaxHp() * (1 / this.damageRatio)), HitResult.OTHER);
- attacker.turnData.damageTaken += Utils.toDmgValue(attacker.getMaxHp() * (1 / this.damageRatio));
- }
- return true;
- }
-
- return false;
- }
-
- getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
- return i18next.t("abilityTriggers:postFaintContactDamage", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName });
- }
-}
-
-/**
- * Attribute used for abilities (Innards Out) that damage the opponent based on how much HP the last attack used to knock out the owner of the ability.
- */
-export class PostFaintHPDamageAbAttr extends PostFaintAbAttr {
- constructor() {
- super ();
- }
-
- applyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): boolean {
- 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 {
- return i18next.t("abilityTriggers:postFaintHpDamage", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName });
- }
-}
-
-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;
- }
- }
-
- return false;
- }
-
- canRedirect(moveId: Moves): boolean {
- const move = allMoves[moveId];
- return !![ MoveTarget.NEAR_OTHER, MoveTarget.OTHER ].find(t => move.moveTarget === t);
- }
-}
-
-export class RedirectTypeMoveAbAttr extends RedirectMoveAbAttr {
- public type: Type;
-
- constructor(type: Type) {
- super();
- this.type = type;
- }
-
- canRedirect(moveId: Moves): boolean {
- return super.canRedirect(moveId) && allMoves[moveId].type === this.type;
- }
-}
-
-export class BlockRedirectAbAttr extends AbAttr { }
-
-/**
- * Used by Early Bird, makes the pokemon wake up faster
- * @param statusEffect - The {@linkcode StatusEffect} to check for
- * @see {@linkcode apply}
- */
-export class ReduceStatusEffectDurationAbAttr extends AbAttr {
- private statusEffect: StatusEffect;
-
- constructor(statusEffect: StatusEffect) {
- super(true);
-
- this.statusEffect = 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;
- }
-}
-
-export class FlinchEffectAbAttr extends AbAttr {
- constructor() {
- super(true);
- }
-}
-
-export class FlinchStatStageChangeAbAttr extends FlinchEffectAbAttr {
- private stats: BattleStat[];
- private stages: number;
-
- constructor(stats: BattleStat[], stages: number) {
- super();
-
- this.stats = Array.isArray(stats)
- ? stats
- : [ stats ];
- this.stages = stages;
- }
-
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- if (!simulated) {
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, 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 {
- cancelled.value = true;
- return true;
- }
-}
-
-export class ReduceBerryUseThresholdAbAttr extends AbAttr {
- constructor() {
- super();
- }
-
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- const hpRatio = pokemon.getHpRatio();
-
- if (args[0].value < hpRatio) {
- args[0].value *= 2;
- return args[0].value >= hpRatio;
- }
-
- return false;
- }
-}
-
-/**
- * Ability attribute used for abilites that change the ability owner's weight
- * Used for Heavy Metal (doubling weight) and Light Metal (halving weight)
- */
-export class WeightMultiplierAbAttr extends AbAttr {
- private multiplier: integer;
-
- constructor(multiplier: integer) {
- super();
-
- this.multiplier = multiplier;
- }
-
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- (args[0] as Utils.NumberHolder).value *= this.multiplier;
-
- return true;
- }
-}
-
-export class SyncEncounterNatureAbAttr extends AbAttr {
- constructor() {
- super(false);
- }
-
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- (args[0] as Pokemon).setNature(pokemon.getNature());
-
- return true;
- }
-}
-
-export class MoveAbilityBypassAbAttr extends AbAttr {
- private moveIgnoreFunc: (pokemon: Pokemon, move: Move) => boolean;
-
- constructor(moveIgnoreFunc?: (pokemon: Pokemon, move: Move) => boolean) {
- super(false);
-
- 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);
- }
-
- 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;
- }
-}
-
-export class AlwaysHitAbAttr extends AbAttr { }
-
-/** Attribute for abilities that allow moves that make contact to ignore protection (i.e. Unseen Fist) */
-export class IgnoreProtectOnContactAbAttr extends AbAttr { }
-
-/**
- * Attribute implementing the effects of {@link https://bulbapedia.bulbagarden.net/wiki/Infiltrator_(Ability) | Infiltrator}.
- * 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 {
- /**
- * Sets a flag to bypass screens, Substitute, Safeguard, and Mist
- * @param pokemon n/a
- * @param passive n/a
- * @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 {
- const bypassed = args[0];
- if (args[0] instanceof Utils.BooleanHolder) {
- bypassed.value = true;
- return true;
- }
- return false;
- }
-}
-
-export class UncopiableAbilityAbAttr extends AbAttr {
- constructor() {
- super(false);
- }
-}
-
-export class UnsuppressableAbilityAbAttr extends AbAttr {
- constructor() {
- super(false);
- }
-}
-
-export class UnswappableAbilityAbAttr extends AbAttr {
- constructor() {
- super(false);
- }
-}
-
-export class NoTransformAbilityAbAttr extends AbAttr {
- constructor() {
- super(false);
- }
-}
-
-export class NoFusionAbilityAbAttr extends AbAttr {
- constructor() {
- super(false);
- }
-}
-
-export class IgnoreTypeImmunityAbAttr extends AbAttr {
- private defenderType: Type;
- private allowedMoveTypes: Type[];
-
- constructor(defenderType: Type, allowedMoveTypes: Type[]) {
- super(true);
- 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;
- }
-}
-
-/**
- * Ignores the type immunity to Status Effects of the defender if the defender is of a certain type
- */
-export class IgnoreTypeStatusEffectImmunityAbAttr extends AbAttr {
- private statusEffect: StatusEffect[];
- private defenderType: Type[];
-
- constructor(statusEffect: StatusEffect[], defenderType: Type[]) {
- super(true);
-
- 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;
- }
-
- return false;
- }
-}
-
-/**
- * Gives money to the user after the battle.
- *
- * @extends PostBattleAbAttr
- * @see {@linkcode applyPostBattle}
- */
-export class MoneyAbAttr extends PostBattleAbAttr {
- constructor() {
- super();
- }
-
- /**
- * @param pokemon {@linkcode Pokemon} that is the user of this ability.
- * @param passive N/A
- * @param args N/A
- * @returns true
- */
- applyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- if (!simulated) {
- pokemon.scene.currentBattle.moneyScattered += pokemon.scene.getWaveMoneyAmount(0.2);
- }
- return true;
- }
-}
-
-/**
- * Applies a stat change after a Pokémon is summoned,
- * conditioned on the presence of a specific arena tag.
- *
- * @extends {PostSummonStatStageChangeAbAttr}
- */
-export class PostSummonStatStageChangeOnArenaAbAttr extends PostSummonStatStageChangeAbAttr {
- /**
- * The type of arena tag that conditions the stat change.
- * @private
- * @type {ArenaTagType}
- */
- private tagType: ArenaTagType;
-
- /**
- * Creates an instance of PostSummonStatStageChangeOnArenaAbAttr.
- * Initializes the stat change to increase Attack by 1 stage if the specified arena tag is present.
- *
- * @param {ArenaTagType} tagType - The type of arena tag to check for.
- */
- constructor(tagType: ArenaTagType) {
- super([ Stat.ATK ], 1, true, false);
- this.tagType = tagType;
- }
-
- /**
- * Applies the post-summon stat change if the specified arena tag is present on pokemon's side.
- * This is used in Wind Rider ability.
- *
- * @param {Pokemon} pokemon - The Pokémon being summoned.
- * @param {boolean} passive - Whether the effect is passive.
- * @param {any[]} args - Additional arguments.
- * @returns {boolean} - Returns true if the stat change was applied, otherwise false.
- */
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- const side = pokemon.isPlayer() ? ArenaTagSide.PLAYER : ArenaTagSide.ENEMY;
-
- if (pokemon.scene.arena.getTagOnSide(this.tagType, side)) {
- return super.applyPostSummon(pokemon, passive, simulated, args);
- }
- return false;
- }
-}
-
-/**
- * Takes no damage from the first hit of a damaging move.
- * This is used in the Disguise and Ice Face abilities.
- * @extends ReceivedMoveDamageMultiplierAbAttr
- */
-export class FormBlockDamageAbAttr extends ReceivedMoveDamageMultiplierAbAttr {
- private multiplier: number;
- private tagType: BattlerTagType;
- private recoilDamageFunc?: ((pokemon: Pokemon) => number);
- private triggerMessageFunc: (pokemon: Pokemon, abilityName: string) => string;
-
- constructor(condition: PokemonDefendCondition, multiplier: number, tagType: BattlerTagType, triggerMessageFunc: (pokemon: Pokemon, abilityName: string) => string, recoilDamageFunc?: (pokemon: Pokemon) => number) {
- super(condition, multiplier);
-
- this.multiplier = multiplier;
- this.tagType = tagType;
- this.recoilDamageFunc = recoilDamageFunc;
- this.triggerMessageFunc = triggerMessageFunc;
- }
-
- /**
- * Applies the pre-defense ability to the Pokémon.
- * Removes the appropriate `BattlerTagType` when hit by an attack and is in its defense form.
- *
- * @param pokemon The Pokémon with the ability.
- * @param _passive n/a
- * @param attacker The attacking Pokémon.
- * @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);
- }
- }
- return true;
- }
-
- return false;
- }
-
- /**
- * Gets the message triggered when the Pokémon avoids damage using the form-changing ability.
- * @param pokemon The Pokémon with the ability.
- * @param abilityName The name of the ability.
- * @param _args n/a
- * @returns The trigger message.
- */
- getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]): string {
- return this.triggerMessageFunc(pokemon, abilityName);
- }
-}
-
-/**
- * If a Pokémon with this Ability selects a damaging move, it has a 30% chance of going first in its priority bracket. If the Ability activates, this is announced at the start of the turn (after move selection).
- *
- * @extends AbAttr
- */
-export class BypassSpeedChanceAbAttr extends AbAttr {
- public chance: integer;
-
- /**
- * @param {integer} chance probability of ability being active.
- */
- constructor(chance: integer) {
- super(true);
- this.chance = chance;
- }
-
- /**
- * 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;
- }
- const bypassSpeed = args[0] as Utils.BooleanHolder;
-
- if (!bypassSpeed.value && pokemon.randSeedInt(100) < this.chance) {
- const turnCommand =
- pokemon.scene.currentBattle.turnCommands[pokemon.getBattlerIndex()];
- const isCommandFight = turnCommand?.command === Command.FIGHT;
- const move = turnCommand?.move?.move ? allMoves[turnCommand.move.move] : null;
- const isDamageMove = move?.category === MoveCategory.PHYSICAL || move?.category === MoveCategory.SPECIAL;
-
- if (isCommandFight && isDamageMove) {
- bypassSpeed.value = true;
- return true;
- }
- }
-
- return false;
- }
-
- getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
- return i18next.t("abilityTriggers:quickDraw", { pokemonName: getPokemonNameWithAffix(pokemon) });
- }
-}
-
-/**
- * This attribute checks if a Pokemon's move meets a provided condition to determine if the Pokemon can use Quick Claw
- * It was created because Pokemon with the ability Mycelium Might cannot access Quick Claw's benefits when using status moves.
-*/
-export class PreventBypassSpeedChanceAbAttr extends AbAttr {
- private condition: ((pokemon: Pokemon, move: Move) => boolean);
-
- /**
- * @param {function} condition - checks if a move meets certain conditions
- */
- constructor(condition: (pokemon: Pokemon, move: Move) => boolean) {
- super(true);
- this.condition = condition;
- }
-
- /**
- * @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 {
- const bypassSpeed = args[0] as Utils.BooleanHolder;
- const canCheckHeldItems = args[1] as Utils.BooleanHolder;
-
- const turnCommand = pokemon.scene.currentBattle.turnCommands[pokemon.getBattlerIndex()];
- const isCommandFight = turnCommand?.command === Command.FIGHT;
- const move = turnCommand?.move?.move ? allMoves[turnCommand.move.move] : null;
- if (this.condition(pokemon, move!) && isCommandFight) {
- bypassSpeed.value = false;
- canCheckHeldItems.value = false;
- return false;
- }
- return true;
- }
-}
-
-/**
- * This applies a terrain-based type change to the Pokemon.
- * Used by Mimicry.
- */
-export class TerrainEventTypeChangeAbAttr extends PostSummonAbAttr {
- constructor() {
- super(true);
- }
-
- override apply(pokemon: Pokemon, _passive: boolean, _simulated: boolean, _cancelled: Utils.BooleanHolder, _args: any[]): boolean {
- if (pokemon.isTerastallized()) {
- return false;
- }
- const currentTerrain = pokemon.scene.arena.getTerrainType();
- const typeChange: Type[] = this.determineTypeChange(pokemon, currentTerrain);
- if (typeChange.length !== 0) {
- if (pokemon.summonData.addedType && typeChange.includes(pokemon.summonData.addedType)) {
- pokemon.summonData.addedType = null;
- }
- pokemon.summonData.types = typeChange;
- pokemon.updateInfo();
- }
- return true;
- }
-
- /**
- * Retrieves the type(s) the Pokemon should change to in response to a terrain
- * @param pokemon
- * @param currentTerrain {@linkcode TerrainType}
- * @returns a list of type(s)
- */
- private determineTypeChange(pokemon: Pokemon, currentTerrain: TerrainType): Type[] {
- const typeChange: Type[] = [];
- switch (currentTerrain) {
- case TerrainType.ELECTRIC:
- typeChange.push(Type.ELECTRIC);
- break;
- case TerrainType.MISTY:
- typeChange.push(Type.FAIRY);
- break;
- case TerrainType.GRASSY:
- typeChange.push(Type.GRASS);
- break;
- case TerrainType.PSYCHIC:
- typeChange.push(Type.PSYCHIC);
- break;
- default:
- pokemon.getTypes(false, false, true).forEach(t => {
- typeChange.push(t);
- });
- break;
- }
- return typeChange;
- }
-
- /**
- * 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 (pokemon.scene.arena.getTerrainType() !== TerrainType.NONE) {
- return this.apply(pokemon, passive, simulated, new Utils.BooleanHolder(false), []);
- }
- return false;
- }
-
- override getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]) {
- const currentTerrain = pokemon.scene.arena.getTerrainType();
- const pokemonNameWithAffix = getPokemonNameWithAffix(pokemon);
- if (currentTerrain === TerrainType.NONE) {
- return i18next.t("abilityTriggers:pokemonTypeChangeRevert", { pokemonNameWithAffix });
- } else {
- const moveType = i18next.t(`pokemonInfo:Type.${Type[this.determineTypeChange(pokemon, currentTerrain)[0]]}`);
- return i18next.t("abilityTriggers:pokemonTypeChange", { pokemonNameWithAffix, moveType });
- }
- }
-}
-
-async function applyAbAttrsInternal(
- attrType: Constructor,
- pokemon: Pokemon | null,
- applyFunc: AbAttrApplyFunc,
- args: any[],
- showAbilityInstant: boolean = false,
- simulated: boolean = false,
- messages: string[] = [],
-) {
- for (const passive of [ false, true ]) {
- if (!pokemon?.canApplyAbility(passive) || (passive && pokemon.getPassiveAbility().id === pokemon.getAbility().id)) {
- continue;
- }
-
- const ability = passive ? pokemon.getPassiveAbility() : pokemon.getAbility();
- for (const attr of ability.getAttrs(attrType)) {
- const condition = attr.getCondition();
- if (condition && !condition(pokemon)) {
- continue;
- }
-
- pokemon.scene.setPhaseQueueSplice();
-
- let result = applyFunc(attr, passive);
- // TODO Remove this when promises get reworked
- if (result instanceof Promise) {
- result = await result;
- }
- if (result) {
- if (pokemon.summonData && !pokemon.summonData.abilitiesApplied.includes(ability.id)) {
- pokemon.summonData.abilitiesApplied.push(ability.id);
- }
- if (pokemon.battleData && !simulated && !pokemon.battleData.abilitiesApplied.includes(ability.id)) {
- pokemon.battleData.abilitiesApplied.push(ability.id);
- }
- if (attr.showAbility && !simulated) {
- if (showAbilityInstant) {
- pokemon.scene.abilityBar.showAbility(pokemon, passive);
- } else {
- queueShowAbility(pokemon, passive);
- }
- }
- const message = attr.getTriggerMessage(pokemon, ability.name, args);
- if (message) {
- if (!simulated) {
- pokemon.scene.queueMessage(message);
- }
- }
- messages.push(message!);
- }
- }
- pokemon.scene.clearPhaseQueueSplice();
- }
-}
-
-export function applyAbAttrs(attrType: Constructor, pokemon: Pokemon, cancelled: Utils.BooleanHolder | null, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.apply(pokemon, passive, simulated, cancelled, args), args, false, simulated);
-}
-
-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 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 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 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 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 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);
-}
-
-/**
- * Applies a field Stat multiplier attribute
- * @param attrType {@linkcode FieldMultiplyStatAbAttr} should always be FieldMultiplyBattleStatAbAttr for the time being
- * @param pokemon {@linkcode Pokemon} the Pokemon applying this ability
- * @param stat {@linkcode Stat} the type of the checked stat
- * @param statValue {@linkcode Utils.NumberHolder} the value of the checked stat
- * @param checkedPokemon {@linkcode Pokemon} the Pokemon with the checked stat
- * @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 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 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 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 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 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 applyPreSwitchOutAbAttrs(attrType: Constructor,
- pokemon: Pokemon, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal